@charset "UTF-8";:root{--brand: #f7931e;--brand-ink: #e07d0a;--up: #2ecc71;--up-2: #22c55e;--up-soft: rgba(46, 204, 113, .14);--degraded: #f5a524;--degraded-soft: rgba(245, 165, 36, .16);--down: #f0434e;--down-soft: rgba(240, 67, 78, .15);--radius: 16px;--radius-sm: 10px;--radius-xs: 6px;--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono: "JetBrains Mono", "SF Mono", "Cascadia Code", Menlo, Consolas, monospace;--maxw: 880px}@media(prefers-color-scheme:dark){:root{--bg: #090c13;--bg-glow: #0c1019;--surface: #10151f;--surface-2: #161d2b;--border: #212a3b;--border-soft: #1a2130;--text: #eaf0f8;--text-muted: #909cb2;--text-faint: #5b6880;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 30px rgba(0, 0, 0, .35);--bar-empty: #212a3b;color-scheme:dark}}@media(prefers-color-scheme:light){:root{--bg: #f5f7fb;--bg-glow: #eef2f8;--surface: #ffffff;--surface-2: #f6f8fc;--border: #e5eaf2;--border-soft: #eef1f6;--text: #101725;--text-muted: #5a6678;--text-faint: #97a1b2;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 28px rgba(16, 24, 40, .07);--bar-empty: #e5eaf2;color-scheme:light}}:root[data-theme=dark]{--bg: #090c13;--bg-glow: #0c1019;--surface: #10151f;--surface-2: #161d2b;--border: #212a3b;--border-soft: #1a2130;--text: #eaf0f8;--text-muted: #909cb2;--text-faint: #5b6880;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 30px rgba(0, 0, 0, .35);--bar-empty: #212a3b;color-scheme:dark}:root[data-theme=light]{--bg: #f5f7fb;--bg-glow: #eef2f8;--surface: #ffffff;--surface-2: #f6f8fc;--border: #e5eaf2;--border-soft: #eef1f6;--text: #101725;--text-muted: #5a6678;--text-faint: #97a1b2;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 28px rgba(16, 24, 40, .07);--bar-empty: #e5eaf2;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.5;letter-spacing:-.006em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
