:root{--bg:#05080d;--panel:#0c121c;--panel2:#111a28;--line:#1c293a;--text:#f7f9fc;--muted:#8d9bb0;--accent:#5c8dff;--green:#34d58b;--red:#ff6472;--amber:#ffbf5b;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -10%,#142442 0,transparent 35%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input{font:inherit}a{color:inherit}.wrap{width:min(1280px,calc(100% - 32px));margin:auto}.header{position:sticky;top:0;z-index:20;background:#070b12df;border-bottom:1px solid #172235;backdrop-filter:blur(20px)}.header-inner{height:72px;display:flex;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:900;text-decoration:none}.mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#5c8dff,#785cff);box-shadow:0 8px 24px #5c8dff42}.header-search{margin-left:auto;width:min(380px,45vw);position:relative}.header-search input{width:100%;border:1px solid var(--line);background:#0b121d;color:#fff;padding:10px 14px 10px 36px;border-radius:999px;outline:none}.header-search span{position:absolute;left:13px;top:9px;color:var(--muted)}.hero{padding:58px 0 26px}.eyebrow{color:#80a8ff;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero h1{font-size:clamp(34px,6vw,64px);line-height:1;letter-spacing:-.05em;margin:12px 0 14px;max-width:820px}.hero p{max-width:700px;color:var(--muted);font-size:17px;line-height:1.7}.nav-strip{position:sticky;top:72px;z-index:15;background:#060a10e8;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.sport-tabs{display:flex;gap:8px;overflow:auto;padding:11px 0;scrollbar-width:none}.sport-tabs::-webkit-scrollbar{display:none}.sport-tab{border:1px solid var(--line);background:#0a111b;color:#9aa9bd;border-radius:999px;padding:9px 13px;white-space:nowrap;cursor:pointer;font-weight:750}.sport-tab.active,.sport-tab:hover{background:#16243a;color:#fff;border-color:#2f476a}.content{padding:26px 0 70px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:16px}.section-head h2{font-size:24px;margin:0}.section-head p{margin:3px 0 0;color:var(--muted);font-size:13px}.filters{display:flex;gap:8px}.filter-btn{border:1px solid var(--line);background:#0c131e;color:#98a8bc;padding:8px 11px;border-radius:10px;cursor:pointer;font-weight:700;font-size:12px}.filter-btn.active{background:#1a2a43;color:#fff}.date-group{margin:26px 0}.date-title{display:flex;align-items:center;gap:10px;color:#c4d0df;font-weight:800;font-size:13px;margin-bottom:10px}.date-title:after{content:"";height:1px;background:var(--line);flex:1}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.card{position:relative;border:1px solid var(--line);background:linear-gradient(145deg,#0d1521,#090f18);border-radius:var(--radius);padding:16px;min-height:178px;display:flex;flex-direction:column;cursor:pointer;transition:.2s;overflow:hidden}.card:hover{transform:translateY(-2px);border-color:#345078;box-shadow:0 18px 45px #0005}.card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 10%,#5c8dff12,transparent 35%);pointer-events:none}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.league{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7f91a9;font-weight:800}.badges{display:flex;gap:5px}.badge{font-size:9px;font-weight:900;border-radius:999px;padding:5px 7px;background:#172237;color:#9fb0c7}.badge.live{background:#12392b;color:#77efb2}.badge.ready{background:#132e51;color:#86b8ff}.badge.popular{background:#392c15;color:#ffd486}.match{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;margin:22px 0}.team{min-width:0;text-align:center}.team img,.team-logo{width:44px;height:44px;border-radius:50%;object-fit:contain;background:#fff;padding:3px;display:block;margin:0 auto 8px}.logo-ph{width:44px;height:44px;border-radius:50%;background:#192437;color:#6e8098;display:grid;place-items:center;margin:0 auto 8px;font-size:10px;font-weight:900}.team-name{font-weight:850;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.versus{font-size:10px;color:#56677e;font-weight:900}.card-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:8px;color:#91a0b4;font-size:11px}.channel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:55%}.watch{color:#a9c3ff;font-weight:800}.empty{padding:70px 20px;border:1px dashed var(--line);border-radius:20px;color:var(--muted);text-align:center}.channels{margin-bottom:34px}.channel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}.channel-card{border:1px solid var(--line);background:#0b121c;padding:12px;border-radius:15px;display:flex;align-items:center;gap:11px;cursor:pointer}.channel-card:hover{border-color:#365170}.channel-card img{width:42px;height:42px;border-radius:11px;object-fit:contain;background:#fff}.channel-card b{display:block;font-size:13px}.channel-card small{color:var(--muted)}.player-overlay{position:fixed;inset:0;background:#02050bd9;z-index:50;display:grid;place-items:center;padding:20px}.player-shell{width:min(1120px,100%);max-height:94vh;overflow:auto;border:1px solid #2a3b54;background:#090f18;border-radius:22px;box-shadow:0 30px 90px #000a}.player-head{padding:14px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.player-title{font-weight:850}.player-meta{font-size:11px;color:var(--muted)}.close{margin-left:auto;border:1px solid var(--line);background:#111b29;color:#fff;border-radius:10px;width:36px;height:36px;cursor:pointer}.player-stage{aspect-ratio:16/9;background:#000;position:relative}.player-stage iframe{width:100%;height:100%;border:0}.player-placeholder{height:100%;display:grid;place-items:center;text-align:center;color:#7f91a9;padding:30px}.source-bar{padding:12px 14px;display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid var(--line)}.source-btn{border:1px solid var(--line);background:#111a28;color:#a8b6c8;padding:8px 10px;border-radius:10px;cursor:pointer;font-size:11px;font-weight:800}.source-btn.active{background:#1d3150;color:#fff}.footer{border-top:1px solid var(--line);color:#68788f;padding:28px 0;font-size:12px}.hidden{display:none!important}@media(max-width:1000px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.wrap{width:min(100% - 22px,1280px)}.header-inner{height:62px}.header-search{width:auto;flex:1}.brand span:last-child{display:none}.hero{padding:38px 0 20px}.hero h1{font-size:38px}.hero p{font-size:14px}.nav-strip{top:62px}.grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.player-overlay{padding:0}.player-shell{border-radius:0;width:100%;height:100vh;max-height:none}.player-stage{margin-top:0}}

/* v1.5 dedicated watch page */
.back-link{margin-left:auto;text-decoration:none;color:#a9b8cd;font-size:13px;font-weight:750}.back-link:hover{color:#fff}.watch-body{min-height:100vh}.watch-main{padding:34px 0 60px}.watch-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.watch-heading h1{margin:8px 0 5px;font-size:clamp(25px,4vw,42px);letter-spacing:-.035em}.watch-meta{display:flex;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:12px}.watch-meta span+span:before{content:"·";margin-right:9px}.watch-status{border:1px solid var(--line);background:#101827;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:900;letter-spacing:.08em}.watch-status.live{background:#12392b;color:#77efb2;border-color:#22513f}.watch-status.finished{background:#2b1820;color:#ff9fab;border-color:#4a2731}.watch-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:14px;align-items:stretch}.watch-player-panel,.watch-chat-panel{border:1px solid var(--line);background:#090f18;border-radius:20px;overflow:hidden;box-shadow:0 20px 55px #0004}.watch-player-stage{aspect-ratio:16/9;background:#000;position:relative}.watch-player-stage iframe{display:block;width:100%;height:100%;border:0}.watch-controls{border-top:1px solid var(--line);padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.watch-sources{display:flex;gap:8px;flex-wrap:wrap}.watch-actions{display:flex;gap:8px;flex-wrap:wrap;margin-left:auto}.watch-action{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#111a28;color:#d8e2ef;border-radius:10px;padding:9px 12px;text-decoration:none;cursor:pointer;font-size:11px;font-weight:850}.watch-action:hover{background:#18253a;border-color:#345078}.watch-action.primary{background:#1d3150;color:#fff}.watch-chat-panel{display:flex;flex-direction:column;min-height:520px}.watch-chat-head{height:50px;padding:0 14px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}.watch-chat-head b{font-size:13px}.watch-chat-head span{font-size:10px;color:var(--muted)}.watch-chat-panel iframe{border:0;width:100%;flex:1;min-height:470px;background:#0e0e10}.copy-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#17263b;border:1px solid #365170;color:#fff;border-radius:999px;padding:10px 16px;font-size:12px;font-weight:800;transition:.18s;z-index:70}.copy-toast.show{opacity:1;transform:translate(-50%,0)}.watch-error{min-height:100vh;display:grid;place-items:center;text-align:center;padding:30px}.watch-error p{color:var(--muted);margin-bottom:22px}
@media(max-width:980px){.watch-layout{grid-template-columns:1fr}.watch-chat-panel{min-height:460px}.watch-chat-panel iframe{min-height:410px}}
@media(max-width:650px){.back-link{font-size:11px}.watch-main{padding:22px 0 42px}.watch-heading{align-items:flex-start}.watch-status{margin-top:4px}.watch-player-panel,.watch-chat-panel{border-radius:14px}.watch-controls{align-items:stretch}.watch-actions{width:100%;margin-left:0}.watch-actions .watch-action{flex:1}.watch-chat-panel{min-height:420px}.watch-chat-panel iframe{min-height:370px}}
