@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&family=Inter:wght@500;600;700;800&display=swap');
:root{--bg:#070b14;--surface:#0c1220;--surface2:#111a2b;--card:#0e1626;--line:rgba(255,255,255,.08);--text:#f6f8ff;--muted:#8d99ad;--primary:#ff315b;--primary2:#ff6b3d;--green:#2ee69d;--shadow:0 24px 70px rgba(0,0,0,.35);--radius:20px}
html[data-theme="light"]{--bg:#f3f5fa;--surface:#fff;--surface2:#eef1f7;--card:#fff;--line:rgba(17,24,39,.09);--text:#111827;--muted:#64748b;--shadow:0 20px 60px rgba(15,23,42,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Hind Siliguri",system-ui,sans-serif;min-height:100vh}button,input,select{font:inherit}.app-shell{max-width:1500px;margin:auto;min-height:100vh}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 38px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none}.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--primary2));display:grid;place-items:center;box-shadow:0 10px 30px rgba(255,49,91,.28)}.brand-mark span{width:18px;height:18px;border:3px solid white;border-radius:50%;position:relative}.brand-mark span:after{content:"";position:absolute;width:6px;height:3px;background:white;right:-5px;top:5px;border-radius:2px}.brand strong,.brand b{font:800 22px/1 Inter,sans-serif}.brand b{color:var(--primary)}.brand small{font:600 8px/1 Inter,sans-serif;display:block;letter-spacing:2.3px;color:var(--muted);margin-top:5px}.top-actions{display:flex;gap:9px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;cursor:pointer;display:grid;place-items:center;transition:.2s}.icon-btn:hover{transform:translateY(-2px);border-color:rgba(255,49,91,.45)}.icon-btn svg,.search-box svg{width:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.hero{min-height:395px;margin:28px 38px 0;padding:54px 62px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:30px;background:radial-gradient(circle at 75% 30%,rgba(255,49,91,.18),transparent 28%),radial-gradient(circle at 85% 70%,rgba(101,68,255,.18),transparent 30%),linear-gradient(125deg,var(--surface),var(--surface2));overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(90deg,#000,transparent)}.hero-copy{position:relative;z-index:2;max-width:670px}.eyebrow{font:700 12px Inter,sans-serif;letter-spacing:2px;color:var(--green);display:flex;align-items:center;gap:9px}.eyebrow i{width:8px;height:8px;background:var(--green);border-radius:50%;box-shadow:0 0 0 6px rgba(46,230,157,.1);animation:pulse 1.5s infinite}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.05;margin:20px 0 18px;letter-spacing:-1.8px}.hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--primary),#ff9561);background-clip:text;-webkit-background-clip:text;color:transparent}.hero p{font-size:18px;color:var(--muted);margin:0;max-width:620px}.hero-stats{display:flex;gap:42px;margin-top:32px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font:800 25px Inter,sans-serif}.hero-stats span{font-size:13px;color:var(--muted)}.hero-visual{width:330px;height:260px;position:relative;display:grid;place-items:center}.tv-card{width:220px;height:145px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.025));backdrop-filter:blur(18px);box-shadow:var(--shadow);display:grid;place-items:center;transform:rotate(-5deg);position:relative}.tv-card small{position:absolute;top:17px;right:19px;background:var(--primary);color:white;border-radius:6px;padding:4px 8px;font:800 9px Inter,sans-serif}.play-triangle{width:64px;height:64px;background:linear-gradient(135deg,var(--primary),var(--primary2));border-radius:50%;position:relative;box-shadow:0 0 0 18px rgba(255,49,91,.1)}.play-triangle:after{content:"";position:absolute;left:27px;top:20px;border-left:19px solid white;border-top:12px solid transparent;border-bottom:12px solid transparent}.signal{position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%}.s1{width:265px;height:265px}.s2{width:330px;height:330px}.s3{width:400px;height:400px}.player-panel{margin:28px 38px 0;background:#05070c;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.video-wrap{aspect-ratio:16/8.5;max-height:700px;background:#000;position:relative;display:grid;place-items:center}.video-wrap video{width:100%;height:100%;object-fit:contain;background:#000}.player-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.74);gap:14px}.player-state[hidden]{display:none}.loader{width:40px;height:40px;border:3px solid rgba(255,255,255,.18);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.player-state p{margin:0;color:#cbd5e1}.now-playing{display:flex;align-items:center;gap:15px;padding:15px 20px;background:var(--surface)}.now-logo{width:52px;height:52px;border-radius:14px;background:white;display:grid;place-items:center;overflow:hidden;flex:none}.now-logo img{max-width:85%;max-height:85%;object-fit:contain}.now-info{min-width:0;flex:1}.now-info span{font:700 9px Inter,sans-serif;letter-spacing:1.8px;color:var(--primary)}.now-info h2{margin:3px 0 0;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-info p{margin:0;color:var(--muted);font-size:13px}.favorite-big,.close-player{border:1px solid var(--line);background:var(--surface2);color:var(--text);width:43px;height:43px;border-radius:12px;font-size:25px;cursor:pointer}.favorite-big.active{color:var(--primary)}.controls-section{padding:38px 38px 0}.source-tabs{display:flex;gap:9px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.source-tabs::-webkit-scrollbar,.category-row::-webkit-scrollbar{display:none}.source-tab{white-space:nowrap;border:1px solid var(--line);background:var(--surface);color:var(--muted);padding:10px 17px;border-radius:12px;cursor:pointer;font-weight:600;transition:.2s}.source-tab:hover,.source-tab.active{background:var(--text);color:var(--bg);border-color:var(--text)}.toolbar{display:flex;gap:12px;margin-top:20px}.search-box{height:50px;flex:1;border:1px solid var(--line);border-radius:14px;background:var(--surface);display:flex;align-items:center;padding:0 15px;color:var(--muted)}.search-box input{border:0;outline:0;background:transparent;color:var(--text);width:100%;padding:0 12px;font-size:16px}.search-box kbd{border:0;background:var(--surface2);color:var(--text);width:25px;height:25px;border-radius:7px;display:grid;place-items:center;cursor:pointer}.filter-btn,select{height:50px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);padding:0 17px;cursor:pointer}.filter-btn.active{border-color:var(--primary);color:var(--primary)}select{outline:0}.category-row{display:flex;gap:8px;overflow-x:auto;margin-top:17px;padding-bottom:5px;scrollbar-width:none}.category-chip{white-space:nowrap;border:0;background:var(--surface2);color:var(--muted);padding:7px 13px;border-radius:100px;cursor:pointer;font-size:13px}.category-chip.active{background:rgba(255,49,91,.14);color:var(--primary)}.category-chip b{font:600 10px Inter,sans-serif;margin-left:5px;opacity:.7}.content-section{padding:34px 38px 55px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.mini-label{font:700 10px Inter,sans-serif;letter-spacing:1.8px;color:var(--primary)}.section-heading h2{font-size:28px;margin:5px 0 0}.result-count{color:var(--muted);font-size:14px}.notice{border:1px solid rgba(255,180,0,.25);background:rgba(255,180,0,.07);color:#f8c66b;padding:12px 15px;border-radius:12px;margin-bottom:18px;font-size:14px}.channel-grid,.skeleton-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:15px}.channel-card{position:relative;min-width:0;border:1px solid var(--line);background:var(--card);border-radius:18px;padding:18px 14px 14px;cursor:pointer;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.channel-card:hover{transform:translateY(-5px);border-color:rgba(255,49,91,.38);box-shadow:0 16px 38px rgba(0,0,0,.18)}.channel-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% -10%,rgba(255,49,91,.11),transparent 45%);opacity:0;transition:.2s}.channel-card:hover:before{opacity:1}.channel-logo{height:88px;border-radius:14px;background:#fff;display:grid;place-items:center;overflow:hidden;position:relative}.channel-logo img{max-width:82%;max-height:74px;object-fit:contain}.channel-logo .fallback-logo{font:800 28px Inter,sans-serif;color:#111827}.live-dot{position:absolute;left:9px;top:9px;background:rgba(9,13,24,.88);color:#fff;font:700 8px Inter,sans-serif;letter-spacing:.8px;border-radius:5px;padding:4px 6px}.live-dot:before{content:"";width:5px;height:5px;background:var(--primary);display:inline-block;border-radius:50%;margin-right:4px}.card-fav{position:absolute;right:8px;top:8px;width:30px;height:30px;border:0;border-radius:9px;background:rgba(9,13,24,.82);color:#fff;font-size:18px;cursor:pointer;z-index:3}.card-fav.active{color:#ff496d}.channel-card h3{font-size:16px;margin:13px 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.channel-card p{color:var(--muted);font-size:12px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;position:relative}.source-badge{max-width:72%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font:700 8px Inter,sans-serif;letter-spacing:.5px;color:var(--muted);background:var(--surface2);border-radius:5px;padding:4px 6px}.card-play{width:27px;height:27px;border-radius:50%;background:var(--primary);display:grid;place-items:center}.card-play:after{content:"";border-left:8px solid white;border-top:5px solid transparent;border-bottom:5px solid transparent;margin-left:2px}.empty-state{text-align:center;padding:75px 20px;color:var(--muted)}.empty-state div{font-size:60px}.empty-state h3{color:var(--text);margin:8px 0}.skeleton-card{height:180px;border-radius:18px;background:var(--card);padding:15px;animation:shimmer 1.4s infinite}.skeleton-card i{display:block;height:88px;border-radius:12px;background:var(--surface2)}.skeleton-card span,.skeleton-card b{display:block;height:11px;border-radius:4px;background:var(--surface2);margin-top:14px}.skeleton-card b{width:60%;margin-top:8px}footer{border-top:1px solid var(--line);padding:28px 38px 45px;color:var(--muted);font-size:13px;display:flex;justify-content:space-between;gap:20px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--text);color:var(--bg);padding:11px 17px;border-radius:12px;font-weight:600;opacity:0;pointer-events:none;transition:.25s;z-index:100;box-shadow:var(--shadow)}.toast.show{opacity:1;transform:translate(-50%,0)}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{box-shadow:0 0 0 10px rgba(46,230,157,0)}}@keyframes shimmer{50%{opacity:.62}}
@media(max-width:1200px){.channel-grid,.skeleton-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:980px){.hero{padding:45px}.hero-visual{width:260px}.channel-grid,.skeleton-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.topbar{height:68px;padding:0 18px}.hero{margin:16px 15px 0;padding:38px 25px;min-height:340px}.hero-visual{display:none}.hero h1{font-size:42px}.hero p{font-size:16px}.hero-stats{gap:27px}.controls-section,.content-section{padding-left:15px;padding-right:15px}.player-panel{margin:16px 15px 0;border-radius:18px}.video-wrap{aspect-ratio:16/9}.toolbar{flex-wrap:wrap}.search-box{flex-basis:100%}.filter-btn,select{flex:1;min-width:0}.channel-grid,.skeleton-grid{grid-template-columns:repeat(3,1fr);gap:10px}.channel-card{padding:11px}.channel-logo{height:76px}footer{padding:25px 15px 38px;flex-direction:column}.now-playing{padding:11px}.now-logo{width:43px;height:43px}.favorite-big,.close-player{width:38px;height:38px}}
@media(max-width:520px){.brand-mark{width:39px;height:39px}.brand strong,.brand b{font-size:19px}.hero{min-height:310px}.hero h1{font-size:35px;letter-spacing:-1px}.hero-stats strong{font-size:21px}.source-tab{padding:9px 14px}.channel-grid,.skeleton-grid{grid-template-columns:repeat(2,1fr)}.section-heading h2{font-size:24px}.channel-card h3{font-size:15px}.now-info h2{font-size:17px}.now-meta{display:none}}

/* Sheba TV Local custom player and LAN UI */
.network-badge{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 11px;border:1px solid rgba(46,230,157,.28);border-radius:999px;background:rgba(46,230,157,.08);color:var(--green);font:700 10px Inter,sans-serif;letter-spacing:.7px}.network-badge i,.local-source-tab i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(46,230,157,.1)}.network-badge.online{border-color:rgba(255,180,0,.28);background:rgba(255,180,0,.08);color:#f3be55}.network-badge.online i{background:#f3be55;box-shadow:0 0 0 5px rgba(243,190,85,.1)}.local-source-tab{display:inline-flex;align-items:center;gap:9px}.local-source-tab i{display:inline-block;width:6px;height:6px}.lan-info{margin:20px 38px 0;padding:16px 18px;display:flex;align-items:center;gap:14px;border:1px solid rgba(46,230,157,.18);border-radius:17px;background:linear-gradient(110deg,rgba(46,230,157,.08),rgba(101,68,255,.06));color:var(--text)}.lan-info[hidden]{display:none}.lan-info-icon{flex:none;min-width:50px;height:50px;padding:0 10px;border-radius:14px;display:grid;place-items:center;background:rgba(46,230,157,.13);color:var(--green);font:800 11px Inter,sans-serif}.lan-info strong{display:block;font-size:15px}.lan-info p{margin:3px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.lan-info button{margin-left:auto;flex:none;width:34px;height:34px;border:0;border-radius:10px;background:var(--surface2);color:var(--text);font-size:21px;cursor:pointer}.local-badge{position:absolute;right:9px;bottom:9px;background:rgba(46,230,157,.92);color:#07130e;font:800 8px Inter,sans-serif;padding:4px 6px;border-radius:5px;letter-spacing:.4px}

.custom-player{position:relative;overflow:hidden;isolation:isolate;touch-action:none;user-select:none;-webkit-user-select:none;outline:none}.custom-player:focus-visible{box-shadow:inset 0 0 0 2px var(--primary)}.custom-player video{position:absolute;inset:0;z-index:1;transition:filter .12s ease,object-fit .2s ease}.brightness-shade{display:none}.player-ui{position:absolute;left:0;right:0;z-index:7;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.controls-visible .player-ui{opacity:1;visibility:visible}.player-top-overlay{top:0;padding:16px 17px 54px;display:flex;align-items:center;gap:12px;background:linear-gradient(180deg,rgba(0,0,0,.84),rgba(0,0,0,0))}.player-live-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(255,49,91,.92);color:#fff;font:800 9px Inter,sans-serif;letter-spacing:1px}.player-live-pill i,.live-now-btn i{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.18);animation:pulse 1.5s infinite}.player-top-title{min-width:0;display:flex;flex-direction:column;text-shadow:0 2px 10px #000}.player-top-title strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-top-title small{font-size:11px;color:rgba(255,255,255,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-icon-btn{margin-left:auto;width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:11px;background:rgba(0,0,0,.38);color:#fff;font-size:24px;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}.center-play{position:absolute;left:50%;top:50%;z-index:8;transform:translate(-50%,-50%);width:70px;height:70px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(5,7,12,.62);color:#fff;font-size:26px;cursor:pointer;backdrop-filter:blur(12px);box-shadow:0 14px 45px rgba(0,0,0,.3)}.center-play.playing{opacity:0!important;visibility:hidden!important}.player-bottom-overlay{bottom:0;padding:60px 17px 15px;background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,0))}.live-progress{height:3px;border-radius:99px;background:rgba(255,255,255,.18);overflow:hidden;margin-bottom:12px}.live-progress i{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--primary),#ff9464);box-shadow:0 0 12px var(--primary)}.player-controls-row{display:flex;align-items:center;gap:8px}.player-control-btn{flex:none;width:39px;height:39px;border:0;border-radius:11px;background:transparent;color:#fff;font-size:20px;cursor:pointer;transition:.18s}.player-control-btn:hover,.player-control-btn.active{background:rgba(255,255,255,.14)}.primary-control{background:rgba(255,255,255,.12)}.volume-range{width:100px;accent-color:var(--primary);cursor:pointer}.live-now-btn{height:34px;padding:0 11px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(0,0,0,.25);color:#fff;font:800 9px Inter,sans-serif;letter-spacing:.8px;display:inline-flex;align-items:center;gap:7px;cursor:pointer}.live-now-btn i{background:var(--primary);box-shadow:0 0 0 4px rgba(255,49,91,.16)}.player-spacer{flex:1}.quality-select{height:34px;max-width:92px;padding:0 8px;border-color:rgba(255,255,255,.18);border-radius:9px;background:rgba(0,0,0,.35);color:#fff;font:700 10px Inter,sans-serif}.quality-select option{color:#111}.gesture-hud{position:absolute;left:50%;top:50%;z-index:12;transform:translate(-50%,-50%) scale(.94);width:105px;height:145px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(6,9,16,.76);backdrop-filter:blur(14px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#fff;opacity:0;transition:.18s;pointer-events:none}.gesture-hud.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.gesture-icon{font-size:25px}.gesture-hud strong{font:800 18px Inter,sans-serif}.gesture-meter{position:relative;width:7px;height:50px;border-radius:99px;background:rgba(255,255,255,.16);overflow:hidden}.gesture-meter i{position:absolute;left:0;right:0;bottom:0;height:50%;border-radius:99px;background:#fff}.gesture-tip{position:absolute;left:50%;top:50%;z-index:11;transform:translate(-50%,-35%);display:flex;gap:9px;width:max-content;max-width:90%;opacity:0;visibility:hidden;transition:.25s;pointer-events:none}.gesture-tip.show{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.gesture-tip span{padding:9px 12px;border:1px solid rgba(255,255,255,.17);border-radius:10px;background:rgba(6,9,16,.75);backdrop-filter:blur(10px);color:#fff;font-size:11px;white-space:nowrap}.player-state{z-index:5;pointer-events:none}.player-warning{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:2px solid #f7be58;color:#f7be58;font:800 24px Inter,sans-serif}.gesture-help{color:var(--muted);font-size:11px;white-space:nowrap}.custom-player:fullscreen{width:100vw;height:100vh;max-height:none;aspect-ratio:auto}.custom-player:fullscreen video{width:100%;height:100%}

@media(max-width:760px){.network-badge{height:30px;padding:0 8px}.network-badge b{display:none}.lan-info{margin:15px 15px 0;padding:13px}.lan-info-icon{min-width:43px;height:43px}.lan-info p{font-size:12px}.gesture-help{display:none}.player-top-overlay{padding:11px 11px 44px}.player-bottom-overlay{padding:48px 9px 9px}.player-controls-row{gap:3px}.player-control-btn{width:35px;height:35px;font-size:18px}.center-play{width:58px;height:58px}.volume-range{display:none}.quality-select{max-width:70px;height:32px;padding:0 5px}.live-now-btn{height:32px;padding:0 8px}.gesture-tip{flex-direction:column;align-items:center}.gesture-tip span{font-size:10px}.now-playing{gap:9px}}
@media(max-width:430px){.player-top-title small{display:none}.player-live-pill{padding:6px 8px}.player-controls-row{gap:1px}.player-control-btn{width:32px;height:32px;font-size:17px}.quality-select{max-width:63px;font-size:9px}.live-now-btn{padding:0 6px}.now-logo{display:none}.favorite-big,.close-player{width:35px;height:35px}.lan-info-icon{display:none}}

/* Local Network Access permission UI */
.lan-info-main{min-width:0;flex:1}.lan-access-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:11px}.lan-enable-btn{width:auto!important;height:38px!important;padding:0 15px!important;margin-left:0!important;border:1px solid rgba(46,230,157,.35)!important;border-radius:10px!important;background:rgba(46,230,157,.14)!important;color:var(--green)!important;font-size:13px!important;font-weight:700!important;cursor:pointer}.lan-enable-btn:hover{background:rgba(46,230,157,.22)!important}.lan-enable-btn:disabled{cursor:default;opacity:.7}.lan-access-status{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.lan-access-status:before{content:"";width:8px;height:8px;border-radius:50%;background:#f3be55;box-shadow:0 0 0 4px rgba(243,190,85,.1)}.lan-access-status[data-state="granted"]{color:var(--green)}.lan-access-status[data-state="granted"]:before{background:var(--green);box-shadow:0 0 0 4px rgba(46,230,157,.1)}.lan-access-status[data-state="denied"],.lan-access-status[data-state="unsupported"]{color:#ff8298}.lan-access-status[data-state="denied"]:before,.lan-access-status[data-state="unsupported"]:before{background:#ff496d;box-shadow:0 0 0 4px rgba(255,73,109,.1)}.lan-dismiss{margin-left:auto!important;flex:none!important;width:34px!important;height:34px!important;padding:0!important;border:0!important;border-radius:10px!important;background:var(--surface2)!important;color:var(--text)!important;font-size:21px!important;cursor:pointer}
@media(max-width:760px){.lan-access-actions{align-items:flex-start;flex-direction:column;gap:7px}.lan-enable-btn{height:36px!important}.lan-dismiss{align-self:flex-start!important}}

/* Sheba TV Final v2.0: fixed player, channel navigation and resilient logos */
html,body{overflow-x:hidden}
.player-panel{position:sticky;top:88px;z-index:35;width:auto;max-width:calc(100% - 76px);scroll-margin-top:88px;transform:translateZ(0);will-change:transform}
.player-panel[hidden]{display:none!important}
.player-panel .video-wrap{width:100%;min-width:0;max-height:min(700px,calc(100vh - 170px))}
body.player-open .player-panel{box-shadow:0 24px 80px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.035)}
.channel-nav-btn{background:rgba(255,255,255,.09)}
.player-control-btn:disabled,.channel-switcher button:disabled{opacity:.32;cursor:not-allowed;pointer-events:none}
.channel-switcher{display:flex;align-items:center;gap:7px;flex:none}
.channel-switcher button{height:38px;min-width:62px;padding:0 10px;border:1px solid var(--line);border-radius:11px;background:var(--surface2);color:var(--text);display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:.18s}
.channel-switcher button:hover{border-color:rgba(255,49,91,.45);background:color-mix(in srgb,var(--surface2) 82%,var(--primary))}
.channel-switcher button span{font:700 25px/1 Inter,sans-serif;color:var(--primary)}
.channel-switcher button small{font-size:11px;font-weight:700}
.now-logo{position:relative}
.now-logo img[hidden]{display:none}
.now-logo-fallback{font:800 16px Inter,sans-serif;color:#111827;letter-spacing:.5px}
.now-logo-fallback[hidden]{display:none}
.channel-logo img{opacity:0;transition:opacity .2s ease}
.channel-logo img.logo-loaded{opacity:1}
.channel-card.is-playing{border-color:rgba(46,230,157,.68);box-shadow:0 0 0 2px rgba(46,230,157,.12),0 18px 42px rgba(0,0,0,.23)}
.channel-card.is-playing:after{content:"PLAYING";position:absolute;right:9px;bottom:9px;z-index:3;padding:4px 6px;border-radius:5px;background:rgba(46,230,157,.95);color:#07130e;font:800 7px Inter,sans-serif;letter-spacing:.6px}
.channel-card.is-playing .card-play{background:var(--green)}
.channel-card.is-playing .card-play:after{border-left-color:#07130e}

@media(max-width:760px){
  .player-panel{top:68px;max-width:calc(100% - 30px);scroll-margin-top:68px}
  .channel-switcher button{height:36px;min-width:48px;padding:0 7px}
  .channel-switcher button small{display:none}
  .channel-switcher button span{font-size:24px}
}
@media(max-width:430px){
  .player-panel{top:68px}
  .channel-switcher{gap:4px}
  .channel-switcher button{min-width:34px;width:34px;padding:0}
  .player-bottom-overlay{padding-left:6px;padding-right:6px}
  .player-controls-row{justify-content:space-between}
  .player-spacer{display:none}
  .quality-select{width:58px}
}
@media(max-height:620px) and (orientation:landscape){
  .player-panel{top:0;max-width:100%;margin-left:0;margin-right:0;border-radius:0}
  .topbar{position:relative}
  .video-wrap{max-height:calc(100vh - 58px)}
  .now-playing{display:none}
}
