select{background:#11151a;border:1px solid var(--line);color:var(--text);border-radius:8px;padding:8px;max-width:180px}.poster-card{padding:0;overflow:hidden;cursor:pointer;transition:transform .18s,border-color .18s}.poster-card:hover{transform:translateY(-3px);border-color:#46505d}.poster-card>img,.poster-empty{width:100%;aspect-ratio:2/3;object-fit:cover;background:#1c2229}.poster-empty{display:grid;place-items:center;color:var(--muted)}.media-copy{padding:14px}.media-copy .add{margin-top:15px;width:100%}.toolbar,.torrent-controls{display:flex;align-items:center;gap:7px}.torrent{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:14px 2px;border-top:1px solid var(--line)}.torrent:first-child{border-top:0}.torrent-main{min-width:0}.torrent-main strong,.torrent-main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.torrent-main small{color:var(--muted);margin-top:4px}.danger{color:var(--red)}.search-button,.small-primary{width:auto;margin:0}.check{display:flex;align-items:center;gap:9px}.check input{width:auto;margin:0}.detail-head{display:grid;grid-template-columns:210px minmax(0,760px);gap:32px;align-items:start;margin:25px 0 30px}.detail-head>img{width:100%;border-radius:14px}.detail-head p:not(.eyebrow){line-height:1.7}.service-link{display:inline-block;margin-top:10px;color:var(--lime);text-decoration:none}.episodes{display:grid;gap:12px}.episodes details,.movie-status{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:0 18px}.episodes summary{padding:17px 0;cursor:pointer;font-weight:800}.episodes summary span{float:right;color:var(--muted);font-size:12px;font-weight:500}.badge.have{color:var(--lime)}.back{margin-bottom:5px}dialog select{display:block;width:100%;max-width:none;margin-top:6px}dialog .check{margin-top:18px}@media(max-width:800px){.torrent{grid-template-columns:1fr}.torrent-controls{flex-wrap:wrap}.detail-head{grid-template-columns:110px 1fr;gap:18px}.toolbar .speed{display:none}}@media(max-width:520px){.detail-head{grid-template-columns:1fr}.detail-head>img{width:150px}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.media-copy{padding:10px}.media h3{font-size:13px}.torrent-controls select{width:100%;max-width:none}}
.filterbar{display:flex;gap:7px;align-items:center;flex-wrap:wrap;padding:14px 0 16px;border-bottom:1px solid var(--line)}.filterbar .filter{border:1px solid var(--line);background:#101419;color:var(--muted);border-radius:99px;padding:7px 11px;cursor:pointer}.filterbar .filter b{margin-left:7px;font-size:10px;background:#262c34;padding:2px 5px;border-radius:8px}.filterbar .filter.selected{color:#11150b;background:var(--lime);border-color:var(--lime)}.filterbar .filter.selected b{background:#0002}.filterbar select{margin-left:auto}.bulkbar{display:flex;gap:7px;align-items:center;padding:12px 0}.bulkbar>span{font-size:9px;letter-spacing:.14em;color:var(--muted);font-weight:800;margin-right:4px}.bulkbar .ghost{padding:6px 9px;font-size:12px}@media(max-width:700px){.filterbar select{margin-left:0;width:100%;max-width:none}.bulkbar{overflow:auto}.bulkbar>span{display:none}}
.anime-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px}.side-stack{display:grid;align-content:start;gap:18px}.dub-day{border-top:1px solid var(--line);padding:14px 0}.dub-day:first-child{border-top:0}.dub-day h3{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px}.dub-event{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:8px;border-radius:9px}.dub-event:hover{background:#ffffff05}.dub-event img{width:42px;height:56px;object-fit:cover;border-radius:6px}.dub-event strong,.dub-event small{display:block}.dub-event small{color:var(--muted);margin-top:3px}.dub-event.owned{opacity:.6}.source-note{font-size:11px;color:var(--muted);border-top:1px solid var(--line);padding-top:13px}.source-note a{color:var(--lime)}.explain{font-size:11px;margin-top:-7px}.anime-layout .side-stack .list{max-height:520px;overflow:auto}@media(max-width:1000px){.anime-layout{grid-template-columns:1fr}.anime-stats{grid-template-columns:repeat(2,1fr)}}
.thumb-row{grid-template-columns:38px minmax(0,1fr) auto}.thumb-row>img,.mini-placeholder{width:38px;height:50px;object-fit:cover;border-radius:6px;background:#222831}.episode-list{display:grid}.episode-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--line)}.episode-num{width:30px;height:30px;display:grid;place-items:center;background:#20262d;border-radius:8px;color:var(--muted);font-weight:800}.episode-copy{min-width:0}.episode-copy strong,.episode-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.episode-copy small{color:var(--muted);margin-top:3px}.episode-actions{display:flex;gap:6px}.episode-actions button{padding:6px 8px;font-size:11px}@media(max-width:700px){.episode-row{grid-template-columns:30px minmax(0,1fr) auto}.episode-actions{grid-column:2/4}.episode-actions button{flex:1}}
#auth-screen{position:fixed;z-index:1000;inset:0;background:radial-gradient(circle at 70% 20%,#263018 0,transparent 30%),#090b0e;display:grid;place-items:center;padding:20px;transition:opacity .2s}#auth-screen.hidden{opacity:0;pointer-events:none}#auth-form{width:min(390px,100%);background:linear-gradient(145deg,#171b21,#101318);border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:0 30px 80px #0008}#auth-form .brandmark{margin-bottom:28px}#auth-form h1{margin-bottom:8px}#auth-form label{display:block;color:var(--muted);font-size:12px;margin-top:17px}#auth-form input{margin-top:6px}#auth-form .primary{width:100%;margin-top:18px}#auth-error{min-height:20px;color:var(--red);font-size:12px;margin:10px 0 -7px}
.discover-section{margin-bottom:38px}.dub-search{align-items:center}.dub-search .badge{white-space:nowrap}.dub-card .media-copy p{min-height:36px}.dub-card[hidden]{display:none}
.discover-tabs{display:flex;gap:6px;margin-bottom:24px;padding:5px;background:var(--panel);border:1px solid var(--line);border-radius:12px;width:max-content}.discover-tabs button{border:0;background:transparent;color:var(--muted);border-radius:8px;padding:9px 15px;cursor:pointer;font-weight:700}.discover-tabs button.selected{background:var(--lime);color:#11150b}.calendar-shell{padding:22px;margin-bottom:18px}.calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.calendar-nav{display:flex;gap:7px}.month-calendar{min-width:0}.weekdays,.calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.weekdays span{text-align:center;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.1em;padding:8px}.calendar-day{min-height:145px;border-top:1px solid var(--line);border-left:1px solid var(--line);padding:8px;min-width:0}.calendar-day:nth-child(7n){border-right:1px solid var(--line)}.calendar-day:nth-last-child(-n+7){border-bottom:1px solid var(--line)}.calendar-day.outside{opacity:.35}.calendar-day.today{background:#b8f35a09;box-shadow:inset 0 0 0 1px var(--lime)}.calendar-day>header{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-bottom:7px}.calendar-day>header b{background:var(--lime);color:#10130c;border-radius:8px;padding:1px 5px}.day-events{display:grid;gap:5px}.calendar-event{display:grid;grid-template-columns:26px minmax(0,1fr);gap:6px;align-items:center;background:#1b2027;border-radius:7px;padding:5px;min-width:0}.calendar-event img{width:26px;height:35px;object-fit:cover;border-radius:4px}.calendar-event strong,.calendar-event small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.calendar-event small{color:var(--muted);font-size:9px}.calendar-event i{grid-column:1/3;color:var(--lime);font-size:7px;font-style:normal;font-weight:900;letter-spacing:.08em}.tracking-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tracking-grid .list{max-height:500px;overflow:auto}@media(max-width:900px){.month-calendar{overflow-x:auto}.weekdays,.calendar-days{min-width:850px}.tracking-grid{grid-template-columns:1fr}}@media(max-width:520px){.calendar-head{align-items:flex-start}.calendar-head h2{font-size:18px}.discover-tabs{width:100%}.discover-tabs button{flex:1}}
.brandmark svg{width:24px!important;height:24px!important;fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.brand .brandmark svg{color:#10130c}.brand nav{}nav button{display:flex;align-items:center;gap:12px}nav button>svg{display:block;width:16px!important;height:16px!important;min-width:16px;max-width:16px;fill:none!important;stroke:#aab3be!important;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 16px}nav button.active>svg,nav button:hover>svg{stroke:var(--lime)!important}.icon{display:grid;place-items:center}.icon svg{display:block;width:15px!important;height:15px!important;min-width:15px;max-width:15px;fill:none!important;stroke:#c4cbd4!important;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}#auth-form>.brandmark{display:grid;place-items:center}#auth-form>.brandmark svg{color:#10130c}
.discover-detail{display:grid;grid-template-columns:minmax(180px,280px) minmax(0,760px);gap:36px;align-items:start;margin-top:24px}.discover-detail>img{width:100%;border-radius:16px;box-shadow:0 20px 50px #0007}.discover-detail h1{font-size:38px}.genre-row{display:flex;gap:6px;flex-wrap:wrap;margin:18px 0}.detail-overview{font-size:15px;line-height:1.75;color:#cbd0d7}.release-box{border:1px solid var(--line);background:var(--panel);border-radius:12px;padding:14px 16px;margin:20px 0}.release-box p{color:var(--muted);margin:5px 0 0}.detail-add{width:auto;margin-top:5px}@media(max-width:700px){.discover-detail{grid-template-columns:1fr;gap:20px}.discover-detail>img{width:160px}.discover-detail h1{font-size:28px}}
:root{--bg:#0f1115;--panel:#15181d;--panel2:#1b1f25;--line:#2b3038;--lime:#4cdd45;--text:#f7f8fa;--muted:#9299a4}body{background:radial-gradient(circle at 75% -10%,#4cdd450a,transparent 30%),var(--bg)}.brandmark{overflow:hidden;background:#111318!important;border:1px solid #2e343d!important}.brandmark img{display:block;width:100%;height:100%;object-fit:cover}.brand .brandmark{width:38px;height:38px;border-radius:11px;padding:0}.brand .brandmark img{border-radius:10px}#auth-form>.brandmark{width:56px;height:56px;border-radius:16px;padding:0}#auth-form>.brandmark img{border-radius:15px}.primary{background:var(--lime);border-color:var(--lime)}.live i,.status.ok{background:var(--lime);box-shadow:0 0 9px #4cdd45}.progress i{background:linear-gradient(90deg,#34c93c,#62e756)}
#regular-search-form{position:relative;z-index:2}#regular-query{position:relative;z-index:3;pointer-events:auto!important;user-select:text!important;cursor:text}
.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:11px;margin:16px 0 12px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.guest-login{width:100%;padding:11px}.guest-note{display:block;text-align:center;color:var(--muted);margin-top:9px}#guest-badge{margin-left:8px;color:var(--lime)}body.guest .add,body.guest .episode-actions,body.guest .bulkbar,body.guest .torrent-controls,body.guest .detail-add,body.guest .small-primary,body.guest .service-link,body.guest aside .links{display:none!important}
.library-tabs{display:flex;gap:8px;margin-bottom:20px;overflow-x:auto}.library-tabs button{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:var(--panel);color:var(--muted);border-radius:11px;padding:10px 14px;cursor:pointer;white-space:nowrap;font-weight:700}.library-tabs button b{font-size:10px;background:#272d35;padding:2px 6px;border-radius:99px}.library-tabs button.selected{background:var(--lime);border-color:var(--lime);color:#10140c}.library-tabs button.selected b{background:#0002}
.library-summary{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.library-summary h2{font-size:24px}.library-groups{display:grid;gap:24px}.library-group{padding:22px}.library-group .panel-head{border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:20px}.library-group .panel-head h2{font-size:20px}
:root{--lime:#ff8a1f}body{background:radial-gradient(circle at 75% -10%,#ff8a1f12,transparent 32%),var(--bg)}#auth-screen{background:radial-gradient(circle at 70% 20%,#ff8a1f1c 0,transparent 32%),#090b0e}.primary{background:#ff8a1f;border-color:#ff8a1f}.live i,.status.ok{background:#ff8a1f;box-shadow:0 0 9px #ff8a1f}.progress i{background:linear-gradient(90deg,#f27413,#ffa43e)}.calendar-day.today{background:#ff8a1f0d;box-shadow:inset 0 0 0 1px #ff8a1f}nav .nav-link{display:flex;align-items:center;gap:12px;color:var(--muted);text-decoration:none;padding:11px 13px;border-radius:9px;font-weight:600}nav .nav-link:hover{background:var(--panel2);color:var(--text)}nav .nav-link svg{display:block;width:16px;height:16px;min-width:16px;fill:none;stroke:#aab3be;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}nav .nav-link:hover svg{stroke:#ff8a1f}.viewer .admin-only,.viewer aside .links,.viewer .episode-actions,.viewer .service-link,.viewer .bulkbar,.viewer .torrent-controls{display:none!important}.viewer nav button.active{background:var(--panel2)}.jellyfin-card{display:block;color:inherit;text-decoration:none}.calendar-event.type-dub{box-shadow:inset 3px 0 #ff8a1f}.calendar-event.type-movie{box-shadow:inset 3px 0 #6aa9ff}
.poster-card{position:relative;transform-origin:center;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.poster-card>img{transition:transform .35s ease,filter .25s ease}.poster-card:hover{transform:translateY(-6px) scale(1.018);border-color:#ff8a1f80;box-shadow:0 18px 42px #0009,0 0 0 1px #ff8a1f30}.poster-card:hover>img{transform:scale(1.045);filter:brightness(.72)}.jellyfin-card:after{content:'▶';position:absolute;left:50%;top:38%;width:48px;height:48px;margin:-24px;display:grid;place-items:center;border-radius:50%;background:#ff8a1f;color:#17100a;font-size:17px;box-shadow:0 10px 30px #0009;opacity:0;transform:scale(.72);transition:.2s;pointer-events:none}.jellyfin-card:hover:after{opacity:1;transform:scale(1)}.library-shortcuts{display:flex;gap:8px;margin:-5px 0 22px;position:sticky;top:10px;z-index:5;width:max-content;padding:6px;border:1px solid var(--line);border-radius:13px;background:#101318e8;backdrop-filter:blur(14px)}.library-shortcuts button{border:0;background:transparent;color:var(--muted);padding:8px 13px;border-radius:9px;cursor:pointer;font-weight:700}.library-shortcuts button:hover{background:#ff8a1f;color:#16100a}.library-shortcuts b{font-size:9px;margin-left:5px}.jf-season{margin-top:20px}.jf-episode-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.jf-episode{position:relative;border:1px solid var(--line);background:#111419;border-radius:12px;overflow:hidden;cursor:pointer;transition:.2s}.jf-episode:hover{transform:translateY(-4px);border-color:#ff8a1f80;box-shadow:0 14px 35px #0008}.jf-episode img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:.3s}.jf-episode:hover img{filter:brightness(.6);transform:scale(1.035)}.jf-episode>div{padding:12px}.jf-episode h3{margin:6px 0;font-size:14px}.jf-episode p{margin:0;color:var(--muted);font-size:11px}.jf-episode>i{position:absolute;top:35%;left:50%;transform:translate(-50%,-50%) scale(.7);opacity:0;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#ff8a1f;color:#111;font-style:normal;transition:.2s}.jf-episode:hover>i{opacity:1;transform:translate(-50%,-50%) scale(1)}.player-page{max-width:1200px;margin:auto}.player-top{display:flex;align-items:center;gap:15px;margin-bottom:15px}.player-top div{display:grid}.player-top small{color:var(--muted);margin-top:2px}.video-shell{background:#000;border-radius:16px;overflow:hidden;box-shadow:0 25px 80px #000b}.video-shell video{display:block;width:100%;max-height:72vh;background:#000}.player-controls{display:flex;gap:14px;margin-top:14px;padding:15px}.player-controls label{display:grid;gap:6px;color:var(--muted);font-size:11px}.player-controls select{min-width:190px;max-width:280px}.request-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:15px;align-items:center;padding:14px 2px;border-top:1px solid var(--line)}.request-row:first-child{border-top:0}.request-row strong,.request-row small{display:block}.request-row small{color:var(--muted);margin-top:4px}.request-history{margin-top:20px}@media(max-width:700px){.player-controls{display:grid}.player-controls select{width:100%;max-width:none}.request-row{grid-template-columns:1fr}.library-shortcuts{max-width:100%;overflow:auto}}
.player-mode{grid-template-columns:0 minmax(0,1fr);background:#050607}.player-mode aside{visibility:hidden;overflow:hidden;transform:translateX(-100%)}.player-mode main{width:100%;max-width:none;padding:12px 18px 18px}.player-mode header{display:none}.player-mode .player-page{width:100%;max-width:none;margin:0}.player-mode .player-top{height:40px;margin-bottom:10px}.player-mode .video-shell{height:calc(100vh - 145px);min-height:420px;border-radius:10px;display:grid;place-items:center}.player-mode .video-shell video{width:100%;height:100%;max-height:none;object-fit:contain}.player-mode .player-controls{margin-top:8px;padding:10px 14px}.player-mode .player-controls label{display:flex;align-items:center;gap:8px}.player-mode .player-controls select{min-width:160px}
@media(max-width:700px){.player-mode main{padding:8px}.player-mode .player-top{height:auto}.player-mode .video-shell{height:calc(100vh - 245px);min-height:260px}.player-mode .player-controls label{display:grid}.player-mode .player-controls select{min-width:0}}
.video-shell{display:block!important}.video-stage{position:relative;height:calc(100% - 48px);display:grid;place-items:center;min-height:0}.video-stage video{width:100%;height:100%;object-fit:contain}.jf-transport{height:48px;display:flex;align-items:center;gap:10px;padding:7px 12px;background:#0c0e12;color:#dce1e8;font-variant-numeric:tabular-nums}.jf-transport button{border:0;background:transparent;color:#fff;font-size:18px;cursor:pointer;padding:5px 8px}.jf-transport input[type=range]{accent-color:#ff8a1f}.jf-transport #player-seek{flex:1;min-width:80px}.jf-transport #player-volume{width:85px}.skip-segment{position:absolute;right:24px;bottom:22px;background:#15181de8;color:#fff;border:1px solid #ffffff55;border-radius:8px;padding:10px 16px;font-weight:750;cursor:pointer}.skip-segment:hover{border-color:#ff8a1f;background:#ff8a1f;color:#18100a}@media(max-width:600px){.jf-transport{gap:4px;padding:6px}.jf-transport #player-volume{display:none}.jf-transport span{font-size:11px}.skip-segment{right:12px;bottom:12px}}
.jf-transport button small{font-size:9px;margin-left:-2px}.jf-transport button:hover{color:#ff8a1f}
.video-stage{height:calc(100% - 78px)}.jf-transport{height:78px;display:grid;grid-template-columns:auto auto auto auto minmax(20px,1fr) auto auto auto auto;grid-template-rows:26px 40px;column-gap:8px;row-gap:2px;padding:5px 12px}.jf-transport #player-seek{grid-column:1/-1;grid-row:1;width:100%;max-width:none}.jf-transport #player-toggle{grid-column:1;grid-row:2}.jf-transport #player-back{grid-column:2;grid-row:2}.jf-transport #player-forward{grid-column:3;grid-row:2}.jf-transport #player-time{grid-column:4;grid-row:2;align-self:center}.jf-transport>span:not(#player-time){grid-column:6;grid-row:2;align-self:center}.jf-transport #player-mute{grid-column:7;grid-row:2}.jf-transport #player-volume{grid-column:8;grid-row:2;align-self:center}.jf-transport #player-pip{grid-column:9;grid-row:2}.jf-transport #player-fullscreen{grid-column:10;grid-row:2}@media(max-width:600px){.video-stage{height:calc(100% - 72px)}.jf-transport{height:72px;grid-template-columns:auto auto auto auto 1fr auto auto;padding:3px 7px}.jf-transport>span:not(#player-time){grid-column:5}.jf-transport #player-mute{grid-column:6}.jf-transport #player-pip{display:none}.jf-transport #player-fullscreen{grid-column:7}}
.video-stage{height:calc(100% - 84px)}.jf-transport{position:relative;height:84px!important;display:flex!important;align-items:flex-end;gap:8px;padding:38px 14px 8px!important;overflow:visible}.jf-transport #player-seek{position:absolute;display:block;left:14px;right:14px;top:10px;width:calc(100% - 28px)!important;max-width:none!important;height:16px;margin:0;cursor:pointer;accent-color:#ff8a1f}.jf-transport #player-time{margin-left:3px}.jf-transport>span:not(#player-time){margin-right:auto}.jf-transport #player-volume{display:block;width:120px!important;min-width:120px;max-width:120px;height:16px;margin:0 4px 0 0;accent-color:#ff8a1f;overflow:visible}.jf-transport button{flex:0 0 auto}.jf-transport input[type=range]::-webkit-slider-runnable-track{min-height:6px;border-radius:8px}.jf-transport #player-seek::-webkit-slider-runnable-track{min-height:8px}.jf-transport input[type=range]::-webkit-slider-thumb{cursor:pointer}@media(max-width:600px){.video-stage{height:calc(100% - 80px)}.jf-transport{height:80px!important;padding:35px 7px 7px!important;gap:3px}.jf-transport #player-seek{left:8px;right:8px;top:8px;width:calc(100% - 16px)!important;height:18px}.jf-transport #player-volume{display:none}.jf-transport #player-pip{display:none}.jf-transport #player-time,.jf-transport>span:not(#player-time){font-size:10px}}
.player-mode .video-shell{position:relative;overflow:hidden}.player-mode .video-stage{height:100%}.player-mode .jf-transport{position:absolute;z-index:4;left:0;right:0;bottom:0;width:100%;height:94px!important;padding:47px 18px 10px!important;background:linear-gradient(transparent,#050607dd 40%,#050607fa);opacity:.3;transition:opacity .2s}.player-mode .video-shell:hover .jf-transport,.player-mode .jf-transport:focus-within{opacity:1}.player-mode .jf-transport #player-seek{left:0;right:0;top:22px;width:100%!important;height:20px}.player-mode .jf-transport #player-seek::-webkit-slider-runnable-track{min-height:9px;border-radius:0}.player-mode .player-controls{width:100%;margin:0!important;padding:9px 14px!important;border:0;border-radius:0 0 10px 10px;background:#0c0e12;box-shadow:0 12px 35px #0008;display:flex;flex-wrap:wrap}.player-mode .player-controls label{flex:0 1 auto}.player-mode .player-controls select{background:#15191f;border-color:#303640}@media(max-width:700px){.player-mode .jf-transport{height:84px!important;padding:42px 7px 7px!important;opacity:1}.player-mode .jf-transport #player-seek{top:16px}.player-mode .player-controls{display:grid}}
.player-mode .jf-transport #player-volume{width:140px!important;min-width:140px;max-width:140px;margin:0!important;padding:0!important;overflow:visible}.player-mode .jf-transport #player-volume::-webkit-slider-runnable-track{width:100%;margin:0;border-radius:6px}.player-mode .jf-transport #player-volume::-moz-range-track{width:100%;margin:0;border-radius:6px}
.video-shell:fullscreen,.video-shell:-webkit-full-screen{width:100vw!important;height:100vh!important;min-width:100vw!important;min-height:100vh!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#000}.video-shell:fullscreen .video-stage,.video-shell:-webkit-full-screen .video-stage{width:100%;height:100%}.video-shell:fullscreen video,.video-shell:-webkit-full-screen video{width:100%;height:100%;max-width:none;max-height:none;border:0;border-radius:0}
.player-mode .jf-transport #player-seek{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#ff8a1f 0 var(--seek-fill,0%),#ffffff4a var(--seek-fill,0%) 100%);border-radius:0}.player-mode .jf-transport #player-seek::-webkit-slider-runnable-track{width:100%;height:9px;background:transparent;border:0;border-radius:0}.player-mode .jf-transport #player-seek::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:17px;height:17px;margin-top:-4px;border:2px solid #fff;border-radius:50%;background:#ff8a1f;box-shadow:0 1px 5px #000}.player-mode .jf-transport #player-seek::-moz-range-track{width:100%;height:9px;background:transparent;border:0;border-radius:0}.player-mode .jf-transport #player-seek::-moz-range-progress{height:9px;background:#ff8a1f}.player-mode .jf-transport #player-seek::-moz-range-thumb{width:15px;height:15px;border:2px solid #fff;border-radius:50%;background:#ff8a1f}
.player-mode .jf-transport #player-seek{height:18px!important;background:linear-gradient(90deg,#ff8a1f 0 var(--seek-fill,0%),#8a8f985c var(--seek-fill,0%) 100%) center/100% 5px no-repeat!important;outline:0}.player-mode .jf-transport #player-seek::-webkit-slider-runnable-track{height:5px!important;background:transparent!important}.player-mode .jf-transport #player-seek::-webkit-slider-thumb{width:14px;height:14px;margin-top:-4.5px;border:2px solid #fff;background:#ff8a1f;box-shadow:0 1px 4px #000b}.player-mode .jf-transport #player-seek::-moz-range-track{height:5px!important;background:transparent!important}.player-mode .jf-transport #player-seek::-moz-range-progress{height:5px;background:transparent}.player-mode .jf-transport #player-seek::-moz-range-thumb{width:12px;height:12px;border:2px solid #fff;background:#ff8a1f}
.player-mode .video-shell>.player-controls{position:absolute;z-index:8;right:14px;bottom:92px;width:min(330px,calc(100% - 28px));margin:0!important;padding:14px!important;display:grid!important;grid-template-columns:1fr;gap:10px;border:1px solid #ffffff24;border-radius:12px;background:#101318f2;box-shadow:0 18px 55px #000d;backdrop-filter:blur(18px)}.player-mode .video-shell>.player-controls[hidden]{display:none!important}.player-mode .video-shell>.player-controls label{display:grid!important;grid-template-columns:90px minmax(0,1fr);align-items:center;gap:10px}.player-mode .video-shell>.player-controls select{width:100%;min-width:0;max-width:none}.jf-transport #player-cc{font-size:12px;font-weight:900;letter-spacing:.04em;border:1px solid #ffffff44;border-radius:4px;padding:3px 5px}.jf-transport #player-cc.active{color:#17100a;background:#ff8a1f;border-color:#ff8a1f}.jf-transport #player-settings{font-size:20px}@media(max-width:600px){.player-mode .video-shell>.player-controls{right:7px;bottom:82px;width:calc(100% - 14px)}}
.player-mode .jf-transport #player-seek::-webkit-slider-thumb{width:10px;height:10px;margin-top:-2.5px;border:0!important;background:#ff8a1f!important;box-shadow:none!important}.player-mode .jf-transport #player-seek::-moz-range-thumb{width:10px;height:10px;border:0!important;background:#ff8a1f!important;box-shadow:none!important}.player-mode .jf-transport #player-seek{clip-path:inset(-8px 0 -8px 0);overflow:visible}
.player-mode .jf-transport #player-volume{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#ff8a1f 0 var(--volume-fill,100%),#8a8f985c var(--volume-fill,100%) 100%) center/100% 5px no-repeat!important;outline:0}.player-mode .jf-transport #player-volume::-webkit-slider-runnable-track{width:100%;height:5px;background:transparent!important}.player-mode .jf-transport #player-volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;margin-top:-2.5px;border:0;border-radius:50%;background:#ff8a1f}.player-mode .jf-transport #player-volume::-moz-range-track{height:5px;background:transparent}.player-mode .jf-transport #player-volume::-moz-range-progress{height:5px;background:transparent}.player-mode .jf-transport #player-volume::-moz-range-thumb{width:10px;height:10px;border:0;border-radius:50%;background:#ff8a1f}
.player-mode .jf-transport button{display:grid;place-items:center;width:36px;height:36px;min-width:36px;padding:0!important;border:0;border-radius:50%;font-size:17px;line-height:1;color:#fff}.player-mode .jf-transport button:hover{background:#ffffff18;color:#ff8a1f}.player-mode .jf-transport #player-toggle{width:42px;height:42px;min-width:42px;background:#fff;color:#111;font-size:16px}.player-mode .jf-transport #player-toggle:hover{background:#ff8a1f;color:#111}.player-mode .jf-transport #player-cc{width:36px;height:28px;min-width:36px;border:1px solid #ffffff66;border-radius:5px;font-size:11px}.player-mode .jf-transport #player-cc.active{border-color:#ff8a1f}.player-mode .jf-transport #player-settings,.player-mode .jf-transport #player-fullscreen,.player-mode .jf-transport #player-pip{font-size:18px}.player-mode .jf-transport .chapter-button{font-size:14px;font-weight:800}.video-shell:fullscreen.controls-hidden,.video-shell:-webkit-full-screen.controls-hidden{cursor:none}.video-shell:fullscreen.controls-hidden .jf-transport,.video-shell:-webkit-full-screen.controls-hidden .jf-transport{opacity:0!important;pointer-events:none}.video-shell:fullscreen .jf-transport,.video-shell:-webkit-full-screen .jf-transport{transition:opacity .28s ease}.video-shell:fullscreen .skip-segment,.video-shell:-webkit-full-screen .skip-segment{z-index:7}
.player-mode .jf-transport{height:68px!important;min-height:68px;padding:24px 12px 4px!important;gap:5px;background:linear-gradient(transparent,#050607e8 34%,#050607fa)}.player-mode .jf-transport #player-seek{box-sizing:border-box!important;top:2px!important;left:0!important;right:0!important;width:100%!important;height:18px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;clip-path:none!important;background-color:transparent!important}.player-mode .jf-transport #player-seek:focus{border:0!important;box-shadow:none!important;outline:0!important}.player-mode .jf-transport #player-seek::-webkit-slider-runnable-track{box-sizing:border-box;width:100%;height:5px!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important}.player-mode .jf-transport #player-seek::-webkit-slider-thumb{box-sizing:border-box;width:11px;height:11px;margin-top:-3px!important}.player-mode .jf-transport #player-seek::-moz-range-track{box-sizing:border-box;width:100%;height:5px!important;border:0!important;box-shadow:none!important}.player-mode .jf-transport #player-volume{box-sizing:border-box!important;height:18px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background-color:transparent!important}.player-mode .jf-transport #player-volume:focus{border:0!important;box-shadow:none!important;outline:0!important}.player-mode .jf-transport #player-volume::-webkit-slider-runnable-track{border:0!important;box-shadow:none!important}.player-mode .jf-transport #player-time{margin-left:2px;font-size:12px}.player-mode .jf-transport>span:not(#player-time){font-size:12px}.player-mode .jf-transport button{width:34px;height:34px;min-width:34px}.player-mode .jf-transport #player-toggle{width:38px;height:38px;min-width:38px}.player-mode .video-shell>.player-controls{bottom:70px}@media(max-width:700px){.player-mode .jf-transport{height:64px!important;min-height:64px;padding:23px 5px 3px!important}.player-mode .video-shell>.player-controls{bottom:66px}}
.chapter-markers{position:absolute;z-index:3;left:0;right:0;top:2px;height:18px;pointer-events:none}.chapter-markers i{position:absolute;top:5px;width:2px;height:8px;transform:translateX(-1px);background:#e9edf2cc;box-shadow:0 0 2px #000}.player-mode .jf-transport #player-seek{z-index:2}.player-mode .jf-transport #player-seek::-webkit-slider-thumb{position:relative;z-index:4}
.player-mode .jf-transport #player-seek::-webkit-slider-thumb{margin-top:0!important}.player-mode .jf-transport #player-seek::-moz-range-thumb{transform:translateY(3px)}.player-mode .jf-transport #player-mute svg{width:20px;height:20px;fill:#fff;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.player-mode .jf-transport #player-mute:hover svg{fill:#ff8a1f;stroke:#ff8a1f}
.player-mode .jf-transport .chapter-button{width:34px;height:34px;min-width:34px;color:#fff}.player-mode .jf-transport .chapter-button .skip-glyph{font-size:12px;font-weight:900;letter-spacing:-2px;transform:translateX(-1px)}.player-mode .jf-transport .chapter-button:hover .skip-glyph{color:#ff8a1f}
.player-mode .jf-transport button,.player-mode .jf-transport #player-toggle,.player-mode .jf-transport #player-cc,.player-mode .jf-transport #player-settings,.player-mode .jf-transport #player-pip,.player-mode .jf-transport #player-fullscreen,.player-mode .jf-transport .chapter-button{box-sizing:border-box;width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;padding:0!important;font-size:16px!important;line-height:1!important}.player-mode .jf-transport #player-cc{border-radius:5px!important;font-size:11px!important}.player-mode .jf-transport #player-mute svg{width:18px;height:18px}.player-mode .jf-transport .chapter-button .skip-glyph{font-size:11px}.player-mode .jf-transport #player-back small,.player-mode .jf-transport #player-forward small{font-size:8px;line-height:1}
.player-mode .jf-transport #player-time,.player-mode .jf-transport>span:not(#player-time){font-size:12px;font-weight:650;font-variant-numeric:tabular-nums;color:#f1f3f6;white-space:nowrap}.player-mode .jf-transport #player-time{margin-left:6px}.player-mode .jf-transport #player-time:after{content:' /';color:#8d949e;margin-left:3px}.player-mode .jf-transport>span:not(#player-time){margin-left:-2px;color:#aeb4bd}
.player-mode .video-shell.controls-hidden .jf-transport{opacity:0!important;pointer-events:none}.player-mode .video-shell .jf-transport{transition:opacity .28s ease}.player-mode .video-shell.controls-hidden>.player-controls{display:none!important}
.video-stage .ASS-box{z-index:3!important;pointer-events:none!important}.video-stage video{position:relative;z-index:1}.video-stage .ASS-fix-font-size{z-index:3}
.episode-image{position:relative;overflow:hidden}.episode-image img{display:block}.episode-progress{position:absolute;left:0;right:0;bottom:0;height:4px;background:#ffffff38}.episode-progress i{display:block;height:100%;background:#ff8a1f}.watched-check{position:absolute;right:9px;top:9px;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#ff8a1f;color:#17100a;box-shadow:0 3px 12px #000a}.jf-episode.is-watched img{filter:brightness(.72)}.jf-episode.is-watched:hover img{filter:brightness(.55)}.watch-summary{margin-top:13px;color:var(--muted);font-size:12px}.watch-summary b{display:block;width:min(360px,100%);height:4px;margin-top:7px;border-radius:5px;background:#ffffff26;overflow:hidden}.watch-summary i{display:block;height:100%;background:#ff8a1f}
.quick-login{width:100%;margin-top:20px;padding:12px;border-radius:10px;border:1px solid #ff8a1f;background:#ff8a1f18;color:#ff9a3c;font-weight:800;cursor:pointer}.quick-login:hover{background:#ff8a1f;color:#17100a}.auth-divider{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:10px;margin:18px 0 0}.auth-divider:before,.auth-divider:after{content:'';height:1px;background:var(--line);flex:1}#quick-status{margin-top:12px;padding:13px;text-align:center;border:1px solid var(--line);border-radius:10px;background:#0c0f13}#quick-status small,#quick-status span{display:block;color:var(--muted)}#quick-status strong{display:block;font-size:27px;letter-spacing:.2em;color:#ff9a3c;margin:5px}
.home-play-row{margin:24px 0 30px}.continue-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,320px);gap:13px;overflow-x:auto;overscroll-behavior-inline:contain;padding:3px 3px 15px}.continue-card{min-width:0;cursor:pointer}.continue-card>div{position:relative;border-radius:12px;overflow:hidden;background:#111;aspect-ratio:16/9;border:1px solid var(--line);transition:.2s}.continue-card img{width:100%;height:100%;object-fit:cover;transition:.25s}.continue-card:hover>div{transform:translateY(-3px);border-color:#ff8a1f99;box-shadow:0 12px 30px #0009}.continue-card:hover img{filter:brightness(.6);transform:scale(1.035)}.continue-card>div>i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.75);display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:#ff8a1f;color:#17100a;font-style:normal;opacity:0;transition:.2s}.continue-card:hover>div>i{opacity:1;transform:translate(-50%,-50%) scale(1)}.continue-card>div>span{position:absolute;left:0;right:0;bottom:0;height:5px;background:#ffffff35}.continue-card>div>span b{display:block;height:100%;background:#ff8a1f}.continue-card>strong,.continue-card>small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.continue-card>strong{margin-top:9px}.continue-card>small{color:var(--muted);margin-top:3px}
.home-play-row{display:none}.shelf-heading{margin-bottom:24px}.activity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px 14px;max-width:1500px}body:has(#content .shelf-heading) header{display:none}body:has(#content .shelf-heading) main{padding-top:24px}
body:has(#content .library-summary) header{display:none}body:has(#content .library-summary) main{padding-top:20px}@media(max-width:850px){body:has(#content .library-summary) main{padding-top:14px}}
