*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:#000;overflow:hidden;font-family:Segoe UI,Arial,sans-serif;color:#fff}#stage{width:1920px;height:1080px;transform-origin:top left;position:absolute;top:0;left:0;background:linear-gradient(135deg,var(--bg1, #0c0f1d) 0%,var(--bg2, #131a33) 60%,var(--bg1, #0c0f1d) 100%)}#app{width:100%;height:100%;position:relative}.focusable{transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.focused{transform:scale(1.05);box-shadow:0 0 0 4px var(--accent, #4f8cff),0 8px 28px var(--accent-glow, rgba(79,140,255,.35));background:var(--accent-soft, rgba(79,140,255,.22))!important;z-index:2}.splash{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.logo{font-size:96px;font-weight:800;letter-spacing:6px}.logo span{color:var(--accent, #4f8cff)}.splash-status{margin-top:40px;font-size:30px;color:#9fb0d0}.dots:after{content:"";animation:dots 1.2s steps(4) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.app-version{position:absolute;bottom:40px;right:60px;font-size:24px;color:#51608a}.activation{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:36px}.activation .logo{font-size:60px}.activation-code{font-size:110px;font-weight:800;letter-spacing:14px;padding:30px 80px;border:3px solid var(--accent, #4f8cff);border-radius:18px;background:var(--accent-soft, rgba(79,140,255,.1))}.activation-hint{font-size:34px;color:#b9c6e4;text-align:center;line-height:1.5}.activation-status{font-size:28px;color:#9fb0d0;min-height:36px}.btn-row{display:flex;gap:30px;margin-top:16px}.btn{font-size:32px;padding:22px 56px;border-radius:var(--radius, 12px);background:rgba(255,255,255,.08);border:2px solid transparent;color:#fff;text-align:center}.login{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:30px}.login-form{display:flex;flex-direction:column;gap:26px;width:720px}.login-form input{font-size:34px;padding:24px 28px;border-radius:var(--radius, 12px);border:2px solid #2a3558;background:rgba(255,255,255,.06);color:#fff;outline:none;width:100%}.login-form input.focused{border-color:var(--accent, #4f8cff)}.login-error{color:#ff7b7b;font-size:28px;min-height:36px;text-align:center}.content{flex:1;padding:50px 60px 40px 50px;display:flex;flex-direction:column;min-width:0}.content-title{font-size:34px;font-weight:700;margin-bottom:22px;color:#e8edf8}.cats-row{display:flex;gap:18px;margin-bottom:36px;overflow:hidden}.cat-chip{font-size:28px;padding:16px 34px;border-radius:999px;white-space:nowrap;background:rgba(255,255,255,.07);color:#cdd8f2;flex:0 0 auto}.cat-chip.active{background:var(--accent-glow, rgba(79,140,255,.35));color:#fff}.channel-list{flex:1;display:flex;flex-direction:column;gap:10px;overflow:hidden}.channel-row{display:flex;align-items:center;gap:26px;font-size:30px;padding:14px 26px;border-radius:var(--radius, 12px);background:rgba(255,255,255,.043)}.channel-num{color:#6f7fae;font-weight:700;min-width:90px}.channel-logo{width:64px;height:64px;object-fit:contain;border-radius:8px;background:rgba(255,255,255,.06);flex:0 0 auto}.channel-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-status{font-size:32px;color:#9fb0d0;margin:auto;text-align:center;line-height:1.6}.player-screen{width:100%;height:100%;background:#000;position:relative}.player-screen video,.player-screen object{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:contain}.player-overlay{position:absolute;left:0;right:0;bottom:0;padding:50px 70px 60px;background:linear-gradient(transparent,rgba(0,0,0,.88));display:flex;flex-direction:column;gap:18px;transition:opacity .25s ease;z-index:5}.player-overlay.hidden{opacity:0}.player-title{font-size:44px;font-weight:700;display:flex;align-items:center;gap:24px}.live-badge{font-size:24px;background:#d93636;padding:6px 18px;border-radius:8px;font-weight:700}.quality-badge{font-size:22px;background:rgba(255,255,255,.14);padding:6px 16px;border-radius:8px;color:#cdd8f2;font-weight:600}.player-status{font-size:28px;color:#b9c6e4;min-height:34px}.player-epg{font-size:26px;color:#b9c6e4;min-height:32px}.player-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:34px;color:#ff9b9b;background:rgba(0,0,0,.75);padding:36px 60px;border-radius:14px;text-align:center;line-height:1.5;z-index:4;max-width:1200px}.progress-bar{height:10px;background:rgba(255,255,255,.18);border-radius:5px;overflow:hidden}.progress-fill{height:100%;width:0;background:var(--accent, #4f8cff)}.hub{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:70px}.hub .logo{font-size:72px}.hub-cards{display:flex;gap:44px}.hub-card{width:270px;height:210px;border-radius:20px;background:rgba(255,255,255,.05);border:2px solid transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.hub-icon{width:96px;height:96px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:46px}.hub-card.focused .hub-icon{background:var(--accent, #4f8cff)}.hub-label{font-size:26px;font-weight:700;letter-spacing:1.5px;color:#cdd8f2}.hub-card.focused .hub-label{color:#fff}.hub-status{font-size:26px;color:#9fb0d0;min-height:34px}.live{display:flex;flex-direction:column;height:100%;padding:36px 50px 40px}.live-top{display:flex;gap:16px;margin-bottom:22px;overflow:hidden;align-items:center}.live-top .screen-title{font-size:32px;font-weight:700;margin-right:26px;white-space:nowrap}.live-body{flex:1;display:flex;gap:30px;min-height:0}.live-list{width:660px;flex:0 0 660px;display:flex;flex-direction:column;gap:8px;overflow:hidden}.live-list .channel-row{font-size:26px;padding:10px 20px}.live-list .channel-logo{width:52px;height:52px}.live-list .channel-num{min-width:70px}.live-right{flex:1;display:flex;flex-direction:column;gap:22px;min-width:0}.live-preview{position:relative;width:100%;height:612px;background:#000;border-radius:14px;overflow:hidden;border:2px solid #232c4d}.live-preview video,.live-preview object{width:100%;height:100%;object-fit:contain}.player-host{position:absolute;top:0;left:0;width:100%;height:100%}.player-host video,.player-host object{width:100%;height:100%;object-fit:contain}.live-preview .preview-status{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:26px;color:#9fb0d0;text-align:center;max-width:90%;line-height:1.5}.live-info{background:rgba(255,255,255,.05);border:1px solid #232c4d;border-radius:14px;padding:22px 28px;flex:1}.live-info .now-name{font-size:30px;font-weight:700;display:flex;align-items:center;gap:18px}.live-info .now-epg{font-size:23px;color:#9fb0d0;margin-top:12px;line-height:1.5}.live-hint{font-size:21px;color:#51608a;margin-top:12px}.vod{display:flex;height:100%}.vod-side{width:340px;flex:0 0 340px;background:rgba(0,0,0,.35);padding:36px 18px;display:flex;flex-direction:column;gap:8px;overflow:hidden}.vod-side .side-title{font-size:30px;font-weight:800;margin-bottom:12px;padding-left:10px}.side-search input{width:100%;font-size:22px;padding:12px 16px;border-radius:var(--radius, 10px);border:2px solid #2a3558;background:rgba(255,255,255,.05);color:#fff;outline:none}.side-search input.focused,.side-search input:focus{border-color:var(--accent, #4f8cff)}.side-item{font-size:23px;padding:13px 16px;border-radius:var(--radius, 10px);color:#cdd8f2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-item.active{color:#fff;background:var(--accent-soft, rgba(79,140,255,.16))}.vod-main{flex:1;padding:36px 46px;display:flex;flex-direction:column;min-width:0}.vod-title{font-size:32px;font-weight:700;margin-bottom:22px}.poster-rows{flex:1;display:flex;flex-direction:column;gap:22px;overflow:hidden}.poster-row{display:flex;gap:22px}.poster-card{width:218px;flex:0 0 218px;border-radius:var(--radius, 12px);padding:8px;background:rgba(255,255,255,.03);display:flex;flex-direction:column;gap:8px}.poster-img{width:100%;height:250px;object-fit:cover;border-radius:10px;background:rgba(255,255,255,.06);display:block}.poster-name{font-size:19px;color:#cdd8f2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vod-main .channel-list{flex:1;display:flex;flex-direction:column;gap:9px;overflow:hidden}.guide{display:flex;flex-direction:column;height:100%}.guide-top{display:flex;gap:30px;padding:36px 50px 22px;align-items:flex-start}.guide-head{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px}.guide-head .screen-title{font-size:32px;font-weight:700}.guide-nowplaying{font-size:26px;color:#cdd8f2}.guide-detail{font-size:23px;color:#9fb0d0;line-height:1.5;min-height:70px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-mini{width:426px;height:240px;flex:0 0 426px;position:relative;background:#000;border-radius:var(--radius, 12px);overflow:hidden;border:2px solid #232c4d;display:flex;align-items:center;justify-content:center}.guide-grid{flex:1;padding:0 50px;display:flex;flex-direction:column;gap:10px;overflow:hidden}.guide-row{display:flex;gap:14px;align-items:stretch;opacity:.75}.guide-row.focused-row{opacity:1}.guide-ch{width:330px;flex:0 0 330px;font-size:23px;color:#cdd8f2;background:rgba(255,255,255,.05);border-radius:var(--radius, 10px);padding:16px 18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center}.guide-row.focused-row .guide-ch{background:var(--accent-soft, rgba(79,140,255,.2));color:#fff}.guide-cells{flex:1;display:flex;gap:10px;overflow:hidden}.guide-cell{width:268px;flex:0 0 268px;background:rgba(255,255,255,.043);border-radius:var(--radius, 10px);padding:10px 14px;border:2px solid transparent;display:flex;flex-direction:column;gap:4px;justify-content:center}.guide-cell.now{background:var(--accent-soft, rgba(79,140,255,.12))}.guide-cell.focused{border-color:var(--accent, #4f8cff);background:var(--accent-glow, rgba(79,140,255,.25))}.guide-cell.empty{color:#51608a;font-size:20px;align-items:center}.cell-time{font-size:18px;color:#8fa0c4}.cell-title{font-size:21px;color:#e8edf8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;z-index:50}.modal{width:640px;background:var(--bg2, #141b36);border:2px solid #2a3558;border-radius:16px;padding:34px 38px;display:flex;flex-direction:column;gap:20px}.modal-title{font-size:28px;font-weight:700;line-height:1.4}.modal-list{display:flex;flex-direction:column;gap:8px}.modal-item{font-size:26px;padding:14px 20px;border-radius:var(--radius, 10px);background:rgba(255,255,255,.05);color:#cdd8f2}.modal-hint{font-size:20px;color:#51608a}.alert-popup-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:60}.alert-popup{width:720px;background:var(--bg2, #141b36);border:2px solid var(--accent, #4f8cff);border-radius:18px;padding:44px 50px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.alert-popup-icon{font-size:60px}.alert-popup-title{font-size:34px;font-weight:800}.alert-popup-text{font-size:28px;color:#cdd8f2;line-height:1.5}.alert-popup-channel{font-size:25px;color:#9fb0d0}.alert-popup-buttons{display:flex;gap:24px;margin-top:14px}.hub-media{display:flex;height:100%}.hub-media-content{flex:1;min-width:0;display:flex;flex-direction:column;padding:40px 60px 30px}.rail{width:96px;flex:0 0 96px;background:rgba(0,0,0,.45);display:flex;flex-direction:column;align-items:center;gap:38px;padding-top:70px;font-size:34px}.rail-icon{opacity:.75}.media-hero{display:flex;gap:36px;align-items:center;min-height:280px;margin-bottom:26px}.media-hero.compact{min-height:150px;padding:30px 60px 0;margin-bottom:10px}.hero-img-wrap{width:190px;height:270px;flex:0 0 190px;position:relative}.hero-img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius, 12px);background:rgba(255,255,255,.06)}.hero-logo{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:800;background:rgba(255,255,255,.05);border-radius:var(--radius, 12px)}.hero-logo span{color:var(--accent, #4f8cff)}.hero-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px}.hero-kicker{font-size:22px;letter-spacing:3px;color:var(--accent, #4f8cff);font-weight:700}.hero-title{font-size:52px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-sub{font-size:26px;color:#9fb0d0}.media-rows{flex:1;min-height:0;display:flex;flex-direction:column;gap:24px;overflow:hidden;padding:0 0 10px}.media-hero.compact+.media-rows{padding:0 60px 10px}.media-row{opacity:.7}.media-row.focused-row{opacity:1}.row-title{font-size:26px;font-weight:700;color:#cdd8f2;margin-bottom:12px}.row-cards{display:flex;gap:18px;overflow:hidden}.media-card{width:200px;flex:0 0 200px;border-radius:var(--radius, 10px);padding:6px;background:rgba(255,255,255,.03)}.mc-img{width:100%;height:200px;object-fit:cover;border-radius:8px;background:rgba(255,255,255,.07);display:block}.mc-label{font-size:18px;color:#cdd8f2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:6px}.nav-card{display:flex;flex-direction:column;align-items:center;justify-content:center;height:212px}.nav-card-icon{font-size:54px;margin-bottom:14px}.vod-rows-screen{display:flex;flex-direction:column;height:100%}.vod-rows-screen .channel-list{padding:0 60px}.hub-classic{display:flex;height:100%}.classic-menu{width:380px;flex:0 0 380px;background:rgba(0,0,0,.5);padding:56px 22px 40px;display:flex;flex-direction:column;gap:10px}.classic-item{font-size:29px;padding:18px 22px;border-radius:var(--radius, 6px);color:#cdd8f2}.classic-content{flex:1;min-width:0;padding:56px 60px;display:flex;flex-direction:column}.classic-hero{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius, 8px);padding:30px 36px}.ch-kicker{font-size:20px;letter-spacing:2px;color:var(--accent, #4f8cff);font-weight:700;margin-bottom:12px}.ch-title{font-size:40px;font-weight:800}.ch-sub{font-size:24px;color:#9fb0d0;margin-top:10px}.classic-grid{display:flex;flex-wrap:wrap;gap:20px;overflow:hidden}.classic-card{width:220px;border-radius:var(--radius, 8px);padding:8px;background:rgba(255,255,255,.04)}.classic-card img,.classic-card-ph{width:100%;height:150px;object-fit:contain;border-radius:6px;background:rgba(255,255,255,.07);display:block}.settings{padding:56px 110px;height:100%;display:flex;flex-direction:column;overflow:hidden}.settings .screen-title{font-size:38px;font-weight:800;margin-bottom:34px}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:18px 26px;border-radius:var(--radius, 12px);background:rgba(255,255,255,.04);margin-bottom:12px;font-size:25px}.settings-row .k{color:#9fb0d0}.settings-action{background:rgba(255,255,255,.06)}
