:root { color-scheme: light; --ink:#172b36; --muted:#617580; --blue:#005382; --deep:#003a5c; --green:#276601; --green-soft:#f0f7eb; --line:#dce6e8; --surface:#f7faf9; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--surface); line-height:1.65; }
a { color:var(--blue); text-underline-offset:3px; }
:focus-visible { outline:3px solid #c9972a; outline-offset:3px; }
.shell { width:min(860px,calc(100% - 40px)); margin-inline:auto; }
header { color:#fff; background:var(--deep); }
.header-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.header-inner > a:last-child { color:#fff; font-size:.87rem; font-weight:750; }
.brand { display:inline-flex; align-items:center; gap:10px; color:inherit; text-decoration:none; }
.brand img { width:48px; height:48px; border-radius:50%; }
.brand span { display:grid; line-height:1.1; }
.brand small { margin-top:4px; color:rgba(255,255,255,.7); }
main { padding-block:72px 90px; }
.eyebrow { margin:0 0 10px; color:var(--blue); font-size:.8rem; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
h1,h2,p { margin-top:0; }
h1,h2 { line-height:1.1; letter-spacing:-.035em; }
h1 { max-width:740px; margin-bottom:22px; font-size:clamp(2.6rem,7vw,4.8rem); }
h2 { margin-bottom:12px; font-size:clamp(1.55rem,4vw,2.2rem); }
.lead { max-width:760px; margin-bottom:30px; color:var(--muted); font-size:1.1rem; }
nav { display:flex; flex-wrap:wrap; gap:8px 18px; margin-bottom:40px; padding:18px 20px; border:1px solid var(--line); border-radius:14px; background:#fff; }
nav strong { width:100%; }
nav a { font-size:.87rem; }
section { display:grid; grid-template-columns:42px 1fr; gap:18px; padding-block:32px; border-top:1px solid var(--line); scroll-margin-top:20px; }
section p { color:var(--muted); }
.number { display:grid; width:38px; height:38px; place-items:center; border-radius:11px; color:#fff; background:var(--blue); font-weight:900; }
.links { display:flex; flex-wrap:wrap; gap:8px 18px; }
.notice,aside { padding:16px 18px; border-radius:12px; color:#5d4819; background:#fff7df; }
aside { margin-top:30px; color:var(--ink); background:var(--green-soft); }
aside p { margin:6px 0 0; color:var(--muted); }
footer { padding-block:24px; color:rgba(255,255,255,.72); background:#062a42; font-size:.85rem; }
footer p { margin:0; }
@media (max-width:600px) { .shell { width:min(100% - 24px,860px); } .brand span { display:none; } main { padding-block:52px 70px; } section { grid-template-columns:1fr; } .number { width:34px; height:34px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
