*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #074552;--primary-dark: #053640;--secondary-color: #0a5c6b;--text-color: #333;--text-light: #666;--border-color: #d1d5db;--bg-light: #f0f7f8;--success-color: #16a34a;--error-color: #b91c1c}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-color);background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-header{background:#fff;border-bottom:2px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000000d}.site-header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--secondary-color)}.logo img{display:block;height:60px;width:auto}.logo-text{display:flex;flex-direction:column}.journal-name{font-size:1.25rem;font-weight:700;line-height:1.2}.journal-tagline{font-size:.875rem;color:var(--text-light)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:24px;height:2px;background:var(--text-color);border-radius:2px;transition:transform .3s,opacity .3s}.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-nav{display:flex;gap:1.5rem;flex-wrap:wrap}.main-nav a{text-decoration:none;color:var(--text-color);font-weight:500;transition:color .2s}.main-nav a:hover{color:var(--primary-color)}.site-main{min-height:calc(100vh - 200px);padding:2rem 0}.site-footer{background:var(--bg-light);border-top:1px solid var(--border-color);padding:2rem 0;margin-top:4rem;text-align:center;color:var(--text-light);font-size:.875rem}.site-footer p{margin:.5rem 0}h1,h2,h3,h4,h5,h6{color:var(--secondary-color);margin-bottom:1rem;line-height:1.3}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:1rem}.lead{font-size:1.25rem;color:var(--text-light);line-height:1.5}a{color:var(--primary-color)}a:hover{color:var(--primary-dark)}.btn{display:inline-block;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;text-align:center;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:background-color .2s,border-color .2s}.btn-primary{background-color:#074552;border-color:#074552;color:#fff}.btn-primary:hover{background-color:#053640;border-color:#053640;color:#fff}.btn-secondary{background-color:var(--bg-light);border-color:var(--border-color);color:var(--text-color)}.btn-secondary:hover{background-color:#e5e7eb;border-color:#9ca3af;color:var(--text-color)}.btn-pdf{background-color:#fef2f2;border-color:#fecaca;color:#dc2626}.btn-pdf:hover{background-color:#fee2e2;border-color:#fca5a5;color:#dc2626}.btn-sm{padding:6px 12px;font-size:13px}.btn-lg{padding:12px 24px;font-size:15px;font-weight:600}.hero{text-align:center;padding:3rem 0;background:linear-gradient(135deg,#074552,#0a5c6b,#0d7a8a);color:#fff;border-radius:12px;margin-bottom:3rem}.hero h1{color:#fff;margin-bottom:1rem}.hero .lead{color:#fffffff2;max-width:800px;margin:0 auto}section{margin:3rem 0}section h2{margin-bottom:1.5rem}.articles-grid,.issues-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.issue-highlight{background:var(--bg-light);padding:2rem;border-radius:8px;border:1px solid var(--border-color)}.issue-highlight h3{margin-bottom:.5rem}.issue-title{font-size:1.1rem;color:var(--text-light);margin-bottom:.5rem}.article-count{color:var(--text-light);margin-bottom:1rem}.issue-highlight .btn{margin-right:1rem;margin-bottom:.5rem}.issue-card{background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;transition:box-shadow .2s}.issue-card:hover{box-shadow:0 4px 12px #0000001a}.issue-card h3{margin-bottom:.5rem}.issue-card h3 a{color:var(--secondary-color);text-decoration:none}.issue-card h3 a:hover{color:var(--primary-color)}.meta{color:var(--text-light);font-size:.875rem;margin:.5rem 0}.pdf-link{display:inline-block;margin-top:.5rem;color:var(--error-color);text-decoration:none;font-size:.875rem;font-weight:500}.pdf-link:hover{text-decoration:underline}.volume-section{margin:3rem 0}.volume-section h2{color:var(--secondary-color);border-bottom:2px solid var(--border-color);padding-bottom:.5rem;margin-bottom:1.5rem}.breadcrumb{margin-bottom:1.5rem;font-size:.875rem;color:var(--text-light)}.breadcrumb a{color:var(--text-light);text-decoration:none}.breadcrumb a:hover{color:var(--primary-color);text-decoration:underline}.article-full{max-width:900px;margin:0 auto}.article-header{margin-bottom:2rem}.article-type{display:inline-block;padding:.25rem .75rem;background:var(--bg-light);border-radius:4px;font-size:.75rem;text-transform:uppercase;color:var(--text-light);font-weight:600;margin-bottom:.5rem}.article-meta{margin:1rem 0;padding:1rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.authors{font-weight:600;margin:.5rem 0}.affiliation{font-style:italic;color:var(--text-light);margin:.5rem 0;font-size:.875rem}.citation{margin:.5rem 0;font-size:.875rem}.doi{display:inline-block;margin-left:1rem}.article-abstract{background:var(--bg-light);padding:1.5rem;border-radius:8px;margin:2rem 0}.article-abstract h2{font-size:1.25rem;margin-bottom:1rem}.article-keywords{margin:1.5rem 0}.article-keywords h3{font-size:1rem;margin-bottom:.5rem}.article-sidebar{background:var(--bg-light);padding:1.5rem;border-radius:8px;margin-top:2rem}.article-sidebar h3{font-size:1.1rem;margin-bottom:1rem}.article-sidebar dl{margin:0}.article-sidebar dt{font-weight:600;margin-top:.75rem;color:var(--text-light);font-size:.875rem}.article-sidebar dd{margin:.25rem 0 0}.issue-toc{margin-top:2rem}.article-type-section{margin:2rem 0}.article-type-section h3{font-size:1.25rem;margin-bottom:1rem;color:var(--secondary-color)}.articles-list{list-style:none}.articles-list li{margin-bottom:1rem}.about-brief{background:var(--bg-light);padding:2rem;border-radius:8px;text-align:center}@media (max-width: 768px){.site-header .container{flex-wrap:wrap;align-items:center}.nav-toggle{display:flex}.main-nav{display:none;width:100%;flex-direction:column;gap:.5rem;padding-top:.75rem}.main-nav.open{display:flex}h1{font-size:2rem}h2{font-size:1.5rem}.articles-grid,.issues-grid{grid-template-columns:1fr}.hero{padding:2rem 1rem}.issue-highlight .btn{display:block;margin:.5rem 0}}
