:root{--bg:#0f1419;--surface:#1a2332;--text:#e8ecf1;--text-muted:#9aa5b5;--accent:#3d9cf0;--border:#2d3a4d;--max-content:42rem;--footer-h:3.5rem}*,:after,:before{box-sizing:border-box}html{color-scheme:dark}body{margin:0;min-height:100vh;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}main{min-height:calc(100vh - var(--footer-h));padding:2rem 1.25rem 4rem}.layout-inner{max-width:72rem;margin:0 auto}.site-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:var(--surface)}.site-header .layout-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:700;font-size:1.05rem;color:var(--text)}.brand:hover{text-decoration:none;color:var(--accent)}.nav-links{display:flex;gap:1.25rem;font-size:.95rem}.site-footer{position:-webkit-sticky;position:sticky;bottom:0;padding:.75rem 1.25rem;border-top:1px solid var(--border);background:var(--surface);font-size:.875rem;color:var(--text-muted);height:var(--footer-h);display:flex;align-items:center}.site-footer .layout-inner{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;width:100%}.privacy-doc{max-width:var(--max-content);margin:0 auto}.privacy-doc h1{font-size:1.75rem;font-weight:700;line-height:1.25;margin:0 0 .5rem}.privacy-doc .meta{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.privacy-doc h2{font-size:1.2rem;font-weight:650;margin:2rem 0 .75rem;padding-top:.5rem;border-top:1px solid var(--border)}.privacy-doc h2:first-of-type{border-top:none;padding-top:0}.privacy-doc li,.privacy-doc p{color:var(--text-muted)}.privacy-doc p{margin:0 0 1rem}.privacy-doc ul{margin:0 0 1rem;padding-left:1.25rem}.privacy-doc li{margin-bottom:.35rem}.privacy-doc strong{color:var(--text);font-weight:600}.home-hero{max-width:36rem;margin:3rem auto 0;text-align:center}.home-hero h1{font-size:1.5rem;margin:0 0 .75rem}.home-hero p{color:var(--text-muted);margin:0}