@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--espn-black:#151617;--espn-dark:#1d1e1f;--espn-gray-900:#2b2c2d;--espn-gray-700:#484a4a;--espn-gray-500:#6c6d6f;--espn-gray-400:#a5a6a7;--espn-gray-200:#d0d0d0;--espn-gray-100:#f1f2f3;--espn-gray-50:#f9f9f9;--espn-white:#fff;--espn-red:#c00;--espn-red-bright:#f33;--espn-green:#0a0;--espn-blue:#06c;--espn-section-bg:#edede0;--background:0 0% 100%;--foreground:210 3% 15%;--card:0 0% 100%;--card-foreground:210 3% 15%;--popover:0 0% 100%;--popover-foreground:210 3% 15%;--primary:0 100% 40%;--primary-foreground:0 0% 100%;--secondary:210 7% 95%;--secondary-foreground:210 3% 15%;--muted:210 7% 95%;--muted-foreground:210 3% 43%;--accent:210 7% 95%;--accent-foreground:210 3% 15%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 100%;--border:0 0% 82%;--input:0 0% 82%;--ring:0 100% 40%;--radius:.625rem}@apply border-border;@apply text-foreground;body{background-color:#f1f2f3;font-family:-apple-system,"system-ui",Roboto,Arial,Helvetica Neue,Helvetica,sans-serif}}html,body{max-width:100vw;height:100%;overflow-x:hidden}*{box-sizing:border-box}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.live-indicator{animation:2s infinite pulse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cardEnter{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.mobile-only{display:none!important}.desktop-only{display:flex!important}@media (max-width:767px){.mobile-only{display:flex!important}.desktop-only{display:none!important}body{padding-top:92px!important}}
