:root{--accent-gold-300: #F4C842;--accent-gold-500: #D4AF37;--accent-gold-700: #A8861E;--accent-field-300: #2EBE5A;--accent-field-500: #1A8B3D;--accent-field-700: #105C28;--host-blue-300: #3B5BDB;--host-blue-500: #1E3A8A;--host-blue-700: #142866;--brand-red-300: #FF3D45;--brand-red-500: #ED1C24;--brand-red-700: #C81017;--bg-base: #0F1419;--bg-raised: #1B2230;--bg-overlay: #252C3A;--bg-elevated: #2F374A;--fg-primary: #FFFFFF;--fg-secondary: #C8C8C8;--fg-tertiary: #8B92A1;--fg-muted: #6B7280;--border-subtle: #2F374A;--border-default: #4A5366;--border-strong: #6B7280;--host-blue-300-rgb: 59 91 219;--host-blue-500-rgb: 30 58 138;--host-blue-700-rgb: 20 40 102;--accent-field-300-rgb: 46 190 90;--accent-field-500-rgb: 26 139 61;--accent-field-700-rgb: 16 92 40;--accent-gold-300-rgb: 244 200 66;--accent-gold-500-rgb: 212 175 55;--accent-gold-700-rgb: 168 134 30;--brand-red-300-rgb: 255 61 69;--brand-red-500-rgb: 237 28 36;--brand-red-700-rgb: 200 16 23;--bg-base-rgb: 15 20 25;--bg-raised-rgb: 27 34 48;--bg-overlay-rgb: 37 44 58;--bg-elevated-rgb: 47 55 74;--fg-primary-rgb: 255 255 255;--fg-secondary-rgb: 200 200 200;--fg-tertiary-rgb: 139 146 161;--fg-muted-rgb: 107 114 128;--border-subtle-rgb: 47 55 74;--border-default-rgb: 74 83 102;--border-strong-rgb: 107 114 128;--accent-bronze: #CD7F32;--accent-bronze-rgb: 205 127 50;--state-success: var(--accent-field-500);--state-warning: var(--accent-gold-500);--state-error: var(--brand-red-500);--state-info: var(--host-blue-500);--opacity-subtle: .12;--opacity-medium: .18;--opacity-strong: .25;--state-prediction-correct: var(--accent-field-500);--state-prediction-incorrect: var(--brand-red-500);--state-prediction-pending: var(--accent-gold-500);--state-prediction-locked: var(--fg-muted);--state-match-live: var(--accent-field-500);--state-match-upcoming: var(--accent-gold-500);--state-match-finished: var(--fg-muted);--state-match-cancelled: var(--brand-red-500);--prize-champion: var(--accent-gold-500);--prize-runner-up: #C0C0C0;--prize-third: var(--accent-bronze);--font-display: "Montserrat", "Inter", system-ui, sans-serif;--font-body: "Inter", "Noto Sans", system-ui, sans-serif;--font-numeric: "Inter", "Montserrat", system-ui, sans-serif;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-extrabold: 800;--weight-black: 900;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 28px;--text-3xl: 36px;--text-4xl: 48px;--text-5xl: 64px;--text-6xl: 80px;--leading-tight: 1.1;--leading-snug: 1.25;--leading-normal: 1.5;--leading-loose: 1.7;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.4);--shadow-md: 0 4px 12px rgba(0,0,0,.45);--shadow-lg: 0 12px 32px rgba(0,0,0,.55);--shadow-xl: 0 20px 48px rgba(0, 0, 0, .65);--shadow-glow-gold: 0 0 24px rgb(var(--accent-gold-500-rgb) / 35%);--shadow-glow-red: 0 0 24px rgb(var(--brand-red-500-rgb) / 35%);--shadow-glow-field: 0 0 24px rgb(var(--accent-field-500-rgb) / 35%);--shadow-glow-prize-champion: 0 0 16px rgb(var(--accent-gold-500-rgb) / 30%);--shadow-sidebar: 4px 0 16px rgb(0 0 0 / 40%);--shadow-marker-glow: 0 0 0 4px rgb(var(--accent-field-500-rgb) / 25%);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--duration-fast: .12s;--duration-normal: .2s;--duration-slow: .32s}html,body{background:var(--bg-base);color:var(--fg-primary);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,.h1{font-family:var(--font-display);font-weight:var(--weight-black);font-size:var(--text-5xl);line-height:var(--leading-tight);letter-spacing:-.02em}h2,.h2{font-family:var(--font-display);font-weight:var(--weight-extrabold);font-size:var(--text-3xl);line-height:var(--leading-tight);letter-spacing:-.015em}h3,.h3{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-2xl);line-height:var(--leading-snug)}h4,.h4{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-xl);line-height:var(--leading-snug)}p,.body{font-family:var(--font-body);font-weight:var(--weight-regular);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--fg-secondary)}.eyebrow{font-family:var(--font-display);font-weight:var(--weight-bold);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-gold-500)}.score,.num{font-family:var(--font-numeric);font-weight:var(--weight-bold);font-variant-numeric:tabular-nums;letter-spacing:-.02em}@keyframes ds-live-pulse{0%,to{box-shadow:0 0 rgb(var(--accent-field-500-rgb) / 60%)}50%{box-shadow:0 0 0 8px rgb(var(--accent-field-500-rgb) / 0%)}}.is-live-dot{display:inline-block;width:8px;height:8px;border-radius:9999px;background:var(--state-match-live);animation:ds-live-pulse 1.6s ease-out infinite}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-height:100dvh;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none}[hidden]{display:none!important}body{font-family:var(--font-body, "Inter", system-ui, sans-serif);font-size:var(--text-base, 1rem);line-height:1.5;color:var(--fg-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display, "Montserrat", system-ui, sans-serif);font-weight:700;line-height:1.2;color:var(--fg-primary)}h1{font-size:var(--text-4xl, 2.25rem)}h2{font-size:var(--text-3xl, 1.875rem)}h3{font-size:var(--text-2xl, 1.5rem)}h4{font-size:var(--text-xl, 1.25rem)}h5{font-size:var(--text-lg, 1.125rem)}h6{font-size:var(--text-base, 1rem)}p{color:var(--fg-secondary);line-height:1.6}small{font-size:var(--text-sm, .875rem);color:var(--fg-tertiary)}strong{font-weight:600}@media(max-width:767px){.sm-hide{display:none!important}}.tabular-nums{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem}.skip-link{position:absolute;top:-100px;left:8px;z-index:10000;padding:12px 16px;background:var(--brand-red-500);color:var(--fg-primary);text-decoration:none;font-weight:600;border-radius:var(--radius-sm);transition:top .15s ease-out}.skip-link:focus{top:8px;outline:2px solid var(--accent-gold-300);outline-offset:2px}button:focus-visible,[role=button]:focus-visible,a:focus-visible{outline:2px solid var(--accent-gold-300);outline-offset:2px;border-radius:var(--radius-sm)}html{color-scheme:dark}body{background:var(--bg-base);color:var(--fg-primary);font-family:var(--font-body, "Inter", system-ui, sans-serif);margin:0}:focus-visible{outline:2px solid var(--accent-gold-300);outline-offset:2px}
