:root{
  --bg:#050913; --bg2:#09111e; --panel:#0b1320; --panel2:#111b2c; --panel3:#142238;
  --line:rgba(244,196,48,.24); --line2:rgba(152,170,198,.16); --text:#f3f7ff; --muted:#98a8c5;
  --gold:#f7c948; --gold2:#ffdf6b; --green:#61f29f; --red:#ff4f57; --blue:#62b5ff; --cyan:#64e0ff;
  --shadow:0 20px 50px rgba(0,0,0,.45); --radius:16px; --radius2:22px;
  --sidebar:244px; --topbar:74px; --font:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;
}
*{box-sizing:border-box} html,body{min-height:100%;margin:0;background:radial-gradient(circle at 70% 0%,rgba(244,196,48,.11),transparent 24%),linear-gradient(180deg,#040812,#07101d 55%,#030711);color:var(--text);font-family:var(--font);font-size:14px} 
button,input,select{font:inherit} a{color:inherit} ::selection{background:rgba(247,201,72,.35)}


/* Sport accent system: one Midwest Sports IQ platform, sport-specific highlights */
:root{
  --accent:var(--gold);
  --accent2:var(--gold2);
  --accent-rgb:247,201,72;
  --accent-text:#111;
}
body.sport-mlb{
  --accent:#62b5ff;
  --accent2:#8bd0ff;
  --accent-rgb:98,181,255;
  --accent-text:#06101f;
}
body.sport-nfl{
  --accent:#2ecc71;
  --accent2:#65f0a4;
  --accent-rgb:46,204,113;
  --accent-text:#03140b;
}
body.sport-fantasy{
  --accent:#a78bfa;
  --accent2:#d8b4fe;
  --accent-rgb:167,139,250;
  --accent-text:#12071f;
}
body.sport-nba{
  /* Basketball orange -- the ball's own color, deliberately more saturated/
     red-leaning than a muted clay tone, distinct from the gold/blue/green/
     purple already in use by the other three sports+modes. */
  --accent:#ff6b1a;
  --accent2:#ffab5c;
  --accent-rgb:255,107,26;
  --accent-text:#1a0800;
}
body.sport-mlb,body.sport-nfl,body.sport-fantasy,body.sport-nba{
  background:
    radial-gradient(circle at 70% 0%,rgba(var(--accent-rgb),.13),transparent 26%),
    linear-gradient(180deg,#040812,#07101d 55%,#030711);
}

/* MWSIQ Terminal Design System — 2026 redesign */
:root{
  --space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;
  --content-max:1680px;--header-h:72px;
  --bg:#030915;--bg2:#07111f;--panel:#0a1424;--panel2:#0e1b2e;--panel3:#12243b;
  --text:#f5f8ff;--muted:#93a6c5;--muted2:#6f83a4;
  --line2:rgba(137,164,204,.17);--shadow:0 16px 44px rgba(0,0,0,.28);
  --radius:14px;--radius2:18px;
}
html{scrollbar-gutter:stable} body{overflow-x:hidden;line-height:1.45}
