@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--bg-primary:#07080c;--bg-secondary:#0d0f14;--bg-card:#12141a;--bg-card-hover:#181b22;--border:#ffffff0f;--border-bright:#ffffff1a;--text-primary:#f0f2f5;--text-secondary:#ffffff8c;--text-muted:#ffffff4d;--accent-blue:#3b82f6;--accent-blue-glow:#3b82f640;--accent-red:#ef4444;--accent-green:#22c55e;--accent-yellow:#eab308;--accent-purple:#a855f7;--accent-orange:#f97316;--nba:#c9082a;--cba:#1d4e89;--football:#22c55e;--tennis:#eab308;--esports:#a855f7;--other:#64748b;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--shadow-card:0 4px 24px #0006;--shadow-glow-blue:0 0 30px #3b82f626;--shadow-glow-red:0 0 30px #c9082a33}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.header{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--border);background:#07080cd9;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:20px;max-width:1400px;height:64px;margin:0 auto;padding:0 24px;display:flex}.logo{color:var(--text-primary);letter-spacing:-.5px;flex-shrink:0;align-items:center;gap:10px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.search-box-container{flex:1;align-items:center;gap:8px;max-width:400px;display:flex}.search-input{border:1px solid var(--border-bright);border-radius:var(--radius-md);color:var(--text-primary);background:#ffffff0f;outline:none;flex:1;padding:8px 14px;font-size:13px;transition:all .2s}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{border-color:var(--accent-blue);background:#ffffff14;box-shadow:0 0 12px #3b82f626}.search-btn{background:linear-gradient(135deg, var(--accent-blue), #6366f1);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:none;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.search-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.stats-info{flex-shrink:0;align-items:center;gap:20px;display:flex}.stat-item{align-items:center;gap:6px;font-size:13px;display:flex}.stat-label{color:var(--text-secondary)}.stat-value{text-align:center;border-radius:4px;min-width:24px;padding:2px 8px;font-weight:600}.stat-value.live{color:#ef4444;background:#ef444426}.stat-value.pending{color:#eab308;background:#eab30826}.stat-value.total{color:var(--accent-blue);background:#3b82f626}.logo-icon{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.nav-tabs{border:1px solid var(--border);background:#ffffff0a;border-radius:12px;gap:4px;padding:4px;display:flex}.nav-tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;padding:8px 18px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s}.nav-tab:hover{color:var(--text-primary);background:#ffffff0f}.nav-tab.active{background:var(--accent-blue);color:#fff;box-shadow:0 2px 12px #3b82f666}.live-badge{color:#ef4444;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.live-badge .dot{background:#ef4444;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.container{max-width:1400px;margin:0 auto;padding:16px 24px 24px}.hero{text-align:center;margin-bottom:16px;padding:16px 24px 12px}.hero h1{letter-spacing:-1px;background:linear-gradient(135deg,#fff 30%,#ffffff80);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:4px;font-size:clamp(24px,4vw,32px);font-weight:800}.hero p{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:13px}.date-nav{scrollbar-width:none;gap:8px;margin-bottom:12px;padding-bottom:4px;display:flex;overflow-x:auto}.date-nav::-webkit-scrollbar{display:none}.date-btn{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:2px;min-width:68px;padding:8px 16px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.date-btn:hover{border-color:var(--border-bright);color:var(--text-primary);background:var(--bg-card-hover)}.date-btn.active{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff;box-shadow:0 4px 16px #3b82f659}.date-btn .day-name{opacity:.7;font-size:10px}.date-btn .day-num{font-size:16px;font-weight:700}.category-filter{scrollbar-width:none;gap:8px;margin-bottom:16px;padding-bottom:4px;display:flex;overflow-x:auto}.category-filter::-webkit-scrollbar{display:none}.category-btn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.category-btn:hover{border-color:var(--border-bright);color:var(--text-primary)}.category-btn.active{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff}.league-section{margin-bottom:32px}.league-header{border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:14px;padding-bottom:12px;display:flex}.league-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:700;display:flex}.league-name{color:var(--text-primary);font-size:16px;font-weight:700}.league-count{color:var(--text-muted);background:#ffffff0f;border-radius:10px;padding:2px 8px;font-size:12px}.match-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;margin-bottom:24px;display:grid}.match-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;color:inherit;padding:14px;text-decoration:none;transition:all .25s;display:block;position:relative;overflow:hidden}.match-card:before{content:"";background:linear-gradient(90deg, var(--accent-blue), var(--accent-purple));opacity:0;height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.match-card:hover{box-shadow:var(--shadow-card), var(--shadow-glow-blue);border-color:#3b82f640;transform:translateY(-3px)}.match-card:hover:before{opacity:1}.match-header-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.match-time{color:var(--text-primary);font-family:SF Mono,monospace;font-size:14px;font-weight:700}.match-league-tag{white-space:nowrap;text-overflow:ellipsis;border-radius:6px;max-width:72px;padding:2px 8px;font-size:11px;font-weight:600;overflow:hidden}.match-live-tag{color:#ef4444;white-space:nowrap;background:#ef444426;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:700;animation:2s infinite pulse-red}.match-status{color:var(--text-muted);white-space:nowrap;background:#ffffff14;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:500}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.6}}.match-teams{align-items:center;gap:10px;margin-bottom:10px;display:flex}.stream-channels{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}.channel-tags{flex-wrap:wrap;gap:4px;display:flex}.channel-tag{white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s}.channel-tag.clickable:hover{filter:brightness(1.2);transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}.team{text-align:center;flex:1}.team-logo{background:#ffffff0f;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto;font-size:22px;font-weight:700;display:flex}.team-score{color:var(--text-primary);text-align:center;min-width:40px;font-size:28px;font-weight:900}.vs-divider{color:var(--text-muted);font-size:12px;font-weight:500}.match-card.basketball:before{background:linear-gradient(90deg, var(--nba), #ff6b6b)}.match-card.basketball .team-logo{background:#c9082a1a}.match-card.football:before{background:linear-gradient(90deg, var(--football), #86efac)}.match-card.football .team-logo{background:#22c55e1a}.match-card.esports:before{background:linear-gradient(90deg, var(--esports), #c084fc)}.match-card.esports .team-logo{background:#a855f71a}.match-card.tennis:before{background:linear-gradient(90deg, var(--tennis), #fde047)}.match-card.tennis .team-logo{background:#eab3081a}.empty-state{text-align:center;color:var(--text-muted);padding:80px 24px}.empty-icon{opacity:.5;margin-bottom:16px;font-size:48px}.empty-title{color:var(--text-secondary);margin-bottom:8px;font-size:18px;font-weight:600}.empty-desc{color:var(--text-muted);font-size:14px}.skeleton{background:linear-gradient(90deg, var(--bg-card) 25%, #ffffff0a 50%, var(--bg-card) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-match{height:120px;margin-bottom:12px}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);margin-top:40px;padding:40px 24px;font-size:13px}@media (max-width:768px){.container{padding:16px}.header-inner{padding:0 16px}.nav-tabs{display:none}.hero{padding:32px 16px 24px}.hero h1{letter-spacing:-1px;font-size:32px}.match-grid{grid-template-columns:1fr}.match-card{padding:16px}.team-logo{width:40px;height:40px;font-size:16px}.team-score{font-size:24px}}@media (max-width:1024px){.header-inner,.container{max-width:100%}}@media (max-width:768px){.header-inner{height:56px;padding:0 16px}.logo span{display:none}.stats-info{gap:12px}.stat-item .stat-label{display:none}.container{padding:12px 16px}.hero{padding:12px 0}.hero h1{font-size:20px}.category-filter{gap:6px;padding-bottom:8px;overflow-x:auto}.category-btn{padding:6px 12px;font-size:12px}}@media (max-width:480px){.header-inner{height:52px}.search-box-container{display:none}.stats-info{gap:8px}.stat-value{min-width:auto;padding:2px 6px;font-size:12px}}@media (max-width:768px){.table-header,.table-row{flex-wrap:wrap!important;gap:8px!important;padding:10px 12px!important;display:flex!important}}@media (max-width:1024px){.live-grid{grid-template-columns:1fr!important}}@media (max-width:768px){.live-grid{grid-template-columns:1fr!important}.score-display{gap:24px!important;padding:20px!important}.score-display .score-num{font-size:28px!important}.channel-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;display:grid!important}.info-grid{grid-template-columns:repeat(2,1fr)!important}.category-header h1{font-size:18px}}.match-table-header .col-league-title{text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;width:120px;display:flex;overflow:hidden}.match-table-row{color:inherit;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:background .15s;display:flex}.match-table-row .col-date-time{flex-shrink:0;align-items:center;gap:8px;width:130px;display:flex}.match-table-row .col-date,.match-table-row .col-time{flex-shrink:0}.match-table-row .col-league{flex-shrink:0;width:120px}.match-table-row .col-teams{flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.match-table-row .col-teams .team-name:first-child{text-align:right;text-overflow:ellipsis;white-space:nowrap;width:calc(50% - 15px);overflow:hidden}.match-table-row .col-teams .vs{text-align:center;color:#ffffff59;flex-shrink:0;width:30px;font-size:12px}.match-table-row .col-teams .team-name:last-child{text-align:left;text-overflow:ellipsis;white-space:nowrap;width:calc(50% - 15px);overflow:hidden}.match-table-row .col-streams{flex-wrap:wrap;flex:1;justify-content:flex-start;align-items:center;gap:4px;min-width:150px;display:flex}@media (max-width:768px){.match-table-header,.category-table-header{display:none!important}.match-table-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;gap:8px;margin:8px 12px;padding:12px;display:flex}.match-table-row.odd{background:#ffffff08}.match-table-row:hover{background:#4f9cf914}.match-table-row>span:first-child+span{align-items:center;gap:12px;display:inline-flex}.col-date,.col-time{font-size:12px;display:inline-flex}.col-time{color:#fff;font-weight:600}.col-time.live{color:#ef4444}.col-league{width:100%}.col-teams{align-items:center;gap:8px;width:100%;display:flex}.team-name{color:#fff;font-size:15px;font-weight:600}.vs{color:#fff6;font-size:12px}.col-streams{border-top:1px dashed #ffffff14;flex-wrap:wrap;gap:6px;width:100%;padding-top:8px;display:flex}}.live-page-grid{grid-template-columns:1fr 340px;gap:24px;display:grid}.live-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.live-card-header{color:#fff;background:#ffffff06;border-bottom:1px solid #ffffff0f;padding:14px 16px;font-size:14px;font-weight:600}.live-score-box{justify-content:center;align-items:center;gap:40px;padding:30px;display:flex}.live-score-box .team{text-align:center}.live-score-box .score{color:#fff;font-size:36px;font-weight:800}.live-score-box .team-name{color:#ffffff80;margin-top:4px;font-size:14px}.live-score-box .divider{color:#ffffff4d;font-size:20px}.live-channel-btn{color:#fff;background:#c9082a;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.live-info-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px;display:grid}.live.info-item{background:#ffffff08;border-radius:8px;padding:14px}.live-info-item .label{color:#fff6;margin-bottom:4px;font-size:11px}.live-info-item .value{color:#fff;font-size:13px;font-weight:500}@media (max-width:1024px){.live-page-grid{grid-template-columns:1fr}}@media (max-width:768px){.live-score-box{gap:24px;padding:20px}.live-score-box .score{font-size:28px}.live-info-grid{grid-template-columns:repeat(2,1fr)}.channel-list{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}}@media (max-width:480px){.live-info-grid,.channel-list{grid-template-columns:1fr}}@media (max-width:768px){.category-list{padding:12px 16px}.hide-mobile{display:none!important}}@media (min-width:769px){.show-mobile{display:none!important}}@media (max-width:768px){[style*="grid-template-columns: 1fr 340px"]{grid-template-columns:1fr!important}[style*="grid-template-columns: repeat(3, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}.category-page{padding:12px 16px!important}.category-title h1{font-size:18px!important}.live-header{height:56px!important;padding:0 16px!important}.live-page-grid{grid-template-columns:1fr!important;gap:16px!important}.live-page{padding:12px 16px 32px!important}.live-title h1{font-size:18px!important}.live-score-box{gap:20px!important;padding:20px!important}.live-score-box .score{font-size:28px!important}.live-card{margin-bottom:16px}.related-card{margin-top:16px}.today-card,.related-card{border-radius:12px;margin:0 12px 16px}.today-header,.related-header{padding:12px!important;font-size:13px!important}.today-row,.related-row{padding:10px 12px!important}}@media (max-width:480px){.live-title h1{font-size:16px!important}.live-score-box{flex-direction:column;gap:12px!important}.live-info-section{padding:12px!important}.live-info-section .live-info-grid{grid-template-columns:1fr!important}}@media screen and (max-width:1024px){.live-page-grid{grid-template-columns:1fr!important}}@media screen and (max-width:768px){.live-header>div{max-width:100%!important;padding:0 16px!important}.live-page{padding:12px 16px 32px!important}.live-title h1{font-size:18px!important}.live-page-grid{grid-template-columns:1fr!important;gap:16px!important}.today-card,.related-card,.live-card{border-radius:12px!important;margin-bottom:16px!important}.live-score-box{gap:20px!important;padding:20px!important}.live-score-box .score{font-size:28px!important}.channel-list{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;display:grid!important}.live-info-grid{grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width:480px){.live-title h1{font-size:16px!important}.live-score-box{flex-direction:column!important;gap:12px!important}.live-info-grid,.channel-list{grid-template-columns:1fr!important}}.live-main,.live-sidebar{flex-direction:column;gap:20px;display:flex}@media (max-width:1024px){.live-page-grid{grid-template-columns:1fr!important}.live-sidebar{display:none!important}}@media (max-width:768px){.live-header div{max-width:100%!important;padding:0 16px!important}.live-page{padding:12px 16px 32px!important}.live-title h1{font-size:18px!important;line-height:1.4!important}.live-main{gap:16px!important}.live-score-box{gap:20px!important;padding:20px!important}.live-score-box>div,.live-score-box .score{font-size:28px!important}.live-card,.today-card,.related-card{border-radius:12px!important;margin-bottom:16px!important;overflow:hidden!important}.live-info-section .live-info-grid{grid-template-columns:repeat(2,1fr)!important}.channel-list{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;display:grid!important}}@media (max-width:480px){.live-title h1{font-size:16px!important}.live-score-box{flex-direction:column!important;gap:12px!important}.live-score-box .score{font-size:24px!important}.live-info-section .live-info-grid,.channel-list{grid-template-columns:1fr!important}}@media (max-width:768px){.header-search,.date-selector{display:none!important}}@media (min-width:769px){.header-search{display:block!important}.date-selector{display:flex!important}}.live-page{color:#f0f2f5;background:#07080c;min-height:100vh}.live-header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#07080ceb;border-bottom:1px solid #ffffff0d;position:sticky;top:0}.live-header .header-inner{justify-content:space-between;align-items:center;max-width:1400px;height:60px;margin:0 auto;padding:0 24px;display:flex}.live-header .breadcrumb{align-items:center;gap:8px;font-size:13px;display:flex}.live-header .breadcrumb a{color:#ffffff73;text-decoration:none}.live-header .breadcrumb span{color:#ffffff4d}.live-content{max-width:1400px;margin:0 auto;padding:20px 24px 48px}.live-title{margin-bottom:20px}.live-title h1{color:#fff;margin-bottom:8px;font-size:22px;font-weight:700}.live-badge{color:#ef4444;margin-right:8px}.match-meta{color:#ffffff80;align-items:center;gap:16px;font-size:14px;display:flex}.league-tag{text-overflow:ellipsis;white-space:nowrap;border-radius:4px;flex-shrink:0;width:280px;padding:2px 8px;font-size:12px;font-weight:600;overflow:hidden}.live-grid{grid-template-columns:1fr 340px;gap:24px;display:grid}.live-main,.live-sidebar{flex-direction:column;gap:20px;display:flex}.score-box{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;justify-content:center;align-items:center;gap:40px;padding:30px;display:flex}.score-team{text-align:center}.score-num{color:#fff;font-size:36px;font-weight:800}.team-label{color:#ffffff80;margin-top:4px;font-size:14px}.score-divider{color:#ffffff4d;font-size:20px}.channel-card,.info-card,.today-card,.related-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.card-header{color:#fff;background:#ffffff06;border-bottom:1px solid #ffffff0f;padding:14px 16px;font-size:14px;font-weight:600}.channel-list{flex-wrap:wrap;gap:10px;padding:16px;display:flex}.info-grid{grid-template-columns:repeat(3,1fr);gap:14px;padding:16px;display:grid}.info-item{background:#ffffff0a;border-radius:8px;padding:14px}.info-label{color:#fff6;margin-bottom:4px;font-size:11px}.info-value{color:#fff;font-size:14px;font-weight:500}.today-card .today-header{color:#fff6;background:#ffffff06;border-bottom:1px solid #ffffff0f;gap:12px;padding:10px 16px;font-size:12px;font-weight:600;display:flex}.today-row{color:inherit;border-bottom:1px solid #ffffff0a;align-items:center;gap:12px;padding:10px 16px;text-decoration:none;display:flex}.related-card .related-header{color:#fff;background:#ffffff06;border-bottom:1px solid #ffffff0f;padding:14px 16px;font-size:14px;font-weight:600}.related-row{color:inherit;border-bottom:1px solid #ffffff0a;flex-direction:column;gap:4px;padding:12px 16px;text-decoration:none;display:flex}.related-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.related-teams{align-items:center;gap:8px;display:flex}.related-teams .team-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:600;overflow:hidden}.related-teams .vs{color:#ffffff59;flex-shrink:0;font-size:11px}@media (max-width:1024px){.live-grid{grid-template-columns:1fr}.live-sidebar{display:none}}@media (max-width:768px){.live-header .header-inner{height:56px;padding:0 16px}.live-content{padding:12px 16px 32px}.live-title h1{font-size:18px}.score-box{gap:20px;padding:20px}.score-num{font-size:28px}.info-grid{grid-template-columns:repeat(2,1fr)}.channel-list{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}}@media (max-width:480px){.live-title h1{font-size:16px}.score-box{flex-direction:column;gap:12px}.info-grid,.channel-list{grid-template-columns:1fr}}.stream-tags{flex-wrap:wrap;gap:4px;display:flex;overflow:visible}.stream-tag-btn{color:#4f9cf9;white-space:nowrap;background:#3b82f61f;border-radius:4px;flex-shrink:0;padding:3px 8px;font-size:12px;font-weight:500;text-decoration:none;display:inline-block}.stream-tag-btn.ad{color:#fff;background:#e11d48}.stream-more{color:#888;align-self:center;font-size:12px}@media (max-width:768px){.category-page{padding:12px 16px 32px!important}.category-title h1{font-size:18px!important}.category-table-header{display:none!important}.category-match-row{background:#ffffff08!important;border:1px solid #ffffff0f!important;border-bottom:none!important;border-radius:8px!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;margin:8px 12px!important;padding:12px!important;display:flex!important}.category-match-row.odd{background:#ffffff04!important}.category-match-row .col-date{order:1;color:#fff6!important;width:100%!important;font-size:12px!important}.category-match-row .col-time{order:2;width:100%!important;font-size:14px!important;font-weight:600!important}.category-match-row .col-league{order:3;width:100%!important}.category-match-row .col-teams{order:4;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.category-match-row .col-teams span{max-width:none!important;font-size:15px!important}.category-match-row .col-streams{border-top:1px dashed #ffffff14!important;flex-wrap:wrap!important;order:5!important;gap:6px!important;width:100%!important;padding-top:8px!important;display:flex!important}}.category-page{max-width:1400px;margin:0 auto;padding:20px 24px 48px}.category-title{margin-bottom:20px}.category-title h1{color:#fff;margin-bottom:4px;font-size:22px;font-weight:700}.col-date{color:#ffffff80;flex-shrink:0;width:65px;font-size:14px}.col-time{color:#fff;flex-shrink:0;width:75px;font-size:14px;font-weight:600}.col-time.live{color:#ef4444}.team-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.vs{color:#ffffff80;flex-shrink:0;font-size:12px}.league-badge{border-radius:4px;padding:3px 8px;font-size:12px;font-weight:600;display:inline-block}.category-match-row{color:inherit;background:0 0;border-bottom:1px solid #ffffff09;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:background .15s;display:flex}.category-match-row:hover{background:#4f9cf912}.category-match-row.odd{background:#ffffff04}@media (max-width:768px){.match-table-row{padding:12px!important}.col-streams{border-top:1px dashed #ffffff14!important;flex-wrap:wrap!important;gap:6px!important;width:100%!important;padding-top:8px!important;display:flex!important}.stream-tags{flex-wrap:wrap!important;gap:6px!important;display:flex!important}.stream-tag-btn{padding:4px 10px!important;font-size:11px!important}}.match-table-header{color:#ffffff73;background:#ffffff06;border-radius:8px 8px 0 0;gap:12px;padding:10px 16px;font-size:13px;font-weight:600;display:flex}.match-table-header .col-date-time-title{flex-shrink:0;justify-content:center;align-items:center;width:130px;display:flex}.match-table-header .col-league-title,.match-table-row .col-league{text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;width:120px;display:flex;overflow:hidden}.match-table-header .col-teams-title{text-align:center;flex:1;justify-content:center;align-items:center;display:flex}.match-table-header .col-teams-title span:first-child{text-align:right;width:calc(50% - 15px)}.match-table-header .col-teams-title span:nth-child(2){text-align:center;width:30px}.match-table-header .col-teams-title span:last-child{text-align:left;width:calc(50% - 15px)}.match-table-header .col-streams-title{text-align:left;flex:1;justify-content:flex-start;align-items:center;min-width:150px;display:flex}.match-table-body{border:none;border-radius:0 0 8px 8px;overflow:hidden}.match-table-row{color:inherit;background:0 0;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:background .15s;display:flex}.match-table-row:hover{background:#4f9cf912}.match-table-row.odd{background:#ffffff04}.match-table-row:last-child{border-bottom:none}.col-date,.col-time{flex-shrink:0}.col-league{flex-shrink:0;width:120px}.col-teams{flex:1;justify-content:center;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.col-streams{flex-wrap:wrap;flex:1;justify-content:flex-start;align-items:center;gap:6px;min-width:150px;display:flex}.today-card{margin-top:20px;background:#ffffff08!important;border:1px solid #ffffff0f!important;border-radius:12px!important;overflow:hidden!important}.today-header{color:#ffffff80!important;background:#ffffff06!important;border-bottom:1px solid #ffffff0f!important;gap:12px!important;padding:12px 16px!important;font-size:13px!important;font-weight:600!important;display:flex!important}.today-row{color:inherit!important;border-bottom:1px solid #ffffff0a!important;align-items:center!important;gap:12px!important;padding:12px 16px!important;text-decoration:none!important;transition:background .15s!important;display:flex!important}.today-row:hover{background:#4f9cf914!important}.today-row.odd{background:#ffffff04!important}.today-row .col-date{color:#ffffff80!important;flex-shrink:0!important;width:50px!important;font-size:14px!important}.today-row .col-time{flex-shrink:0!important;width:70px!important;font-size:14px!important;font-weight:600!important}.today-row .col-time.live{color:#ef4444!important}.today-row .col-teams{flex:1!important;align-items:center!important;gap:8px!important;display:flex!important}.today-row .league-badge{border-radius:4px!important;flex-shrink:0!important;padding:2px 6px!important;font-size:12px!important;font-weight:600!important}.today-row .team-vs{color:#fff!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:14px!important;font-weight:600!important;overflow:hidden!important}.today-row .col-streams{text-align:center!important;flex-shrink:0!important;width:70px!important;font-size:14px!important}.related-card{background:#ffffff08!important;border:1px solid #ffffff0f!important;border-radius:12px!important;overflow:hidden!important}.related-header{color:#fff!important;background:#ffffff06!important;border-bottom:1px solid #ffffff0f!important;padding:14px 16px!important;font-size:14px!important;font-weight:600!important}.related-row{color:inherit!important;border-bottom:1px solid #ffffff0a!important;flex-direction:column!important;gap:4px!important;padding:12px 16px!important;text-decoration:none!important;transition:background .15s!important;display:flex!important}.related-row:hover{background:#4f9cf914!important}.related-row.odd{background:#ffffff04!important}.live-header .logo{color:#fff!important;align-items:center!important;gap:10px!important;font-size:18px!important;font-weight:700!important;text-decoration:none!important;display:flex!important}.live-header .logo-icon{background:linear-gradient(135deg,#4f9cf9,#6c63ff)!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;font-size:17px!important;display:flex!important}@media (max-width:768px){.match-table-row{padding:12px!important}.match-table-row .col-date,.match-table-row .col-time,.match-table-row .col-league,.match-table-row .col-teams,.match-table-row .col-streams{text-align:left!important;justify-content:flex-start!important}.category-match-row{padding:12px!important}.category-match-row .col-date,.category-match-row .col-time,.category-match-row .col-league,.category-match-row .col-teams,.category-match-row .col-streams{text-align:left!important;justify-content:flex-start!important}.live-page{padding:12px 16px 32px!important}.live-title h1{font-size:18px!important}.live-grid{grid-template-columns:1fr!important;gap:16px!important}.live-main{gap:16px!important}.live-sidebar{display:none!important}.score-box{gap:20px!important;padding:20px!important}.info-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.channel-list{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;display:grid!important}.today-card{margin:16px 0!important}.today-row{flex-wrap:wrap!important;padding:10px 12px!important}.today-row .col-date{width:40px!important}.today-row .col-teams{order:3!important;width:100%!important}.today-row .col-streams{text-align:left!important;order:4!important;width:100%!important}}@media (max-width:480px){.info-grid,.channel-list{grid-template-columns:1fr!important}.score-box{flex-direction:column!important}}@media (max-width:768px){.match-table-row{align-items:flex-start!important}.match-table-row>*{text-align:left!important;justify-content:flex-start!important}.stream-tags,.stream-tag-btn{justify-content:flex-start!important}.category-match-row{align-items:flex-start!important}.category-match-row>*{text-align:left!important;justify-content:flex-start!important}.today-row{justify-content:flex-start!important}.today-row>*{text-align:left!important;justify-content:flex-start!important}}@media (max-width:768px){.col-date-time{gap:12px;display:inline-flex!important}.col-date,.col-time{width:auto!important;display:inline-block!important}}.col-date-time{flex-shrink:0;align-items:center;gap:12px;display:inline-flex}.col-date-time .col-date{color:#ffffff80;font-size:14px}.col-date-time .col-time{color:#fff;font-size:14px;font-weight:600}.col-date-time .col-time.live{color:#ef4444}.col-date-time-title{color:#ffffff73;font-size:13px}@media (max-width:768px){.col-date-time{gap:10px;display:inline-flex!important}.col-date-time .col-date{font-size:12px}.col-date-time .col-time{font-size:13px}}.league-tag{pointer-events:auto!important;cursor:pointer!important;z-index:10!important;position:relative!important}.category-table-header{color:#ffffff73;background:#ffffff06;border-radius:8px 8px 0 0;gap:12px;padding:10px 16px;font-size:13px;font-weight:600;display:flex}.category-table-header .col-date-time{flex-shrink:0;width:130px}.category-table-header .col-league{flex-shrink:0;width:120px}.category-table-header .col-teams{flex:1;min-width:0}.category-table-header .col-streams{flex-shrink:0;width:280px}.category-row{color:inherit;border-bottom:1px solid #ffffff09;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;display:flex}.category-row .col-date-time{flex-shrink:0;align-items:center;gap:8px;width:130px;display:flex}.category-row .col-teams{flex:1;align-items:center;display:flex}.category-row .col-teams .team-name:first-child{text-align:right;width:calc(50% - 15px)}.category-row .col-teams .vs{text-align:center;width:30px}.category-row .col-teams .team-name:last-child{text-align:left;width:calc(50% - 15px)}.category-row .col-streams{text-align:left;flex-shrink:0;width:280px}.league-tag{text-overflow:ellipsis!important;white-space:nowrap!important;border-radius:4px!important;flex-shrink:0!important;width:120px!important;padding:2px 6px!important;font-size:12px!important;font-weight:600!important;text-decoration:none!important;display:inline-block!important;overflow:hidden!important}@media (max-width:768px){.match-table-row .col-teams{justify-content:flex-start!important}.match-table-row .col-teams .team-name:first-child{text-align:left!important;width:auto!important}.match-table-row .col-teams .vs{margin-left:8px;text-align:left!important;width:auto!important}.match-table-row .col-teams .team-name:last-child{text-align:left!important;width:auto!important}}.league-tag{text-overflow:ellipsis!important;white-space:nowrap!important;border-radius:4px!important;max-width:120px!important;padding:2px 6px!important;font-size:12px!important;font-weight:600!important;text-decoration:none!important;display:inline-block!important;overflow:hidden!important}.league-tag,.match-table-header .col-league-title,.match-table-row .col-league{flex-shrink:0!important;width:120px!important;min-width:120px!important;max-width:120px!important}.site-logo{color:#fff;align-items:center;gap:8px;font-size:18px;font-weight:700;text-decoration:none;display:flex}
