html,body{min-width:320px;min-height:100vh;margin:0}body{min-height:100vh}:root{--color-brand:#ff7900;--color-brand-dark:#3b210d;--color-background:#111;--color-surface:#00000080;--color-surface-strong:#000;--color-text-primary:#fff;--color-text-secondary:#ccc;--color-text-muted:#777;--color-border:#ff7900;--font-family-display:Arial, Helvetica, sans-serif;--font-size-xs:.875rem;--font-size-sm:1rem;--font-size-md:1.25rem;--font-size-lg:2rem;--font-size-xl:3rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--duration-fast:.2s;--duration-normal:.6s;--ease-standard:ease-out}#root{min-height:100vh}.display-screen{box-sizing:border-box;min-height:100vh;padding:var(--space-16);background:radial-gradient(circle at top right, var(--color-brand-dark) 0, transparent 35%), var(--color-background);color:var(--color-text-primary);font-family:var(--font-family-display);grid-template-rows:1fr auto;display:grid;overflow:hidden}.slide{animation:slide-in var(--duration-normal) var(--ease-standard);flex-direction:column;justify-content:center;display:flex}.eyebrow{margin:0 0 var(--space-4);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.3rem;font-size:clamp(1.5rem,3vw,2.5rem)}h1{color:var(--color-brand);margin:0;font-size:clamp(5rem,13vw,13rem);line-height:.9}.tagline{margin:var(--space-8) 0 0;font-size:clamp(1.5rem,3vw,3rem)}.large-price{margin:var(--space-4) 0 0;color:var(--color-text-primary);font-size:clamp(8rem,20vw,18rem);font-weight:800;line-height:.8}.panel{border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.fixture-panel{margin-top:var(--space-16);padding:var(--space-8) var(--space-12);align-items:center;gap:var(--space-12);grid-template-columns:1fr auto 1fr;font-size:clamp(1.5rem,3vw,3rem);display:grid}.fixture-panel span:last-child{text-align:right}.fixture-panel strong{color:var(--color-brand)}.screen-footer{z-index:10;justify-content:space-between;align-items:center;gap:var(--space-8);width:100%;font-size:var(--font-size-md);display:flex;position:relative}.footer-controls{align-items:center;gap:var(--space-8);display:flex}.screen-indicators{gap:var(--space-3);display:flex}.screen-indicator{background:var(--color-text-muted);border-radius:50%;width:.75rem;height:.75rem}.screen-indicator.active{background:var(--color-brand)}.clock{flex-direction:column;align-items:flex-end;min-width:12rem;display:flex}.clock-time{color:var(--color-brand);font-variant-numeric:tabular-nums;font-size:1.75rem;font-weight:700}.clock-date{margin-top:var(--space-1);color:var(--color-text-secondary);font-size:var(--font-size-xs)}.social-handle{white-space:nowrap}.brand-text{color:var(--color-brand)}@keyframes slide-in{0%{opacity:0;transform:translateY(var(--space-8))}to{opacity:1;transform:translateY(0)}}.kickoff{margin:var(--space-6) 0 0;color:var(--color-brand);font-size:clamp(1.5rem,2.5vw,2.5rem);font-weight:700}.fixture-tagline{margin:var(--space-2) 0 0;color:var(--color-text-primary);font-size:clamp(1.25rem,2vw,2rem)}.player-image{object-fit:cover;width:100vw;height:100vh;display:block}.pairing-screen{text-align:center;color:#fff;background:#111;place-content:center;gap:1.5rem;width:100vw;height:100vh;display:grid}.pairing-screen__eyebrow{text-transform:uppercase;letter-spacing:.15em;opacity:.7;margin:0}.pairing-screen h1{margin:0;font-size:4rem}.pairing-screen__instruction{margin:0;font-size:1.5rem}.pairing-screen__code{letter-spacing:.12em;font-size:6rem;font-weight:700}.pairing-screen__expiry{opacity:.55;margin-top:1.5rem;font-size:.9rem}html,body,#root{cursor:none}.player-specials{box-sizing:border-box;justify-content:center;align-items:center;width:100vw;height:100vh;padding:6vh 7vw;display:flex;position:relative;overflow:hidden}.player-specials__logo{object-fit:contain;width:12vw;max-width:220px;max-height:18vh;position:absolute;top:4vh;right:4vw}.player-specials__content{gap:3rem;width:min(100%,1200px);display:grid}.player-specials__content h1{text-align:center;color:inherit;margin:0;font-size:clamp(3rem,6vw,6rem);line-height:1}.player-specials__items{gap:1.5rem;display:grid}.player-specials__item{justify-content:space-between;align-items:flex-start;gap:3rem;display:flex}.player-specials__item>div{gap:.35rem;min-width:0;display:grid}.player-specials__item strong{font-size:clamp(1.6rem,2.5vw,2.8rem);line-height:1.1}.player-specials__item span{opacity:.75;font-size:clamp(1rem,1.5vw,1.5rem)}.player-specials__item>strong{flex-shrink:0}
