:root {
  --bg-primary: #eef2f7;
  --bg-secondary: #ffffff;
  --bg-card: #ffffff;
  --bg-card-hover: #f8fafc;
  --bg-elevated: #f1f5f9;
  --accent-primary: #2563eb;
  --accent-primary-dim: rgba(37, 99, 235, 0.1);
  --accent-secondary: #0ea5e9;
  --accent-green: #059669;
  --accent-green-dim: rgba(5, 150, 105, 0.1);
  --score-blue: #0033cc;
  --accent-blue: #3b82f6;
  --accent-purple: #7c3aed;
  --live-red: #dc2626;
  --live-red-glow: rgba(220, 38, 38, 0.2);
  --warning: #d97706;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  /* Brand wordmark — matches assets/brand/logo-horizontal.svg */
  --brand-live: #0f172a;      /* Live = black */
  --brand-scores: #64748b;    /* Scores = slate gray (slate-500) */
  --brand-win-from: #2563eb;  /* .win gradient xanh */
  --brand-win-to: #06b6d4;
  --border: #e2e8f0;
  --border-light: #cbd5e1;
  --border-glow: rgba(37, 99, 235, 0.25);
  --yellow-card: #eab308;
  --red-card: #ef4444;
  --gradient-bg: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  --gradient-card: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  --gradient-accent: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
  --gradient-win: linear-gradient(90deg, var(--brand-win-from) 0%, var(--brand-win-to) 100%);
  --gradient-win-bar: linear-gradient(135deg, #1e40af 0%, #2563eb 40%, #0891b2 75%, #22d3ee 100%);
  --gradient-live-bar: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  --live-bar-text: #1e40af;
  --live-bar-border: #bfdbfe;
  --live-bar-accent: #3b82f6;
  --gradient-ad: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 100%);
  --header-bg: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(239, 246, 255, 0.98) 100%);
  --font-family: 'Inter', -apple-system, 'SF Pro Display', 'Roboto', sans-serif;
  --header-height: 56px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
  --shadow-glow: 0 0 0 1px rgba(37, 99, 235, 0.08);
  --site-max: 1180px;
  --ad-rail-width: 160px;
  --ad-tower-height: 460px;
  --site-gap: 12px;
  --page-inset: max(0px, calc((100vw - var(--site-max)) / 2));
  --rail-width: 160px;
}
