*,*: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:default}.header-btn--ghost{background:transparent;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)}.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}.main{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:1.5rem 1.25rem 3rem}.main--watch{max-width:1100px}.home{display:flex;flex-direction:column;gap:2rem}.sport-grid-section{margin-bottom:.5rem}.sport-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.sport-grid-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:88px;padding:1rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);font-size:.875rem;font-weight:500;text-align:center;transition:border-color .15s,background .15s}.sport-grid-card--link:hover{border-color:#444;background:var(--surface-2)}.sport-grid-icon{font-size:1.25rem}.carousel-section{display:flex;flex-direction:column;gap:.85rem}.carousel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.carousel-title{margin:0;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.carousel-emoji{font-size:1.1rem}.carousel-live-count{font-size:.8rem;font-weight:500;color:var(--live)}.carousel-nav{display:flex;gap:.35rem}.carousel-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}.carousel-btn:hover{background:var(--surface-2)}.carousel-track{display:flex;gap:.85rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.25rem}.carousel-track::-webkit-scrollbar{display:none}.stream-card{flex:0 0 260px;scroll-snap-align:start;border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid var(--border);transition:border-color .15s,transform .15s}.stream-card:hover{border-color:#444;transform:translateY(-2px)}.stream-card-media{position:relative;aspect-ratio:16 / 10;background:var(--surface-2) center / cover no-repeat}.stream-card-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 55%)}.stream-badge{position:absolute;top:10px;left:10px;z-index:1;font-size:.7rem;font-weight:700;letter-spacing:.04em;padding:.2rem .55rem;border-radius:4px;background:#000000a6;color:var(--text)}.stream-badge--live{background:var(--live);color:#fff}.stream-card-body{padding:.75rem .85rem .9rem}.stream-card-title{font-size:.875rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stream-card-meta{margin-top:.35rem;font-size:.75rem;color:var(--muted)}.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}.feed-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.feed-tabs button{padding:.4rem .85rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer}.feed-tabs button.active{background:var(--text);color:var(--bg);border-color:var(--text)}.ad-banner-wrap{width:100%;display:flex;justify-content:center}.ad-banner{width:728px;max-width:100%;min-height:90px}.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}.stream-card{flex:0 0 220px}}
