:root{--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;--header-h: 56px;--bg: #0a0e13;--surface: #121922;--surface-2: #19222e;--surface-3: #25303e;--border: #243040;--text: #e9eef4;--muted: #8d9bad;--good: #3cc98f;--bad: #f0616b;--warn: #f4b942;--live: #ff4d5e;--accent: #f5903a;color-scheme:dark}:root[data-sport=nfl]{--accent: #4aa8ff}@media(prefers-color-scheme:light){:root{--bg: #f3f5f8;--surface: #ffffff;--surface-2: #f1f4f8;--surface-3: #dde3eb;--border: #dfe4eb;--text: #101722;--muted: #5d6b7c;--good: #0f9d63;--bad: #d63440;--warn: #c98a00;--live: #e0283a;--accent: #d9660f;color-scheme:light}:root[data-sport=nfl]{--accent: #1c6fd1}}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);color:var(--text);font:15px/1.45 var(--font-body);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overflow-x:hidden}a{color:var(--accent)}button,input,select{font:inherit}input,select{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:9px 10px;min-height:40px;outline:none}input:focus,select:focus{border-color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:0 16px;border-radius:999px;cursor:pointer;font-weight:700;border:1px solid var(--border);background:var(--surface-2);color:var(--text)}.btn.primary{background:var(--accent);border-color:var(--accent);color:#0b0f14}.btn.ghost{background:transparent}.btn:disabled{opacity:.5;cursor:default}.icon-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:22px;line-height:1;cursor:pointer}.icon-btn:disabled{opacity:.3;cursor:default}.seg{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:3px}.seg button{border:0;background:transparent;color:var(--muted);padding:6px 14px;border-radius:999px;font-weight:700;cursor:pointer}.seg button.on{background:var(--accent);color:#0b0f14}.chip{flex:none;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.chip.on{background:var(--accent);border-color:var(--accent);color:#0b0f14}.pill{font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;background:var(--surface-2);color:var(--muted);white-space:nowrap}.pill.cta{background:var(--accent);color:#0b0f14}.pill.accent{background:color-mix(in srgb,var(--accent) 20%,transparent);color:var(--accent)}.pill.good{background:color-mix(in srgb,var(--good) 20%,transparent);color:var(--good)}.pill.dim{opacity:.7}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
