:root{--brand-50:#eff6ff;--brand-100:#dbeafe;--brand-500:#3b82f6;--brand-600:#2563eb;--brand-700:#1d4ed8;--brand-800:#1a3150;--brand-900:#1e3a5f;--surface-50:#f8fafc;--surface-100:#f1f5f9;--surface-200:#e2e8f0;--live:#ef4444;--success:#22c55e;--warning:#f59e0b;--header-h:88px;--sidebar-l:260px;--sidebar-r:400px;--radius-sm:6px;--radius-md:10px;--shadow-card:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.06);--transition:150ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5;color:#334155;background:var(--surface-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.block{display:block}.flex{display:flex}.hidden{display:none!important}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.z-40{z-index:40}.z-50{z-index:50}.flex-col{flex-direction:column}.flex-1{flex:1 1}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.shrink-0{flex-shrink:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.w-6{width:1.5rem}.w-8{width:2rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-11{height:2.75rem}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:80rem}.max-w-\[1920px\]{max-width:1920px}.font-sans{font-family:Inter,Poppins,system-ui,-apple-system,sans-serif}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-\[11px\]{font-size:11px}.text-white{color:#fff}.text-blue-200{color:#bfdbfe}.whitespace-nowrap{white-space:nowrap}.bg-white{background-color:#fff}.bg-brand-800{background-color:var(--brand-800)}.bg-brand-900{background-color:var(--brand-900)}.border-brand-700\/50{border-color:rgba(29,78,216,.5)}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.transition{transition:all var(--transition)}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.layout-three-col{display:grid;grid-template-columns:var(--sidebar-l) 1fr var(--sidebar-r);min-height:calc(100vh - var(--header-h))}:where(api-sports-widget){display:block;min-height:200px}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}@media (max-width:1024px){.layout-three-col{grid-template-columns:1fr}.lg\:grid{display:grid}}