:root{--ink:#1c1f24;--ink-muted:#6b7480;--ink-faint:#9aa2ac;--bg:#f6f4ef;--surface:#fff;--surface-translucent:#ffffffdb;--border:#e2ddd0;--map-ocean:#aebcc0;--map-land:#e4ce94;--scrim:#14161a24;--sun:#dd9a2e;--sun-soft:#dd9a2e29;--moon:#6a63c9;--moon-soft:#6a63c92e;--night-overlay:#10182a;--accent:#d85a30;--accent-soft:#d85a3029;--neutral-soft:color-mix(in srgb, var(--ink) 7%, transparent);--neutral-active:color-mix(in srgb, var(--ink) 12%, transparent);--band-working:#4f7a5c;--band-awake:#b4772c;--band-asleep:#c2554f;--text-label:11px;--text-city:17.5px;--text-tile:28px;--text-sub:45px;--text-hero:72px;--radius-sm:6px;--radius-md:10px;--radius-lg:12px;--font-ui:-apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--theme-transition:.24s ease}:root[data-theme=dark]{--ink:#eceff2;--ink-muted:#8891a0;--ink-faint:#5b6270;--bg:#14171c;--surface:#1a1e24;--surface-translucent:#14171cd1;--border:#2a2f37;--map-ocean:#0e1013;--map-land:#241f17;--scrim:#00000057;--sun:#e8a33d;--sun-soft:#e8a33d2e;--moon:#8b83e8;--moon-soft:#8b83e838;--night-overlay:#05070d;--accent:#e2694a;--accent-soft:#e2694a33;--band-working:#6fae7f;--band-awake:#d99a4e;--band-asleep:#d9736c}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--ink:#eceff2;--ink-muted:#8891a0;--ink-faint:#5b6270;--bg:#14171c;--surface:#1a1e24;--surface-translucent:#14171cd1;--border:#2a2f37;--map-ocean:#0e1013;--map-land:#241f17;--scrim:#00000057;--sun:#e8a33d;--sun-soft:#e8a33d2e;--moon:#8b83e8;--moon-soft:#8b83e838;--night-overlay:#05070d;--accent:#e2694a;--accent-soft:#e2694a33;--band-working:#6fae7f;--band-awake:#d99a4e;--band-asleep:#d9736c}}
*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;transition:background var(--theme-transition), color var(--theme-transition);margin:0;font-weight:400;overflow:hidden}h1,h2,h3{margin:0;font-weight:500}button,input{font-family:inherit}button{cursor:pointer}.tabular{font-variant-numeric:tabular-nums}:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:4px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}

