@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Oswald:wght@500;700&family=Teko:wght@500;600;700&display=swap");:root{--c-gold:#ffd700;--c-white:#ffffff;--c-deep-blue:#003a8a;--c-light-blue:#89bff4;--c-poster-blue:#003380;--c-poster-yellow:#FFD400;--c-poster-dark:#07090F;--theme-a-bg:var(--c-white);--theme-a-bg-alt:#f0f7ff;--theme-a-text:var(--c-deep-blue);--theme-a-text-muted:#4a6fa5;--theme-a-accent:var(--c-gold);--theme-a-primary:var(--c-deep-blue);--theme-a-secondary:var(--c-light-blue);--theme-a-card-bg:#ffffff;--theme-a-border:rgba(0,58,138,0.1);--theme-b-bg:var(--c-deep-blue);--theme-b-bg-alt:#002866;--theme-b-text:var(--c-white);--theme-b-text-muted:var(--c-light-blue);--theme-b-accent:var(--c-gold);--theme-b-primary:var(--c-gold);--theme-b-secondary:var(--c-light-blue);--theme-b-card-bg:rgba(255,255,255,0.05);--theme-b-border:rgba(255,255,255,0.1);--theme-c-bg:var(--c-poster-blue);--theme-c-bg-alt:#002255;--theme-c-text:var(--c-white);--theme-c-text-muted:#A0C4FF;--theme-c-accent:var(--c-poster-yellow);--theme-c-primary:var(--c-poster-yellow);--theme-c-secondary:var(--c-light-blue);--theme-c-card-bg:var(--c-poster-blue);--theme-c-border:var(--c-poster-yellow);--theme-d-bg:var(--c-poster-dark);--theme-d-bg-alt:#0f131f;--theme-d-text:var(--c-white);--theme-d-text-muted:#6b7280;--theme-d-accent:var(--c-poster-yellow);--theme-d-primary:var(--c-poster-yellow);--theme-d-secondary:var(--c-poster-blue);--theme-d-card-bg:#0b0e17;--theme-d-border:#1f2937;--bg:var(--theme-a-bg);--bg-alt:var(--theme-a-bg-alt);--text:var(--theme-a-text);--text-title:var(--c-deep-blue);--text-muted:var(--theme-a-text-muted);--accent:var(--theme-a-accent);--primary:var(--theme-a-primary);--secondary:var(--theme-a-secondary);--card-bg:var(--theme-a-card-bg);--border:var(--theme-a-border);--shadow-sm:0 4px 6px rgba(0,58,138,0.05);--shadow-md:0 10px 20px rgba(0,58,138,0.1);--shadow-glow:0 0 20px rgba(230,194,0,0.4);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--radius-sm:8px;--radius-md:16px;--radius-lg:24px}[data-variant=B]{--bg:var(--theme-b-bg);--bg-alt:var(--theme-b-bg-alt);--text:var(--theme-b-text);--text-title:var(--c-light-blue);--text-muted:var(--theme-b-text-muted);--accent:var(--theme-b-accent);--primary:var(--theme-b-primary);--secondary:var(--theme-b-secondary);--card-bg:var(--theme-b-card-bg);--border:var(--theme-b-border);--shadow-sm:0 4px 6px rgba(0,0,0,0.2);--shadow-md:0 10px 20px rgba(0,0,0,0.4)}[data-variant=C]{--bg:var(--theme-c-bg);--bg-alt:var(--theme-c-bg-alt);--text:var(--theme-c-text);--text-title:var(--c-poster-yellow);--text-muted:var(--theme-c-text-muted);--accent:var(--theme-c-accent);--primary:var(--theme-c-primary);--secondary:var(--theme-c-secondary);--card-bg:var(--theme-c-card-bg);--border:var(--theme-c-border);--shadow-sm:4px 4px 0px rgba(0,0,0,0.4);--shadow-md:8px 8px 0px rgba(0,0,0,0.5);--radius-sm:0px;--radius-md:0px;--radius-lg:0px}[data-variant=D]{--bg:var(--theme-d-bg);--bg-alt:var(--theme-d-bg-alt);--text:var(--theme-d-text);--text-title:var(--c-poster-yellow);--text-muted:var(--theme-d-text-muted);--accent:var(--theme-d-accent);--primary:var(--theme-d-primary);--secondary:var(--theme-d-secondary);--card-bg:var(--theme-d-card-bg);--border:var(--theme-d-border);--shadow-sm:0 4px 20px rgba(255,212,0,0.05);--shadow-md:0 10px 30px rgba(255,212,0,0.1);--radius-sm:0px;--radius-md:0px;--radius-lg:0px}body,html{max-width:100%;overflow-x:hidden;font-family:Outfit,sans-serif;background-color:var(--bg);color:var(--text);transition:var(--transition);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:var(--transition);border:none;font-family:inherit;font-size:1rem}.btn-primary{background:var(--primary);color:var(--bg)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);opacity:.9}.btn-gold{background:var(--c-gold);color:var(--c-deep-blue)}.btn-gold:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow)}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:var(--transition)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;letter-spacing:-.02em}h2{font-size:2.25rem}.text-title{color:var(--text-title);font-weight:800}.font-poster{font-family:Oswald,sans-serif;text-transform:uppercase;font-style:italic;letter-spacing:1px}.font-poster-alt{font-family:Teko,sans-serif;text-transform:uppercase;letter-spacing:1.5px}[data-variant=C] h1,[data-variant=C] h2,[data-variant=C] h3,[data-variant=D] h1,[data-variant=D] h2,[data-variant=D] h3{font-family:Oswald,sans-serif;text-transform:uppercase;font-style:italic;letter-spacing:2px}.glass{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border)}.main-container{min-height:100vh;padding:3rem 2rem;max-width:1800px;margin:0 auto}@media (max-width:768px){.main-container{padding:2rem 1.25rem}.match-input-grid{grid-template-columns:1fr!important}.stack-on-mobile{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important;height:auto!important}.mobile-full-width{width:100%!important;justify-content:flex-start!important}.match-list-item{flex-direction:column!important;gap:.75rem!important}.match-list-item,.match-list-score{align-items:flex-start!important}}