﻿@charset "UTF-8";:root{--navy:#1a3a5c;--navy-mid:#1f4a72;--navy-light:#2e6096;--teal:#e07b00;--teal-light:#f5a623;--teal-pale:#fff4e0;--gold:#5aab3e;--gold-light:#82cc60;--cream:#fffdf5;--warm-white:#fdfcf8;--text-dark:#1a2a1a;--text-mid:#2e442e;--text-muted:#5a6e5a;--border:#dde5cc;--border-light:#eef3e6;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",system-ui,sans-serif;--mono:"DM Mono",monospace;}.breadcrumb{--bs-breadcrumb-divider:"›";--bs-breadcrumb-divider-color:rgba(255,255,255,.6);}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:var(--sans);background:var(--warm-white);color:var(--text-dark);line-height:1.6;}a{color:inherit;text-decoration:none;}.navbar{background-color:var(--navy)!important;border-bottom:3px solid var(--teal-light);padding:0 2rem;min-height:64px;}.navbar-brand{display:flex;align-items:baseline;gap:.4rem;text-decoration:none;padding:0;}.nav-logo-mark{font-family:var(--serif);font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1;}.nav-logo-sub{font-size:.65rem;font-weight:300;color:var(--teal-light);letter-spacing:.15em;text-transform:uppercase;}.navbar-nav .nav-link{color:rgba(255,255,255,.72)!important;font-size:.85rem;font-weight:400;padding:.5rem .9rem!important;border-radius:4px;transition:all .2s;cursor:pointer;}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:#fff!important;background:rgba(255,255,255,.1);}.nav-cta.nav-link{background:var(--teal)!important;color:#fff!important;font-weight:500!important;margin-left:.25rem;}.nav-cta.nav-link:hover{background:var(--teal-light)!important;color:#fff!important;}.navbar-toggler{border-color:rgba(255,255,255,.3)!important;}.navbar-toggler-icon{filter:invert(1);}@media(max-width:991px){.navbar-collapse{background:var(--navy);padding:.5rem 0 1rem;border-top:1px solid rgba(255,255,255,.1);}.navbar{padding:0 1rem;}.nav-cta.nav-link{margin-left:0;margin-top:.25rem;display:inline-block;}}.page{display:none;}.page.active{display:block;}.hero{background:linear-gradient(to right,rgba(26,58,92,.96) 0%,rgba(26,58,92,.82) 55%,rgba(26,58,92,.6) 100%),url("https://images.unsplash.com/photo-1481627834876-b7833e8f5570?w=1600&q=80&fit=crop") center/cover no-repeat;padding:7rem 2rem 6rem;position:relative;overflow:hidden;}.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(224,123,0,.18) 0%,transparent 70%);pointer-events:none;}.hero-grid{display:grid;grid-template-columns:1fr 1px 1fr;gap:4rem;max-width:1100px;margin:0 auto;align-items:center;}.hero-divider{background:rgba(255,255,255,.12);align-self:stretch;}.hero-eyebrow{font-family:var(--mono);font-size:.7rem;letter-spacing:.2em;color:var(--teal-light);text-transform:uppercase;margin-bottom:1.25rem;}.hero h1{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.18;font-weight:700;color:#fff;margin-bottom:1.25rem;letter-spacing:-.02em;}.hero h1 em{color:var(--teal-light);font-style:italic;}.hero-lead{font-size:1rem;line-height:1.7;font-weight:300;color:rgba(255,255,255,.65);margin-bottom:2rem;max-width:440px;}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;}.btn-primary{background:var(--teal);color:#fff;padding:.75rem 1.75rem;border-radius:4px;font-weight:500;font-size:.9rem;border:0;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s;}.btn-primary:hover{background:var(--teal-light);}.btn-outline{background:transparent;color:#fff;padding:.75rem 1.75rem;border-radius:4px;font-weight:400;font-size:.9rem;border:1px solid rgba(255,255,255,.3);cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s;}.btn-outline:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5);}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem;}.hero-stat-value{font-family:var(--serif);font-size:2.2rem;font-weight:700;color:#fff;line-height:1;}.hero-stat-label{font-size:.78rem;font-weight:300;color:rgba(255,255,255,.5);letter-spacing:.05em;margin-top:.3rem;}.hero-stat-accent{color:var(--gold-light);}.ticker-bar{background:linear-gradient(90deg,var(--teal) 0%,var(--teal-light) 100%);padding:.6rem 0;overflow:hidden;white-space:nowrap;}.ticker-inner{display:inline-flex;gap:3rem;animation:ticker 40s linear infinite;}.ticker-item{font-size:.78rem;font-weight:400;color:rgba(255,255,255,.9);letter-spacing:.03em;}.ticker-item span{color:var(--gold-light);font-weight:500;}@keyframes ticker{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}section{padding:5rem 2rem;}.section-inner{max-width:1100px;margin:0 auto;}.section-label{font-family:var(--mono);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:.5rem;}.section-title{font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--navy);margin-bottom:1rem;letter-spacing:-.02em;}.section-sub{font-size:.95rem;color:var(--text-muted);max-width:520px;line-height:1.7;}.featured-bg{background:var(--cream);}.featured-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2.5rem;}.article-card-main{background:var(--warm-white);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:box-shadow .2s;cursor:pointer;}.article-card-main:hover{box-shadow:0 8px 32px rgba(13,27,42,.1);}.article-card-header{background:linear-gradient(135deg,var(--navy) 60%,var(--navy-light));padding:2.5rem;position:relative;overflow:hidden;}.article-card-header::after{content:"";position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;border-radius:50%;background:rgba(224,123,0,.18);}.article-tag{display:inline-block;background:rgba(27,140,122,.2);color:var(--teal-light);font-family:var(--mono);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .7rem;border-radius:3px;margin-bottom:1rem;}.article-card-header h2{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:#fff;line-height:1.3;letter-spacing:-.01em;}.article-card-body{padding:1.75rem;}.article-meta{display:flex;align-items:center;gap:1rem;font-size:.78rem;color:var(--text-muted);margin-bottom:.75rem;flex-wrap:wrap;}.article-meta-sep{color:var(--border);}.article-excerpt{font-size:.88rem;line-height:1.75;color:var(--text-mid);margin-bottom:1.25rem;}.read-more{font-size:.82rem;font-weight:500;color:var(--teal);text-decoration:none;letter-spacing:.03em;display:inline-flex;align-items:center;gap:.4rem;}.read-more:hover{color:var(--teal-light);}.article-list{display:flex;flex-direction:column;gap:1rem;}.article-card-sm{background:var(--warm-white);border:1px solid var(--border);border-radius:6px;padding:1.25rem;cursor:pointer;transition:all .2s;}.article-card-sm:hover{border-color:var(--teal);box-shadow:0 4px 16px rgba(13,27,42,.08);}.article-card-sm h3{font-family:var(--serif);font-size:.95rem;font-weight:600;color:var(--navy);line-height:1.35;margin-bottom:.5rem;}.journals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem;}.journals-grid.in-journals-page{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));}a.journal-card{text-decoration:none;color:inherit;}.journal-card{border:1px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;transition:all .25s;}.journal-card:hover{border-color:var(--teal);transform:translateY(-2px);box-shadow:0 12px 32px rgba(13,27,42,.1);}.journal-card-color{height:6px;}.journal-card-body{padding:1.5rem;}.journal-card-body img{flex:0 0 100px;margin-right:10px;width:100px;}.journal-card h3{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--navy);margin-bottom:.5rem;line-height:1.3;}.journal-card p{font-size:.82rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem;}.journal-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border-light);padding-top:.75rem;font-size:.75rem;color:var(--text-muted);}.impact-badge{background:var(--teal-pale);color:var(--teal);padding:.2rem .5rem;border-radius:3px;font-family:var(--mono);font-size:.7rem;font-weight:500;}.search-bar-wrap{background:var(--navy);padding:3rem 2rem;}.search-bar-inner{max-width:700px;margin:0 auto;}.search-bar-inner h2{font-family:var(--serif);font-size:1.8rem;color:#fff;margin-bottom:1rem;font-weight:600;}.search-row{display:flex;gap:.75rem;}.search-input{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:4px;background:rgba(255,255,255,.08);color:#fff;font-family:var(--sans);font-size:.9rem;outline:0;}.search-input::placeholder{color:rgba(255,255,255,.35);}.search-input:focus{border-color:var(--teal-light);}.search-btn{background:var(--teal);color:#fff;border:0;border-radius:4px;padding:.75rem 1.5rem;font-family:var(--sans);font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s;}.search-btn:hover{background:var(--teal-light);}.filter-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem;}.filter-tag{padding:.3rem .75rem;border-radius:20px;font-size:.75rem;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.6);cursor:pointer;background:none;font-family:var(--sans);transition:all .15s;}.filter-tag:hover,.filter-tag.active{background:rgba(27,140,122,.25);border-color:var(--teal-light);color:var(--teal-light);}.articles-layout{display:grid;grid-template-columns:220px 1fr;gap:2.5rem;max-width:1100px;margin:0 auto;padding:3rem 2rem;}.sidebar h4{font-family:var(--mono);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;margin-top:1.5rem;}.sidebar h4:first-child{margin-top:0;}.sidebar-link{display:block;font-size:.82rem;color:var(--text-mid);padding:.3rem 0;cursor:pointer;text-decoration:none;transition:color .15s;}.sidebar-link:hover{color:var(--teal);}.sidebar-link.active{color:var(--teal);font-weight:500;}.articles-feed{display:flex;flex-direction:column;gap:1.25rem;}.article-row{background:#fff;border:1px solid var(--border);border-radius:6px;padding:1.5rem;cursor:pointer;transition:all .2s;display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start;}.article-row:hover{border-color:var(--teal);box-shadow:0 4px 20px rgba(13,27,42,.08);}.article-row h3{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--navy);margin-bottom:.4rem;line-height:1.35;}.article-row-authors{font-size:.78rem;color:var(--teal);margin-bottom:.4rem;}.article-row-abstract{font-size:.83rem;color:var(--text-muted);line-height:1.65;}.article-row-right{text-align:right;min-width:100px;}.doi-badge{font-family:var(--mono);font-size:.65rem;color:var(--text-muted);margin-bottom:.5rem;}.open-access-badge{display:inline-block;background:#eaf5e2;color:#3a7d1e;font-size:.65rem;font-weight:500;padding:.2rem .5rem;border-radius:3px;letter-spacing:.05em;}.article-type-badge{font-family:var(--mono);font-size:.62rem;color:var(--text-muted);padding:.2rem 0;letter-spacing:.05em;}.about-hero{background:var(--navy);padding:5rem 2rem;text-align:center;}.about-hero h1{font-family:var(--serif);font-size:clamp(1.8rem,4vw,2.8rem);color:#fff;font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;}.about-hero p{max-width:560px;margin:0 auto;color:rgba(255,255,255,.6);font-size:1rem;line-height:1.7;}.about-section{padding:5rem 2rem;}.about-inner{max-width:900px;margin:0 auto;}.about-two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}.about-two-col h2{font-family:var(--serif);font-size:1.7rem;font-weight:700;color:var(--navy);margin-bottom:1rem;line-height:1.25;}.about-two-col p{font-size:.9rem;color:var(--text-mid);line-height:1.8;margin-bottom:1rem;}.about-visual{background:var(--navy);border-radius:12px;padding:2.5rem;position:relative;overflow:hidden;}.about-visual::before{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:rgba(224,123,0,.22);}.about-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}.about-stat{color:#fff;}.about-stat-num{font-family:var(--serif);font-size:2rem;font-weight:700;color:var(--teal-light);line-height:1;}.about-stat-desc{font-size:.78rem;color:rgba(255,255,255,.55);margin-top:.25rem;line-height:1.4;}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;}.value-card{border:1px solid var(--border);border-radius:8px;padding:1.75rem;}.value-icon{width:36px;height:36px;border-radius:8px;background:#eaf7e4;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;}.value-icon svg{width:18px;height:18px;}.value-card h3{font-family:var(--serif);font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.4rem;}.value-card p{font-size:.82rem;color:var(--text-muted);line-height:1.65;}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin-top:2.5rem;}.team-card{border:1px solid var(--border);border-radius:8px;overflow:hidden;text-align:center;}.team-avatar{height:100px;display:flex;align-items:center;justify-content:center;}.avatar-initials{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.1rem;font-weight:700;color:#fff;}.team-info{padding:.75rem 1rem 1.25rem;}.team-info h4{font-family:var(--serif);font-size:.9rem;font-weight:600;color:var(--navy);margin-bottom:.2rem;}.team-info p{font-size:.75rem;color:var(--text-muted);line-height:1.4;}.submit-hero{background:var(--navy);padding:4rem 2rem;}.submit-hero-inner{max-width:700px;margin:0 auto;}.submit-hero h1{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.6rem);color:#fff;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em;}.submit-hero p{color:rgba(255,255,255,.6);font-size:.95rem;line-height:1.7;}.submit-layout{display:grid;grid-template-columns:1fr 320px;gap:3rem;max-width:1000px;margin:0 auto;padding:3.5rem 2rem;}.form-section-title{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--teal);display:flex;align-items:center;gap:.5rem;}.form-step-badge{width:22px;height:22px;border-radius:50%;background:var(--teal);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.form-group{margin-bottom:1.25rem;}label{display:block;font-size:.8rem;font-weight:500;color:var(--text-mid);margin-bottom:.4rem;letter-spacing:.02em;}input[type=text],input[type=email],select,textarea{width:100%;padding:.65rem .9rem;border:1px solid var(--border);border-radius:4px;font-family:var(--sans);font-size:.88rem;color:var(--text-dark);background:#fff;transition:border-color .15s;outline:0;}input[type=text]:focus,input[type=email]:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(27,140,122,.1);}textarea{resize:vertical;min-height:100px;line-height:1.6;}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}.checkbox-row{display:flex;align-items:flex-start;gap:.6rem;font-size:.82rem;color:var(--text-mid);margin-bottom:.75rem;}.checkbox-row input[type=checkbox]{margin-top:2px;flex-shrink:0;}.submit-btn{background:var(--teal);color:#fff;border:0;border-radius:4px;padding:.9rem 2.5rem;font-family:var(--sans);font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s;width:100%;margin-top:.5rem;}.submit-btn:hover{background:var(--teal-light);}.sidebar-info-card{background:var(--cream);border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:1.25rem;}.sidebar-info-card h4{font-family:var(--serif);font-size:.95rem;font-weight:600;color:var(--navy);margin-bottom:.75rem;}.sidebar-info-card p{font-size:.8rem;color:var(--text-muted);line-height:1.65;}.guideline-list{list-style:none;}.guideline-list li{font-size:.8rem;color:var(--text-muted);padding:.35rem 0;border-bottom:1px solid var(--border-light);display:flex;align-items:start;gap:.5rem;}.guideline-list li::before{content:"›";color:var(--teal);font-size:.9rem;line-height:1.3;flex-shrink:0;}footer{background:var(--navy);padding:4rem 2rem 2rem;}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;}.footer-brand{font-family:var(--serif);font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.75rem;}.footer-tagline{font-size:.82rem;color:rgba(255,255,255,.45);line-height:1.7;max-width:260px;}.footer-col h5{font-family:var(--mono);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--teal-light);margin-bottom:.75rem;}.footer-col a,.footer-col span{display:block;font-size:.82rem;color:rgba(255,255,255,.5);padding:.25rem 0;cursor:pointer;text-decoration:none;transition:color .15s;}.footer-col a:visited{color:rgba(255,255,255,.5)!important;}.footer-col a:hover{color:rgba(255,255,255,.85);}.footer-bottom{max-width:1100px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:rgba(255,255,255,.3);}.issn-tag{font-family:var(--mono);}.metrics-bar{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem;}.metrics-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center;}.metric-item{padding:1rem;}.metric-num{font-family:var(--serif);font-size:2rem;font-weight:700;color:var(--navy);line-height:1;}.metric-label{font-size:.75rem;color:var(--text-muted);margin-top:.3rem;letter-spacing:.03em;}.j-navbar{background-color:transparent!important;padding:0;border-top:1px solid rgba(255,255,255,.12);margin-top:1.75rem;}.j-navbar .container-xl{padding-left:0;padding-right:0;}.j-navbar .navbar-toggler{border-color:rgba(255,255,255,.3)!important;margin:.5rem 0;}.j-navbar .navbar-toggler-icon{filter:invert(1);}.j-navbar .nav-link{color:rgba(255,255,255,.55)!important;font-size:.83rem;font-weight:400;padding:.85rem 1.25rem!important;border-bottom:3px solid transparent;border-radius:0;white-space:nowrap;transition:color .15s,border-color .15s;cursor:pointer;}.j-navbar .nav-link:hover{color:rgba(255,255,255,.9)!important;}.j-navbar .nav-link.j-nav-active{color:#fff!important;border-bottom-color:var(--teal-light);font-weight:500;}.j-navbar .dropdown-toggle::after{border-top-color:rgba(255,255,255,.55);vertical-align:.15em;}.j-navbar .nav-link.dropdown-toggle:hover::after,.j-navbar .nav-link.dropdown-toggle.show::after{border-top-color:#fff;}.j-navbar .dropdown-menu{border-radius:0 0 6px 6px;border:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.12);padding:.4rem 0;min-width:220px;margin-top:0!important;}.j-navbar .dropdown-item{font-size:.82rem;color:var(--text-mid);padding:.55rem 1.1rem;cursor:pointer;transition:background .12s;}.j-navbar .dropdown-item:hover,.j-navbar .dropdown-item:focus{background-color:var(--teal-pale);color:var(--teal);}.j-navbar .dropdown-divider{margin:.3rem 0;border-color:var(--border-light);}@media(max-width:767px){.j-navbar .navbar-collapse{background:var(--navy-mid);padding:.5rem 1rem 1rem;}.j-navbar .nav-link{border-bottom:0!important;border-left:3px solid transparent;padding:.55rem .9rem!important;}.j-navbar .nav-link.j-nav-active{border-left-color:var(--teal-light);border-bottom:0!important;}.j-navbar .dropdown-menu{background:rgba(255,255,255,.05);border:0;box-shadow:none;padding-left:.75rem;}.j-navbar .dropdown-item{color:rgba(255,255,255,.65);font-size:.8rem;}.j-navbar .dropdown-item:hover{background:rgba(255,255,255,.08);color:#fff;}}.j-panel{display:none;}.j-panel.active{display:block;}.j-content-layout{max-width:1100px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 260px;gap:3.5rem;}.j-page-label{font-family:var(--mono);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--teal);margin-bottom:.4rem;}.j-page-title{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--navy);margin-bottom:.75rem;letter-spacing:-.02em;line-height:1.2;}.j-page-lead{font-size:.95rem;line-height:1.75;color:var(--text-mid);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light);}.j-section{margin-bottom:2rem;}.j-section-h{font-family:var(--serif);font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.65rem;padding-bottom:.35rem;border-bottom:2px solid var(--teal-pale);}.j-para{font-size:.9rem;line-height:1.85;color:var(--text-mid);margin-bottom:.75rem;}.j-info-box{background:var(--teal-pale);border-left:3px solid var(--teal);padding:.9rem 1.1rem;border-radius:0 4px 4px 0;font-size:.84rem;color:var(--text-mid);line-height:1.7;margin-top:.75rem;}.j-scope-item{font-size:.83rem;color:var(--text-mid);padding:.35rem .6rem;border-left:2px solid var(--teal-pale);line-height:1.4;}.j-index-card{border:1px solid var(--border);border-radius:6px;padding:1rem;}.j-index-name{font-family:var(--serif);font-weight:700;color:var(--navy);font-size:.9rem;margin-bottom:.3rem;}.j-index-desc{font-size:.78rem;color:var(--text-muted);line-height:1.55;}.j-board-card{display:flex;align-items:start;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:6px;margin-bottom:0;}.j-board-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.95rem;font-weight:700;color:#fff;flex-shrink:0;}.j-board-name{font-family:var(--serif);font-weight:700;color:var(--navy);font-size:.95rem;margin-bottom:.2rem;}.j-board-affil{font-size:.8rem;color:var(--text-muted);margin-bottom:.2rem;}.j-board-area{font-size:.75rem;color:var(--teal);font-style:italic;}.j-board-sm{border:1px solid var(--border);border-radius:6px;padding:.75rem;}.j-board-sm-name{font-family:var(--serif);font-weight:600;color:var(--navy);font-size:.85rem;margin-bottom:.15rem;}.j-board-sm-affil{font-size:.75rem;color:var(--text-muted);}.j-aside-card{border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin-bottom:1.1rem;}.j-aside-title{font-family:var(--mono);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;}.j-aside-link{display:block;font-size:.82rem;font-weight:500;color:var(--teal);cursor:pointer;padding:.3rem 0;text-decoration:none;border-bottom:1px solid var(--border-light);transition:color .15s;}.j-aside-link:last-child{border-bottom:0;}.j-aside-link:hover{color:var(--teal-light);}.j-check-list{list-style:none;padding:0;}.j-check-list li{font-size:.8rem;color:var(--text-mid);padding:.3rem 0;border-bottom:1px solid var(--border-light);display:flex;align-items:start;gap:.5rem;line-height:1.4;}.j-check-list li::before{content:"✓";color:var(--teal);font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:1px;}.search-overlay{position:fixed;top:67px;left:0;right:0;z-index:99;background:var(--navy);border-bottom:3px solid var(--teal-light);max-height:0;overflow:hidden;transition:max-height .38s cubic-bezier(.4,0,.2,1),padding .38s cubic-bezier(.4,0,.2,1),opacity .28s ease;opacity:0;box-shadow:0 8px 32px rgba(0,0,0,.28);padding:0 2rem;}.search-overlay.open{max-height:220px;padding:1.75rem 2rem;opacity:1;}.search-overlay-inner{max-width:700px;margin:0 auto;}.search-overlay h2{font-family:var(--serif);font-size:1.2rem;color:#fff;margin-bottom:.9rem;font-weight:600;}.nav-search-btn{background:none;border:0;color:rgba(255,255,255,.72);cursor:pointer;padding:.4rem .6rem;border-radius:4px;line-height:1;transition:color .2s,background .2s;display:flex;align-items:center;}.nav-search-btn:hover,.nav-search-btn.search-active{color:#fff;background:rgba(255,255,255,.1);}.nav-search-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}@media(max-width:768px){.j-content-layout{grid-template-columns:1fr;}.j-content-side{display:none;}}@media(max-width:768px){.hero-grid{grid-template-columns:1fr;}.hero-divider{display:none;}.featured-grid{grid-template-columns:1fr;}.articles-layout{grid-template-columns:1fr;}.sidebar{display:none;}.about-two-col{grid-template-columns:1fr;}.values-grid{grid-template-columns:1fr;}.submit-layout{grid-template-columns:1fr;}.footer-inner{grid-template-columns:1fr 1fr;}.metrics-inner{grid-template-columns:repeat(2,1fr);}.form-row{grid-template-columns:1fr;}}nav[aria-label=breadcrumb]{background:var(--navy);padding:.6rem 2rem;font-size:.75rem;color:rgba(255,255,255,.6);}nav[aria-label=breadcrumb] a{text-decoration:none;color:rgba(255,255,255,.6);}nav[aria-label=breadcrumb] ol.breadcrumb{margin-bottom:0;}nav[aria-label=breadcrumb] ol.breadcrumb li.active{color:var(--teal-light);}.issue-list{display:flex;flex-direction:column;gap:2rem;}.issue-list a{text-decoration:none;color:inherit;}.issue-list .eyebrow{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem;}.issue-list .issue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;}.issue-list .issue-grid .issue-link{border:1px solid var(--border);border-radius:6px;padding:1rem;}.issue-list .issue-grid .issue-link.current{border:2px solid var(--teal);background-color:var(--teal-pale);}.issue-list .issue-grid .issue-link:hover{border-color:var(--teal);box-shadow:0 4px 20px rgba(13,27,42,.08);}.article-box{padding:1.25rem 0;border-bottom:1px solid var(--border-light);background:none;}.article-box:hover{background:#fffdf0;}.article-box .article-box-header{display:flex;gap:.5rem;margin-bottom:.4rem;}.article-box a h3{font-family:var(--serif);font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.35rem;line-height:1.35;}.article-box a h3:hover{color:var(--teal);}.article-box a:hover{color:var(--teal);}div.authors{font-size:.88rem;color:var(--teal-light);}div.authors span.author{margin-right:.5rem;}div.affiliations{font-size:.75rem;color:rgba(255,255,255,.45);line-height:1.7;display:flex;flex-direction:column;}div.show-affiliations{font-size:.82rem;color:var(--text-muted);margin-top:.25rem;}.article-html{font-size:.92rem;line-height:1.85;color:var(--text-mid);}.article-html h1,.article-html h2,.article-html h3,.article-html h4,.article-html h5,.article-html h6{font-family:var(--serif);color:var(--navy);}.article-html h1{font-size:1.3rem;font-weight:700;margin-bottom:.9rem;padding-bottom:.4rem;border-bottom:2px solid var(--teal-pale);}.article-html h2{font-size:1.25rem;font-weight:600;margin-bottom:.6rem;}.article-html h3{font-size:1.2rem;font-weight:600;margin-bottom:.6rem;}.article-html h4{font-size:1.15rem;font-weight:600;margin-bottom:.6rem;}.article-html h5{font-size:1.1rem;font-weight:600;margin-bottom:.6rem;}.article-html h6{font-size:.95rem;font-weight:600;margin-bottom:.6rem;}.article-html table.article-table-wrapper{border:1px solid #ccc;width:100%;}.article-html table.article-table-wrapper>tbody>tr>td{padding:.75rem;}.article-html table.article-table-wrapper table{border-top:1px solid #ccc;width:100%;}.article-html table.article-table-wrapper table tr:not(:last-child),.article-html table.article-table-wrapper table th:not(:last-child){border-bottom:1px solid #ccc;}.article-html table.article-table-wrapper table p{margin:.25rem 0;}.article-html img{max-width:100%;}.article-html .figure{border:1px solid #ccc;width:100%;padding:.75rem;}.article-html .figure .figure-image{margin-bottom:.75rem;}.article-html blockquote{padding:.5rem 1rem .5rem 1rem;margin:0 0 1rem 1rem;border-left:5px solid #eee;color:#333;}.article-html blockquote p:last-child{margin-bottom:0;}.article-html .figure-label{display:block;margin-top:10px;}