
:root{--ink:#122033;--muted:#526173;--brand:#075985;--brand2:#0e7490;--soft:#f2f7fa;--line:#d8e2e8;--warn:#fff7e8;--max:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.65}a{color:var(--brand)}img{max-width:100%;height:auto}.container{width:min(var(--max),calc(100% - 2rem));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:#fff;padding:.75rem 1rem;border:2px solid var(--brand)}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--ink)}.site-brand img{width:40px;height:50px;object-fit:contain}.site-brand span{display:grid}.site-brand small{color:var(--muted)}.primary-navigation{display:flex;gap:1rem;align-items:center}.primary-navigation a{font-weight:700;text-decoration:none}.nav-toggle{display:none;min-width:44px;min-height:44px;border:1px solid var(--line);background:#fff;border-radius:.5rem;font-weight:800}.hero{background:linear-gradient(135deg,#eef9fd,#fff);border-bottom:1px solid var(--line);padding:1.5rem 0}.eyebrow{font-weight:800;color:var(--brand2);letter-spacing:.04em;text-transform:uppercase;font-size:.8rem}h1{font-size:clamp(2rem,2vw,2rem);line-height:1.04;max-width:48ch;margin:.5rem 0 1rem}h2{font-size:clamp(1.55rem,2vw,1.7rem);line-height:1.15;margin:0 0 1rem}h3{line-height:1.25}.lead{font-size:1.18rem;color:var(--muted);max-width:72ch}.breadcrumbs{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem 0;margin:0;list-style:none;font-size:.92rem}.breadcrumbs li:not(:last-child)::after{content:' /';color:#8793a0}.section{padding:2.8rem 0}.article-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,.7fr);gap:2rem}.content-section{padding:1.5rem 0;border-bottom:1px solid var(--line)}.notice,.editorial-review{padding:1rem 1.15rem;border:1px solid var(--line);border-radius:.8rem;background:var(--soft)}.notice{background:var(--warn)}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.guide-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:1rem;padding:1.2rem;text-decoration:none;color:var(--ink);background:#fff}.guide-card p{color:var(--muted)}.guide-card strong{margin-top:auto;color:var(--brand)}.related-list,.source-list{padding-left:1.2rem}.faq details{border:1px solid var(--line);border-radius:.8rem;padding:1rem;margin:.75rem 0}.faq summary{font-weight:800;cursor:pointer}.site-footer{background:#102333;color:#e7f0f5;margin-top:3rem;padding:2.5rem 0}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:1.5rem}.site-footer a{display:block;color:#d5e8f0;padding:.2rem 0}.site-footer h2,.site-footer h3{color:#fff}.footer-note{border-top:1px solid #345061;margin-top:1.5rem;padding-top:1rem;color:#c2d4dc}.button-link{display:inline-flex;min-height:44px;align-items:center;padding:.65rem 1rem;border-radius:.6rem;background:var(--brand);color:#fff;text-decoration:none;font-weight:800}:focus-visible{outline:3px solid #f59e0b;outline-offset:3px}@media(max-width:820px){.nav-toggle{display:block}.primary-navigation{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;border-bottom:1px solid var(--line);padding:1rem;flex-direction:column;align-items:stretch}.primary-navigation.is-open{display:flex}.article-grid,.guide-grid,.footer-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
