@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--bg-primary:#f0f5fa;--bg-secondary:#e8eff7;--bg-card:#fff;--bg-card-hover:#f5f8fc;--border:#00000014;--border-bright:#0000001f;--text-primary:#1e3a5f;--text-secondary:#5a7a9a;--text-muted:#8aa0b0;--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 #00000014;--shadow-glow-blue:0 0 30px #3b82f626;--shadow-glow-red:0 0 30px #ef444426;--theme-accent:#3b82f6;--theme-accent-light:#3b82f61f;--theme-accent-dark:#2563eb;--theme-glow:#3b82f64d;--theme-gradient:#3b82f6;--theme-gradient-end:#6366f1;--theme-bg-primary:#f0f5fa;--theme-bg-secondary:#e8eff7;--theme-bg-card:#fff;--theme-bg-card-hover:#f5f8fc;--theme-bg-input:#3b82f60f;--theme-border:#3b82f626;--theme-border-bright:#3b82f64d;--theme-text:#1e3a5f;--theme-text-secondary:#5a7a9a}body,.match-container,.page-wrapper,[class*=min-h-screen]{background:var(--theme-bg-primary)!important;color:var(--theme-text)!important}header,.header,[class*=sticky][class*=z-index]{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb, var(--theme-bg-card) 90%, transparent)!important;border-bottom-color:var(--theme-border)!important}.match-card,.match-table-header,[class*=card]{background:var(--theme-bg-card)!important;border-color:var(--theme-border)!important;color:var(--theme-text)!important}.match-card:hover{background:var(--theme-bg-card-hover)!important;box-shadow:0 4px 20px #00000014!important}input,textarea,select,[class*=input]{background:var(--theme-bg-input)!important;border-color:var(--theme-border)!important;color:var(--theme-text)!important}input::placeholder,textarea::placeholder{color:var(--theme-text-secondary)!important}button,[class*=date-selector] button,[class*=category] button{border-color:var(--theme-border)!important;color:var(--theme-text)!important}[class*=bg-secondary],[class*=secondary],footer{background:var(--theme-bg-secondary)!important;color:var(--theme-text)!important}hr,[class*=divider],[class*=border-top]{border-color:var(--theme-border)!important}.header{border-bottom-color:var(--border)}.logo{color:var(--text-primary)}.search-btn{box-shadow:0 4px 12px var(--theme-glow);background:linear-gradient(135deg, var(--theme-accent), var(--theme-gradient-end))!important}.search-btn:hover{box-shadow:0 6px 20px var(--theme-glow);transform:translateY(-1px)}.search-input:focus{border-color:var(--theme-accent)!important;box-shadow:0 0 12px var(--theme-glow)!important}.stat-value.live{background:var(--theme-accent-light);color:var(--theme-accent)}.league-tag{background:var(--theme-accent-light)!important;color:var(--theme-accent)!important}.btn-primary,.btn-main{box-shadow:0 4px 16px var(--theme-glow);background:linear-gradient(135deg, var(--theme-accent), var(--theme-gradient-end))!important}.btn-primary:hover,.btn-main:hover{transform:translateY(-1px);box-shadow:0 6px 24px var(--theme-glow)!important}.match-card:hover{box-shadow:0 8px 32px #0006, 0 0 20px var(--theme-glow)!important;border-color:var(--theme-accent)!important}.match-card.live-card{border-color:var(--theme-accent)!important;box-shadow:0 0 16px var(--theme-glow)!important}.category-btn.active{background:var(--theme-accent-light)!important;color:var(--theme-accent)!important;border-color:var(--theme-accent)!important}::-webkit-scrollbar-thumb{background:var(--theme-accent);opacity:.4}.hero-gradient{background:linear-gradient(135deg, color-mix(in srgb, var(--theme-accent) 15%, transparent), transparent 60%)}.page-title:after{background:linear-gradient(90deg, var(--theme-accent), var(--theme-gradient-end))}a{color:var(--theme-accent)}a:hover{color:var(--theme-accent-dark)}.modal-btn{box-shadow:0 4px 16px var(--theme-glow);background:linear-gradient(135deg, var(--theme-accent), var(--theme-gradient-end))!important}input:focus,textarea:focus,select:focus{border-color:var(--theme-accent)!important;box-shadow:0 0 0 3px var(--theme-accent-light)!important}.footer-links a:hover{color:var(--theme-accent)}*{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:var(--theme-bg-card)}::-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:1200px;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(--theme-accent);box-shadow:0 0 12px var(--theme-glow);background:#ffffff14}.search-btn{background:linear-gradient(135deg, var(--theme-accent), var(--theme-gradient-end));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(--theme-accent);background:#3b82f626}.logo-icon{background:linear-gradient(135deg, var(--theme-accent), var(--theme-gradient-end));border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.nav-tabs{background:var(--theme-bg-card-hover);border:1px solid var(--border);border-radius:12px;gap:4px;padding:4px;display:flex}.nav-tab{color:var(--text-secondary);cursor:pointer;background:var(--theme-bg-card);white-space:nowrap;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:var(--theme-bg-input)}.nav-tab.active{background:var(--theme-accent);color:var(--theme-text);box-shadow:0 2px 12px var(--theme-glow)}.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:1200px;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:var(--theme-text);-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(--theme-accent);border-color:var(--theme-accent);color:#fff;box-shadow:0 4px 16px color-mix(in srgb, var(--theme-accent) 35%, transparent)}.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(--theme-accent);border-color:var(--theme-accent);color:var(--theme-text)}.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{width:32px;height:32px;color:var(--theme-text);border-radius:8px;justify-content:center;align-items:center;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:var(--theme-bg-input);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(--theme-bg-card,var(--bg-card));border:1px solid var(--theme-border,var(--border));border-radius:var(--radius-lg);cursor:pointer;color:inherit;padding:14px;text-decoration:none;transition:all .25s;display:block;position:relative;overflow:visible}.match-card:before{content:"";background:linear-gradient(90deg, var(--theme-accent), var(--theme-gradient-end));opacity:0;height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.match-card:hover{border-color:var(--theme-border-bright,var(--theme-accent));box-shadow:var(--shadow-card), var(--shadow-glow-blue);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:var(--theme-bg-input);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}.match-table-row .col-date-time{width:100px}.match-table-row .col-league{width:90px}.match-table-row .col-teams{flex:1;width:auto;min-width:0}.match-table-row .col-streams{flex:1;min-width:0}.match-table-row .col-teams .team-name:first-child,.match-table-row .col-teams .team-name:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stream-tag-btn{text-overflow:ellipsis;flex-shrink:1;max-width:80px;overflow:hidden}}@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-row{color:inherit;border-bottom:1px solid #ffffff09;align-items:center;gap:8px;padding:12px;text-decoration:none;transition:background .15s;display:flex}.match-table-row .col-date-time{flex-shrink:0;justify-content:center;align-items:center;width:70px;font-size:13px;display:flex}.match-table-row .col-date{display:none}.match-table-row .col-time{color:var(--theme-text);font-size:14px;font-weight:600}.match-table-row .col-time.live{color:#ef4444}.match-table-row .col-league{text-overflow:ellipsis;white-space:nowrap;text-align:center;flex-shrink:0;width:100px;font-size:13px;overflow:hidden}.match-table-row .col-teams{flex-shrink:0;justify-content:center;align-items:center;width:320px;display:flex}.match-table-row .col-teams .team-name:first-child{text-align:right;text-overflow:ellipsis;white-space:nowrap;width:calc(50% - 15px);font-size:14px;overflow:hidden}.match-table-row .col-teams .vs{text-align:center;width:30px;color:var(--theme-text-secondary);flex-shrink:0;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);font-size:14px;overflow:hidden}.match-table-row .col-streams{flex-wrap:nowrap;flex:1;justify-content:center;align-items:center;gap:4px;min-width:0;display:flex;overflow:visible}.match-table-row:hover{background:color-mix(in srgb, var(--theme-accent) 12%, var(--theme-bg-card))!important}.col-teams{flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:320px;display:flex;overflow:hidden}.col-streams{flex:1;min-width:0}.today-desktop-table{display:block!important}.today-mobile-list{display:none!important}@media (max-width:768px){.header-right-section{display:none!important}.header-search-box{max-width:100%!important}.header-search-box input{width:100%}.live-page>header>div.site-header-inner{padding:0 6px!important}.live-page{padding:12px 6px 32px!important;overflow-x:hidden!important}.live-page .live-content{max-width:100%!important;padding:12px 6px 32px!important}.footer{padding:16px 6px!important}.today-desktop-table{display:none!important}.today-mobile-list{flex-direction:column;gap:8px;display:flex!important}.today-mobile-card{background:var(--theme-bg-card);border:1px solid var(--theme-border);color:var(--theme-text);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;display:flex!important}.today-mobile-left{flex-direction:column;flex-shrink:0;align-items:center;min-width:44px;display:flex}.today-mobile-time{font-size:12px;font-weight:600}.today-mobile-date{color:var(--theme-text-muted);font-size:11px}.today-mobile-mid{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.today-mobile-teams{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.today-mobile-league{width:fit-content;display:inline-block;border-radius:4px!important;padding:2px 6px!important;font-size:11px!important}.today-mobile-arrow{color:var(--theme-text-muted);flex-shrink:0;font-size:20px}.match-table-header{background:var(--theme-bg-card);gap:8px;padding:8px 12px;font-size:11px;display:flex!important}.match-table-header .col-date-time-title,.match-table-header .col-league-title,.match-table-header .col-teams-title,.match-table-header .col-streams-title{display:none}.match-table-header .col-teams-title{text-align:center;flex:1}.match-table-header .col-streams-title{text-align:center;width:auto}.match-table-row{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:8px;flex-direction:column;gap:8px;margin:8px 12px;padding:12px;transition:all .2s;display:flex}.match-table-row:hover{transform:translateY(-2px);background:color-mix(in srgb, var(--theme-accent) 12%, var(--theme-bg-card))!important}.match-table-row.odd{background:var(--theme-bg-card)}.match-table-row:not(.odd){background:var(--theme-bg-primary)}.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:var(--theme-text);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:var(--theme-text);font-size:15px;font-weight:600}.vs{color:var(--theme-text-muted);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:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:12px;overflow:hidden}.live-card-header{background:var(--theme-bg-input);color:var(--theme-text);border-bottom:1px solid var(--theme-border);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:var(--theme-text);font-size:36px;font-weight:800}.live-score-box .team-name{color:var(--theme-text-secondary);margin-top:4px;font-size:14px}.live-score-box .divider{color:var(--theme-text-muted);font-size:20px}.live-channel-btn{color:var(--theme-text);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:var(--theme-bg-card);border-radius:8px;padding:14px}.live-info-item .label{color:var(--theme-text-muted);margin-bottom:4px;font-size:11px}.live-info-item .value{color:var(--theme-text);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{background:var(--theme-bg-primary);min-height:100vh;color:var(--theme-text)}.live-header{z-index:100;background:color-mix(in srgb, var(--theme-bg-card) 92%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--theme-border);position:sticky;top:0}.live-header .header-inner{justify-content:space-between;align-items:center;max-width:1200px;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:var(--theme-text-secondary);text-decoration:none}.live-header .breadcrumb span{color:var(--theme-text-muted)}.live-content{max-width:1200px;margin:0 auto;padding:20px 24px 48px}.live-title{margin-bottom:20px}.live-title h1{color:var(--theme-text);margin-bottom:8px;font-size:22px;font-weight:700}.live-badge{color:#ef4444;margin-right:8px}.match-meta{color:var(--theme-text-secondary);align-items:center;gap:16px;font-size:14px;display:flex}.league-tag{border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600}.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:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:12px;justify-content:center;align-items:center;gap:40px;padding:30px;display:flex}.score-team{text-align:center}.score-num{color:var(--theme-text);font-size:36px;font-weight:800}.team-label{color:var(--theme-text-secondary);margin-top:4px;font-size:14px}.score-divider{color:var(--theme-text-muted);font-size:20px}.channel-card,.info-card,.today-card,.related-card{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:12px;overflow:hidden}.card-header{background:var(--theme-bg-input);color:var(--theme-text);border-bottom:1px solid var(--theme-border);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:var(--theme-bg-card-hover);border-radius:8px;padding:14px}.info-label{color:var(--theme-text-muted);margin-bottom:4px;font-size:11px}.info-value{color:var(--theme-text);font-size:14px;font-weight:500}.today-card .today-header{background:var(--theme-bg-input);color:var(--theme-text-muted);border-bottom:1px solid var(--theme-border);gap:12px;padding:10px 16px;font-size:12px;font-weight:600;display:flex}.today-row{color:inherit;border-bottom:1px solid var(--theme-border);align-items:center;gap:12px;padding:10px 16px;text-decoration:none;display:flex}.related-card .related-header{background:var(--theme-bg-input);color:var(--theme-text);border-bottom:1px solid var(--theme-border);padding:14px 16px;font-size:14px;font-weight:600}.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:var(--theme-text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;font-weight:600;overflow:hidden}.related-teams .vs{color:var(--theme-text-muted);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:nowrap;flex:1;align-items:center;gap:4px;min-width:0;max-width:100%;display:flex;overflow:visible}.stream-tag-btn{background:var(--theme-glow);color:var(--theme-accent);white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;border-radius:4px;flex-shrink:1;align-items:center;gap:4px;min-width:0;max-width:160px;padding:3px 8px;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex;overflow:hidden}.stream-tag-btn.ad{color:var(--theme-text);background:#e11d48}.stream-more{color:#888;white-space:nowrap;vertical-align:middle;flex-shrink:0;font-size:12px;display:inline-block;position:relative;overflow:visible}.stream-more-btn{cursor:pointer;color:var(--theme-accent);background:var(--theme-glow);white-space:nowrap;border-radius:4px;flex-shrink:0;align-items:center;gap:4px;padding:3px 8px;font-weight:500;display:inline-flex}.stream-dropdown{z-index:10000;background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:8px;flex-direction:column;gap:4px;min-width:80px;max-width:200px;padding:6px;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 16px #0006}.stream-more:hover .stream-dropdown{display:flex}.stream-dropdown .stream-tag-btn{display:block}@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:var(--theme-bg-card)!important;border:1px solid var(--theme-border)!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:var(--theme-bg-card)!important}.category-match-row .col-date{order:1;width:100%!important;color:var(--theme-text-muted)!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;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{width:100%;padding:0}.category-page .category-title,.category-page .match-table-wrapper{max-width:1200px;margin:0 auto;padding:20px 24px 48px}.category-title{margin-bottom:20px}.category-title h1{color:var(--theme-text);margin-bottom:4px;font-size:22px;font-weight:700}.col-date{color:var(--theme-text-secondary);flex-shrink:0;font-size:14px}.col-time{color:var(--theme-text);flex-shrink:0;font-size:14px;font-weight:600}.col-time.live{color:#ef4444}.col-league{flex-shrink:0}.col-teams{justify-content:center;align-items:center;gap:8px;display:flex;overflow:hidden}.team-name{color:var(--theme-text);text-overflow:ellipsis;white-space:nowrap;text-align:center;max-width:85px;font-size:14px;font-weight:600;overflow:hidden}.vs{color:var(--theme-text-secondary);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{background:var(--theme-bg-card);color:inherit;border-bottom:1px solid #ffffff09;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:background .15s;display:flex}.category-match-row.odd{background:var(--theme-bg-card)}@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;align-items:center!important;gap:6px!important;display:flex!important}.stream-tag-btn{max-width:130px!important;padding:4px 10px!important;font-size:11px!important}.stream-more-btn{align-items:center!important;gap:4px!important;display:inline-flex!important}.stream-dropdown{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:8px;max-width:200px;padding:8px;display:none;left:0;box-shadow:0 4px 16px #0000004d}.stream-more:hover .stream-dropdown,.stream-more:focus-within .stream-dropdown,.stream-dropdown .stream-tag-btn{display:flex}}.match-table-header{background:color-mix(in srgb, var(--theme-bg-input) 100%, var(--theme-accent) 8%);border-bottom:1px solid var(--theme-border);color:var(--theme-text);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{text-align:center;flex-shrink:0;width:80px}.match-table-header .col-league-title,.match-table-row .col-league{text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;width:120px;overflow:hidden}.match-table-header .col-league-title{text-align:center;flex-shrink:0;width:120px}.match-table-header .col-teams-title{text-align:center;flex-shrink:0;width:320px}.match-table-header .col-streams-title{text-align:center;flex:1 0}.match-table-body{border:1px solid var(--theme-border);border-top:none;border-radius:0 0 8px 8px;overflow:visible}.match-table-row{color:inherit;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:all .2s;display:flex}.match-table-row.odd{background:color-mix(in srgb, var(--theme-bg-card) 100%, var(--theme-accent) 2%)}.match-table-row:not(.odd){background:var(--theme-bg-primary)}.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-shrink:0;justify-content:center;align-items:center;gap:8px;width:220px;margin-right:20px;display:flex}.col-streams{flex:1}.today-card{margin-top:20px;background:var(--theme-bg-card)!important;border:1px solid var(--theme-border)!important;border-radius:12px!important;overflow:hidden!important}.today-header{background:var(--theme-bg-input)!important;color:var(--theme-text-secondary)!important;border-bottom:1px solid var(--theme-border)!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 var(--theme-border)!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.odd{background:var(--theme-bg-card)!important}.today-row .col-date{width:65px!important;color:var(--theme-text-secondary)!important;flex-shrink:0!important;font-size:14px!important}.today-row .col-time{flex-shrink:0!important;width:85px!important;font-size:14px!important;font-weight:600!important}.today-row .col-time.live{color:#ef4444!important}.today-row .col-league{text-align:center!important;flex-shrink:0!important;width:100px!important;overflow:hidden!important}.today-row .col-teams{flex-shrink:0!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:250px!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:var(--theme-text)!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:left!important;flex-shrink:0!important;width:220px!important;font-size:14px!important}.related-card{background:var(--theme-bg-card)!important;border:1px solid var(--theme-border)!important;border-radius:12px!important;overflow:hidden!important}.related-header{background:var(--theme-bg-input)!important;color:var(--theme-text)!important;border-bottom:1px solid var(--theme-border)!important;padding:14px 16px!important;font-size:14px!important;font-weight:600!important}.related-row{color:inherit!important;border-bottom:1px solid var(--theme-border)!important;flex-direction:column!important;gap:4px!important;padding:12px 16px!important;text-decoration:none!important;display:flex!important}.related-row.odd{background:var(--theme-bg-card)!important}.live-header .logo{color:var(--theme-text)!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,.today-row .col-time{width:65px!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{justify-content:flex-start!important}.stream-more-btn{align-items:center!important;gap:4px!important;display:inline-flex!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:var(--theme-text-secondary);font-size:14px}.col-date-time .col-time{color:var(--theme-text);font-size:14px;font-weight:600}.col-date-time .col-time.live{color:#ef4444}.col-date-time-title{color:var(--theme-text-secondary);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{background:var(--theme-bg-input);color:var(--theme-text-secondary);border-radius:8px 8px 0 0;gap:12px;padding:10px 16px;font-size:13px;font-weight:600;display:flex}.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;justify-content:center;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:120px}@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:var(--theme-text);align-items:center;gap:8px;font-size:18px;font-weight:700;text-decoration:none;display:flex}.top-banner-wrapper{box-sizing:border-box;width:100%;max-width:1176px;height:50px;margin:0 auto 8px;padding:0;display:block;overflow:hidden}.top-banner-wrapper .banner-ad-link{border-radius:8px;width:100%;height:50px;display:block;overflow:hidden}.top-banner-wrapper .banner-ad-link img{object-fit:cover;width:100%;height:50px}@media (max-width:768px){.top-banner-wrapper{height:auto;min-height:50px;margin:8px auto;padding:0 8px}.top-banner-wrapper .banner-ad-link{height:auto;min-height:50px}.top-banner-wrapper .banner-ad-link img{height:auto;min-height:50px;max-height:80px}}.banner-ad-container{width:100%;margin:8px 0 16px}.banner-ad-link{cursor:pointer;border-radius:8px;width:100%;margin-bottom:3px;transition:opacity .2s;display:block;overflow:hidden}.banner-ad-link:last-child{margin-bottom:0}.banner-ad-link:hover{opacity:.9}.banner-ad-link img{object-fit:cover;width:100%;max-height:60px;display:block}@media (max-width:768px){.banner-ad-link img{max-height:60px}}.vct-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:5px;max-width:1200px;margin:0 auto;padding:8px 12px;display:flex}.vct-left{flex:1;min-width:0}.vct-right{flex-shrink:0;width:338px}.vct-left-content{padding:0 10px 16px 0}@media (min-width:768px) and (max-width:1024px){.vct-main{max-width:100%}.vct-left{min-width:100%;padding:0}.vct-left-content{padding:16px 16px 32px}.header-inner{max-width:100%;padding:0 16px}.vct-right{display:none}}@media (max-width:768px){.vct-main{max-width:100%;padding:12px 0}.vct-left{min-width:100%;padding:0}.vct-left-content{padding:16px 12px 32px!important}.header-inner{max-width:100%;padding:0 12px}.vct-right{display:none}.top-banner-wrapper{width:100%;max-width:100%}}.vct-right{flex-direction:column;flex-shrink:0;gap:12px;width:338px;display:flex}.vct-box{background:var(--theme-bg-card,var(--bg-card));border:1px solid var(--theme-border,var(--border));border-radius:var(--radius-lg,18px);box-shadow:none;transition:all .25s;position:relative;overflow:hidden}.vct-box:hover{border-color:var(--theme-border-bright,var(--theme-accent))}.vct-box:before{content:"";background:linear-gradient(90deg, var(--theme-accent), var(--theme-gradient-end));opacity:0;z-index:1;height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.vct-box:hover:before{opacity:1}.vct-box ._header{height:56px;color:var(--theme-text,#051019);justify-content:space-between;align-items:center;padding:0 16px;display:flex}.vct-box ._title{color:var(--theme-text,#051019);align-items:center;font-size:16px;font-weight:600;display:flex}.vct-box ._title:before{content:"";background-color:var(--theme-accent,#0082ff);border-radius:2px;width:4px;height:18px;margin-right:8px;display:inline-block}.vct-box ._content{padding:0 16px 16px}.finished-tabs{border-bottom:1px solid #f0f0f0;gap:2px;padding:0 16px 12px;display:flex}.finished-tab{color:var(--theme-text-secondary,#666);cursor:pointer;border-radius:4px;padding:4px 10px;font-size:12px;transition:all .2s}.finished-tab:hover{color:var(--theme-accent,#0082ff);background:var(--theme-bg-input,#f0f7ff)}.finished-tab.active{background:var(--theme-accent,#0082ff);color:#fff}.finished-content{scrollbar-width:thin;scrollbar-color:#ddd transparent;max-height:2500px;overflow-y:auto}.finished-content::-webkit-scrollbar{width:4px}.finished-content::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.finished-loading,.finished-empty,.rank-loading,.rank-empty{text-align:center;color:var(--theme-text-muted,#aaa);padding:24px 0;font-size:13px}.finished-group{margin-bottom:12px}.finished-date{color:var(--theme-text-muted,#888);border-bottom:1px dashed var(--theme-border,#f0f0f0);margin-bottom:6px;padding:8px 0 4px;font-size:12px}.finished-item{border-bottom:1px solid #f9f9f9;flex-wrap:nowrap;align-items:center;gap:8px;padding:6px 0;display:flex}.finished-item:last-child{border-bottom:none}.fi-league{color:var(--theme-text-muted,#aaa);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;min-width:50px;max-width:50px;font-size:11px;overflow:hidden}.fi-match-row{flex:1;justify-content:center;align-items:center;gap:0;min-width:0;display:flex}.fi-team{color:var(--theme-text,#333);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;flex:1;min-width:0;font-size:13px;text-decoration:none;transition:color .15s;overflow:hidden}.fi-team:hover{text-decoration:underline;color:var(--theme-accent,#0082ff)!important}.fi-team-a{text-align:right;padding-right:8px}.fi-team-b{text-align:left;padding-left:8px}.fi-team.winner{color:var(--theme-accent,#0082ff);font-weight:600}.fi-score{color:var(--theme-text,#051019);white-space:nowrap;background:var(--theme-bg-input,#f5f5f5);text-align:center;border-radius:4px;flex-shrink:0;min-width:40px;padding:0 12px;font-size:14px;font-weight:700}.fi-main{display:contents}.fi-replay{white-space:nowrap;border-radius:4px;flex-shrink:0;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.fi-replay .video-count{opacity:.8;margin-left:4px;font-size:10px}.fi-replay-录像{color:#1976d2;background:#e3f2fd}.fi-replay-录像:hover{color:#fff;background:#1976d2}.fi-replay-集锦{color:#388e3c;background:#e8f5e9}.fi-replay-集锦:hover{color:#fff;background:#388e3c}.fi-replay-战报{color:#f57c00;background:#fff3e0}.fi-replay-战报:hover{color:#fff;background:#f57c00}.fi-replay-disabled{white-space:nowrap;cursor:not-allowed;opacity:.35;pointer-events:none;border-radius:4px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex;color:#999!important;background:#e0e0e0!important}.rank-type-tabs{gap:4px;padding:0 16px 8px;display:flex}.rank-tab{color:#666;cursor:pointer;border:1px solid #0000;border-radius:20px;padding:4px 12px;font-size:12px;transition:all .2s}.rank-tab:hover{color:var(--theme-accent,#0082ff);background:var(--theme-bg-input,#f0f7ff)}.rank-tab.active{background:var(--theme-accent,#0082ff);color:#fff;font-weight:600}.rank-league-tabs{border-bottom:1px solid #f0f0f0;flex-wrap:wrap;gap:2px;padding:0 16px 8px;display:flex}.rank-league-tab{color:#888;cursor:pointer;border-radius:10px;padding:2px 8px;font-size:11px;transition:all .2s}.rank-league-tab:hover{color:var(--theme-accent,#0082ff);background:var(--theme-bg-input,#f0f7ff)}.rank-league-tab.active{background:var(--theme-bg-input,#f0f7ff);color:var(--theme-accent,#0082ff);font-weight:600}.rank-content{scrollbar-width:thin;scrollbar-color:#ddd transparent;max-height:800px;overflow-y:auto}.rank-content::-webkit-scrollbar{width:4px}.rank-content::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.rank-table-head{color:#aaa;border-bottom:1px solid #f0f0f0;align-items:center;margin-bottom:4px;padding:6px 0;font-size:11px;display:flex}.rh-pos{text-align:center;width:28px}.rh-team{flex:1}.rh-num{text-align:center;width:28px}.rank-row{color:#333;border-bottom:1px solid #f9f9f9;align-items:center;padding:7px 0;font-size:12px;display:flex}.rank-row:last-child{border-bottom:none}.rr-pos{text-align:center;color:#fff;border-radius:4px;width:28px;height:22px;font-size:11px;font-weight:700;line-height:22px}.replay-tabs{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:12px;gap:8px;padding:16px;display:flex}.replay-tab{background:var(--theme-bg-input);border:1px solid var(--theme-border);color:var(--theme-text-secondary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.replay-tab:hover:not(.disabled){background:var(--theme-bg-card);border-color:var(--theme-accent);color:var(--theme-text)}.replay-tab.active{background:var(--theme-accent);border-color:var(--theme-accent);color:#fff;font-weight:600}.replay-tab.disabled{opacity:.5;cursor:not-allowed}.tab-count{opacity:.8;font-size:12px}.replay-video-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.replay-card{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:12px;text-decoration:none;transition:all .2s;display:block;overflow:hidden}.replay-card:hover{border-color:var(--theme-accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.replay-thumbnail{aspect-ratio:16/9;background:var(--theme-bg-input);position:relative}.replay-img{object-fit:cover;width:100%;height:100%}.replay-placeholder{width:100%;height:100%;color:var(--theme-text-muted);justify-content:center;align-items:center;font-size:48px;display:flex}.play-overlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.replay-card:hover .play-overlay{opacity:1}.play-btn{color:#fff;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding-left:4px;font-size:20px;display:flex}.replay-info{padding:12px 16px}.replay-title{color:var(--theme-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.replay-meta{align-items:center;gap:8px;display:flex}.source-badge{background:var(--theme-bg-input);color:var(--theme-text-secondary);border-radius:4px;padding:2px 8px;font-size:12px;display:inline-flex}.zhanbao-card{padding:20px}.zhanbao-title{color:var(--theme-text);margin-bottom:12px;font-size:16px;font-weight:600}.zhanbao-content{min-height:100px}.zhanbao-meta{border-top:1px solid var(--theme-border);align-items:center;gap:12px;margin-top:12px;padding-top:12px;display:flex}.zhanbao-article-wrap{flex-direction:column;gap:0;display:flex}.zhanbao-article-card{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:12px;margin-bottom:16px;padding:32px 40px}.article-title{color:var(--theme-text);border-bottom:2px solid var(--theme-accent);margin-bottom:20px;padding-bottom:16px;font-size:22px;font-weight:700;line-height:1.4}.article-body{color:var(--theme-text);font-size:15px;line-height:1.8}.article-body p{text-align:justify;margin-bottom:12px}.article-body p:empty{display:none}.article-no-content{text-align:center;color:var(--theme-text-muted);padding:40px;font-size:14px}.empty-state{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-icon{margin-bottom:16px;font-size:48px}.empty-text{color:var(--theme-text-muted);font-size:16px}@media (max-width:1024px){.replay-video-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.replay-tabs{gap:6px;padding:12px}.replay-tab{padding:8px 16px;font-size:13px}}@media (max-width:768px){.replay-video-grid{grid-template-columns:1fr}.replay-tabs{flex-wrap:wrap;justify-content:center}.replay-tab{flex:1;justify-content:center;min-width:80px;padding:8px 12px;font-size:12px}.replay-title{font-size:13px}}.rank-gold{background:#ff3927}.rank-silver{background:#ff8331}.rank-bronze{color:#333;background:#fcce34}.rank-normal{color:#666;background:#e5e7eb}.rr-team{white-space:nowrap;text-overlap:ellipsis;flex:1;padding-left:6px;font-size:13px;overflow:hidden}.rr-num{text-align:center;color:#666;width:28px}.rr-points{color:#0082ff;font-weight:700}@media (max-width:900px){.vct-main{flex-direction:column;padding:12px 0}.vct-left{min-width:100%;padding:0}.vct-left-content{padding:16px 12px 32px}.vct-right{display:none}}@media (max-width:600px){.vct-main{padding:8px 0}.vct-box ._header{height:48px;padding:0 12px}.vct-box ._content{padding:0 12px 12px}}.category-page .match-table-header .col-date-time-title,.search-page .match-table-header .col-date-time-title{flex-shrink:0;width:130px;display:flex!important}.category-page .match-table-header .col-streams-title,.search-page .match-table-header .col-streams-title{flex-shrink:0;width:90px;display:flex!important}.category-page .match-table-body .col-date-time,.search-page .match-table-body .col-date-time{flex-shrink:0;width:130px;display:flex!important}.category-page .col-date,.search-page .col-date{display:inline-block!important}.category-page .match-table-body .col-streams,.search-page .match-table-body .col-streams{flex-shrink:0;min-width:90px;width:90px!important}.category-page .match-table-header .col-date-time-title,.search-page .match-table-header .col-date-time-title,.category-page .match-table-row .col-date-time,.search-page .match-table-row .col-date-time{text-align:center!important;justify-content:center!important}.category-page .match-table-header .col-teams-title,.search-page .match-table-header .col-teams-title{text-align:center!important}.category-page .match-table-row .col-teams,.search-page .match-table-row .col-teams{text-align:center!important;justify-content:center!important}.category-page header,.search-page header,.category-page .header,.search-page .header{width:100%!important;max-width:100%!important}.category-page header,.search-page header{width:100%!important;left:0!important;right:0!important}body{margin:0!important;padding:0!important}.category-page .match-table-row .col-teams,.search-page .match-table-row .col-teams,.category-page .match-table-header .col-date-time-title,.search-page .match-table-header .col-date-time-title{justify-content:center!important;align-items:center!important;display:flex!important}.category-page .site-header,.search-page .site-header{width:100%!important}.category-page .site-header-inner,.search-page .site-header-inner{max-width:1200px!important;margin:0 auto!important;padding-left:24px!important;padding-right:24px!important}.fi-more-link{color:var(--theme-accent,#0082ff);cursor:pointer;margin-left:auto;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s}.fi-more-link:hover{opacity:.8}.replay-link{white-space:nowrap;background:var(--theme-bg-input,#f5f5f5);color:var(--theme-accent,#0082ff);border-radius:4px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.replay-link:hover{background:var(--theme-accent,#0082ff);color:#fff}.category-page .match-table-row .col-date-time,.search-page .match-table-row .col-date-time{text-align:center!important;justify-content:center!important;align-items:center!important;display:flex!important}.category-page .match-table-row .col-teams,.search-page .match-table-row .col-teams{justify-content:center!important;align-items:center!important;display:flex!important}.category-page .match-table-row .col-streams,.search-page .match-table-row .col-streams{flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:90px!important;display:flex!important}html,body{width:100%!important;height:100%!important;margin:0!important;padding:0!important}.category-page,.search-page{margin-top:0!important;padding-top:0!important}.category-page .match-table-header>span,.search-page .match-table-header>span,.category-page .match-table-row>span,.search-page .match-table-row>span{text-align:center!important;justify-content:center!important;align-items:center!important;display:flex!important}.category-page .vs,.search-page .vs{margin:0 8px!important;display:inline-block!important}
