*{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:none}.focused{box-shadow:0 0 0 4px var(--accent, #4f8cff);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}.player-bar{display:flex;align-items:center;gap:22px}.progress-bar{flex:1;height:10px;background:rgba(255,255,255,.18);border-radius:5px;overflow:hidden}.progress-fill{height:100%;width:0;background:var(--accent, #4f8cff)}.player-time{font-size:26px;color:#cdd8f2;font-weight:600;white-space:nowrap;flex:0 0 auto}.player-controls{display:flex;justify-content:center;gap:40px}.player-ctrl{width:80px;height:66px;border-radius:14px;font-size:32px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.12);color:#fff}.player-ctrl.focused{background:var(--accent, #4f8cff)}.player-eps{display:flex;gap:14px;overflow:visible}.player-ep{width:188px;flex:0 0 188px;border-radius:10px;padding:5px}.player-ep-img{width:100%;height:106px;object-fit:cover;border-radius:8px;background:rgba(255,255,255,.08);display:block}.player-ep-tag{font-size:19px;color:#cdd8f2;margin-top:5px;text-align:center}.player-ep.current .player-ep-tag{color:var(--accent, #4f8cff);font-weight:700}.player-ep.focused{box-shadow:0 0 0 4px 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}.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}.livex{display:flex;height:100%;min-height:0;position:relative;padding-left:96px}.lx-rail{position:absolute;left:0;top:0;bottom:0;width:96px;z-index:20;background:#0b0f22;overflow:hidden;display:flex;flex-direction:column;padding:26px 16px;gap:8px;transition:width .16s ease}.lx-rail.open{width:320px;border-right:2px solid #232c4d}.lx-logo{font-size:34px;font-weight:900;line-height:1;color:#fff;margin-bottom:18px;white-space:nowrap;min-height:44px;display:flex;align-items:center}.lx-rail:not(.open) .lx-logo{justify-content:center}.lx-logo b{color:var(--accent, #4f8cff)}.lx-logo-full{display:none}.lx-rail.open .lx-logo-full{display:inline}.lx-rail.open .lx-logo-mini{display:none}.lx-menu{display:flex;flex-direction:column;gap:8px}.lx-spacer{flex:1}.lx-menu-item,.lx-reload{display:flex;align-items:center;justify-content:center;gap:18px;height:60px;padding:0 14px;border-radius:14px;color:#cdd8f2;background:rgba(255,255,255,.05)}.lx-reload{border-radius:999px;height:56px;color:#fff;background:var(--accent-soft, rgba(79,140,255,.22))}.lx-rail.open .lx-menu-item,.lx-rail.open .lx-reload{justify-content:flex-start}.lx-menu-ic{font-size:28px;width:34px;text-align:center;flex:0 0 auto}.lx-menu-label{display:none;font-size:23px;font-weight:600;white-space:nowrap}.lx-rail.open .lx-menu-label{display:inline}.lx-menu-item.active{box-shadow:inset 0 0 0 2px var(--accent, #4f8cff)}.lx-menu-item.focused,.lx-reload.focused{box-shadow:inset 0 0 0 3px var(--accent, #4f8cff)}.lx-cats{width:380px;flex:0 0 380px;padding:26px 18px;display:flex;flex-direction:column;gap:8px;overflow:hidden;background:rgba(255,255,255,.02)}.lx-cathead{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:26px;font-weight:700;color:#fff;padding:15px 20px;border-radius:var(--radius, 12px);box-shadow:inset 0 0 0 2px #2a3558;margin-bottom:6px}.lx-cathead-count{color:var(--accent, #4f8cff);font-size:24px}.lx-catlist{flex:1;display:flex;flex-direction:column;gap:6px;overflow:hidden}.lx-cat{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:25px;padding:13px 20px;border-radius:var(--radius, 10px);color:#cdd8f2}.lx-cat-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lx-cat-count{color:#6f7fae;font-weight:700;flex:0 0 auto}.lx-cat.active{color:#fff}.lx-cat.active .lx-cat-name:before{content:"✓ ";color:var(--accent, #4f8cff)}.lx-chans{width:560px;flex:0 0 560px;padding:26px 18px;display:flex;flex-direction:column;gap:8px;overflow:hidden}.lx-search{display:flex;align-items:center;gap:12px;padding:9px 18px;border-radius:var(--radius, 12px);box-shadow:inset 0 0 0 2px #2a3558;margin-bottom:6px}.lx-search.focused{box-shadow:inset 0 0 0 3px var(--accent, #4f8cff);background:var(--accent-soft, rgba(79,140,255,.16))}.lx-search-ic{font-size:24px;flex:0 0 auto}.lx-search-input{flex:1;min-width:0;font-size:24px;color:#fff;background:transparent;border:none;outline:none;padding:6px 0}.lx-search-input::placeholder{color:#8a98c0}.lx-chanlist{flex:1;display:flex;flex-direction:column;gap:6px;overflow:hidden}.lx-chan{display:flex;align-items:center;gap:18px;font-size:25px;padding:11px 18px;border-radius:var(--radius, 10px);background:rgba(255,255,255,.04)}.lx-chan .channel-logo{width:46px;height:46px;object-fit:contain;border-radius:8px;background:rgba(255,255,255,.06);flex:0 0 auto}.lx-chan-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lx-chan-star{font-size:26px;flex:0 0 auto;color:#5c6a96}.lx-chan-star.on{color:#ffce47}.lx-cat.focused,.lx-chan.focused{box-shadow:inset 0 0 0 3px var(--accent, #4f8cff)}.lx-stage{flex:1;display:flex;flex-direction:column;gap:18px;padding:26px 40px 30px 22px;min-width:0}.lx-preview{position:relative;width:100%;height:480px;background:#000;border-radius:14px;overflow:hidden;box-shadow:inset 0 0 0 2px #232c4d;flex:0 0 auto}.lx-preview video,.lx-preview object{width:100%;height:100%;object-fit:contain}.lx-preview .preview-status{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:#9fb0d0;text-align:center;max-width:90%;line-height:1.5}.lx-info{background:rgba(255,255,255,.04);border-radius:14px;padding:22px 28px;flex:1;box-shadow:inset 0 0 0 1px #232c4d;min-height:0}.lx-info .now-name{font-size:28px;font-weight:700;display:flex;align-items:center;gap:16px}.lx-info .now-epg{font-size:22px;color:#9fb0d0;margin-top:12px;line-height:1.55;white-space:pre-line}.lx-info .live-hint{font-size:22px;color:#7c8ab5;margin-top:16px}.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}.sd{position:relative;height:100%;overflow:hidden;background:var(--bg1, #0a0e1f)}.sd-art{position:absolute;top:0;right:0;width:58%;height:100%}.sd-art-img{width:100%;height:100%;object-fit:cover}.sd-art-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--bg1, #0a0e1f) 12%,rgba(10,14,31,.2) 55%,transparent 80%),linear-gradient(0deg,var(--bg1, #0a0e1f) 14%,transparent 52%)}.sd-body{position:relative;z-index:1;height:100%;padding:46px 56px;display:flex;flex-direction:column}.sd-genres{display:flex;gap:12px;margin-bottom:14px}.sd-genre{font-size:20px;padding:7px 18px;border-radius:999px;background:rgba(255,255,255,.12);color:#e8edf8}.sd-title{font-size:72px;font-weight:800;line-height:1.05;max-width:60%}.sd-meta{font-size:22px;color:#b9c6e4;margin-top:8px}.sd-plot{font-size:23px;color:#c7d2ea;line-height:1.5;margin-top:16px;max-width:52%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.sd-eptag{font-size:24px;color:#fff;font-weight:600;margin-top:22px}.sd-actions{display:flex;gap:16px;margin-top:16px}.sd-btn{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:600;padding:14px 28px;border-radius:999px;color:#fff;box-shadow:inset 0 0 0 2px rgba(255,255,255,.45)}.sd-btn-ic{font-size:22px}.sd-btn.focused{background:var(--accent, #4f8cff);box-shadow:none;color:#fff}.sd-sec-title{font-size:24px;font-weight:700;color:#e8edf8;margin:26px 0 12px}.sd-eps{display:flex;gap:18px;overflow:visible}.sd-ep{width:256px;flex:0 0 256px;border-radius:12px;padding:6px}.sd-ep-thumb{position:relative;width:100%;height:144px;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.06)}.sd-ep-img{width:100%;height:100%;object-fit:cover;display:block}.sd-ep-badge{position:absolute;top:8px;left:8px;font-size:18px;font-weight:700;color:#fff;background:rgba(0,0,0,.6);padding:3px 10px;border-radius:8px}.sd-ep-time{position:absolute;top:8px;left:56px;font-size:18px;color:#fff;background:rgba(0,0,0,.6);padding:3px 10px;border-radius:8px}.sd-ep-name{font-size:20px;color:#cdd8f2;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sd-ring{position:absolute;right:8px;bottom:8px;width:42px;height:42px}.sd-ring circle{fill:none;stroke-width:3}.sd-ring .r-disc{fill:rgba(0,0,0,.5);stroke:none}.sd-ring .r-bg{stroke:rgba(255,255,255,.35)}.sd-ring .r-fg{stroke:var(--accent, #4f8cff);stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%}.sd-similar{display:flex;gap:16px;overflow:visible}.sd-sim{width:150px;flex:0 0 150px;padding:6px;border-radius:10px}.sd-sim-img{width:100%;height:218px;object-fit:cover;border-radius:10px;background:rgba(255,255,255,.06);display:block}.sd-sim-name{font-size:17px;color:#cdd8f2;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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:40px 110px;height:100%;overflow-y:auto}.settings .screen-title{font-size:36px;font-weight:800;margin-bottom:18px}.set-sec{font-size:20px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#7c8ab5;margin:18px 0 8px}.settings-row{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:13px 24px;border-radius:var(--radius, 12px);background:rgba(255,255,255,.04);margin-bottom:8px;font-size:23px}.settings-row .k{color:#9fb0d0}.settings-row .v{color:#9fb0d0;text-align:right}.settings-action{background:rgba(255,255,255,.06)}.settings-action.focused .v{color:#fff}.managecat{padding:40px 90px;height:100%;display:flex;flex-direction:column;overflow:hidden}.managecat .screen-title{font-size:36px;font-weight:800;margin-bottom:16px}.mc-tabs{display:flex;gap:14px;margin-bottom:12px}.mc-tab{font-size:24px;padding:12px 28px;border-radius:999px;background:rgba(255,255,255,.06);color:#cdd8f2}.mc-tab.active{color:#fff;box-shadow:inset 0 0 0 2px var(--accent, #4f8cff)}.mc-hint{font-size:20px;color:#7c8ab5;margin-bottom:14px}.mc-list{flex:1;display:flex;flex-direction:column;gap:7px;overflow:hidden}.mc-row{display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:24px;padding:13px 24px;border-radius:var(--radius, 10px);background:rgba(255,255,255,.04)}.mc-row.focused{box-shadow:inset 0 0 0 3px var(--accent, #4f8cff)}.mc-row.hidden-cat{opacity:.55}.mc-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mc-state{flex:0 0 auto;color:#9fb0d0}.pin-modal{width:420px;align-items:center;text-align:center}.pin-dots{font-size:34px;letter-spacing:6px;color:var(--accent, #4f8cff);min-height:40px}.pin-msg{font-size:20px;color:#ff7b7b;min-height:24px}.pin-grid{display:grid;grid-template-columns:repeat(3,96px);gap:12px;justify-content:center}.pin-key{width:96px;height:72px;display:flex;align-items:center;justify-content:center;font-size:30px;border-radius:var(--radius, 12px);background:rgba(255,255,255,.06);color:#fff}
