@import"https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Permanent+Marker&family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;transition:background-color .2s,color .2s}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul,ol{list-style:none}button{cursor:pointer;background:none;border:none;font:inherit}:root{--bg: #ffffff;--bg-alt: #f8fafc;--surface: #ffffff;--surface-alt: #f1f5f9;--border: #e2e8f0;--border-dark: #cbd5e1;--text: #0f172a;--text-muted: #475569;--text-dim: #64748b;--text-dimmer: #94a3b8;--header-bg: #212529;--primary: #3b82f6;--primary-dark: #2563eb;--primary-light: #60a5fa;--primary-lighter: #93c5fd;--primary-border: #60a5fa;--badge-upcoming-bg: #e0f2fe;--badge-upcoming-text: #075985;--badge-live-bg: #fee2e2;--badge-live-text: #991b1b;--badge-hd-bg: #ecfdf5;--badge-hd-text: #059669;--badge-sd-bg: #f1f5f9;--badge-sd-text: #475569;--badge-sources-bg: #f1f5f9;--badge-sources-text: #64748b;--pill-bg: #f1f5f9;--pill-hover-bg: #dbeafe;--pill-active-bg: #3b82f6;--pill-active-text: #ffffff;--card-hover: #f8fafc;--divider: #f1f5f9}.dark{--bg: #0f172a;--bg-alt: #0f172a;--surface: #1e293b;--surface-alt: #1e293b;--border: #334155;--border-dark: #475569;--text: #f8fafc;--text-muted: #cbd5e1;--text-dim: #94a3b8;--text-dimmer: #64748b;--badge-upcoming-bg: rgba(12, 74, 110, .4);--badge-upcoming-text: #7dd3fc;--badge-live-bg: rgba(127, 29, 29, .4);--badge-live-text: #fca5a5;--badge-hd-bg: rgba(6, 78, 59, .3);--badge-hd-text: #34d399;--badge-sd-bg: #334155;--badge-sd-text: #94a3b8;--badge-sources-bg: #334155;--badge-sources-text: #94a3b8;--pill-bg: #1e293b;--pill-hover-bg: rgba(30, 58, 138, .4);--pill-active-bg: #2563eb;--card-hover: #1e293b;--divider: #1e293b}body{background-color:var(--bg);color:var(--text)}.container{max-width:72rem;margin:0 auto;padding:0 1rem}.container--5xl{max-width:64rem}.container--px3{padding:0 .75rem}.site-header{background-color:var(--header-bg);color:#fff;padding:.75rem;position:relative;z-index:50}@media (min-width: 1024px){.site-header{position:sticky;top:0}}.site-header .container{padding:0 .75rem}.header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}@media (min-width: 1024px){.header-top{justify-content:flex-start;margin-bottom:0}}.header-spacer{width:2.5rem;flex-shrink:0}@media (min-width: 1024px){.header-spacer{display:none}}.logo{font-family:Caveat Brush,Permanent Marker,Comic Sans MS,cursive;font-size:28px;font-weight:400;color:#fff;letter-spacing:.5px;transform:rotate(-2deg);text-shadow:2px 2px 0px rgba(0,0,0,.3);display:inline-flex;align-items:center;transition:opacity .2s}.logo:hover{opacity:.85}.nav-desktop{display:none;flex:1;justify-content:center}@media (min-width: 1024px){.nav-desktop{display:flex}}.nav-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 1rem}.nav-list li a{display:inline-block;padding:.25rem .5rem;font-size:.875rem;color:#fff;border-bottom:2px solid transparent;transition:color .15s,border-color .15s;white-space:nowrap}.nav-list li a:hover{color:#93c5fd;border-bottom-color:#93c5fd80}.nav-list li a.active{font-weight:600;border-bottom-color:#60a5fa}.nav-mobile{display:block}@media (min-width: 1024px){.nav-mobile{display:none}}.nav-mobile .nav-list{justify-content:center}.theme-toggle{padding:.5rem;border-radius:.375rem;color:#fff;transition:background-color .15s;flex-shrink:0}.theme-toggle:hover{background-color:#ffffff1a}.theme-toggle .icon-moon{display:block}.theme-toggle .icon-sun,.dark .theme-toggle .icon-moon{display:none}.dark .theme-toggle .icon-sun{display:block}.main-content{min-height:100vh}.page-container{max-width:72rem;margin:0 auto;padding:1.5rem 1rem}.page-container--5xl{max-width:64rem;margin:0 auto;padding:1.5rem 1rem}.page-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.page-desc{color:var(--text-dim);margin-bottom:1.5rem;font-size:.9375rem}.search-wrap{position:relative;margin-bottom:1rem}.search-input{width:100%;height:52px;padding:0 3rem 0 1rem;border-radius:.75rem;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:1rem;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.search-input:focus{border-color:var(--primary-light);box-shadow:0 0 0 3px #60a5fa33}.search-input::placeholder{color:var(--text-dimmer)}.search-clear{display:none;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1.75rem;height:1.75rem;border-radius:50%;background:var(--surface-alt);color:var(--text-dim);align-items:center;justify-content:center;transition:background-color .15s}.search-clear:hover{background:var(--border)}.search-clear.visible{display:flex}.home-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.home-grid{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}}.main-col{order:2}@media (min-width: 1024px){.main-col{grid-column:span 8;order:1}}.sidebar-col{order:1}@media (min-width: 1024px){.sidebar-col{grid-column:span 4;order:2}}.sidebar{display:flex;flex-direction:column;gap:1rem}.sidebar-card{background:var(--surface);border:1px solid var(--border);border-radius:.375rem;padding:1rem}.sidebar-card-title{font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border);font-size:.9375rem}.pills{display:flex;flex-wrap:wrap;gap:.5rem}.pill{display:inline-block;padding:.375rem .75rem;font-size:.875rem;border-radius:9999px;background:var(--pill-bg);color:var(--text);transition:background-color .15s,color .15s;cursor:pointer;white-space:nowrap}.pill:hover{background:var(--pill-hover-bg);color:var(--primary)}.pill.active{background:var(--pill-active-bg);color:var(--pill-active-text)}.dark .pill.active{background:#2563eb}.live-now-section{margin-bottom:1rem}.live-now-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.live-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;animation:pulse 1.5s infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.live-scroll{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.25rem}.live-scroll::-webkit-scrollbar{display:none}.live-card{flex-shrink:0;background:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem;min-width:160px;max-width:200px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.live-card:hover{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426}.live-card-sport{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim)}.live-card-title{font-size:.8125rem;font-weight:600;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.live-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:700;color:#ef4444;background:#ef44441a;padding:.125rem .5rem;border-radius:9999px;width:fit-content}.match-section{margin-bottom:1.5rem}.section-header{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.section-count{font-size:.75rem;font-weight:500;background:var(--surface-alt);color:var(--text-dim);padding:.125rem .5rem;border-radius:9999px}.match-list-card{background:var(--surface);border:1px solid var(--border);border-radius:.375rem;overflow:hidden}.match-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--divider);transition:background-color .15s;text-decoration:none;color:inherit}.match-row:last-child{border-bottom:none}.match-row:hover{background:var(--card-hover)}.dark .match-row:hover{background:#ffffff0a}.match-badges{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.match-badge-img{width:28px;height:28px;border-radius:50%;background:var(--surface-alt);object-fit:contain;flex-shrink:0}.match-vs{font-size:.625rem;color:var(--text-dimmer);font-weight:700;flex-shrink:0}.match-info{flex:1;min-width:0}.match-sport-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-title{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-meta{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;flex-wrap:wrap}.time-badge{font-size:.75rem;padding:.125rem .5rem;border-radius:.25rem;font-weight:500;white-space:nowrap;background:var(--badge-upcoming-bg);color:var(--badge-upcoming-text)}.time-badge.is-live{background:var(--badge-live-bg);color:var(--badge-live-text);animation:live-pulse 2s infinite}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.75}}.sources-badge{font-size:.6875rem;font-weight:500;background:var(--badge-sources-bg);color:var(--badge-sources-text);padding:.125rem .375rem;border-radius:.25rem}.quality-badge{font-size:.6875rem;font-weight:800;background:var(--badge-hd-bg);color:var(--badge-hd-text);padding:.125rem .375rem;border-radius:.25rem}.quality-badge.sd{background:var(--badge-sd-bg);color:var(--badge-sd-text)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-dim)}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.empty-state-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.empty-state-desc{font-size:.9375rem}.watch-container{max-width:64rem;margin:0 auto;padding:1.5rem 1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-dim);margin-bottom:1rem}.breadcrumb a{color:var(--text-dim);transition:color .15s}.breadcrumb a:hover{color:var(--primary)}.breadcrumb-sep{color:var(--text-dimmer)}.watch-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;justify-content:center}@media (min-width: 1024px){.watch-header{gap:1rem}}.watch-badge{width:2rem;height:2rem;border-radius:50%;background:var(--surface-alt);object-fit:contain;flex-shrink:0}@media (min-width: 768px){.watch-badge{width:3rem;height:3rem}}.watch-title-wrap{flex:1;min-width:0;text-align:center}@media (min-width: 1024px){.watch-title-wrap{flex:none}}.watch-title{font-size:1rem;font-weight:700;line-height:1.3;margin-bottom:.25rem}@media (min-width: 768px){.watch-title{font-size:1.25rem}}.watch-meta{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.watch-league{font-size:.8125rem;color:var(--text-dim)}.source-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.source-tab{padding:.375rem .875rem;border-radius:.375rem;font-size:.8125rem;font-weight:500;background:var(--pill-bg);color:var(--text);border:1px solid var(--border);cursor:pointer;transition:background-color .15s,border-color .15s,color .15s;display:flex;align-items:center;gap:.375rem}.source-tab:hover{background:var(--pill-hover-bg)}.source-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.source-tab-quality{font-size:.625rem;font-weight:800;background:#ffffff40;padding:.0625rem .3125rem;border-radius:2px}.source-tab:not(.active) .source-tab-quality{background:var(--badge-hd-bg);color:var(--badge-hd-text)}.watch-grid{display:grid;grid-template-columns:1fr;gap:1rem 1.5rem}@media (min-width: 1024px){.watch-grid{grid-template-columns:1fr 1fr 1fr}}.watch-player-col{display:flex;flex-direction:column;gap:.75rem;order:2}@media (min-width: 1024px){.watch-player-col{grid-column:span 2;order:1}}.watch-sidebar-col{order:1}@media (min-width: 1024px){.watch-sidebar-col{order:2}}.countdown-banner{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid var(--border);border-radius:.5rem;padding:1rem;text-align:center;display:none}.dark .countdown-banner{background:linear-gradient(135deg,#0f172a,#020617)}.countdown-banner.visible{display:block}.countdown-title{font-size:.8125rem;color:#94a3b8;margin-bottom:.5rem}.countdown-time{font-size:2rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.countdown-units{display:flex;justify-content:center;gap:1.5rem;margin-top:.25rem}.countdown-unit{display:flex;flex-direction:column;align-items:center}.countdown-num{font-size:1.5rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.countdown-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.player-frame{position:relative;background:#000;border-radius:.5rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}.player-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.player-placeholder{text-align:center;color:#64748b;padding:2rem}.player-placeholder-icon{font-size:3rem;margin-bottom:.75rem}.player-placeholder-text{font-size:.9375rem}.player-placeholder-sub{font-size:.8125rem;margin-top:.375rem;color:#475569}.event-info-card{background:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:1.25rem}.event-info-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.event-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (min-width: 1024px){.event-info-grid{grid-template-columns:1fr}}.event-info-item dt{font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.25rem}.event-info-item dd{font-size:.875rem;font-weight:500}.event-info-item.full-col{grid-column:span 2}@media (min-width: 1024px){.event-info-item.full-col{grid-column:span 1}}.watch-prose{margin-top:1.5rem}.watch-prose h2{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;margin-top:1.25rem}.watch-prose h2:first-child{margin-top:0}.watch-prose p{font-size:.9375rem;color:var(--text-muted);line-height:1.65}.loading-card{background:var(--surface);border:1px solid var(--border);border-radius:.5rem;padding:3rem;text-align:center}.spinner{display:inline-block;width:2.5rem;height:2.5rem;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--text-dim);font-size:.9375rem}.faq-section{margin-top:3rem}.faq-section-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.faq-question{width:100%;text-align:left;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;transition:background-color .15s}.faq-question:hover{background:var(--card-hover)}.faq-chevron{flex-shrink:0;transition:transform .2s;color:var(--text-dim)}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.25rem 1rem;font-size:.9375rem;color:var(--text-muted);line-height:1.65}.faq-item.open .faq-answer{display:block}.site-footer{background:var(--header-bg);color:#cbd5e1;margin-top:3rem;padding:2.5rem 0 1.5rem}.footer-grid{display:none;gap:1.5rem;margin-bottom:2rem}@media (min-width: 1024px){.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.footer-brand p{color:#94a3b8;font-size:.875rem;line-height:1.6;margin-bottom:.5rem;margin-top:.75rem}.footer-brand p:last-child{font-size:.75rem;color:#64748b;margin-bottom:0}.footer-logo{font-family:Caveat Brush,Permanent Marker,Comic Sans MS,cursive;font-size:26px;font-weight:400;color:#fff;letter-spacing:.5px;transform:rotate(-2deg);text-shadow:2px 2px 0px rgba(0,0,0,.3);display:inline-block}.footer-col-title{color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.375rem}.footer-col-underline{width:1.75rem;height:2px;background:#60a5fa;border-radius:9999px;margin-bottom:.75rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.875rem;color:#94a3b8;transition:color .15s}.footer-links a:hover{color:#93c5fd}.footer-mobile{display:block;margin-bottom:1.5rem}@media (min-width: 768px){.footer-mobile{display:none}}.footer-mobile-brand{margin-bottom:1.5rem}.footer-mobile-brand p{color:#94a3b8;font-size:.875rem;line-height:1.6;margin-top:.75rem}.footer-mobile-section{margin-bottom:1.5rem}.footer-mobile-links{display:grid;grid-template-columns:1fr 1fr;gap:.375rem .75rem}.footer-mobile-links a{font-size:.875rem;color:#94a3b8;transition:color .15s}.footer-mobile-links a:hover{color:#93c5fd}.footer-tablet{display:none;margin-bottom:2rem}@media (min-width: 768px) and (max-width: 1023px){.footer-tablet{display:block}}.footer-tablet-brand{margin-bottom:1.5rem;max-width:28rem}.footer-tablet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.footer-tablet .footer-links a{font-size:.75rem}.footer-bottom{border-top:1px solid #334155;padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;font-size:.75rem;color:#64748b}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.static-page{max-width:48rem;margin:0 auto;padding:2rem 1rem}.static-page h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.static-page .date{color:var(--text-dim);font-size:.875rem;margin-bottom:2rem}.static-page h2{font-size:1.125rem;font-weight:700;margin-top:1.75rem;margin-bottom:.5rem}.static-page p{color:var(--text-muted);line-height:1.7;margin-bottom:.75rem;font-size:.9375rem}.static-page ul{color:var(--text-muted);margin-left:1.5rem;list-style:disc;margin-bottom:.75rem}.static-page ul li{margin-bottom:.25rem;font-size:.9375rem;line-height:1.6}.static-page a{color:var(--primary)}.static-page a:hover{text-decoration:underline}.not-found{text-align:center;padding:5rem 1rem}.not-found-emoji{font-size:5rem;margin-bottom:1.5rem}.not-found h1{font-size:2rem;font-weight:700;margin-bottom:.75rem}.not-found p{color:var(--text-dim);margin-bottom:2rem;font-size:1rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--primary);color:#fff;border-radius:9999px;font-size:.875rem;font-weight:600;transition:background-color .15s}.btn-primary:hover{background:var(--primary-dark)}.share-row{display:flex;gap:.75rem;align-items:center;padding:.75rem 0}.share-label{font-size:.8125rem;color:var(--text-dim)}.share-btn{padding:.375rem .875rem;border-radius:.375rem;font-size:.8125rem;border:1px solid var(--border);background:var(--surface-alt);color:var(--text);transition:background-color .15s;display:flex;align-items:center;gap:.375rem}.share-btn:hover{background:var(--border)}.sport-page-banner{background:linear-gradient(135deg,#1e3a5f,#0f172a);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.dark .sport-page-banner{background:linear-gradient(135deg,#0f1f3a,#020617)}.sport-banner-emoji{font-size:2.5rem}.sport-banner-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.sport-banner-desc{font-size:.875rem;color:#94a3b8}.sport-inline-title{font-size:1.5rem;font-weight:700;margin-bottom:.375rem}.sport-inline-desc{color:var(--text-dim);font-size:.9375rem;margin-bottom:1.5rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-dark)}.page-transition-in{animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.no-select{user-select:none;-webkit-user-select:none}@media (min-width: 768px){.page-title{font-size:1.875rem}}.hidden{display:none!important}@media (min-width: 1024px){.lg-hidden{display:none!important}}@media (max-width: 1023px){.lg-show{display:none!important}}.match-not-found{background:var(--surface-alt);border:1px solid var(--border);border-radius:.75rem;padding:2rem;text-align:center}.match-ended-actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin-top:1.5rem}@media (min-width: 640px){.match-ended-actions{flex-direction:row}}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--surface-alt);color:var(--text);border:1px solid var(--border);border-radius:9999px;font-size:.875rem;font-weight:600;transition:background-color .15s}.btn-secondary:hover{background:var(--border)}
