:root,:root[data-theme=midnight]{color-scheme:dark;--bg: #0f1115;--bg-inset: #0b0d12;--panel: #161a22;--panel-hover: #1b2029;--line: #232733;--text: #e6e9ef;--muted: #8b93a5;--accent: #4c8dff;--on-accent: #ffffff;--focus: #ffffff;--danger: #ff8a9b;--btn-bg: #1c2230;--btn-line: #333a4a;--scrim-strong: rgba(0, 0, 0, .92);--scrim-soft: rgba(0, 0, 0, .35);--shadow: 0 10px 30px rgba(0, 0, 0, .5);--chrome-bg: rgba(22, 26, 34, .97)}:root[data-theme=plex]{color-scheme:dark;--bg: #1f1f1f;--bg-inset: #141414;--panel: #282828;--panel-hover: #323232;--line: #3a3a3a;--text: #eeeeee;--muted: #999999;--accent: #e5a00d;--on-accent: #1a1a1a;--focus: #ffffff;--danger: #ff6b6b;--btn-bg: #333333;--btn-line: #4a4a4a;--scrim-strong: rgba(0, 0, 0, .92);--scrim-soft: rgba(0, 0, 0, .35);--shadow: 0 10px 30px rgba(0, 0, 0, .6);--chrome-bg: rgba(40, 40, 40, .97)}:root[data-theme=reds]{color-scheme:dark;--bg: #0a0a0a;--bg-inset: #050505;--panel: #151515;--panel-hover: #1e1e1e;--line: #2a2a2a;--text: #ffffff;--muted: #a0a0a0;--accent: #c6011f;--on-accent: #ffffff;--focus: #ffffff;--danger: #ff8a9b;--btn-bg: #1c1c1c;--btn-line: #3a3a3a;--scrim-strong: rgba(0, 0, 0, .94);--scrim-soft: rgba(0, 0, 0, .4);--shadow: 0 10px 30px rgba(0, 0, 0, .7);--chrome-bg: rgba(15, 15, 15, .97)}:root[data-theme=daylight]{color-scheme:light;--bg: #f6f7f9;--bg-inset: #eaedf2;--panel: #ffffff;--panel-hover: #f0f2f6;--line: #dfe3ea;--text: #16181d;--muted: #666f80;--accent: #2563eb;--on-accent: #ffffff;--focus: #16181d;--danger: #c0263a;--btn-bg: #eef1f5;--btn-line: #d3d9e2;--scrim-strong: rgba(0, 0, 0, .9);--scrim-soft: rgba(0, 0, 0, .3);--shadow: 0 8px 24px rgba(20, 25, 40, .14);--chrome-bg: rgba(255, 255, 255, .97)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}audio{display:none}.shell{height:100%}video{display:none;background:#000;object-fit:contain}.shell.has-video video{display:block;position:fixed;right:18px;bottom:88px;width:320px;max-width:42vw;aspect-ratio:16 / 9;height:auto;z-index:4;border-radius:10px;border:1px solid var(--line);box-shadow:var(--shadow);cursor:pointer}.shell.view-theater video,.shell.view-fullscreen video{top:0;left:0;right:auto;bottom:auto;width:100%;max-width:none;height:100%;aspect-ratio:auto;border:none;border-radius:0;box-shadow:none;z-index:1;cursor:default}.shell.view-theater .main,.shell.view-fullscreen .main{visibility:hidden}.shell.view-theater .nav,.shell.view-fullscreen .nav,.shell.view-theater .libe-bar,.shell.view-fullscreen .libe-bar{opacity:0;visibility:hidden;pointer-events:none}.shell.view-theater .app,.shell.view-fullscreen .app{background:transparent}.shell.view-theater .miniplayer,.shell.view-fullscreen .miniplayer{z-index:5;border-top:none;transition:opacity .25s ease,transform .25s ease;--text: #ffffff;--muted: rgba(255, 255, 255, .74);--line: rgba(255, 255, 255, .22);--bg-inset: rgba(255, 255, 255, .1);--btn-bg: rgba(255, 255, 255, .16);--btn-line: rgba(255, 255, 255, .34);color:var(--text);padding:26px 20px 14px;background:linear-gradient(to top,#000000f0,#000000b8 45%,#00000047 78%,#0000)}.shell.view-theater .miniplayer .chan,.shell.view-fullscreen .miniplayer .chan,.shell.view-theater .miniplayer .track,.shell.view-fullscreen .miniplayer .track{text-shadow:0 1px 3px rgba(0,0,0,.85)}.shell.idle .miniplayer{opacity:0;transform:translateY(12px);pointer-events:none;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s}.shell.idle{cursor:none}@media(prefers-reduced-motion:reduce){.shell .miniplayer{transition:none}}.shell:fullscreen{background:#000}.shell:-webkit-full-screen{background:#000}.center{display:grid;place-items:center;height:100%;padding:24px}.muted{color:var(--muted)}.error{color:var(--danger)}[data-nav]:focus{outline:3px solid var(--focus);outline-offset:2px;border-radius:10px}:root{--ring: 5px}.app{display:flex;flex-direction:column;height:100%;position:relative;z-index:2}.nav{display:flex;align-items:center;gap:22px;height:52px;padding:0 28px;border-bottom:1px solid var(--line);flex:0 0 auto}.nav .brand{font-weight:650;letter-spacing:.02em;margin-right:8px;white-space:nowrap;flex:0 0 auto}.nav a{color:var(--muted);text-decoration:none;padding:6px 10px;border-radius:8px;white-space:nowrap;flex:0 0 auto}.nav a.active{color:var(--text);background:var(--panel)}.main{flex:1 1 auto;overflow-y:auto;padding:22px 28px 110px;scroll-padding:calc(var(--ring) + 8px)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:12px;cursor:pointer;display:flex;flex-direction:column;gap:10px;transition:transform .12s ease,border-color .12s ease}.card:focus{transform:scale(1.04);border-color:transparent}.card.playing{border-color:var(--accent)}.card .logo{position:relative;aspect-ratio:16 / 9;display:grid;place-items:center;background:var(--bg-inset);border-radius:8px;overflow:hidden}.card .logo img{max-width:78%;max-height:78%;object-fit:contain}.card .logo .num{font-size:26px;color:var(--muted)}.card .title{font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card .track{font-size:13px;min-height:34px}.card .track .t1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card .track .t2{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card.skeleton{pointer-events:none;opacity:.45}.card.skeleton .logo,.card.skeleton .title{background:var(--panel-hover)}.card.skeleton .title{height:14px;border-radius:4px}.bars{position:absolute;right:8px;bottom:8px;display:flex;gap:2px;align-items:flex-end;height:14px}.bars i{width:3px;background:var(--accent);animation:bar .9s ease-in-out infinite}.bars i:nth-child(2){animation-delay:.3s}.bars i:nth-child(3){animation-delay:.6s}@keyframes bar{0%,to{height:4px}50%{height:14px}}@media(prefers-reduced-motion:reduce){.bars i{animation:none;height:9px}}.miniplayer{position:fixed;left:0;right:0;bottom:0;z-index:5;display:flex;align-items:center;gap:14px;padding:12px 20px;background:var(--chrome-bg);border-top:1px solid var(--line)}.miniplayer .logo{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;background:var(--bg-inset);border-radius:8px;overflow:hidden}.miniplayer .logo img{max-width:80%;max-height:80%;object-fit:contain}.miniplayer .info{flex:1 1 auto;min-width:0}.miniplayer .chan{font-weight:600;font-size:14px}.miniplayer .track{color:var(--muted);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.miniplayer .controls{display:flex;gap:8px}.btn{padding:9px 16px;border-radius:8px;background:var(--btn-bg);border:1px solid var(--btn-line);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px}.btn.primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent);font-weight:600}.libe-row{margin-bottom:18px}.libe-title{font-size:15px;font-weight:650;margin:0 0 12px;letter-spacing:.01em}.tv .libe-title{font-size:19px;margin-bottom:16px}.libe-strip{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;padding:calc(var(--ring) + 12px);margin:calc((var(--ring) + 12px) * -1);scroll-padding-inline:calc(var(--ring) + 16px)}.libe-strip::-webkit-scrollbar{display:none}.libe-card{flex:0 0 auto;width:150px;cursor:pointer;transition:transform .12s ease}.tv .libe-card{width:190px}.libe-card:focus{transform:scale(1.06)}.libe-art{position:relative;aspect-ratio:2 / 3;height:225px;border-radius:10px;overflow:hidden;background:var(--bg-inset);display:grid;place-items:center}.tv .libe-art{height:285px}.libe-art img{width:100%;height:100%;object-fit:cover;display:block}.libe-noart{font-size:40px;color:var(--muted)}.libe-progress{position:absolute;left:0;right:0;bottom:0;height:4px;background:#0000008c}.libe-progress span{display:block;height:100%;background:var(--accent)}.libe-name{margin-top:8px;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tv .libe-name{font-size:15px}.libe-year{font-size:12px}.libe-heading{font-size:20px;margin:0 0 6px}.tv .libe-heading{font-size:26px}.libe-meta{font-size:13px;margin-bottom:12px}.libe-overview{max-width:70ch;font-size:14px;line-height:1.55;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.tv .libe-overview{font-size:16px}.libe-play{display:inline-block;margin-bottom:26px;padding:12px 28px}.libe-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:18px 14px;padding-bottom:20px}.tv .libe-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:22px 18px}.libe-grid .libe-card{width:auto}.libe-card.libe-wide .libe-art{aspect-ratio:16 / 9;height:auto;min-height:96px}.libe-seen{position:absolute;right:6px;top:6px;width:22px;height:22px;border-radius:999px;background:var(--accent);color:var(--on-accent);display:grid;place-items:center;font-size:13px;font-weight:700}.libe-bar{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:calc(var(--ring) + 5px) 28px;overflow-x:auto;scrollbar-width:none;scroll-padding-inline:calc(var(--ring) + 28px)}.libe-bar::-webkit-scrollbar{display:none}.libe-bar a{flex:0 0 auto;padding:6px 14px;border-radius:999px;border:1px solid var(--line);color:var(--muted);text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap}.libe-bar a.active{background:var(--panel);color:var(--text);border-color:var(--accent)}.tv .libe-bar{gap:10px;padding:calc(var(--ring) + 7px) 40px}.tv .libe-bar a{font-size:17px;padding:8px 18px}.libe-backdrop{position:absolute;inset:0 0 auto 0;height:46vh;background-size:cover;background-position:center 20%;opacity:.22;-webkit-mask-image:linear-gradient(to bottom,#000 0%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,transparent 100%);pointer-events:none}.libe-detail{position:relative}.admin-note{max-width:72ch;font-size:13px;line-height:1.6;margin:0 0 20px}.admin-table{border-collapse:collapse;width:100%;max-width:820px;font-size:14px}.admin-table th{text-align:left;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:600;padding:0 14px 10px}.admin-table th:not(:first-child),.admin-table td:not(:first-child){text-align:center;width:96px}.admin-table td{padding:12px 14px;border-top:1px solid var(--line)}.admin-name{font-weight:600}.admin-sub{font-size:12px}.admin-unlinked{color:var(--accent)}.admin-table input[type=checkbox]{width:18px;height:18px;cursor:pointer}.admin-error{color:var(--accent);margin-top:16px}.account{margin-left:10px;border-radius:999px}.account-avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--panel);border:1px solid var(--line);overflow:hidden;font-size:13px;font-weight:650;color:var(--muted)}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-avatar-lg{width:64px;height:64px;font-size:26px;flex:0 0 auto}.tv .account-avatar{width:38px;height:38px;font-size:16px}.account-dialog{width:min(460px,92vw)}.settings-group{margin-top:14px}.settings-group>.menu-section{margin-top:0}.menu-item .chips{display:inline-flex;flex:0 0 auto}.menu-item .chips i{width:11px;height:15px;display:block;border:1px solid var(--line)}.menu-item .chips i:first-child{border-radius:3px 0 0 3px}.menu-item .chips i:last-child{border-radius:0 3px 3px 0}.menu-item .chips i+i{border-left:none}.account-warn{margin:0 0 6px}.account-danger{color:var(--accent);font-weight:600}.plex-step{font-size:17px;margin:0 0 18px}.plex-code{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:64px;font-weight:700;letter-spacing:.22em;text-indent:.22em;font-variant-numeric:tabular-nums;padding:22px 0;color:var(--accent)}.plex-waiting{color:var(--muted);letter-spacing:0}.plex-hint{font-size:13px;line-height:1.6}.plex-error{color:var(--accent);margin:0 0 18px}.tv .plex-code{font-size:84px}.tv .plex-step{font-size:21px}.tv .plex-hint{font-size:16px}.login{width:min(560px,92vw);text-align:center}.login h1{font-size:30px;margin:0 0 28px;letter-spacing:.01em}.profiles{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-bottom:26px}.profile{padding:10px;border-radius:12px;cursor:pointer}.profile.selected .avatar{border-color:var(--accent)}.profile .avatar{width:92px;height:92px;border-radius:12px;background:var(--panel);border:2px solid var(--line);display:grid;place-items:center;font-size:34px;overflow:hidden}.profile .avatar img{width:100%;height:100%;object-fit:cover}.profile .name{margin-top:8px;font-size:14px}.secret{display:flex;gap:10px;justify-content:center}.secret input{padding:11px 14px;border-radius:8px;font-size:16px;background:var(--bg-inset);color:var(--text);border:1px solid var(--line);min-width:220px}.secret input:focus{outline:2px solid var(--accent);outline-offset:1px}.secret button{padding:11px 20px;border-radius:8px;font-size:15px;cursor:pointer;background:var(--accent);border:none;color:var(--on-accent);font-weight:600}.secret button:disabled{opacity:.5;cursor:default}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:22px}.panel pre{background:var(--bg-inset);padding:10px 12px;border-radius:8px;font-size:13px;overflow-x:auto;text-align:left}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--scrim-strong);display:grid;place-items:center;padding:24px;z-index:10}.dialog{background:var(--panel);border:1px solid var(--line);border-radius:14px;width:min(520px,92vw);padding:24px;max-height:calc(100vh - 48px);overflow-y:auto;scrollbar-width:none;scroll-padding:calc(var(--ring) + 8px)}.dialog::-webkit-scrollbar{display:none}.dialog h2{margin:0 0 18px;font-size:19px}.dialog .active{display:flex;gap:16px;align-items:center;margin-bottom:22px}.dialog .active img{width:66px;height:66px;object-fit:contain;border-radius:8px;background:var(--bg-inset)}.dialog .big{font-size:19px;font-weight:650}.dialog .track{margin-top:6px;color:var(--accent);font-size:14px}.dialog .actions{display:flex;gap:10px;justify-content:flex-end}@media(min-width:1600px){body{font-size:18px}.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}.main{padding:32px 56px 130px}}.btn.ghost{background:var(--btn-bg);border-color:var(--btn-line);color:var(--text);font-weight:600}.miniplayer .btn.ghost{margin-right:6px}.shell.view-theater .miniplayer .btn,.shell.view-fullscreen .miniplayer .btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text)}.nav-spacer{flex:1 1 auto;min-width:12px}.themepicker{display:flex;gap:6px;align-items:center}.swatch{display:flex;align-items:center;gap:7px;padding:5px 9px;border-radius:8px;cursor:pointer;border:1px solid transparent;font-size:12.5px;color:var(--muted)}.swatch.active{border-color:var(--accent);color:var(--text)}.swatch .chips{display:inline-flex}.swatch .chips i{width:11px;height:15px;display:block;border:1px solid var(--line)}.swatch .chips i:first-child{border-radius:3px 0 0 3px}.swatch .chips i:last-child{border-radius:0 3px 3px 0}.swatch .chips i+i{border-left:none}@media(max-width:900px){.swatch .label{display:none}}.logo-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.logo-inner img{max-width:78%;max-height:78%;object-fit:contain}.logo-inner .num{font-size:26px;color:var(--muted)}.card .logo{position:relative}.miniplayer .logo .num{font-size:16px;color:var(--muted)}.tv .grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.tv .main{padding:26px 40px 130px}.tv .nav{height:62px;padding:0 40px;font-size:17px}.tv .card .title{font-size:16px}.tv .card .track{font-size:14px}.tv{--ring: 7px}.tv [data-nav]:focus{outline-width:4px;outline-offset:3px}.tv .card:focus{transform:scale(1.06)}.tv .shell.view-theater .miniplayer .btn,.tv .shell.view-fullscreen .miniplayer .btn{-webkit-backdrop-filter:none;backdrop-filter:none}.tv .card:hover:not(:focus){transform:none}.miniplayer .chan{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.miniplayer .track .sep{color:var(--muted)}.slotbar{height:3px;margin-top:7px;border-radius:2px;background:var(--bg-inset);overflow:hidden;max-width:460px}.slotbar i{display:block;height:100%;background:var(--accent);transform-origin:left center;transform:scaleX(var(--from, 0));animation:slot-fill linear forwards}@keyframes slot-fill{0%{transform:scaleX(var(--from, 0))}to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.slotbar i{animation:none}}.tv .miniplayer .chan{font-size:18px}.tv .miniplayer .track{font-size:15px}.tv .slotbar{max-width:620px;height:4px}.recents{position:fixed;left:0;right:0;bottom:0;z-index:6;padding:26px 28px 132px;background:linear-gradient(to top,#000000eb,#000000b8 55%,#0000);color:#fff}.recents-label{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#ffffffb3;margin-bottom:12px;text-shadow:0 1px 3px rgba(0,0,0,.85)}.recents-row{display:flex;gap:14px;overflow-x:auto;padding:var(--ring) var(--ring) calc(var(--ring) + 4px);scroll-padding-inline:var(--ring);scrollbar-width:none}.recents-row::-webkit-scrollbar{display:none}.recent{flex:0 0 auto;width:168px;cursor:pointer;transition:transform .12s ease}.recent:focus{transform:scale(1.06)}.recent-logo{position:relative;aspect-ratio:16 / 9;height:94px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:10px;overflow:hidden}.recent-name{margin-top:7px;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.85)}.tv .recent{width:210px}.tv .recent-logo{height:118px}.tv .recent-name{font-size:15px}.tv .recents{padding-bottom:150px}.tuning{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-content:center;justify-items:center;gap:14px;color:#fff;pointer-events:none}.tuning-logo{position:relative;width:190px;height:108px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;overflow:hidden}.tuning-name{font-size:20px;font-weight:650;text-shadow:0 1px 4px rgba(0,0,0,.8)}.tuning-state{font-size:14px;color:#ffffffbf}.tuning-hint{font-size:13px;color:#ffffff8c}.dots:after{content:"";animation:dots 1.4s steps(4,end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}@media(prefers-reduced-motion:reduce){.dots:after{content:"...";animation:none}}.tv .tuning-logo{width:240px;height:135px}.tv .tuning-name{font-size:24px}.tv .tuning-state{font-size:16px}html.native-video,html.native-video body{background:transparent}html.native-video video{opacity:0;background:transparent}html.native-video .shell.has-video video{border-color:transparent;outline:1px solid var(--line);outline-offset:-1px}html.native-video .shell.view-theater video,html.native-video .shell.view-fullscreen video{outline:none}.bufferpicker{display:flex;gap:6px;align-items:center;margin-right:10px}.bufferpicker .bars{position:static;display:inline-flex;gap:2px;align-items:flex-end;height:13px}.bufferpicker .bars i{width:3px;background:var(--muted);animation:none;display:block}.bufferpicker .bars i:nth-child(1){height:5px}.bufferpicker .bars i:nth-child(2){height:9px}.bufferpicker .bars i:nth-child(3){height:13px}.bufferpicker .swatch.active .bars i{background:var(--accent)}@media(max-width:1100px){.bufferpicker .label{display:none}}.guide{display:flex;flex-direction:column;height:100%;overflow:hidden}.guide-detail{position:relative;flex:0 0 auto;height:var(--guide-detail-h);display:flex;align-items:flex-start;gap:20px;padding:14px 24px;border-bottom:1px solid var(--line);background:var(--panel);overflow:hidden}.guide-detail-text{flex:1 1 auto;min-width:0}.guide-detail-head{display:flex;align-items:center;gap:12px}.guide-detail-title{font-size:21px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-live{flex:0 0 auto;font-size:11px;font-weight:700;letter-spacing:.08em;padding:3px 8px;border-radius:4px;background:var(--accent);color:var(--on-accent)}.guide-detail-sub{margin-top:5px;font-size:13px;color:var(--muted)}.guide-detail-bar{margin-top:9px;height:3px;border-radius:2px;background:var(--bg-inset);overflow:hidden;max-width:420px}.guide-detail-bar i{display:block;height:100%;background:var(--accent);transform-origin:left center}.guide-detail-desc{margin-top:8px;font-size:13px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:38px}.guide-timebar{flex:0 0 auto;display:flex;height:34px;border-bottom:1px solid var(--line);background:var(--chrome-bg)}.guide-corner{flex:0 0 200px;width:200px;display:flex;align-items:center;padding-left:16px;font-size:12px;font-weight:600;color:var(--muted);border-right:1px solid var(--line)}.guide-times{position:relative;flex:1 1 auto;overflow:hidden}.guide-tick{position:absolute;top:0;height:34px;display:flex;align-items:center;padding-left:8px;font-size:12px;color:var(--muted);border-left:1px solid var(--line);white-space:nowrap}.guide-viewport{position:relative;flex:1 1 auto;overflow:hidden}.guide-rows{position:relative;will-change:transform}.guide-row{position:absolute;left:0;right:0;display:flex}.guide-row.on-row .guide-chan{background:var(--panel-hover)}.guide-chan{flex:0 0 200px;width:200px;display:flex;align-items:center;gap:10px;padding:0 12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--panel)}.guide-num{font-size:13px;color:var(--muted);width:34px;flex:0 0 auto}.guide-logo{position:relative;width:92px;height:46px}.guide-logo img{max-width:100%;max-height:100%;object-fit:contain}.guide-logo .num{font-size:15px;color:var(--muted)}.guide-lane{position:relative;flex:1 1 auto;overflow:hidden;border-bottom:1px solid var(--line)}.guide-track{position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform}.guide-block{position:absolute;top:4px;bottom:4px;display:flex;align-items:center;padding:0 10px;border-radius:6px;background:var(--bg-inset);border:1px solid transparent;overflow:hidden}.guide-title{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-block.past{opacity:.45}.guide-block.filler .guide-title{color:var(--muted);font-style:italic}.guide-block.selected{background:var(--accent);border-color:var(--focus);box-shadow:0 0 0 2px var(--focus);opacity:1}.guide-block.selected .guide-title{color:var(--on-accent);font-weight:600}.guide-now{position:absolute;top:0;width:2px;background:var(--danger);pointer-events:none;z-index:3}.tv .guide-detail{min-height:132px;padding:18px 32px 14px}.tv .guide-detail-title{font-size:24px}.tv .guide-detail-sub,.tv .guide-detail-desc{font-size:15px}.tv .guide-title{font-size:16px}.tv .guide-num{font-size:15px}.shell.route-guide .main{padding:0;overflow:hidden}.shell.route-guide{--guide-detail-h: 150px;--preview-w: 216px;--preview-h: 122px;--preview-top: 66px}html.tv .shell.route-guide{--guide-detail-h: 176px;--preview-w: 256px;--preview-h: 144px;--preview-top: 77px}.guide-preview{flex:0 0 auto;width:var(--preview-w);height:var(--preview-h);border-radius:8px;background:#000;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.guide-preview-idle{font-size:12px;color:var(--muted)}.guide-preview-audio{display:grid;place-items:center;gap:6px;font-size:12px;color:var(--muted);text-align:center;padding:0 8px}.guide-preview-audio span{max-width:calc(var(--preview-w) - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-preview-logo{position:relative;width:108px;height:54px}.guide-preview-logo img{max-width:100%;max-height:100%;object-fit:contain}.guide-preview-logo .num{font-size:15px;color:var(--muted)}.shell.route-guide.view-browse .miniplayer{display:none}.shell.route-guide.view-browse.has-video video{position:fixed;top:var(--preview-top);right:24px;left:auto;bottom:auto;width:var(--preview-w);height:var(--preview-h);max-width:none;aspect-ratio:auto;border:none;border-radius:8px;box-shadow:none;z-index:5;cursor:default}.lineup-caption{display:flex;align-items:baseline;gap:10px;padding:0 2px 14px;font-size:13.5px}.lineup-name{font-weight:650;color:var(--accent)}.lineup-caption .muted{font-size:12px;letter-spacing:.04em}.tv .lineup-caption{padding-bottom:18px;font-size:16px}.tv .lineup-caption .muted{font-size:14px}.card .star{position:absolute;left:8px;top:6px;font-size:15px;line-height:1;color:var(--accent);text-shadow:0 1px 3px rgba(0,0,0,.6)}.tv .card .star{font-size:18px}.dialog.menu{width:min(460px,92vw)}.menu-head{display:flex;gap:14px;align-items:center;margin-bottom:18px}.menu-logo{position:relative;width:96px;height:54px;flex:0 0 auto;background:var(--bg-inset);border-radius:8px;overflow:hidden}.menu-items{display:flex;flex-direction:column;gap:8px}.menu-section{margin:20px 0 10px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.menu-scroll{max-height:46vh;overflow-y:auto;scrollbar-width:none;padding:var(--ring);margin:calc(var(--ring) * -1);scroll-padding:var(--ring)}.menu-scroll::-webkit-scrollbar{display:none}.menu-item.active{background:var(--accent);border-color:var(--accent);color:var(--on-accent);font-weight:600}.menu-count{opacity:.6;margin-left:6px;font-size:12px}.menu-item.active .menu-count{opacity:.8}.menu-cancel{margin-top:12px}.menu-item{display:flex;align-items:center;gap:10px;text-align:left;padding:12px 16px;font-size:15px}.menu-value{margin-left:auto;color:var(--muted);font-weight:400;font-size:13px;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:55%}.menu-item.active .menu-value{color:var(--on-accent);opacity:.8}.menu-items .menu-items{gap:8px}.menu-note{margin-top:16px;font-size:12.5px;color:var(--muted);line-height:1.45}.tv .menu-item{font-size:17px;padding:14px 18px}.profiles{display:flex;flex-direction:column;gap:10px}.profile-grid{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:var(--ring);margin:calc(var(--ring) * -1)}.profile{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:8px;width:96px;padding:8px 4px;border-radius:12px;cursor:pointer;transition:transform .12s ease}.profile:focus{transform:scale(1.06)}.tv .profile{width:120px}.profile-face{width:72px;height:72px;border-radius:999px;overflow:hidden;background:var(--panel);border:1px solid var(--line);display:grid;place-items:center}.profile-face img{width:100%;height:100%;object-fit:cover}.profile-initial{font-size:28px;font-weight:650;color:var(--muted)}.tv .profile-face{width:92px;height:92px}.profile-name{font-size:14px;font-weight:600;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tv .profile-name{font-size:16px}.keypad-head{text-align:center;margin-bottom:4px}.keypad-dots{font-size:26px;letter-spacing:8px;min-height:34px;color:var(--text);margin-top:6px}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:var(--ring);margin:calc(var(--ring) * -1)}.keypad-key{display:grid;place-items:center;height:48px;font-size:20px;font-weight:600}.tv .keypad-key{height:58px;font-size:24px}.keypad-aux{font-size:17px}.libe-more{padding:18px 0 6px;font-size:13px}.tv .libe-more{font-size:15px}.menu-item-on{border-color:var(--accent)}.profile-tag{font-size:11px;color:var(--muted);letter-spacing:.02em}.tv .profile-tag{font-size:13px}.nav-search{font-size:20px;line-height:1;padding:4px 10px}.tv .nav-search{font-size:24px}.search{display:flex;flex-direction:column;gap:4px}.search-entry{display:flex;flex-direction:column}.search-answers{display:flex;flex-direction:column;gap:4px;min-width:0}.search-split{flex-direction:row;align-items:flex-start;gap:28px}.search-split .search-entry{flex:0 0 auto}.search-split .search-answers{flex:1 1 auto}.search-split .search-box{max-width:none;margin-bottom:14px}.search-split .search-status{text-align:left}.search-split .search-rows{max-width:none}.search-box{width:100%;max-width:640px;align-self:center;padding:12px 16px;margin-bottom:10px;font:inherit;font-size:16px;color:var(--text);background:var(--panel);border:1px solid var(--line);border-radius:10px}.search-box::placeholder{color:var(--muted)}.tv .search-box{font-size:19px;padding:14px 18px}.search-status{min-height:20px;text-align:center;font-size:13px}.search-rows{display:flex;flex-direction:column;gap:8px;padding:var(--ring);margin:calc(var(--ring) * -1);max-width:720px}.search-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-hint{padding-top:40px;display:grid;gap:16px;justify-items:center}.kb{display:flex;flex-direction:column;gap:8px;align-items:center;padding:var(--ring);margin:calc(var(--ring) * -1) auto 14px}.kb-row{display:flex;gap:8px}.kb-key{display:grid;place-items:center;width:56px;height:46px;font-size:18px;font-weight:600;text-transform:none}.tv .kb-key{width:68px;height:54px;font-size:21px}.kb-wide{width:188px;font-size:15px}.tv .kb-wide{width:228px;font-size:17px}.search-box[readonly]{text-align:center;letter-spacing:.02em;cursor:default}.req-card .libe-art img{width:100%;height:100%;object-fit:cover}.req-noart{display:grid;place-items:center;width:100%;height:100%;font-size:34px;font-weight:650;color:var(--muted)}.req-kind{position:absolute;left:6px;top:6px;padding:2px 7px;border-radius:999px;background:#000000b8;color:#fff;font-size:11px;font-weight:650;letter-spacing:.02em}.tv .req-kind{font-size:13px;padding:3px 9px}.req-state{position:absolute;right:6px;bottom:6px;padding:2px 7px;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:11px;font-weight:650}.tv .req-state{font-size:13px}.req-poster{width:64px;border-radius:8px;flex:0 0 auto;background:var(--panel)}.tv .req-poster{width:82px}.req-overview{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.45}.tv .req-overview{font-size:15px;-webkit-line-clamp:3}.res-grid{display:grid;gap:18px 14px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));padding:var(--ring);margin:calc(var(--ring) * -1)}.tv .res-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:22px 16px}.res-card{cursor:pointer;transition:transform .12s ease}.res-card:focus{transform:scale(1.05)}.res-art{position:relative;aspect-ratio:2 / 3;min-height:200px;border-radius:10px;overflow:hidden;background:var(--panel);border:1px solid var(--line)}.res-art img{width:100%;height:100%;object-fit:cover;display:block}.res-noart{display:grid;place-items:center;width:100%;height:100%;font-size:34px;font-weight:650;color:var(--muted)}.res-kind{position:absolute;left:6px;top:6px;padding:2px 8px;border-radius:6px;background:#000000bd;color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tv .res-kind{font-size:12px;padding:3px 9px}.res-title{margin-top:8px;font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.res-year{font-size:12px}.tv .res-title{font-size:15px}.tv .res-year{font-size:13px}.res-action{margin-top:6px;padding:5px 8px;border-radius:7px;text-align:center;font-size:12px;font-weight:650}.tv .res-action{font-size:14px;padding:7px 9px}.res-have{background:#2ea0672e;color:#43c07f}.res-wait{background:#d4a0172e;color:#d9ab2b}.res-ask{background:var(--accent);color:var(--on-accent)}.req-genres{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}.req-genre{padding:2px 8px;border-radius:999px;background:var(--panel);border:1px solid var(--line);font-size:11px;color:var(--muted)}.tv .req-genre{font-size:13px}.menu-item-static{opacity:.75;cursor:default}.mini-art{height:34px;width:auto;max-width:40px;object-fit:cover;border-radius:4px;flex:0 0 auto}.tv .mini-art{height:42px;max-width:50px}
