*,*:before,*:after{box-sizing:border-box}:root{--bg: #0c0c0c;--surface: #141414;--surface-2: #1c1c1c;--border: #2a2a2a;--text: #f5f5f5;--muted: #8a8a8a;--accent: #3b82f6;--live: #ef4444;--radius: 10px;--header-h: 64px;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}html,body,#root{margin:0;min-height:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}.site-header-inner{max-width:1400px;margin:0 auto;padding:0 1.25rem;height:var(--header-h);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem}.brand{display:flex;align-items:center;flex-shrink:0}.brand-logo{height:36px;width:auto;display:block}.search-wrap{position:relative;max-width:520px;width:100%;margin:0 auto}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--muted);pointer-events:none}.search-input{width:100%;height:42px;padding:0 72px 0 42px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);outline:none}.search-input:focus{border-color:#444}.search-kbd{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:.7rem;color:var(--muted);border:1px solid var(--border);border-radius:4px;padding:2px 6px;background:var(--surface-2)}.header-nav{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-link{font-size:.875rem;color:var(--muted);transition:color .15s}.header-link:hover{color:var(--text)}.header-link--icon svg{width:22px;height:22px;display:block}.header-btn{font-size:.875rem;padding:.45rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--text);color:var(--bg);font-weight:600;cursor:pointer}.header-btn--ghost{background:transparent;color:var(--text)}.header-btn--active{border-color:var(--accent);color:var(--text)}.sport-nav{border-bottom:1px solid var(--border);background:var(--bg)}.sport-nav-inner{max-width:1400px;margin:0 auto;padding:.65rem 1.25rem;display:flex;align-items:center;gap:1rem}.sport-nav-left{display:flex;align-items:center;gap:1rem;flex-shrink:0}.sport-nav-home{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;padding:.4rem .75rem;border-radius:var(--radius);background:var(--surface-2);border:1px solid transparent}.sport-nav-home--active{border-color:var(--text);color:var(--text)}.sport-nav-home svg{width:16px;height:16px}.live-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none}.live-toggle input{position:absolute;opacity:0;width:0;height:0}.live-toggle-track{width:36px;height:20px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);position:relative;transition:background .15s}.live-toggle-track:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--muted);transition:transform .15s,background .15s}.live-toggle input:checked+.live-toggle-track{background:var(--live);border-color:var(--live)}.live-toggle input:checked+.live-toggle-track:after{transform:translate(16px);background:#fff}.sport-nav-scroll{display:flex;gap:.35rem;overflow-x:auto;scrollbar-width:none;flex:1;min-width:0}.sport-nav-scroll::-webkit-scrollbar{display:none}.sport-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;border:none;background:transparent;color:var(--muted);font-size:.875rem;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.sport-pill:hover{color:var(--text);background:var(--surface)}.sport-pill--active{color:var(--text);background:var(--surface-2)}.sport-pill-live{font-size:.75rem;color:var(--live)}.notice-bar{max-width:1400px;margin:0 auto;padding:.5rem 1.25rem;font-size:.8rem;color:#93c5fd;background:#3b82f614;border-bottom:1px solid rgba(59,130,246,.15)}.notice-bar a{color:#60a5fa;text-decoration:underline}.watch-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;height:var(--header-h);padding:0 1.25rem;border-bottom:1px solid var(--border);background:#0c0c0ceb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.main{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:1.5rem 1.25rem 3rem}.main--watch{max-width:1100px;padding-top:.85rem}.stack{display:flex;flex-direction:column;gap:2rem}.sport-grid-section{display:flex;flex-direction:column;gap:.85rem}.sport-grid-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sport-grid-header .section-title{margin:0}.sport-grid-nav{display:flex;gap:.35rem}.sport-grid-btn{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-size:1.2rem;line-height:1;display:grid;place-items:center}.sport-grid-btn:hover{background:var(--surface-2)}.sport-grid-track{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.25rem}.sport-grid-track::-webkit-scrollbar{display:none}.sport-grid-card{flex:0 0 140px;scroll-snap-align:start;min-height:88px;padding:1rem .75rem;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(180deg,#242424,#141414);color:var(--text);font-size:.9rem;font-weight:600;text-align:center;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.sport-grid-card:hover{border-color:#555}.sport-grid-card--active{border-color:var(--text);box-shadow:0 0 0 1px #ffffff26}.section-title{font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:.5rem;margin:0 0 1rem}.grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:600px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1200px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);transition:border-color .15s ease}.card:hover{border-color:#444}.card-media{aspect-ratio:16 / 9;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);background-size:cover;background-position:center}.card-body{padding:.75rem .9rem .9rem}.card-title{font-weight:600;font-size:.95rem;line-height:1.35}.card-meta{margin-top:.45rem;display:flex;justify-content:space-between;font-size:.78rem;color:var(--muted)}.card-live{display:inline-flex;align-items:center;gap:.35rem}.card-sub{margin-top:.5rem;color:var(--muted);font-size:.78rem}.dot{width:6px;height:6px;border-radius:50%;background:var(--muted)}.dot--live{background:var(--live);box-shadow:0 0 8px #ef444480}.multi-page .section-title{margin-bottom:.35rem}.multi-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.multi-search{width:min(480px,100%);margin-bottom:1rem}.multi-grid{display:grid;gap:1rem}.multi-grid--1{grid-template-columns:1fr}.multi-grid--2,.multi-grid--3,.multi-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:900px){.multi-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.multi-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}.multi-slot{display:flex;flex-direction:column;gap:.5rem}.multi-slot-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.multi-slot-title{font-size:.875rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-slot-actions{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.multi-slot-actions button,.btn-ghost{border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.35rem .65rem;border-radius:6px;cursor:pointer;font-size:.8rem}.text-link{font-size:.8rem;color:var(--accent)}.multi-picker{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.multi-picker-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.multi-picker-row:last-child{border-bottom:none}.multi-picker-title{font-weight:500;font-size:.9rem}.multi-picker-row button{border:1px solid var(--border);background:var(--surface-2);color:var(--text);padding:.35rem .75rem;border-radius:6px;cursor:pointer;font-size:.8rem;white-space:nowrap}.multi-picker-row button:disabled{opacity:.45;cursor:not-allowed}.player-shell--multi{aspect-ratio:16 / 10}.watch{display:flex;flex-direction:column;gap:1rem}.player-shell{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.player-shell iframe{width:100%;height:100%;border:0}.player-image{width:100%;height:100%;object-fit:contain}.watch-meta h1{margin:0 0 .35rem;font-size:1.35rem}.watch-head{display:flex;flex-direction:column;gap:.35rem}.watch-head h1{margin:0;font-size:1.35rem;line-height:1.3}.watch-live-badge{align-self:flex-start;font-size:.75rem;font-weight:700;letter-spacing:.03em;padding:.2rem .55rem;border-radius:999px;background:var(--live);color:#fff}.source-panel{display:flex;flex-direction:column;gap:1rem}.source-panel-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.source-panel-title{margin:0;font-size:1.05rem;font-weight:600}.source-back{font-size:.875rem;color:var(--muted);white-space:nowrap}.source-back:hover{color:var(--text)}.source-group{display:flex;flex-direction:column;gap:.65rem}.source-group--named{padding:1rem;border:1px solid rgba(234,179,8,.35);border-radius:var(--radius);background:#eab3080a}.source-group-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.source-group-head h3{margin:0;font-size:1rem}.source-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.source-row{width:100%;display:flex;align-items:center;gap:.65rem;padding:.75rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer;text-align:left;transition:border-color .15s ease}.source-row:hover{border-color:#444}.source-row--active{border-color:var(--live);box-shadow:inset 0 0 0 1px #ef444440}.source-hd{flex-shrink:0;font-size:.65rem;font-weight:700;letter-spacing:.04em;padding:.15rem .35rem;border-radius:3px;background:var(--live);color:#fff}.source-name{flex:1;min-width:0;font-size:.9rem;font-weight:500}.source-current{flex-shrink:0;font-size:.8rem;color:#22c55e;font-weight:600}.ad-banner-wrap{width:100%;display:flex;justify-content:center}.ad-banner{width:468px;max-width:100%;min-height:60px}.site-footer{border-top:1px solid var(--border);padding:1.25rem;text-align:center;font-size:.8rem;color:var(--muted)}.site-footer p{margin:.25rem 0}.site-footer-dmca{font-size:.75rem}.page-loading,.page-error,.empty-state,.muted{color:var(--muted)}.page-error,.error{color:var(--live)}.empty-state h1,.empty-state h2{margin:0 0 .5rem;color:var(--text)}@media(max-width:900px){.site-header-inner{grid-template-columns:auto 1fr;grid-template-rows:auto auto;height:auto;padding:.75rem 1rem;gap:.75rem}.header-nav{grid-column:1 / -1;justify-content:flex-end}.search-wrap{grid-column:1 / -1;max-width:none}.search-kbd{display:none}.sport-nav-inner{flex-direction:column;align-items:stretch;padding:.65rem 1rem}.main{padding:1rem 1rem 2.5rem}.main--watch{padding:.75rem .85rem 2rem}.watch-head h1{font-size:1.15rem}.source-panel-head{flex-direction:column;align-items:flex-start}.source-row{flex-wrap:wrap;padding:.65rem .75rem}.source-current{width:100%;padding-left:2.1rem}.multi-head{flex-direction:column}.multi-grid--2,.multi-grid--3,.multi-grid--4{grid-template-columns:1fr}}@media(max-width:480px){.brand-logo{height:30px}.section-title{font-size:1.05rem}.card-body{padding:.65rem .75rem .8rem}.sport-nav-home{font-size:.8rem;padding:.35rem .6rem}.sport-pill{font-size:.8rem;padding:.35rem .7rem}.sport-grid-card{flex:0 0 120px;min-height:76px;font-size:.82rem}}
