:root{color-scheme:dark;--bg: #0b1020;--bg-elev: #141a2e;--fg: #e8ecf5;--fg-muted: #95a0bd;--accent: #E8112D;--border: #242b44;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;font-size:16px;line-height:1.6}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{background:var(--bg);color:var(--fg)}a{color:var(--fg);text-decoration:none}a:hover{text-decoration:underline}.app-shell{max-width:1080px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;min-height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--border)}.brand{font-weight:800;font-size:1.3rem;letter-spacing:.02em}.app-header nav a{margin-left:20px;color:var(--fg-muted);font-size:.95rem}main{flex:1;padding:40px 0}.app-footer{border-top:1px solid var(--border);padding:24px 0;color:var(--fg-muted);font-size:.85rem;text-align:center}.app-footer p{margin:6px 0}.hero{padding:40px 0 30px;text-align:center}.hero h1{font-size:clamp(2rem,5vw,3.4rem);margin:0 0 12px;line-height:1.1}.hero .tagline{color:var(--fg-muted);font-size:1.1rem;margin:0}.section{background:var(--bg-elev);border:1px solid var(--border);border-radius:12px;padding:24px;margin:24px 0}.section h2{margin-top:0;font-size:1.2rem}.updated-at{color:var(--fg-muted);font-size:.8rem;text-align:right;margin:0}.stat-row{display:grid;grid-template-columns:80px 1fr 70px;align-items:center;gap:10px;padding:6px 0}.stat-row .label{font-weight:600}.stat-row .value{color:var(--fg-muted);font-variant-numeric:tabular-nums;text-align:right}.stat-row .bar-track{height:10px;background:#1f2640;border-radius:6px;overflow:hidden}.stat-row .bar-fill{height:100%;border-radius:6px;transition:width .4s ease-out}.flip-item{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid var(--border)}.flip-item:last-child{border-bottom:0}.color-dot{width:14px;height:14px;border-radius:50%;display:inline-block;border:1px solid rgba(255,255,255,.1)}.flip-item .when{color:var(--fg-muted);font-size:.85rem;font-variant-numeric:tabular-nums}.map-container{width:100%;height:520px;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.legal-body{max-width:720px;margin:0 auto}.legal-body h1{margin-bottom:.2em}.legal-body h2{font-size:1.15rem;margin-top:2em;border-bottom:1px solid var(--border);padding-bottom:6px}.legal-body .updated{color:var(--fg-muted);font-size:.85rem;margin-top:0}.legal-body a{color:var(--accent)}.empty-state,.loading{color:var(--fg-muted);padding:20px 0;text-align:center}
