:root{--bg:#07090d;--panel:#0e1219;--panel2:#141a23;--line:#242c38;--text:#f5f7fa;--muted:#8f99a8;--red:#e82127;--red2:#ff3a40;--green:#35c27c}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{min-height:100vh}a{color:inherit}.topbar{height:72px;display:flex;align-items:center;padding:0 26px;border-bottom:1px solid var(--line);background:rgba(7,9,13,.96);gap:24px;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:20px;white-space:nowrap}.brand-dot{width:16px;height:16px;border-radius:50%;background:var(--red);box-shadow:0 0 24px rgba(232,33,39,.55)}.topbar nav{display:flex;gap:8px;margin-left:auto}.topbar nav a{padding:11px 16px;text-decoration:none;color:var(--muted);border-radius:10px;font-weight:700}.topbar nav a:hover,.topbar nav a.active{color:#fff;background:var(--panel2)}.parked{font-size:11px;letter-spacing:.14em;font-weight:800;color:#ff9c9f;border:1px solid #522226;background:#221012;border-radius:999px;padding:7px 10px}.tv-shell{height:calc(100vh - 108px);display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:0}.player-panel{min-width:0;display:flex;flex-direction:column;padding:18px 18px 12px}.video-wrap{flex:1;min-height:320px;background:#000;border:1px solid var(--line);border-radius:18px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 70px rgba(0,0,0,.35)}video{width:100%;height:100%;object-fit:contain;background:#000}.idle{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 45%,#18202a 0,#080b10 55%,#050608 100%);text-align:center}.idle h2{font-size:30px;margin:10px 0 4px}.idle p{color:var(--muted);margin:0}.playmark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--red);font-size:28px;padding-left:5px}.hidden{display:none!important}.loading{position:absolute;padding:12px 16px;border-radius:12px;background:rgba(0,0,0,.72);font-weight:800}.nowbar{display:flex;align-items:center;gap:13px;padding:13px 2px 3px}.nowbar>div:nth-child(2){min-width:0}.nowbar span{font-size:10px;letter-spacing:.14em;color:var(--muted);font-weight:800}.nowbar h2{font-size:19px;margin:3px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-logo,.channel-logo{display:grid;place-items:center;background:#171d26;color:#6f7988;font-weight:900;overflow:hidden}.now-logo{width:48px;height:48px;border-radius:12px}.now-logo img,.channel-logo img{width:100%;height:100%;object-fit:contain}.icon-btn{margin-left:auto;width:48px;height:48px;border-radius:13px;background:var(--panel2);border:1px solid var(--line);color:#fff;font-size:26px}.player-message{min-height:18px;color:var(--muted);font-size:12px;padding:4px 2px}.browser-panel{border-left:1px solid var(--line);background:#0a0d12;display:flex;flex-direction:column;min-height:0}.browser-head{display:flex;gap:8px;padding:16px 14px 10px}.browser-head input{flex:1;min-width:0;background:var(--panel2);border:1px solid var(--line);border-radius:12px;color:#fff;padding:13px 14px;font-size:16px;outline:none}.browser-head input:focus{border-color:#505d70}.filter-btn,.group{background:var(--panel2);color:var(--muted);border:1px solid var(--line);border-radius:11px;font-weight:800}.filter-btn{padding:0 12px}.filter-btn.active,.group.active{background:#311114;color:#fff;border-color:#6a252a}.groups{display:flex;gap:7px;overflow-x:auto;padding:0 14px 12px;scrollbar-width:none}.groups::-webkit-scrollbar{display:none}.group{padding:9px 12px;white-space:nowrap}.channel-list{overflow:auto;padding:0 9px 18px}.channel{width:100%;height:68px;border:0;border-bottom:1px solid #171d25;background:transparent;color:#fff;display:flex;align-items:center;gap:12px;text-align:left;padding:8px;border-radius:10px}.channel:hover,.channel.playing{background:#141922}.channel-logo{width:46px;height:46px;border-radius:10px;flex:0 0 auto}.channel-text{display:flex;flex-direction:column;min-width:0;gap:4px}.channel-text b{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-text small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.star{margin-left:auto;font-size:22px;color:#ffd15a;padding:10px}.empty-list{color:var(--muted);text-align:center;padding:35px 10px}.tesla-note{height:36px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--line);font-size:11px;color:#737e8e}.first-run{position:fixed;inset:72px 0 36px;background:rgba(4,6,9,.88);z-index:15;display:grid;place-items:center;text-align:center}.first-run>div{background:var(--panel);border:1px solid var(--line);padding:28px;border-radius:20px;max-width:430px}.primary{background:var(--red);color:#fff;border:0;border-radius:12px;padding:13px 18px;font-weight:900;font-size:15px;cursor:pointer}.button-link{text-decoration:none;display:inline-block}.auth-page{display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 25%,#1a2029 0,#080a0e 50%,#050608 100%)}.auth-card{width:min(440px,100%);background:rgba(14,18,25,.96);border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 30px 100px rgba(0,0,0,.45)}.auth-card h1{font-size:32px;margin:25px 0 5px}.auth-card p{color:var(--muted);line-height:1.5}.auth-card form,.upload-form{display:grid;gap:15px;margin-top:22px}.auth-card label{display:grid;gap:7px;color:#cbd2dc;font-weight:700}.auth-card input{width:100%;background:#090c11;border:1px solid var(--line);border-radius:11px;color:#fff;padding:13px;font-size:16px}.small{font-size:12px}.alert{padding:12px 14px;border-radius:11px;margin:15px 0;font-size:14px}.alert.error{background:#2a1113;border:1px solid #622127;color:#ffb5b8}.alert.success{background:#0f2b20;border:1px solid #246447;color:#a9e9ca}.settings-wrap{width:min(760px,calc(100% - 32px));margin:38px auto}.panel{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:26px}.panel h1{margin-top:0;font-size:30px}.panel p{color:var(--muted);line-height:1.55}.dropzone{height:170px;border:1px dashed #475161;border-radius:16px;display:grid;place-items:center;color:#d9dee5;background:#0a0e13;font-weight:900;position:relative}.dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.security-box{margin-top:24px;padding:17px;border-radius:14px;background:#0b1017;border:1px solid var(--line)}.security-box p{margin-bottom:0}.upload-form .primary{justify-self:start}@media(max-width:900px){.tv-shell{grid-template-columns:1fr;height:auto}.player-panel{height:60vh}.browser-panel{border-left:0;border-top:1px solid var(--line);height:40vh}.parked{display:none}}@media(max-width:620px){.topbar{padding:0 12px;height:62px}.topbar nav a{padding:9px 8px;font-size:13px}.brand{font-size:17px}.player-panel{padding:10px;height:52vh}.browser-panel{height:48vh}.filter-btn{font-size:0}.filter-btn::after{content:'☆';font-size:20px}.tesla-note{display:none}}
.panel-title{display:flex;align-items:flex-start;gap:18px;justify-content:space-between}.panel-title h1{margin-bottom:5px}.status-pill{flex:0 0 auto;background:#0f2b20;border:1px solid #246447;color:#a9e9ca;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}.xtream-form{display:grid;gap:16px;margin-top:20px}.xtream-form label{display:grid;gap:7px;color:#cbd2dc;font-weight:800;font-size:14px}.xtream-form label span{color:var(--muted);font-weight:500}.xtream-form input,.xtream-form select{width:100%;background:#090c11;border:1px solid var(--line);border-radius:11px;color:#fff;padding:13px;font-size:16px;outline:none}.xtream-form input:focus,.xtream-form select:focus{border-color:#505d70}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wide{grid-column:1/-1}.or{height:1px;background:var(--line);position:relative;margin:8px 0}.or span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--panel);padding:0 10px;color:var(--muted);font-size:11px;font-weight:900}.connection-card{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:26px}.connection-card>div{background:#0b1017;border:1px solid var(--line);border-radius:13px;padding:14px;min-width:0}.connection-card small{display:block;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.1em;margin-bottom:6px}.connection-card b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-row{display:flex;gap:10px;margin-top:12px}.action-row form{margin:0}.secondary,.danger{border-radius:11px;padding:11px 15px;font-weight:900;cursor:pointer}.secondary{background:var(--panel2);border:1px solid var(--line);color:#fff}.danger{background:#271013;border:1px solid #622127;color:#ffb5b8}.channel-num{width:28px;flex:0 0 28px;text-align:right;color:#657082;font-size:11px;font-weight:800}@media(max-width:700px){.form-grid{grid-template-columns:1fr}.connection-card{grid-template-columns:1fr 1fr}.panel-title{display:block}.status-pill{display:inline-block;margin-top:4px}}

.channel-count{padding:6px 14px 8px;color:#8f9aab;font-size:12px;font-weight:700;letter-spacing:.04em}

/* v2.3: server-rendered catalogue browsing for large Xtream lineups */
.browser-head{align-items:stretch}.search-btn{background:var(--panel2);color:#fff;border:1px solid var(--line);border-radius:11px;padding:0 12px;font-weight:800;cursor:pointer}.group{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.channel[hidden]{display:none!important}.pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:8px 14px 12px;border-top:1px solid #171d25;color:var(--muted);font-size:12px}.pagination a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid var(--line);background:var(--panel2);border-radius:10px;text-decoration:none;font-weight:800;color:#fff}.pagination a:last-child{justify-self:end;padding:0 12px}.pagination a:first-child{justify-self:start;padding:0 12px}.pagination>span:nth-child(2){font-weight:800}@media(max-width:620px){.search-btn{font-size:0;width:44px}.search-btn::after{content:'⌕';font-size:22px}}

/* v2.6 group filtering + separate movies section */
.wide-settings{width:min(1180px,calc(100% - 32px))}.group-settings{margin-top:20px}.group-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.group-columns>section{min-width:0;background:#0a0e13;border:1px solid var(--line);border-radius:16px;overflow:hidden}.group-section-title{padding:16px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.group-section-title h2{margin:0 0 4px;font-size:19px}.group-section-title p{margin:0;font-size:12px}.check-list{max-height:55vh;overflow:auto;padding:8px}.check-row{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;cursor:pointer;color:#dce2ea}.check-row:hover{background:#141922}.check-row input{width:22px;height:22px;accent-color:var(--red);flex:0 0 auto}.check-row span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-actions{position:sticky;bottom:0;display:flex;align-items:center;gap:14px;margin-top:16px;padding:12px;background:rgba(14,18,25,.96);border:1px solid var(--line);border-radius:14px;z-index:3}.sticky-actions span{color:var(--muted);font-size:12px}.movie-row{height:82px}.movie-poster{width:52px;height:66px;border-radius:8px}.movie-poster img{object-fit:cover}.movie-page .now-logo{font-size:11px}.movie-page .channel-text small{max-width:280px}.topbar nav{overflow-x:auto;scrollbar-width:none}.topbar nav::-webkit-scrollbar{display:none}
@media(max-width:800px){.group-columns{grid-template-columns:1fr}.check-list{max-height:42vh}.sticky-actions{align-items:flex-start;flex-direction:column}.wide-settings{width:min(100% - 18px,1180px);margin:16px auto}}

/* v2.7 Tesla cinema / fan-art movies */
.movie-page{background:#050608;overflow-y:auto}.movie-page .topbar{position:sticky;top:0}.movie-cinema{min-height:calc(100vh - 72px);padding-bottom:56px}.movie-hero{height:min(62vh,650px);min-height:430px;position:relative;overflow:hidden;background:#090b0f;border-bottom:1px solid var(--line)}.movie-hero-art{position:absolute;inset:-6%;width:112%;height:112%;object-fit:cover;filter:blur(14px) saturate(.9) brightness(.56);transform:scale(1.02);transition:opacity .35s ease,filter .35s ease}.movie-hero-art.fanart-ready{inset:0;width:100%;height:100%;filter:saturate(.95) brightness(.72);transform:none}.movie-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000;opacity:0;pointer-events:none;transition:opacity .2s ease}.movie-hero.is-playing video{opacity:1;pointer-events:auto;z-index:7}.movie-hero.is-playing .movie-hero-art,.movie-hero.is-playing .movie-hero-vignette,.movie-hero.is-playing .movie-hero-content{opacity:0;pointer-events:none}.movie-hero-vignette{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,8,.98) 0%,rgba(5,6,8,.82) 28%,rgba(5,6,8,.22) 66%,rgba(5,6,8,.56) 100%),linear-gradient(0deg,#050608 0%,transparent 45%,rgba(5,6,8,.15) 100%);transition:opacity .2s ease}.movie-hero-content{position:absolute;left:5vw;bottom:10%;z-index:3;max-width:min(650px,50vw);transition:opacity .2s ease}.movie-kicker{font-size:12px;letter-spacing:.28em;font-weight:900;color:#ff666b;margin-bottom:12px}.movie-hero-content h1{font-size:clamp(40px,5vw,78px);line-height:.96;letter-spacing:-.04em;margin:0 0 15px;text-wrap:balance;text-shadow:0 4px 30px rgba(0,0,0,.65)}.movie-meta{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:14px}.movie-meta span{background:rgba(15,18,24,.7);border:1px solid rgba(255,255,255,.13);padding:7px 10px;border-radius:999px;font-size:13px;font-weight:800;backdrop-filter:blur(10px)}.movie-hero-content p{font-size:16px;line-height:1.5;color:#d0d6df;max-width:620px;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 2px 10px #000}.movie-hero-actions{display:flex;gap:12px}.movie-play-btn,.movie-fav-btn{height:54px;padding:0 25px;border-radius:14px;border:1px solid rgba(255,255,255,.18);font-weight:900;font-size:17px}.movie-play-btn{background:#fff;color:#08090c;border-color:#fff}.movie-play-btn:hover{background:#e9ecf0}.movie-fav-btn{background:rgba(20,24,31,.76);color:#fff;backdrop-filter:blur(8px)}.movie-fav-btn.active{background:#311114;border-color:#6a252a}.movie-player-message{position:absolute;z-index:9;left:50%;bottom:18px;transform:translateX(-50%);background:rgba(0,0,0,.72);border-radius:999px;padding:8px 14px;font-size:12px;color:#d7dce4}.movie-player-message:empty{display:none}.movie-empty-hero{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted)}.movie-empty-hero h1{color:#fff;font-size:34px;margin:16px 0 4px}.movie-toolbar{padding:22px 30px 8px;background:linear-gradient(#050608,#07090d)}.movie-search{display:flex;gap:10px;max-width:900px}.movie-search input{flex:1;min-width:0;background:var(--panel2);border:1px solid var(--line);border-radius:14px;color:#fff;padding:14px 16px;font-size:17px}.movie-search button:not(.filter-btn){padding:0 20px;border:0;border-radius:14px;background:#fff;color:#090b0f;font-weight:900}.movie-search .filter-btn{min-height:50px;padding:0 16px}.movie-stats{font-size:12px;color:var(--muted);margin:12px 0}.movie-groups{padding:0 0 7px}.movie-rails{padding:6px 0 10px}.movie-rail{margin:12px 0 28px}.movie-rail-head{display:flex;align-items:baseline;gap:12px;padding:0 30px 11px}.movie-rail-head h2{font-size:24px;margin:0}.movie-rail-head span{font-size:12px;color:var(--muted)}.movie-rail-track{display:flex;gap:15px;overflow-x:auto;padding:0 30px 14px;scroll-snap-type:x proximity;scrollbar-width:none}.movie-rail-track::-webkit-scrollbar{display:none}.movie-card.channel{flex:0 0 168px;width:168px;height:auto;display:block;padding:0;border:0;background:transparent;scroll-snap-align:start;text-align:left;border-radius:13px;transition:transform .16s ease,opacity .16s ease}.movie-card:hover,.movie-card.selected{background:transparent;transform:scale(1.035)}.movie-card.selected .movie-card-art{outline:3px solid rgba(255,255,255,.95);outline-offset:2px}.movie-card-art{position:relative;display:flex;width:168px;aspect-ratio:2/3;border-radius:13px;overflow:hidden;background:#151a22;align-items:center;justify-content:center;color:#697484;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.28)}.movie-card-art img{width:100%;height:100%;object-fit:cover}.movie-card-fav{position:absolute;right:8px;top:8px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(5,6,8,.76);border:1px solid rgba(255,255,255,.16);font-size:21px;backdrop-filter:blur(6px)}.movie-card-title{display:block;font-size:14px;line-height:1.25;font-weight:800;margin-top:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.movie-card-meta{display:block;font-size:11px;color:var(--muted);margin-top:4px;min-height:14px}.movie-pagination{padding:10px 30px 28px}.movie-page .tesla-note{position:relative}.movie-page .loading{z-index:10}
@media(max-width:900px){.movie-hero{height:520px}.movie-hero-content{max-width:78vw}.movie-hero-content h1{font-size:46px}.movie-card.channel,.movie-card-art{width:145px;flex-basis:145px}.movie-toolbar,.movie-rail-head{padding-left:18px;padding-right:18px}.movie-rail-track{padding-left:18px;padding-right:18px}}

/* v2.8 Tesla Live TV cinema */
.tv-cinema-page{background:#050608;overflow-y:auto}.tv-cinema-page .topbar{position:sticky;top:0}.live-cinema{min-height:calc(100vh - 72px);padding-bottom:54px}.live-hero{position:relative;padding:18px 28px 0;background:radial-gradient(circle at 72% 24%,rgba(232,33,39,.10),transparent 28%),linear-gradient(#080b10,#050608)}.live-video-stage{height:min(58vh,610px);min-height:390px;position:relative;overflow:hidden;border:1px solid #232a35;border-radius:22px;background:#000;box-shadow:0 28px 90px rgba(0,0,0,.48)}.live-video-stage video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000}.live-idle{background:radial-gradient(circle at 50% 44%,#202733 0,#0c1118 50%,#050608 100%)}.live-idle-glow{position:absolute;width:480px;height:480px;border-radius:50%;background:rgba(232,33,39,.16);filter:blur(90px);opacity:.35}.live-idle-logo{position:absolute;width:min(38vw,430px);height:min(24vh,240px);object-fit:contain;opacity:.10;filter:blur(1px) grayscale(.1)}.live-idle .playmark,.live-idle h2,.live-idle p{position:relative;z-index:2}.live-now-card{min-height:112px;margin:-1px 18px 0;position:relative;z-index:4;display:flex;align-items:center;gap:18px;padding:15px 20px;border:1px solid #282f3a;border-top-color:#303846;border-radius:0 0 20px 20px;background:linear-gradient(90deg,rgba(17,21,28,.98),rgba(11,14,19,.97));box-shadow:0 18px 50px rgba(0,0,0,.27)}.live-now-logo{width:78px;height:78px;border-radius:17px;flex:0 0 auto;background:#171d26}.live-now-copy{min-width:0;flex:1}.live-kicker{display:flex;align-items:center;gap:7px;font-size:11px;letter-spacing:.18em;font-weight:900;color:#ff777b}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 14px rgba(232,33,39,.75)}.live-now-copy h1{font-size:clamp(27px,3vw,46px);line-height:1;margin:7px 0 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.03em}.live-now-meta{display:flex;gap:8px;flex-wrap:wrap}.live-now-meta span{font-size:12px;color:#c2cad5;background:#151a22;border:1px solid #282f39;padding:6px 9px;border-radius:999px}.live-fav-btn{width:58px;height:58px;border-radius:16px;border:1px solid #343c49;background:#161b23;color:#ffd15a;font-size:30px;flex:0 0 auto}.live-player-message{min-height:31px;margin:7px 24px 0;color:#9ba5b3;font-size:12px}.live-toolbar{padding:18px 30px 4px}.live-search{display:flex;gap:10px;max-width:980px}.live-search input{flex:1;min-width:0;background:var(--panel2);border:1px solid var(--line);border-radius:14px;color:#fff;padding:14px 16px;font-size:17px}.live-search-btn{padding:0 22px;border:0;border-radius:14px;background:#fff;color:#090b0f;font-weight:900}.live-search .filter-btn{min-height:50px;padding:0 17px}.live-stats{font-size:12px;color:var(--muted);margin:12px 0}.live-groups{padding:0 0 7px}.live-rails{padding:3px 0 8px}.live-rail{margin:11px 0 28px}.live-rail-head{display:flex;align-items:baseline;gap:12px;padding:0 30px 10px}.live-rail-head h2{font-size:24px;margin:0;letter-spacing:-.02em}.live-rail-head span{font-size:12px;color:var(--muted)}.live-rail-track{display:flex;gap:14px;overflow-x:auto;padding:0 30px 15px;scroll-snap-type:x proximity;scrollbar-width:none}.live-rail-track::-webkit-scrollbar{display:none}.live-card.channel{flex:0 0 205px;width:205px;height:auto;display:block;padding:0;border:0;background:transparent;text-align:left;border-radius:15px;scroll-snap-align:start;transition:transform .16s ease,opacity .16s ease}.live-card.channel:hover,.live-card.channel.playing{background:transparent;transform:scale(1.03)}.live-card.channel.playing .live-card-art{outline:3px solid #fff;outline-offset:2px}.live-card-art{position:relative;width:205px;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;border-radius:15px;overflow:hidden;background:linear-gradient(145deg,#171d26,#0d1117);border:1px solid #252d39;box-shadow:0 12px 30px rgba(0,0,0,.28)}.live-card-art img{width:78%;height:70%;object-fit:contain;filter:drop-shadow(0 5px 13px rgba(0,0,0,.25))}.live-card-fallback{font-size:27px;font-weight:950;color:#697483}.live-card-badge{position:absolute;left:9px;bottom:9px;background:rgba(232,33,39,.94);color:#fff;font-size:9px;letter-spacing:.12em;font-weight:950;padding:5px 7px;border-radius:7px;box-shadow:0 3px 12px rgba(0,0,0,.35)}.live-card-fav{position:absolute;right:8px;top:8px;width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:rgba(5,6,8,.78);border:1px solid rgba(255,255,255,.17);font-size:21px;color:#ffd15a;padding:0;backdrop-filter:blur(7px)}.live-card-title{display:block;font-size:15px;font-weight:850;margin-top:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-card-meta{display:block;font-size:11px;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-pagination{padding:7px 30px 28px}.tv-cinema-page .loading{z-index:10}.tv-cinema-page .tesla-note{position:relative}.tv-cinema-page .empty-list{padding:50px 20px}
@media(max-width:900px){.live-hero{padding:12px 16px 0}.live-video-stage{height:52vh;min-height:330px}.live-now-card{margin:0 7px;min-height:96px}.live-now-logo{width:62px;height:62px}.live-now-copy h1{font-size:28px}.live-toolbar,.live-rail-head{padding-left:18px;padding-right:18px}.live-rail-track{padding-left:18px;padding-right:18px}.live-card.channel,.live-card-art{width:175px;flex-basis:175px}}
@media(max-width:620px){.live-video-stage{height:46vh;min-height:280px}.live-now-card{gap:12px;padding:12px}.live-now-logo{width:52px;height:52px;border-radius:13px}.live-fav-btn{width:48px;height:48px}.live-search{flex-wrap:wrap}.live-search input{flex-basis:100%}.live-search-btn,.live-search .filter-btn{height:46px}.live-card.channel,.live-card-art{width:155px;flex-basis:155px}.live-now-copy h1{font-size:23px}}

/* v2.9 Live TV guide: Sky/Virgin-inspired category + channel guide layout */
.tv-guide-page{background:#080b11;overflow-x:hidden}.tv-guide-topbar{position:sticky;top:0;z-index:100;background:rgba(8,11,17,.97);backdrop-filter:blur(16px)}
.tv-guide-shell{display:grid;grid-template-columns:260px minmax(0,1fr);max-width:1800px;margin:0 auto;min-height:calc(100vh - 72px)}
.tv-category-panel{position:sticky;top:72px;height:calc(100vh - 72px);padding:22px 12px 18px;background:linear-gradient(180deg,#10151f 0%,#0b1018 100%);border-right:1px solid #202938;display:flex;flex-direction:column;overflow:hidden}
.tv-category-heading{display:flex;align-items:center;justify-content:space-between;padding:0 12px 15px;color:#8f9aab;font-size:12px;font-weight:800;letter-spacing:.13em}.tv-category-heading strong{font-size:12px;color:#dfe5ee;background:#1a2230;padding:5px 8px;border-radius:8px;letter-spacing:0}
.tv-category-scroll{overflow-y:auto;overscroll-behavior:contain;padding-right:2px;scrollbar-width:thin;flex:1}.tv-category-item{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:48px;margin:2px 0;padding:8px 10px;border-radius:10px;text-decoration:none;color:#c4ccd8;font-size:14px;font-weight:650;border:1px solid transparent;transition:.15s ease}.tv-category-item:hover{background:#18202d;color:#fff}.tv-category-item.active{background:linear-gradient(90deg,#263650,#1c2738);border-color:#354a68;color:#fff;box-shadow:inset 3px 0 0 #69a7ff}.tv-cat-icon{font-size:21px;color:#8193ab;text-align:center}.tv-category-item.active .tv-cat-icon{color:#82b4ff}.tv-cat-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tv-cat-count{font-size:11px;color:#7f8c9d;background:#0c1119;border-radius:999px;padding:4px 7px}.tv-category-item.active .tv-cat-count{color:#cfe1ff;background:#172234}.tv-manage-groups{margin-top:12px;display:block;text-decoration:none;border:1px solid #283446;border-radius:10px;padding:12px;color:#aab6c7;text-align:center;font-size:13px;font-weight:700}.tv-manage-groups:hover{background:#18202c;color:#fff}
.tv-guide-main{min-width:0;padding:22px 24px 36px}.tv-player-row{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(250px,.7fr);gap:18px;margin-bottom:24px}.tv-player-card{background:#030405;border:1px solid #242d3a;border-radius:16px;overflow:hidden;box-shadow:0 14px 42px rgba(0,0,0,.28)}.tv-video-wrap{position:relative;aspect-ratio:16/8.7;min-height:330px;background:#000}.tv-video-wrap video{width:100%;height:100%;display:block;background:#000}.tv-guide-idle{background:radial-gradient(circle at 50% 43%,#1a2432 0,#0b0e13 42%,#020304 100%)}.tv-guide-idle-logo{max-width:170px;max-height:80px;object-fit:contain;margin-bottom:10px}.tv-guide-idle .playmark{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#f3f6fa;color:#111;font-size:24px;padding-left:4px;margin-bottom:10px}.tv-guide-idle h2{margin:2px 0 3px;font-size:22px}.tv-guide-idle p{margin:0;color:#8b96a6}
.tv-now-panel{border:1px solid #273142;border-radius:16px;background:linear-gradient(145deg,#151c27,#0c1119);padding:22px;display:flex;flex-direction:column;justify-content:center;min-width:0}.tv-now-label{color:#aab6c5;font-size:11px;font-weight:850;letter-spacing:.14em;display:flex;align-items:center;gap:8px;margin-bottom:18px}.tv-now-logo{width:104px;height:72px;border-radius:13px;background:#f5f7f9;border:1px solid #dce1e7;display:grid;place-items:center;color:#111;font-weight:850;overflow:hidden;margin-bottom:17px}.tv-now-logo img{max-width:88%;max-height:80%;object-fit:contain}.tv-now-panel h1{margin:0 0 9px;font-size:27px;line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-now-details{display:flex;flex-wrap:wrap;gap:8px;color:#95a2b3;font-size:13px;margin-bottom:19px}.tv-now-details span{background:#111824;border:1px solid #232f40;border-radius:8px;padding:6px 8px}.tv-now-favourite{height:46px;border:1px solid #334258;border-radius:10px;background:#1a2432;color:#e6ebf2;font-weight:750;font-size:14px;cursor:pointer}.tv-now-favourite:hover{background:#233147}.tv-now-message{min-height:18px;margin-top:12px;color:#8996a7;font-size:12px;line-height:1.4}
.tv-guide-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid #222b38;padding-bottom:14px}.tv-guide-kicker{font-size:10px;letter-spacing:.16em;color:#7d8998;font-weight:850}.tv-guide-toolbar h2{margin:3px 0 0;font-size:24px}.tv-guide-search{display:flex;align-items:center;gap:8px;min-width:min(620px,58%)}.tv-guide-search input{height:45px;flex:1;min-width:140px;border:1px solid #2b3544;border-radius:10px;background:#111720;color:#fff;padding:0 14px;font-size:15px;outline:none}.tv-guide-search input:focus{border-color:#5c87bd;box-shadow:0 0 0 3px rgba(79,127,185,.14)}.tv-guide-search button{height:45px;border-radius:10px;border:1px solid #344154;background:#1a2330;color:#e7ecf4;padding:0 15px;font-weight:750}.tv-guide-search button[type=submit]{background:#e9eef5;color:#111722;border-color:#e9eef5}.tv-guide-search .filter-btn.active{background:#31496b;border-color:#5577a4;color:white}.tv-guide-stats{font-size:12px;color:#7f8b9b;padding:10px 2px}
.tv-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.tv-guide-channel.channel{position:relative;display:grid;grid-template-columns:48px 76px minmax(0,1fr) 50px 38px 30px;align-items:center;gap:10px;width:100%;min-height:82px;padding:9px 12px;border:1px solid #232d3a;border-radius:12px;background:linear-gradient(180deg,#131a24,#10161f);color:#eaf0f7;text-align:left;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease}.tv-guide-channel.channel:hover{transform:translateY(-1px);border-color:#40526b;background:#182130}.tv-guide-channel.channel.playing{border-color:#75a9ec;background:linear-gradient(180deg,#1c2c42,#162237);box-shadow:inset 3px 0 0 #79aff5,0 0 0 1px rgba(93,151,224,.16)}.tv-guide-number{font-size:15px;font-weight:800;color:#8c9bad;text-align:center}.tv-guide-logo{height:58px;background:#f5f7fa;border-radius:9px;display:grid;place-items:center;overflow:hidden;color:#111;font-size:14px}.tv-guide-logo img{max-width:88%;max-height:82%;object-fit:contain}.tv-guide-channel-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.tv-guide-channel-copy b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-guide-channel-copy small{font-size:11px;color:#8995a5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tv-guide-live-pill{font-size:9px;font-weight:900;letter-spacing:.08em;color:#ff9799;background:#38171b;border:1px solid #5b242a;border-radius:999px;padding:5px 7px;text-align:center}.tv-guide-star{font-size:23px;color:#d8e2ee;display:grid;place-items:center}.tv-guide-play{font-size:14px;color:#a7b6c8;display:grid;place-items:center}.tv-guide-channel:hover .tv-guide-play{color:#fff}.tv-guide-pagination{margin:20px 0 5px}.tv-guide-pagination a{background:#192230;border:1px solid #2d3a4d}
@media(max-width:1180px){.tv-guide-shell{grid-template-columns:220px minmax(0,1fr)}.tv-player-row{grid-template-columns:minmax(0,1fr) 240px}.tv-guide-main{padding:18px}.tv-channel-grid{grid-template-columns:1fr}.tv-guide-search{min-width:52%}.tv-guide-channel.channel{grid-template-columns:42px 70px minmax(0,1fr) 48px 36px 26px}}
@media(max-width:850px){.tv-guide-shell{display:block}.tv-category-panel{position:static;height:auto;padding:10px 12px;border-right:0;border-bottom:1px solid #222b38}.tv-category-heading,.tv-manage-groups{display:none}.tv-category-scroll{display:flex;overflow-x:auto;gap:6px;padding-bottom:2px}.tv-category-panel>.tv-category-item{display:inline-grid;width:max-content;grid-template-columns:20px auto auto;margin:0 0 7px}.tv-category-scroll .tv-category-item{display:inline-grid;grid-template-columns:18px auto auto;min-width:max-content;margin:0}.tv-player-row{grid-template-columns:1fr}.tv-now-panel{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px}.tv-now-label{grid-column:1/-1;margin:0}.tv-now-logo{width:76px;height:58px;margin:0}.tv-now-panel h1{font-size:20px;margin:0}.tv-now-details{margin:4px 0 0}.tv-now-favourite{grid-column:3;grid-row:2/4;width:110px}.tv-now-message{display:none}.tv-guide-toolbar{align-items:stretch;flex-direction:column}.tv-guide-search{min-width:0;width:100%}.tv-guide-main{padding:14px}.tv-video-wrap{min-height:260px}}
@media(max-width:590px){.tv-guide-search{flex-wrap:wrap}.tv-guide-search input{flex-basis:100%}.tv-guide-search button{flex:1}.tv-guide-channel.channel{grid-template-columns:36px 60px minmax(0,1fr) 34px 24px;padding:8px;min-height:72px}.tv-guide-live-pill{display:none}.tv-guide-logo{height:50px}.tv-guide-now-panel{padding:10px}.tv-guide-number{font-size:13px}.tv-guide-channel-copy b{font-size:13px}}

/* v3.3 private security */
.security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:22px 0}.security-card{position:relative;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#121925,#0d121a);padding:20px;min-width:0}.security-card h2{margin:0 0 8px;font-size:20px}.security-card p{color:var(--muted);line-height:1.55;margin:6px 0 16px}.security-card .status-pill{position:absolute;top:18px;right:18px}.status-pill.good{background:rgba(53,194,124,.14);color:#80e3ad;border-color:rgba(53,194,124,.32)}.stack-form{display:grid;gap:12px;margin-top:14px}.stack-form label{display:grid;gap:7px;color:#c5cfdd;font-size:13px;font-weight:650}.stack-form input,.stack-form select{width:100%;height:45px;border-radius:10px;border:1px solid #2b3647;background:#0b1119;color:#fff;padding:0 12px;font-size:14px}.toggle-line{display:flex!important;grid-template-columns:none!important;flex-direction:row!important;align-items:center;gap:10px!important;padding:10px 12px;border-radius:10px;background:#0b1119;border:1px solid #263244}.toggle-line input{width:20px!important;height:20px!important;accent-color:#6aa4ef}.secret-code{padding:14px;border-radius:10px;background:#080d14;border:1px dashed #52647d;font:700 15px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.09em;word-break:break-all;user-select:all}.recovery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.recovery-grid code{background:#070b10;border:1px solid #2a3545;border-radius:8px;padding:10px;text-align:center;letter-spacing:.08em}.settings-wrap.wide-settings{max-width:1180px}.mfa-qr{width:254px;min-height:254px;margin:14px 0 10px;padding:12px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center}.mfa-qr svg{display:block;width:230px;height:230px;max-width:100%}@media(max-width:980px){.security-grid{grid-template-columns:1fr}}@media(max-width:560px){.recovery-grid{grid-template-columns:1fr}.security-card{padding:16px}.mfa-qr{width:224px;min-height:224px}.mfa-qr svg{width:200px;height:200px}}
