:root{--bg-base:#040c06;--bg-surface:#0a1610;--bg-elevated:#102018;--border:#1f3a2c;--border-strong:#2d5a43;--accent:#86efac;--accent-hover:#bbf7d0;--text-primary:#f0fdf4;--text-body:#d1fae5;--text-muted:#a7d4bb;--text-faint:#86a896;--danger:#fca5a5;--focus:#fde68a;--max-width:44rem;--wide:68rem;--radius:12px;--space:1.25rem}*,:before,:after{box-sizing:border-box}html{background:var(--bg-base);color:var(--text-body);scroll-behavior:smooth;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.65}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}body{background:var(--bg-base);min-height:100vh;margin:0}img{max-width:100%;height:auto}a{color:var(--accent);text-underline-offset:.18em}a:hover{color:var(--accent-hover)}:focus{outline:none}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{z-index:100;background:var(--focus);color:#111827;border-radius:6px;padding:.5rem .85rem;font-weight:700;text-decoration:none;position:absolute;top:-3.5rem;left:1rem}.skip-link:focus{top:1rem}.site-header,.site-footer{border-color:var(--border)}.site-header{border-bottom:1px solid var(--border);background:var(--bg-surface)}.site-footer{border-top:1px solid var(--border);background:var(--bg-surface);margin-top:4rem}.wrap{width:min(var(--wide), calc(100% - 2rem));margin-inline:auto}.header-inner,.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.9rem 1.5rem;padding:1rem 0;display:flex}.brand{color:var(--text-primary);letter-spacing:.02em;align-items:center;gap:.7rem;font-weight:700;text-decoration:none;display:inline-flex}.brand img{border-radius:10px;width:40px;height:40px}.nav-list{flex-wrap:wrap;gap:.35rem 1rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--text-body);font-size:.95rem;text-decoration:none}.nav-list a[aria-current=page],.nav-list a:hover{color:var(--accent);text-decoration:underline}main{width:min(var(--max-width), calc(100% - 2rem));margin:2.5rem auto 0}.hero{width:min(var(--wide), calc(100% - 2rem));margin:2.5rem auto 0}.kicker{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .75rem;font-size:.8rem;font-weight:700}h1,h2,h3{color:var(--text-primary);line-height:1.25}h1{margin:0 0 .75rem;font-size:clamp(2rem,4vw,3rem)}.subtitle{color:var(--text-heading,var(--accent));margin:0 0 1rem;font-size:clamp(1.15rem,2.5vw,1.45rem);font-weight:600}.lede{max-width:42rem;font-size:1.1rem}.cards{width:min(var(--wide), calc(100% - 2rem));grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin:2.25rem 0;margin-inline:auto;display:grid}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.2rem}.card h2{margin:0 0 .45rem;font-size:1.05rem}.card p{color:var(--text-muted);margin:0}.note{background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--radius);margin:1.75rem 0;padding:1rem 1.15rem}.actions{flex-wrap:wrap;gap:.75rem 1rem;margin:1.5rem 0 0;display:flex}.button{background:var(--accent);color:#052e16;border-radius:999px;justify-content:center;align-items:center;min-height:2.75rem;padding:.55rem 1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.button:hover{background:var(--accent-hover);color:#052e16}.button-secondary{color:var(--accent);border:1px solid var(--border-strong);background:0 0}.legal h2{margin-top:2rem;font-size:1.35rem}.legal h3{font-size:1.08rem}.legal p,.legal li{color:var(--text-body)}.legal code{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em}.meta-box{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);color:var(--text-muted);margin-top:2.5rem;padding:1rem 1.15rem;font-size:.95rem}.footer-links{flex-wrap:wrap;gap:.75rem 1.15rem;margin:0;padding:0;list-style:none;display:flex}.footer-copy{color:var(--text-faint);margin:0;font-size:.9rem}.error-page{text-align:left;padding:3rem 0 5rem}
