@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;700&display=swap";@property --border-angle{syntax: "<angle>"; inherits: true; initial-value: 0deg;}@keyframes border-spin{to{--border-angle: 360deg}}.animated-border-live{background:linear-gradient(hsl(var(--card)),hsl(var(--card))) padding-box,conic-gradient(from var(--border-angle),hsl(142 76% 36% / 48%) 80%,hsl(142 76% 36%) 86%,hsl(142 86% 46%) 90%,hsl(142 76% 36%) 94%,hsl(142 76% 36% / 48%)) border-box;border:2px solid transparent;border-radius:.5rem;animation:border-spin 7s linear infinite}.animated-border-pregame{background:linear-gradient(hsl(var(--card)),hsl(var(--card))) padding-box,conic-gradient(from var(--border-angle),hsl(239 84% 67% / 48%) 80%,hsl(239 84% 67%) 86%,hsl(239 92% 75%) 90%,hsl(239 84% 67%) 94%,hsl(239 84% 67% / 48%)) border-box;border:1px solid transparent;border-radius:.5rem;animation:border-spin 7s linear infinite}:root{--background: 0 0% 100%;--foreground: 240 10% 4%;--card: 0 0% 100%;--card-foreground: 240 10% 4%;--muted: 240 5% 96%;--muted-foreground: 240 4% 46%;--primary: 259 94% 51%;--primary-foreground: 0 0% 100%;--secondary: 240 5% 96%;--secondary-foreground: 240 6% 10%;--border: 240 6% 90%;--input: 240 6% 90%;--ring: 259 94% 51%;--radius: .5rem;color-scheme:light}.dark{--background: 240 10% 4%;--foreground: 0 0% 98%;--card: 240 10% 7%;--card-foreground: 0 0% 98%;--muted: 240 4% 16%;--muted-foreground: 240 5% 65%;--primary: 259 94% 65%;--primary-foreground: 0 0% 100%;--secondary: 240 4% 16%;--secondary-foreground: 0 0% 98%;--border: 240 4% 16%;--input: 240 4% 16%;--ring: 259 94% 65%;color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Sora,system-ui,-apple-system,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--background) / .85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-inner{max-width:64rem;margin:0 auto;padding:0 1.5rem;height:3.5rem;display:flex;align-items:center;gap:1.5rem}.site-logo{display:flex;align-items:center;flex-shrink:0;transition:opacity .15s}.site-logo:hover{opacity:.8}.site-logo img{height:28px;width:auto;display:block}.logo-dark{display:none}.logo-light,.dark .logo-dark{display:block}.dark .logo-light{display:none}.site-nav{display:flex;align-items:center;gap:.25rem;flex:1}.header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.btn-live{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:.375rem;font-size:.8125rem;font-weight:600;flex-shrink:0;white-space:nowrap;transition:opacity .15s}.btn-live:hover{opacity:.85}.live-indicator{position:relative;width:8px;height:8px;flex-shrink:0}.live-dot{position:absolute;inset:0;border-radius:50%;background:currentColor}.live-dot:before{content:"";position:absolute;inset:-3px;border-radius:50%;background:currentColor;opacity:.4;animation:live-pulse 1.5s ease-in-out infinite}@keyframes live-pulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.8);opacity:0}}.nav-link{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));padding:.375rem .625rem;border-radius:.375rem;transition:color .15s,background-color .15s}.nav-link:hover{color:hsl(var(--foreground));background-color:hsl(var(--muted))}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;border:1px solid hsl(var(--border));background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;flex-shrink:0;transition:color .15s,background-color .15s,border-color .15s}.theme-toggle:hover{color:hsl(var(--foreground));background-color:hsl(var(--muted))}.icon-sun{display:none}.icon-moon,.dark .icon-sun{display:block}.dark .icon-moon{display:none}.site-main{flex:1;max-width:64rem;width:100%;margin:0 auto;padding:2.5rem 1.5rem 4rem}.site-footer{border-top:1px solid hsl(var(--border));background-color:hsl(var(--background))}.footer-inner{max-width:64rem;margin:0 auto;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-copy,.footer-tagline{font-size:.875rem;color:hsl(var(--muted-foreground))}.mx-auto{margin-left:auto;margin-right:auto}.max-w-4xl{max-width:56rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.text-sm{font-size:.875rem}.text-muted{color:hsl(var(--muted-foreground))}@media(max-width:640px){.header-inner{height:auto;padding-top:.5rem;padding-bottom:0;flex-wrap:wrap;row-gap:.25rem}.site-logo{order:1}.header-right{order:2}.site-nav{order:3;width:100%;flex:none;padding-bottom:.375rem;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.footer-inner{flex-direction:column;text-align:center}}
