:root{--text:#3d4f5f;--text-h:#0c1929;--text-muted:#5c6d7e;--bg:#f4f8fb;--header-bg:#e8f2f8;--panel-bg:#fff;--border:#c5d4e0;--code-bg:#e3edf4;--accent:#0d6e8d;--accent-glow:#0d6e8d40;--ok:#0d8a5b;--ok-ring:#0d8a5b40;--shadow-sm:0 1px 2px #0c19290f, 0 4px 12px #0c19290f;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background:var(--bg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}@media (prefers-color-scheme:dark){:root{--text:#a8b8c8;--text-h:#e8f0f7;--text-muted:#7a8c9c;--bg:#0f1419;--header-bg:#121c24;--panel-bg:#161d26;--border:#2a3542;--code-bg:#1e2832;--accent:#5ec4e0;--accent-glow:#5ec4e033;--ok:#3dd68c;--ok-ring:#3dd68c33;--shadow-sm:0 1px 2px #0003, 0 4px 12px #00000040}}*{box-sizing:border-box}body{min-height:100svh;margin:0}#root{min-height:100svh}h1,h2{color:var(--text-h);font-weight:600}.app{flex-direction:column;min-height:100%;display:flex}.header{border-bottom:1px solid var(--border);background:linear-gradient(180deg, var(--header-bg) 0%, var(--bg) 100%);padding:2.5rem 1.5rem 2rem}.brand{text-align:left;align-items:flex-start;gap:1.25rem;max-width:40rem;margin:0 auto;display:flex}.shield{color:var(--accent);filter:drop-shadow(0 2px 8px var(--accent-glow));flex-shrink:0}.titles h1{letter-spacing:-.03em;margin:0 0 .35rem;font-size:clamp(1.65rem,4vw,2.15rem);line-height:1.15}.tagline{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.45}.tagline code{background:var(--code-bg);color:var(--text-h);border-radius:4px;padding:.12rem .35rem;font-size:.88em}.main{box-sizing:border-box;flex:1;gap:1.25rem;width:100%;max-width:40rem;margin:0 auto;padding:2rem 1.5rem 3rem;display:grid}.panel{text-align:left;border:1px solid var(--border);background:var(--panel-bg);box-shadow:var(--shadow-sm);border-radius:12px;padding:1.35rem 1.5rem}.panel h2{color:var(--text-h);letter-spacing:-.02em;margin:0 0 1rem;font-size:1.05rem;font-weight:600}.facts{gap:1rem;margin:0;display:grid}.facts dt{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.facts dd{color:var(--text-h);margin:0;font-size:1rem}.facts dd a{color:var(--accent);word-break:break-word}.facts dd a:hover{text-decoration:underline}.facts code{background:var(--code-bg);border-radius:6px;padding:.2rem .45rem;font-size:.9em}.ok{color:var(--text);align-items:flex-start;gap:.65rem;margin:0;line-height:1.5;display:flex}.dot{background:var(--ok);width:10px;height:10px;box-shadow:0 0 0 3px var(--ok-ring);border-radius:50%;flex-shrink:0;margin-top:.35rem}.footer{border-top:1px solid var(--border);color:var(--text-muted);padding:1.25rem 1.5rem;font-size:.9rem}.footer p{margin:0}.footer a{color:var(--accent);text-decoration:none}.footer a:hover{text-decoration:underline}
