:root{--bg: #0e0e11;--bg-2: #131318;--panel: #17171d;--panel-2: #1e1e26;--line: #292933;--text: #e9e7e2;--muted: #8f8d86;--accent: #e3b34c;--accent-dim: #9a7a34;--danger: #d0706f;--ok: #7fb98a}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.5 Segoe UI,system-ui,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit}input,textarea,select{background:var(--panel-2);border:1px solid var(--line);border-radius:6px;color:var(--text);padding:8px 11px;font-size:16px}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-dim)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text);font-size:21px;width:36px;height:36px;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;flex-shrink:0}.mobile-menu-btn:hover{background:var(--panel-2)}.mobile-menu{display:none}.shell{display:flex;flex-direction:column;height:100%}.stage{flex:1;overflow-y:auto}.stage-reader{flex:1;overflow:hidden;display:flex;flex-direction:column}.page{padding:24px 30px 48px;max-width:1560px;margin:0 auto;width:100%}.section-title{font-size:14px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0}.muted{color:var(--muted)}.mono{font-family:Consolas,ui-monospace,monospace;font-size:13px;word-break:break-all}.navbar{display:flex;align-items:center;gap:22px;padding:0 26px;height:58px;background:linear-gradient(180deg,#17171d,#121217);border-bottom:1px solid var(--line);flex-shrink:0;position:sticky;top:0;z-index:20}.brand{font-weight:800;letter-spacing:.24em;color:var(--text);font-size:15px;flex:1;white-space:nowrap}.brand:hover{text-decoration:none}.brand-g{color:var(--accent)}.nav-search-wrap{position:relative;flex:0 1 480px}.nav-search{display:flex}.search-box{position:relative}.search-history{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 24px #00000073;overflow:hidden;z-index:25}.search-history-item{display:flex;align-items:center;gap:9px;width:100%;text-align:left;background:none;border:none;color:var(--text);padding:9px 12px;font-size:13.5px;cursor:pointer}.search-history-item:hover{background:var(--panel-2)}.search-history-icon{color:var(--muted);font-size:13px}.scan-pill{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--accent);background:#e3b34c17;border:1px solid var(--accent-dim);border-radius:999px;padding:4px 11px;white-space:nowrap}.scan-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:scan-pulse 1.2s ease-in-out infinite}@keyframes scan-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}.scan-found{color:var(--ok);font-weight:700}.nav-search input{flex:1;border-radius:6px 0 0 6px;border-right:none;background:#101015}.nav-search button{background:var(--panel-2);border:1px solid var(--line);border-radius:0 6px 6px 0;color:var(--accent);padding:0 16px;cursor:pointer;font-size:17px}.nav-links{display:flex;gap:20px;flex:1;justify-content:flex-end;align-items:center}.nav-links a{color:var(--muted);font-size:14px;letter-spacing:.04em}.nav-links a:hover{color:var(--text);text-decoration:none}.user-menu{position:relative}.user-chip{background:none;border:1px solid var(--line);border-radius:18px;color:var(--text);padding:6px 14px;cursor:pointer;font-size:13px}.user-chip:hover{border-color:var(--accent-dim)}.user-dropdown{position:absolute;right:0;top:42px;background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:10px;min-width:160px;box-shadow:0 10px 26px #00000080}.user-dropdown span{font-size:12px}.user-dropdown button{background:none;border:none;color:var(--accent);cursor:pointer;padding:0;text-align:left}.card{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:22px 26px;max-width:860px}.card h1{margin:0 0 6px;font-size:20px}.card h2{margin:0 0 4px;font-size:17px}.card h3{margin:20px 0 6px;font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.card.error{border-color:#7a3b3b}.btn{background:var(--panel-2);border:1px solid var(--accent-dim);color:var(--accent);border-radius:6px;padding:7px 15px;cursor:pointer}.btn:hover:not(:disabled){background:#29251a}.btn:disabled{opacity:.45;cursor:default}.btn.primary{background:var(--accent);color:#17130a;font-weight:600;border-color:var(--accent)}.btn.primary:hover:not(:disabled){background:#f0c25e}.btn.small{padding:4px 11px;font-size:13px}.btn-row{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.link-btn{background:none;border:none;color:var(--accent);cursor:pointer;padding:0;font-size:12.5px;text-align:left}.link-btn:hover{text-decoration:underline}.link-btn.danger{color:var(--danger)}.check{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:14px;cursor:pointer}.check.big{color:var(--text);font-size:15px}.notice{color:var(--accent);font-size:14px}.row-section{margin-bottom:30px}.shelf-wrap{position:relative}.shelf{display:flex;gap:14px;overflow-x:auto;padding:12px 2px 8px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.shelf::-webkit-scrollbar{display:none}.shelf-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#08080ad1;color:var(--text);font-size:20px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:background .15s,border-color .15s}.shelf-nav:hover{background:#08080af2;border-color:var(--accent-dim);color:var(--accent)}.shelf-nav.left{left:-6px}.shelf-nav.right{right:-6px}.shelf-card{flex:0 0 auto;width:265px;display:flex;gap:12px;background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:10px;color:var(--text);transition:border-color .15s,transform .15s}.shelf-card:hover{border-color:var(--accent-dim);text-decoration:none;transform:translateY(-2px)}.shelf-cover{width:62px;height:92px;object-fit:cover;border-radius:5px;flex-shrink:0}.cover-fallback.shelf-cover{display:grid;place-items:center}.shelf-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.shelf-series{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shelf-issue{font-size:13px;color:var(--muted)}.shelf-progress{margin-top:auto;font-size:12px;color:var(--accent)}.shelf-bar{display:block;height:3px;border-radius:2px;background:#ffffff14;margin-top:4px;overflow:hidden}.shelf-bar-fill{display:block;height:100%;background:var(--accent);border-radius:2px}.mini-card{flex:0 0 auto;width:110px;display:flex;flex-direction:column;gap:6px;color:var(--text)}.mini-card img,.mini-card .cover-fallback{width:110px;height:165px;object-fit:cover;border-radius:6px}.mini-card:hover{text-decoration:none}.mini-card:hover img{outline:2px solid var(--accent-dim)}.mini-cover-wrap{position:relative;width:110px;height:165px}.mini-cover-wrap img,.mini-cover-wrap .cover-fallback{width:100%;height:100%}.batch-chip,.rating-chip{position:absolute;bottom:6px;right:6px;background:#08080ad1;border:1px solid var(--accent-dim);color:var(--accent);font-size:11px;font-weight:700;border-radius:9px;padding:1px 7px}.mini-label{font-size:11.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-controls{display:flex;align-items:center;gap:18px;margin:4px 0 18px;flex-wrap:wrap}.grid-controls .section-title{margin-right:auto}.see-all{font-size:12.5px;color:var(--muted)}.see-all:hover{color:var(--accent)}.search{min-width:220px}.cover-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:24px 18px}.series-card{display:flex;flex-direction:column;gap:7px;color:var(--text);min-width:0}.series-card:hover{text-decoration:none}.cover-wrap{position:relative;aspect-ratio:2 / 3;border-radius:8px;overflow:hidden;background:var(--panel-2);display:block;box-shadow:0 3px 10px #0006;transition:transform .15s,box-shadow .15s}.series-card:hover .cover-wrap,.issue-card .cover-wrap:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000008c,0 0 0 2px var(--accent-dim)}.cover-wrap img,.cover-wrap .cover-fallback{width:100%;height:100%;object-fit:cover;display:block}.cover-fallback{display:grid;place-items:center;color:var(--muted);font-weight:700;font-size:26px;letter-spacing:.1em;background:var(--panel-2)}.cover-overlay{position:absolute;inset:auto 0 0 0;padding:26px 10px 9px;background:linear-gradient(180deg,transparent,rgba(8,8,10,.92));display:flex;flex-direction:column;gap:1px;opacity:0;transition:opacity .15s}.series-card:hover .cover-overlay{opacity:1}.overlay-name{font-size:13px;font-weight:600}.overlay-sub{font-size:11.5px;color:var(--muted)}.badge{position:absolute;top:8px;right:8px;background:var(--accent);color:#17130ab3;font-size:12.5px;font-weight:800;border-radius:0;padding:2px 9px;box-shadow:0 0 0 2px #08080ad9,0 2px 6px #00000080}.series-name{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.series-hero{display:flex;gap:30px;margin-bottom:30px;align-items:flex-start}.series-hero-cover{flex:0 0 240px}.series-hero-cover img,.series-hero-cover .cover-fallback{width:240px;aspect-ratio:2 / 3;object-fit:cover;border-radius:10px;box-shadow:0 8px 26px #0000008c}.series-hero-cover .cover-fallback{display:grid;place-items:center}.series-hero-info{flex:1;min-width:0}.series-hero-info h1{margin:6px 0 12px;font-size:30px}.back{color:var(--muted);font-size:13px}.meta-rows{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.meta-chip{background:var(--panel-2);border:1px solid var(--line);border-radius:14px;padding:3px 12px;font-size:12.5px;color:var(--muted)}.meta-chip.locked{color:var(--accent);border-color:var(--accent-dim)}.series-summary{max-width:760px;color:#c9c7c0;font-size:14.5px}.issue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(152px,1fr));gap:22px 16px}.issue-card{display:flex;flex-direction:column;gap:6px;min-width:0}.issue-card.read .cover-wrap{opacity:.55}.state-chip{position:absolute;top:8px;right:8px;font-size:12px;font-weight:700;border-radius:10px;padding:1px 8px}.state-chip.done{background:var(--accent);color:#17130a}.state-chip.progress{background:#000000b8;color:var(--accent);border:1px solid var(--accent-dim)}.issue-meta{display:flex;flex-direction:column;gap:2px}.issue-label{font-size:14px;font-weight:600}.issue-title{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.issue-hover-bar{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-evenly;align-items:center;padding:8px 4px 7px;background:linear-gradient(0deg,rgba(8,8,10,.94) 0%,rgba(8,8,10,.75) 65%,transparent 100%);opacity:0;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease;pointer-events:none}.issue-card:hover .issue-hover-bar,.issue-card:focus-within .issue-hover-bar{opacity:1;transform:translateY(0);pointer-events:auto}.hover-icon-btn{background:none;border:none;color:var(--text);font-size:16px;line-height:1;cursor:pointer;padding:4px 6px;border-radius:5px}.hover-icon-btn:hover{background:#ffffff24}.hover-icon-btn:disabled{opacity:.5;cursor:default}.hover-icon-btn.danger{color:var(--danger)}.hover-icon-btn.danger:hover{background:#d0706f33}.reader{display:flex;flex-direction:column;height:100%;background:#0a0a0c}.reader-bar{display:flex;align-items:center;gap:8px;padding:6px 12px;background:var(--panel);border-bottom:1px solid var(--line);flex-shrink:0}.reader-bar-top{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.reader-bar-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.reader-title{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.reader-page{color:var(--muted);font-size:13px;flex-shrink:0}.bar-group{display:flex;gap:2px;border:1px solid var(--line);border-radius:6px;overflow:hidden}.bar-btn{background:none;border:none;color:var(--muted);cursor:pointer;padding:5px 11px;font-size:14px}.bar-btn:hover{color:var(--text);background:var(--panel-2)}.bar-btn.active{color:var(--accent);background:var(--panel-2)}.reader-stage{flex:1;overflow:auto;display:flex;align-items:flex-start;justify-content:center;gap:4px;position:relative}.reader-stage.fit-width img{width:100%;height:auto}.reader-stage.fit-width.double img{width:50%}.reader-stage.fit-height{align-items:center}.reader-stage.fit-height img{height:calc(100vh - 42px);width:auto;max-width:none}.reader-stage.fit-original img{width:auto;height:auto}.reader-stage img{display:block;-webkit-user-select:none;user-select:none}.nav-zone{position:absolute;top:0;bottom:0;width:22%;background:none;border:none;cursor:pointer;z-index:2}.nav-zone.left{left:0;cursor:w-resize}.nav-zone.right{right:0;cursor:e-resize}.reader-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.reader-scroll img{display:block;margin-bottom:4px}.reader-scroll.fit-width img{width:min(100%,1100px)}.reader-scroll.fit-height img{height:calc(100vh - 42px);width:auto}.reader-scroll.fit-original img{width:auto}.auth-wrap{min-height:100vh;display:grid;place-items:center;background:radial-gradient(1100px 500px at 50% -10%,#1c1a14,var(--bg));padding:20px}.auth-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:34px 36px;width:100%;max-width:400px;display:flex;flex-direction:column;gap:14px;box-shadow:0 20px 50px #00000080}.auth-logo{font-weight:800;letter-spacing:.26em;font-size:20px;text-align:center}.auth-sub{text-align:center;color:var(--muted);margin:0 0 6px;font-size:14px}.auth-card label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:var(--muted)}.auth-error{color:var(--danger);font-size:13.5px;margin:0}.auth-notice{color:var(--ok);font-size:13.5px;margin:0}.auth-switch{text-align:center;font-size:13.5px;color:var(--muted);margin:4px 0 0}.auth-switch .link-btn{font-size:13.5px}.settings h1{font-size:24px;margin:0 0 16px}.settings .card{margin-bottom:22px;max-width:900px}.tabs{display:flex;gap:6px;margin-bottom:20px;border-bottom:1px solid var(--line)}.tab{background:none;border:none;border-bottom:2px solid transparent;color:var(--muted);padding:9px 16px;cursor:pointer;font-size:14.5px}.tab:hover{color:var(--text)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.admin-table{border-collapse:collapse;width:100%;font-size:14px;margin-top:8px}.admin-table th{text-align:left;color:var(--muted);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.06em;padding:6px 14px 6px 0}.admin-table td{padding:8px 14px 8px 0;border-top:1px solid var(--line)}.row-pending td{background:#e3b34c0d}.row-actions{display:flex;gap:12px;align-items:center}.status-chip{border-radius:10px;padding:2px 10px;font-size:12px}.status-chip.approved{background:#7fb98a24;color:var(--ok)}.status-chip.pending{background:#e3b34c29;color:var(--accent)}.status-chip.disabled{background:#d0706f24;color:var(--danger)}.root-list{list-style:none;margin:10px 0;padding:0;display:flex;flex-direction:column;gap:8px}.root-list li{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--panel-2);border:1px solid var(--line);border-radius:6px;padding:8px 12px}.root-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.root-actions .link-btn.active{color:var(--accent)}.add-root{display:flex;align-items:center;gap:10px;margin-top:14px;flex-wrap:wrap}.scan-live{color:var(--accent)}.scan-table{border-collapse:collapse;width:100%;font-size:13px}.scan-table td{padding:6px 14px 6px 0;border-bottom:1px solid var(--line);vertical-align:top}.error-list{margin:6px 0 0;padding-left:16px;color:var(--danger)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#050507b8;display:grid;place-items:center;z-index:50;padding:20px}.modal{background:var(--panel);border:1px solid var(--line);border-radius:12px;width:100%;max-width:460px;max-height:86vh;display:flex;flex-direction:column;box-shadow:0 24px 60px #0009}.modal.wide{max-width:680px}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line)}.modal-head h2{margin:0;font-size:17px}.modal-body{padding:18px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.modal-body label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:var(--muted)}.field-row{display:flex;gap:12px}.field-row label{flex:1;min-width:0}.field-section{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin:10px 0 0}.cv-search{display:flex;gap:8px}.cv-search input{flex:1}.cv-results{display:flex;flex-direction:column;gap:10px}.cv-row{display:flex;gap:12px;align-items:center;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;padding:10px}.cv-row img,.cv-thumb{width:52px;height:78px;object-fit:cover;border-radius:4px;flex-shrink:0}.cv-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;font-size:13.5px}.cv-desc{font-size:12px;color:var(--muted)}.browse-row{cursor:pointer}.browse-row:hover{border-color:var(--accent-dim)}.stage-hero{position:relative;margin:-24px -30px 26px;overflow:hidden;border-bottom:1px solid var(--line);isolation:isolate}.stage-hero-bg{position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;background-size:cover;background-position:center 20%;background-repeat:no-repeat;filter:blur(var(--hero-blur, 1px)) saturate(1.04) contrast(1.06);transform:scale(var(--hero-scale, 1.044));transform-origin:center;opacity:.62;z-index:-2;will-change:filter,transform}.stage-hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,rgba(14,14,17,.3) 0%,rgba(14,14,17,.72) 62%,var(--bg) 100%),linear-gradient(90deg,#0e0e1180,#0e0e1114 55%)}.stage-hero-content{display:flex;gap:30px;align-items:center;max-width:1560px;margin:0 auto;padding:38px 30px 26px}.stage-hero-cover{flex:0 0 190px}.stage-hero-cover img,.stage-hero-cover .cover-fallback{width:190px;aspect-ratio:2 / 3;object-fit:cover;border-radius:10px;box-shadow:0 12px 34px #0009}.stage-hero-cover .cover-fallback{display:grid;place-items:center}.stage-hero-text{flex:1;min-width:0}.stage-hero-text h1{margin:7px 0 10px;font-size:34px;line-height:1.08}.stage-hero-text .series-summary{margin:14px 0 4px}.hero-eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.stage-hero.compact .stage-hero-content{padding:34px 30px 26px;gap:26px}.stage-hero.compact .stage-hero-cover{flex-basis:160px}.stage-hero.compact .stage-hero-cover img,.stage-hero.compact .stage-hero-cover .cover-fallback{width:160px}.stage-hero.compact .stage-hero-text h1{font-size:27px;margin-top:4px}.stage-hero.compact .hero-eyebrow{display:block;margin-bottom:2px}.stage-hero.compact .series-summary{max-width:620px;font-size:13.5px}.btn.ghost{background:none}.btn.danger{border-color:var(--danger);color:var(--danger)}.btn.danger:hover:not(:disabled){background:var(--danger);color:#17130a}.select-hint{font-size:12px}.select-bar{display:flex;align-items:center;gap:12px;background:var(--panel);border:1px solid var(--accent-dim);border-radius:10px;padding:10px 14px;margin:0 0 16px;position:sticky;top:62px;z-index:5}.select-count{font-weight:700;color:var(--accent)}.issue-card.selected .cover-wrap{outline:3px solid var(--accent);outline-offset:-3px;border-radius:8px}.select-check{position:absolute;top:8px;left:8px;width:24px;height:24px;border-radius:50%;background:var(--accent);color:#17130a;font-weight:800;font-size:13px;display:grid;place-items:center;box-shadow:0 0 0 2px #08080ad9}.rating-block{display:flex;flex-wrap:wrap;align-items:center;gap:10px 26px;margin:4px 0 2px}.rating-avg,.rating-mine{display:flex;align-items:center;gap:10px}.rating-num{font-size:15px;font-weight:600}.rating-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.stars{display:inline-flex;line-height:1}.star{position:relative;background:none;border:none;padding:0 1px;cursor:pointer;color:var(--line);line-height:1;font-size:inherit}.stars.readonly .star{cursor:default}.star-empty{color:#3a3a44}.star-fill{position:absolute;left:1px;top:0;overflow:hidden;white-space:nowrap;color:var(--accent)}.stars:not(.readonly) .star:hover~.star .star-fill{width:0}.btn.watch.on{background:var(--accent);color:#17130a;border-color:var(--accent);font-weight:600}.btn.watch.on:hover:not(:disabled){background:#f0c25e}.issues-heading{margin:6px 2px 14px}.series-detail-page{max-width:1460px;padding-bottom:42px}.series-detail-page .stage-hero{margin-bottom:20px}.creators-panel{background:#060606eb;border:1px solid #2b2b2b;border-radius:9px;padding:13px 16px 14px;margin:0 0 20px}.creators-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px 22px}.creator-role{display:flex;flex-direction:column;gap:2px;min-width:0}.creator-role-label{font-size:10px;font-weight:750;letter-spacing:.075em;text-transform:uppercase;color:#9299a1}.creator-role-label small{margin-left:5px;color:#656b72;font-size:9px}.creator-role-names{font-size:12.5px;line-height:1.45}.creators-wide{margin-top:12px;padding-top:11px;border-top:1px solid #242424}.creator-role-wide{gap:7px}.creator-name-list{display:flex;flex-wrap:wrap;gap:5px 6px}.creator-name-chip{display:inline-flex;align-items:center;min-height:23px;padding:3px 8px;border:1px solid #2b2b2b;border-radius:12px;background:#0a0a0a;color:#c8ccd0;font-size:11px;line-height:1.2}.creators-tags{margin-top:11px;padding-top:10px;border-top:1px solid #242424}.watch-remove{position:absolute;top:8px;left:8px;width:26px;height:26px;border-radius:50%;border:none;background:#08080ab8;color:var(--text);cursor:pointer;opacity:0;transition:opacity .15s,background .15s;font-size:13px;line-height:1}.series-card:hover .watch-remove{opacity:1}.watch-remove:hover{background:var(--danger);color:#17130a}.create-user{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:6px 0 4px}.create-user input{min-width:160px}.slider-row{display:flex;align-items:center;gap:12px;padding:4px 0}.slider-label{font-size:13.5px;flex:0 0 auto;min-width:100px}.slider-row input[type=range]{flex:1;accent-color:var(--accent);height:4px}.slider-value{font-size:12.5px;color:var(--muted);min-width:34px;text-align:right}.ai-findings{margin:8px 0;padding-left:20px;font-size:13.5px;display:flex;flex-direction:column;gap:5px}.ai-actions{display:flex;flex-direction:column;gap:8px;margin:10px 0;max-height:340px;overflow-y:auto}.ai-action{display:flex;gap:10px;align-items:flex-start;background:var(--panel-2);border:1px solid var(--line);border-radius:8px;padding:10px 12px;cursor:pointer}.ai-action.on{border-color:var(--accent-dim)}.ai-action.destructive{border-color:var(--danger)}.ai-action.invalid{opacity:.55;cursor:default}.ai-action input{margin-top:3px}.ai-action-body{display:flex;flex-direction:column;gap:3px;min-width:0}.ai-action-title{font-size:13.5px;font-weight:600}.ai-action-reason{font-size:12.5px}.ai-action-warn{font-size:12px;color:var(--danger);font-weight:600}.ai-scope-banner{display:grid;gap:4px;margin-bottom:14px;padding:12px 14px;border:1px solid rgba(242,183,47,.32);border-radius:9px;background:#f2b72f0e}.ai-scope-banner>strong{color:var(--accent);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.ai-scope-banner>span:not(.muted){font-weight:700;font-size:14px}.ai-scope-banner small{color:#b8bdc3;font-size:12px}.ai-proposed-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:18px}.ai-proposed-header h3{margin:0 0 3px}.ai-proposed-header p{margin:0;font-size:12.5px}.ai-select-actions{display:flex;gap:14px;white-space:nowrap}.ai-actions:empty{display:none}@media(max-width:760px){.ai-proposed-header{align-items:flex-start;flex-direction:column;gap:8px}.ai-select-actions{width:100%;justify-content:space-between}.ai-actions{max-height:none}.series-hero{flex-direction:column}.series-hero-cover{flex-basis:auto}.stage-hero-content{flex-direction:column;align-items:flex-start;padding:24px 16px 20px}.stage-hero-cover{flex-basis:auto}.nav-search-wrap{display:none}.page{padding:14px 14px 32px}.stage-hero.compact .stage-hero-content{padding:22px 16px 18px}.stage-hero-cover,.stage-hero.compact .stage-hero-cover{flex:0 0 auto}.stage-hero-cover img,.stage-hero-cover .cover-fallback,.stage-hero.compact .stage-hero-cover img,.stage-hero.compact .stage-hero-cover .cover-fallback{width:132px}.stage-hero-text h1{font-size:24px}.stage-hero.compact .stage-hero-text h1{font-size:21px}.navbar{gap:10px;padding:0 12px}.mobile-menu-btn{display:flex}.brand{font-size:12px;letter-spacing:.12em}.nav-links{display:none}.scan-pill{font-size:11px;padding:3px 8px}.mobile-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--panel);border-bottom:1px solid var(--line);box-shadow:0 14px 28px #00000073;padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px));gap:4px;z-index:30}.mobile-search{display:flex;gap:8px;margin-bottom:8px}.mobile-search input{flex:1}.mobile-nav-link{display:block;padding:12px 4px;font-size:15px;color:var(--text);border-bottom:1px solid var(--line)}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover{text-decoration:none;color:var(--accent)}.auth-card{padding:26px 20px;gap:12px}.reader-bar{flex-direction:column;align-items:stretch;gap:7px;padding:8px 10px}.reader-bar-top{gap:8px}.reader-bar-controls{justify-content:center;flex-wrap:wrap;gap:6px}.bar-btn{padding:8px 13px;font-size:15px}.reader-page{font-size:12.5px}.reader-stage.fit-height img,.reader-scroll.fit-height img{height:calc(100vh - 98px);height:calc(100dvh - 98px)}.shelf-nav.left{left:2px}.shelf-nav.right{right:2px}.modal-backdrop{padding:0;align-items:flex-end}.modal{max-width:100%;max-height:88vh;max-height:88dvh;border-radius:16px 16px 0 0}.modal-head,.modal-body{padding:14px 16px}.select-bar{flex-wrap:wrap}.link-btn{padding:4px 2px}.btn{padding:9px 16px}}@media(hover:none){.issue-hover-bar{opacity:1;transform:none;pointer-events:auto;background:linear-gradient(0deg,rgba(8,8,10,.9) 0%,rgba(8,8,10,.6) 75%,transparent 100%)}}:root{--bg: #000000;--bg-2: #050505;--panel: #080808;--panel-2: #101010;--line: #242424;--line-warm: #4b3b16;--text: #f0f1f2;--muted: #8f969f;--accent: #f2b72f;--accent-dim: #9b741d;--danger: #d0706f;--ok: #78bf8a}body{background:#000;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}.shell{height:100vh;overflow:hidden}.app-body{display:flex;flex:1;min-height:0}.stage{flex:1;min-width:0;overflow-y:auto;background:#000;scrollbar-color:#2a2a2a #000000}.page{max-width:1560px;padding:24px 30px 48px}.home-page{max-width:1580px;padding:0 14px}.navbar{height:64px;min-height:64px;padding:0 18px 0 0;gap:18px;background:#000000fb;border-bottom:1px solid #2d2d2d;box-shadow:0 8px 24px #00000047;position:relative}.navbar-brand-zone{width:216px;height:100%;flex:0 0 216px;display:flex;align-items:center;padding:0 18px;border-right:1px solid rgba(255,255,255,.05)}.brand{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;color:#f2f3f5;font-size:14px;font-weight:900;letter-spacing:.045em;font-family:Arial Narrow,Inter Tight,Inter,Segoe UI,system-ui,sans-serif}.brand-text b{color:#e1e3e6;font-weight:900}.brand-mark{width:31px;height:31px;display:grid;place-items:center;color:#11100a;background:linear-gradient(145deg,#ffc943,#d28d09);clip-path:polygon(25% 4%,75% 4%,98% 50%,75% 96%,25% 96%,2% 50%);filter:drop-shadow(0 2px 5px rgba(242,183,47,.22))}.brand-mark span{font-size:16px;transform:translateY(-1px)}.nav-search-wrap{flex:0 1 470px;margin:0 auto}.nav-search{height:38px;border:1px solid #2f2f2f;border-radius:8px;background:#060606;box-shadow:inset 0 1px #ffffff0a,0 0 0 1px #ffffff03;overflow:hidden}.nav-search input{min-width:0;border:0;border-radius:0;background:transparent;padding-left:42px;color:#e0e3e6;font-size:13px}.nav-search-wrap:before{content:"";position:absolute;left:14px;top:50%;width:14px;height:14px;border:2px solid #68717b;border-radius:50%;transform:translateY(-58%);z-index:2;pointer-events:none}.nav-search-wrap:after{content:"";position:absolute;left:27px;top:23px;width:6px;height:2px;background:#68717b;transform:rotate(45deg);z-index:2;pointer-events:none}.nav-search button{display:none}.nav-links{flex:0 0 auto;gap:26px}.nav-links a{display:inline-flex;align-items:center;gap:7px;color:#a5abb2;font-size:13px;letter-spacing:0}.nav-links a svg{width:18px;height:18px}.nav-links a:hover,.nav-links a.active{color:var(--accent)}.user-chip{display:inline-flex;align-items:center;gap:9px;min-width:116px;padding:5px 10px 5px 6px;border-color:#2e2e2e;border-radius:20px;background:#080808;box-shadow:inset 0 1px #ffffff0a}.user-avatar{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#9b866e,#4b5866);color:#fff;font-weight:700;box-shadow:inset 0 0 0 2px #ffffff1f}.user-name{max-width:84px;overflow:hidden;text-overflow:ellipsis}.user-caret{color:#737d87;font-size:13px}.user-dropdown{top:46px;background:#080808;border-color:#2a2a2a}.scan-pill{background:#13150e;border-color:#51400f}.search-history{background:#080808;border-color:#2a2a2a}.sidebar{width:216px;flex:0 0 216px;padding:14px 12px 18px;background:linear-gradient(180deg,#020202fb,#000000fb);border-right:1px solid #2d2d2d;overflow-y:auto}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.sidebar-link{width:100%;min-height:42px;display:flex;align-items:center;gap:12px;padding:9px 14px;border:1px solid transparent;border-radius:8px;background:transparent;color:#adb3b9;text-align:left;cursor:pointer;font-size:13px;transition:color .15s,background .15s,border-color .15s,box-shadow .15s}a.sidebar-link:hover{text-decoration:none}.sidebar-link svg{width:18px;height:18px;flex:0 0 18px}.sidebar-link:hover{color:#eef0f2;background:#ffffff09}.sidebar-link.active{color:#f4bf44;background:linear-gradient(90deg,#f2b72f2e,#f2b72f0f);border-color:#5c4413;box-shadow:inset 2px 0 0 var(--accent),0 0 0 1px #f2b72f0d}.sidebar-link.disabled{opacity:.43;cursor:not-allowed}.sidebar-separator{height:1px;margin:14px 12px;background:#202020}.sidebar-bottom-nav{margin-top:auto}.home-page>.concept-section,.home-page>.stage-hero,.home-page>.library-stats-strip{border-left:1px solid #2c2c2c;border-right:1px solid #2c2c2c}.home-page>.stage-hero{border-top:1px solid #2c2c2c}.home-page>.library-stats-strip{border-bottom:1px solid #4b3b16}.stage-hero.home-hero{min-height:386px;margin:0;border-top-right-radius:6px;border-bottom-color:#544014;background:#000;isolation:isolate}.home-hero .stage-hero-bg{top:0;right:0;bottom:0;width:64%;left:auto;background-size:cover;background-position:center 24%;background-repeat:no-repeat;filter:saturate(.84) contrast(1.06) brightness(.82);transform:scale(1.03);opacity:.9}.home-hero .stage-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000,#000000b8 22%,#0000000f 70%)}.home-hero .stage-hero-scrim{background:linear-gradient(90deg,#000,#000 29%,#000000d4 48%,#0000001a 82%),linear-gradient(180deg,#0000000d,#0000000d 67%,#000000b8)}.home-hero .stage-hero-content,.stage-hero.compact.home-hero .stage-hero-content{min-height:386px;max-width:none;margin:0;padding:42px 45px 48px;align-items:center;gap:0}.home-hero .stage-hero-cover{display:none}.home-hero .stage-hero-text{max-width:570px;position:relative;z-index:2}.home-hero .hero-eyebrow{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:12px;background:#6f4c0561;color:#f4bc32;font-size:10px;letter-spacing:.06em}.home-hero .stage-hero-text h1,.stage-hero.compact.home-hero .stage-hero-text h1{margin:13px 0 5px;color:#f4f4f4;font-size:31px;line-height:1.12;letter-spacing:-.02em}.home-hero h1 small{font-size:.66em;color:#c4c7ca;font-weight:500}.hero-byline{margin:0 0 17px;color:#aab0b6;font-size:12px}.hero-byline span{margin:0 8px;color:#59626b}.hero-rating-row{display:flex;align-items:center;gap:6px;margin-bottom:15px;color:var(--accent);font-size:12px}.hero-rating-row .stars{margin-right:2px}.hero-rating-row>span{color:#8d949b}.hero-issue-count{margin-left:12px;padding:3px 9px;border-radius:4px;background:#ffffff0f;color:#a9afb5!important;text-transform:uppercase;font-size:9px;font-weight:700;letter-spacing:.04em}.home-hero .series-summary{max-width:520px;margin:0;color:#b8bec4;font-size:12.5px;line-height:1.55}.hero-actions{margin-top:22px;gap:13px}.hero-actions .btn{min-height:39px;display:inline-flex;align-items:center;gap:8px;padding:8px 18px;font-size:12px}.hero-actions .btn svg{width:16px;height:16px}.hero-actions .btn.primary{color:#171204;box-shadow:0 4px 14px #f2b72f2b}.hero-actions .btn.ghost{border-color:#4a3a16;color:#d5d7d9;background:#050a1047}.play-mark{font-size:10px}.hero-next{position:absolute;right:18px;top:50%;z-index:4;width:43px;height:43px;transform:translateY(-50%);display:grid;place-items:center;border-radius:50%;border:1px solid #b3821e;background:#080d12ad;color:#f0c048;cursor:pointer}.hero-next svg{width:21px;height:21px}.hero-next:hover{background:#0c1218eb}.hero-dots{position:absolute;z-index:4;left:50%;bottom:13px;display:flex;gap:8px;transform:translate(-50%)}.hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d7d7d7;opacity:.85;cursor:pointer}.hero-dots button.active{background:var(--accent);opacity:1}.concept-section{padding:20px 22px 24px;background:#050b12ad;border-bottom:1px solid #514018;scroll-margin-top:12px}.concept-section-head,.series-toolbar-top,.section-title-line,.series-tools{display:flex;align-items:center}.concept-section-head{justify-content:space-between;margin-bottom:10px}.concept-section h2{margin:0;color:#dce0e4;font-size:16px;line-height:1.2;font-weight:700;letter-spacing:-.01em}.section-link{display:inline-flex;align-items:center;gap:5px;border:0;background:none;color:var(--accent);font-size:11px;cursor:pointer}.section-link svg{width:14px;height:14px}.title-count{display:inline-grid;place-items:center;min-width:34px;height:20px;margin-left:8px;padding:0 7px;border-radius:10px;background:#493710;color:#e5b23a;font-size:10px;vertical-align:2px}.recent-section .shelf{gap:14px;padding:7px 1px 0}.recent-card{flex:0 0 110px;width:110px;display:flex;flex-direction:column;gap:4px;color:#dce0e4;min-width:0}.recent-card:hover{text-decoration:none}.recent-cover-wrap{width:110px;height:161px;position:relative;border-radius:6px;overflow:hidden;background:#0b0b0b;border:1px solid #313131}.recent-cover-wrap img,.recent-cover-wrap .cover-fallback{width:100%;height:100%;object-fit:cover}.recent-card:hover .recent-cover-wrap{border-color:#8f6818;box-shadow:0 7px 18px #00000059}.recent-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-weight:600}.recent-card>span{color:#777f88;font-size:9px}.new-ribbon{position:absolute;top:6px;left:5px;padding:2px 5px;border-radius:3px;background:#eeeee6e0;color:#75631b;font-size:7px;font-weight:800;letter-spacing:.03em}.recent-card .batch-chip{bottom:5px;right:5px;font-size:8px;padding:1px 5px}.shelf-nav{width:37px;height:37px;border-color:#7e5e18;background:#000000e0;color:#e5b641}.shelf-nav.left{left:-10px}.shelf-nav.right{right:-10px}.series-toolbar-top{justify-content:space-between;gap:16px;margin-bottom:15px;flex-wrap:wrap}.section-title-line{gap:24px;min-width:0;flex-wrap:wrap}.concept-tabs{display:flex;align-items:center;gap:22px}.concept-tabs button{height:30px;padding:0 2px;border:0;border-bottom:2px solid transparent;background:none;color:#858d96;font-size:10.5px;cursor:pointer}.concept-tabs button:hover{color:#c5c9ce}.concept-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.series-tools{gap:9px;margin-left:auto}.tool-btn,.view-switch button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #313131;border-radius:5px;background:#080808;color:#9da3aa;font-size:10px;cursor:pointer}.tool-btn{padding:0 13px}.tool-btn svg{width:14px;height:14px}.tool-btn:hover,.tool-btn.active{color:var(--accent);border-color:#5b4515}.series-tools select{height:34px;min-width:180px;padding:0 32px 0 12px;border-color:#313131;border-radius:5px;background:#080808;color:#a0a6ac;font-size:10px}.view-switch{display:flex;gap:4px}.view-switch button{width:34px;padding:0}.view-switch button svg{width:15px;height:15px}.view-switch button.active{color:var(--accent);border-color:#5d4615;background:#30270f}.concept-series-grid.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.concept-series-card{min-width:0;min-height:132px;display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;padding:7px;border:1px solid #313131;border-radius:6px;background:linear-gradient(145deg,#0e0e0ef2,#060606fa);color:#dde1e5;overflow:hidden;transition:border-color .15s,transform .15s,box-shadow .15s}.concept-series-card:hover{text-decoration:none;border-color:#705418;transform:translateY(-1px);box-shadow:0 6px 16px #00000040}.concept-series-cover{position:relative;width:82px;height:118px;overflow:hidden;border-radius:4px;background:#0d0d0d}.concept-series-cover img,.concept-series-cover .cover-fallback{width:100%;height:100%;object-fit:cover;font-size:17px}.series-bookmark{position:absolute;top:3px;right:3px;width:17px;height:22px;display:grid;place-items:center;color:#191409;background:var(--accent);clip-path:polygon(0 0,100% 0,100% 100%,50% 76%,0 100%)}.series-bookmark svg{width:10px;height:10px;stroke-width:2.3}.concept-series-info{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}.concept-series-info>strong{overflow:hidden;text-overflow:ellipsis;font-size:11.5px;line-height:1.35}.concept-series-info>span{color:#858d96;font-size:9px}.concept-series-info .series-year{color:#68717b}.series-rating{display:flex;align-items:center;gap:3px;color:var(--accent)!important;margin-top:3px}.series-rating svg{width:11px;height:11px;fill:currentColor}.series-rating small{color:#7f8790;font-size:8px}.concept-series-grid.list{display:grid;grid-template-columns:1fr;gap:8px}.concept-series-grid.list .concept-series-card{grid-template-columns:58px 1fr;min-height:86px}.concept-series-grid.list .concept-series-cover{width:58px;height:78px}.concept-series-grid.list .series-bookmark{display:none}.series-list-extra{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#a2a8ae!important}.view-all-button{min-width:150px;height:36px;display:block;margin:16px auto -3px;padding:0 18px;border:1px solid #725618;border-radius:5px;background:transparent;color:#e1b23e;font-size:10px;cursor:pointer}.view-all-button:hover{background:#f2b72f0f}.empty-state{padding:22px 0;text-align:center}.my-library-section{position:relative}.section-anchor{position:absolute;top:0}.my-library-section .shelf{gap:15px;padding-top:8px}.library-cover-card{flex:0 0 118px;width:118px;display:flex;flex-direction:column;gap:4px;color:#dce0e4}.library-cover-card:hover{text-decoration:none}.library-cover-wrap{width:118px;height:170px;position:relative;overflow:hidden;border-radius:5px;border:1px solid #313131;background:#0b0b0b}.library-cover-wrap img,.library-cover-wrap .cover-fallback{width:100%;height:100%;object-fit:cover}.library-cover-card:hover .library-cover-wrap{border-color:#856318;box-shadow:0 7px 18px #00000059}.library-cover-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-weight:600}.library-cover-card>span{color:#7d858e;font-size:9px}.cover-progress{position:absolute;left:5px;right:5px;bottom:5px;height:3px;border-radius:2px;background:#000000b8;overflow:hidden}.cover-progress span{display:block;height:100%;background:var(--accent)}.cover-progress-label{position:absolute;right:6px;bottom:11px;color:#e4e7e9;font-size:8px;text-shadow:0 1px 2px #000}.cover-rating{position:absolute;right:5px;bottom:5px;display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:8px;background:#060a0fd1;color:var(--accent);font-size:9px}.cover-rating svg{width:10px;height:10px;fill:currentColor}.library-stats-strip{min-height:70px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;background:#060d15}.library-stats-strip>div{min-height:42px;display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;align-content:center;justify-content:center;column-gap:8px;padding:8px 20px;border-right:1px solid #27313a;color:var(--accent)}.library-stats-strip>div:last-child{border-right:0}.library-stats-strip svg{grid-row:1 / 3;width:22px;height:22px;align-self:center}.library-stats-strip strong{color:#d6a52e;font-size:14px;line-height:1.1}.library-stats-strip span{color:#aa861f;font-size:9px;line-height:1.2}.settings.page,.page:not(.home-page){width:100%}.card{background:#0b131d;border-color:#293440}.btn{border-color:#654c17}input,textarea,select{background:#0a121b;border-color:#29343f}@media(max-width:1220px){.nav-links{gap:14px}.nav-links a{font-size:12px}.concept-series-grid.grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.home-hero .stage-hero-text{max-width:500px}}@media(max-width:980px){.sidebar{display:none}.navbar-brand-zone{width:auto;flex-basis:auto;border-right:0;padding-left:12px}.mobile-menu-btn{display:flex;margin-right:5px}.navbar{padding-right:12px}.nav-links{display:none}.nav-search-wrap{flex-basis:420px}.home-page{padding:0}.home-page>.concept-section,.home-page>.stage-hero,.home-page>.library-stats-strip{border-left:0;border-right:0}.mobile-menu{top:64px;background:#000}.mobile-nav-link{display:flex;align-items:center;gap:10px}.mobile-nav-link svg{width:18px;height:18px}.mobile-nav-button{width:100%;border:0;background:none;text-align:left}}@media(max-width:760px){.navbar{height:58px;min-height:58px}.navbar-brand-zone{padding-left:8px}.brand-text,.nav-search-wrap{display:none}.scan-pill{margin-left:auto}.user-name{display:none}.user-chip{min-width:0;padding-right:7px}.home-page{padding:0}.stage-hero.home-hero{min-height:430px}.home-hero .stage-hero-bg{width:100%;opacity:.48;background-position:center 18%}.home-hero .stage-hero-scrim{background:linear-gradient(180deg,#00000059,#000 70%,#000)}.home-hero .stage-hero-content,.stage-hero.compact.home-hero .stage-hero-content{min-height:430px;padding:118px 20px 42px;align-items:flex-end}.home-hero .stage-hero-text{max-width:none}.home-hero .stage-hero-text h1,.stage-hero.compact.home-hero .stage-hero-text h1{font-size:26px}.hero-next{right:10px;width:38px;height:38px}.concept-section{padding:18px 14px 21px}.series-toolbar-top{align-items:flex-start}.section-title-line{width:100%;gap:12px}.concept-tabs{width:100%;gap:14px;overflow-x:auto}.concept-tabs button{flex:0 0 auto}.series-tools{width:100%;margin-left:0}.series-tools select{flex:1;min-width:0}.concept-series-grid.grid{grid-template-columns:1fr 1fr;gap:8px}.concept-series-card{grid-template-columns:62px 1fr;min-height:104px;gap:8px;padding:5px}.concept-series-cover{width:62px;height:92px}.concept-series-info>strong{font-size:10px}.concept-series-info>span{font-size:8px}.library-stats-strip{grid-template-columns:1fr 1fr}.library-stats-strip>div{border-bottom:1px solid #27313a}.library-stats-strip>div:last-child{grid-column:1 / 3;border-bottom:0}.recent-card,.recent-cover-wrap{width:104px}.recent-card{flex-basis:104px}.recent-cover-wrap{height:153px}.library-cover-card,.library-cover-wrap{width:110px}.library-cover-card{flex-basis:110px}.library-cover-wrap{height:160px}}@media(max-width:460px){.concept-series-grid.grid{grid-template-columns:1fr}.concept-series-card{grid-template-columns:70px 1fr}.concept-series-cover{width:70px;height:101px}.hero-actions .btn{padding-inline:13px}.hero-actions .btn.ghost{display:none}}.read-check{position:absolute;right:6px;bottom:6px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#050a0fd1;border:1px solid #74808b;color:#dce2e6;font-size:10px;font-weight:800}:root{--dashboard-border-opacity: .28;--dashboard-panel-opacity: .58}.home-app-body{display:block;min-height:0}.home-stage{width:100%}.home-dashboard-layout{width:100%;min-height:100%;display:grid;grid-template-columns:216px minmax(0,1fr);grid-template-rows:auto auto auto auto auto;align-items:stretch;gap:0}.home-dashboard-layout>.sidebar{grid-column:1;grid-row:1 / span 2;width:216px;min-height:100%;height:auto;border-right-color:rgba(71,88,104,var(--dashboard-border-opacity));border-bottom:1px solid rgba(132,98,25,var(--dashboard-border-opacity))}.home-dashboard-layout>.home-page{display:contents}.home-page>.stage-hero{grid-column:2;grid-row:1}.home-page>.recent-section{grid-column:2;grid-row:2}.home-page>.series-section{grid-column:1 / -1;grid-row:3}.home-page>.my-library-section{grid-column:1 / -1;grid-row:4}.home-page>.library-stats-strip{grid-column:1 / -1;grid-row:5}.home-page>.concept-section,.home-page>.stage-hero,.home-page>.library-stats-strip{border-left-color:rgba(76,93,108,var(--dashboard-border-opacity));border-right-color:rgba(76,93,108,var(--dashboard-border-opacity))}.home-page>.stage-hero{border-top-color:rgba(76,93,108,var(--dashboard-border-opacity));border-bottom-color:rgba(139,102,23,var(--dashboard-border-opacity))}.home-page>.library-stats-strip{border-bottom-color:rgba(139,102,23,var(--dashboard-border-opacity))}.concept-section{background:rgba(0,0,0,var(--dashboard-panel-opacity));border-bottom-color:rgba(139,102,23,var(--dashboard-border-opacity))}.library-stats-strip{background:rgba(0,0,0,var(--dashboard-panel-opacity))}.library-stats-strip>div{border-right-color:rgba(64,64,64,var(--dashboard-border-opacity))}.recent-cover-wrap,.library-cover-wrap,.tool-btn,.view-switch button,.series-tools select{border-color:rgba(64,64,64,var(--dashboard-border-opacity))}.brand{gap:9px;font-family:Arial Narrow,Roboto Condensed,Segoe UI Semibold,Segoe UI,sans-serif;font-size:16px;font-weight:800;font-stretch:condensed;letter-spacing:.025em}.brand-text,.brand-text b{color:#eef0f2;font-weight:800}.user-chip{align-items:center}.user-name{display:inline-flex;align-items:center;line-height:1}.user-caret{width:12px;height:12px;display:inline-grid;place-items:center;flex:0 0 12px;line-height:0;margin-left:1px}.user-caret svg{width:10px;height:7px;overflow:visible}.user-caret path{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.home-hero .hero-eyebrow,.stage-hero.compact.home-hero .hero-eyebrow{display:inline-flex;width:max-content;max-width:max-content;align-self:flex-start;flex:0 0 auto;white-space:nowrap;padding-inline:9px}.concept-series-card{position:relative;border-color:rgba(64,64,64,var(--dashboard-border-opacity));background:radial-gradient(150px 125px at 5% 48%,rgba(214,162,47,.1),transparent 72%),linear-gradient(104deg,#161616f0,#0a0a0af7 46%,#030303fc);box-shadow:inset 0 1px #ffffff05}.concept-series-card:first-child{border-color:rgba(190,139,28,calc(var(--dashboard-border-opacity) + .22));background:radial-gradient(170px 135px at 4% 46%,rgba(236,181,49,.17),transparent 72%),linear-gradient(104deg,#1f1d18f2,#0f0f0ff7 46%,#050505fc)}.concept-series-card:hover{border-color:#d8a126b8;background:radial-gradient(175px 140px at 5% 48%,rgba(239,182,50,.2),transparent 72%),linear-gradient(104deg,#262e31f0,#101a24f5 46%,#070e16fc)}.admin-display-card{max-width:820px}.admin-slider-row{display:grid;grid-template-columns:minmax(190px,250px) minmax(180px,1fr) 58px;align-items:center;gap:16px;margin-top:24px}.admin-slider-row .slider-label{min-width:0;color:var(--text);font-weight:600}.admin-slider-row input[type=range]{width:100%}.admin-slider-row .slider-value{min-width:58px;text-align:right;font-variant-numeric:tabular-nums}.display-setting-help{margin:5px 0 0;max-width:710px;font-size:12.5px}@media(max-width:980px){.home-dashboard-layout{display:block}.home-dashboard-layout>.sidebar{display:none}}@media(max-width:640px){.admin-slider-row{grid-template-columns:1fr 52px;gap:10px}.admin-slider-row .slider-label{grid-column:1 / -1}}:root{--bg: #000;--bg-2: #030607;--panel: #060a0c;--panel-2: #0a0e10;--line: #292d2f;--text: #f2f1ed;--muted: #989da0;--accent: #ffb52d;--accent-dim: #9a6a18;--concept-gold-border: rgba(181, 126, 29, var(--dashboard-border-opacity));--concept-panel: rgba(5, 9, 11, var(--dashboard-panel-opacity));--hero-fade-strong: .9975;--hero-fade-deep: .8835;--hero-fade-mid: .646;--hero-fade-soft: .095;--hero-fade-vignette: .6175}html,body,#root{background:#000}body{background:radial-gradient(950px 600px at 50% -180px,rgba(36,55,58,.18),transparent 72%),#000;color:var(--text);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}.concept-shell{min-height:100vh;background:transparent}.concept-stage{background:transparent;padding:0 22px 42px;scrollbar-color:#4f3a16 #050708}.concept-navbar{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto auto minmax(250px,1fr) auto auto auto;align-items:center;column-gap:24px;width:100%;height:70px;min-height:70px;padding:0 22px;background:#020506fb;border-bottom:1px solid rgba(181,126,29,.34);box-shadow:0 10px 30px #0000005c}.concept-navbar .navbar-brand-zone{width:auto;height:100%;flex:none;padding:0;border:0}.concept-navbar .brand{gap:0;color:var(--accent);font-family:Arial Narrow,Inter Tight,Impact,sans-serif;font-size:15px;font-weight:900;letter-spacing:.18em;line-height:1}.concept-navbar .brand-mark{display:none}.concept-navbar .brand-text{color:var(--accent);white-space:nowrap}.concept-navbar .brand-text b{color:#f4f1eb;font-weight:900}.concept-primary-nav{display:flex;align-items:stretch;align-self:stretch;gap:25px}.concept-primary-nav a{position:relative;display:inline-flex;align-items:center;padding:0;color:#a2a7aa;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.concept-primary-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px 2px 0 0;background:transparent}.concept-primary-nav a:hover,.concept-primary-nav a.active{color:var(--accent);text-decoration:none}.concept-primary-nav a.active:after{background:var(--accent);box-shadow:0 0 10px #ffb52d80}.concept-navbar .nav-search-wrap{position:relative;width:100%;max-width:420px;margin:0 auto;flex:none}.concept-navbar .nav-search{height:36px;border:1px solid #303638;border-radius:8px;background:#05090beb;box-shadow:inset 0 1px #ffffff08}.concept-navbar .nav-search input{color:#d8dbdc;font-size:11px;letter-spacing:.01em}.concept-navbar .nav-search input::placeholder{color:#737a7d}.concept-navbar .nav-search-wrap:before{border-color:#7e8587}.concept-navbar .nav-search-wrap:after{background:#7e8587}.nav-actions{display:flex;align-items:center;gap:22px;white-space:nowrap}.nav-actions a,.nav-action-button{display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:#a2a7aa;font:inherit;font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.nav-actions svg{width:16px;height:16px;color:var(--accent)}.nav-actions a:hover,.nav-actions a.active,.nav-action-button:hover{color:#f2f1ed;text-decoration:none}.concept-navbar .scan-pill{font-size:9px}.concept-navbar .user-chip{min-width:116px;height:36px;padding:4px 10px 4px 5px;border:1px solid #33393b;border-radius:19px;background:#080c0eeb;color:#c5c8ca;box-shadow:inset 0 1px #ffffff09}.concept-navbar .user-avatar{width:26px;height:26px;background:linear-gradient(145deg,#79664f,#313a3d);font-size:11px}.concept-navbar .user-name{max-width:75px;font-size:9.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.concept-navbar .user-caret{color:var(--accent)}.concept-navbar .user-dropdown{top:44px;min-width:190px;padding:8px;border:1px solid #4f3a16;border-radius:8px;background:#070b0d;box-shadow:0 20px 45px #0000008c}.concept-navbar .user-dropdown span{padding:7px 9px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.concept-navbar .user-dropdown button,.concept-navbar .user-dropdown a{display:block;width:100%;padding:9px;border:0;border-radius:5px;background:transparent;color:#c7cbcd;text-align:left;font-size:12px}.concept-navbar .user-dropdown button:hover,.concept-navbar .user-dropdown a:hover{background:#ffb52d14;color:var(--accent);text-decoration:none}.cinema-home{width:100%;max-width:1560px;margin:18px auto 0;padding:0;overflow:hidden;border:1px solid var(--concept-gold-border);border-radius:14px;background:#030708f5;box-shadow:0 18px 70px #00000080,inset 0 1px #ffffff05}.cinema-home .stage-hero.home-hero{position:relative;min-height:455px;margin:0;overflow:hidden;border:0;border-radius:0;border-bottom:1px solid var(--concept-gold-border);background:#020405;isolation:isolate}.cinema-home .home-hero .stage-hero-bg{position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;width:auto;height:auto;background-size:cover;background-position:center 25%;background-repeat:no-repeat;filter:blur(var(--hero-blur, 1px)) saturate(.94) contrast(1.12) brightness(.68);transform:scale(var(--hero-scale, 1.044));transform-origin:center;opacity:1;z-index:-3;will-change:filter,transform}.cinema-home .home-hero .stage-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(60% 90% at 63% 43%,rgba(255,143,24,.1),transparent 60%),linear-gradient(90deg,rgba(2,4,5,var(--hero-fade-strong)),rgba(2,4,5,var(--hero-fade-deep)) 23%,rgba(2,4,5,var(--hero-fade-mid)) 43%,rgba(2,4,5,var(--hero-fade-soft)) 77%),linear-gradient(180deg,#0000001a,#00000014 55%,rgba(0,0,0,var(--hero-fade-vignette)))}.cinema-home .home-hero .stage-hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,rgba(1,3,4,var(--hero-fade-strong)) 0%,rgba(1,3,4,var(--hero-fade-deep)) 22%,rgba(1,3,4,var(--hero-fade-mid)) 47%,transparent 74%),radial-gradient(100% 75% at 50% 100%,rgba(0,0,0,var(--hero-fade-vignette)),transparent 62%)}.cinema-home .home-hero .stage-hero-content{display:flex;align-items:center;min-height:455px;max-width:none;margin:0;padding:50px 88px 54px}.cinema-home .home-hero .stage-hero-cover{display:none}.cinema-home .home-hero .stage-hero-text{width:min(590px,52%);max-width:590px;position:relative;z-index:3}.cinema-home .home-hero .hero-eyebrow{display:block;width:max-content;margin:0 0 7px;padding:0;border:0;background:transparent;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.cinema-home .home-hero h1{max-width:680px;margin:0;color:#f4f2ed;font-family:Impact,Haettenschweiler,Arial Narrow Bold,Arial Narrow,sans-serif;font-size:clamp(46px,4.7vw,78px);font-weight:900;line-height:.92;letter-spacing:.015em;text-transform:uppercase;text-shadow:0 4px 22px rgba(0,0,0,.65)}.cinema-home .home-hero h3{margin:12px 0 18px;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.18em;line-height:1.35;text-transform:uppercase}.cinema-home .home-hero .series-summary{max-width:470px;margin:0 0 18px;color:#b6babc;font-size:12px;line-height:1.65}.hero-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#969c9f;font-size:10px;letter-spacing:.02em}.hero-meta-row i{width:1px;height:11px;background:#4c5052}.hero-meta-rating{display:inline-flex;align-items:center;gap:5px;color:#d8dadb}.hero-meta-rating svg{width:13px;height:13px;color:var(--accent);fill:currentColor}.hero-age-pill{padding:3px 7px;border:1px solid #4a5052;border-radius:10px;color:#aeb2b4;font-size:8px;text-transform:uppercase}.cinema-home .hero-actions{display:flex;align-items:center;gap:12px;margin-top:25px}.cinema-home .hero-actions .btn{min-height:42px;padding:0 20px;border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.cinema-home .hero-actions .btn.primary{border-color:#ffbd42;background:linear-gradient(180deg,#ffc34d,#eda522);color:#171005;box-shadow:0 0 18px #ffb52d4d,inset 0 1px #ffffff59}.cinema-home .hero-actions .btn.ghost{border-color:#71501a;background:#0306079e;color:#e3e4e2}.cinema-home .hero-actions .hero-watch{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#a7abad}.cinema-home .hero-actions .hero-watch svg{width:17px;height:17px;color:var(--accent)}.cinema-home .hero-actions .hero-watch.on{color:var(--accent)}.hero-arrow{position:absolute;top:50%;z-index:6;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(189,132,31,.65);border-radius:50%;background:#020506c2;color:#e7e5df;cursor:pointer;transform:translateY(-50%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-arrow:hover{color:var(--accent);background:#070a0bf0}.hero-arrow svg{width:19px;height:19px}.hero-prev{left:14px}.hero-next{right:14px}.cinema-home .hero-dots{position:absolute;left:50%;bottom:16px;z-index:6;display:flex;gap:5px;transform:translate(-50%)}.cinema-home .hero-dots button{width:16px;height:3px;padding:0;border:0;border-radius:2px;background:#ffffff40;cursor:pointer}.cinema-home .hero-dots button.active{width:25px;background:var(--accent);box-shadow:0 0 8px #ffb52d80}.cinema-section{padding:19px 15px 22px;background:var(--concept-panel);border-bottom:1px solid var(--concept-gold-border)}.cinema-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 10px}.cinema-section-heading h2{margin:0;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.16em;line-height:1;text-transform:uppercase}.cinema-section-heading button{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:var(--accent);font-size:8.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.cinema-section-heading button:hover{color:#ffd26e}.cinema-section-heading button svg{width:12px;height:12px}.poster-grid,.series-poster-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:12px}.poster-card,.series-poster-card{min-width:0;color:#e4e5e3}.poster-card:hover,.series-poster-card:hover{text-decoration:none}.poster-cover,.series-poster-cover{position:relative;width:100%;aspect-ratio:.69;overflow:hidden;border:1px solid rgba(91,96,98,.55);border-radius:7px;background:#090d0f;box-shadow:0 7px 18px #00000047;transition:transform .18s,border-color .18s,box-shadow .18s}.poster-cover img,.poster-cover .cover-fallback,.series-poster-cover img,.series-poster-cover .cover-fallback{width:100%;height:100%;object-fit:cover}.poster-card:hover .poster-cover,.series-poster-card:hover .series-poster-cover{transform:translateY(-2px);border-color:#ffb52dad;box-shadow:0 10px 24px #0000006b,0 0 12px #ffb52d14}.poster-card strong,.series-poster-card strong{display:block;margin-top:6px;overflow:hidden;color:#e9e9e6;font-size:9.5px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.poster-card>span,.poster-card>small,.series-poster-card>span{display:block;margin-top:2px;overflow:hidden;color:#8f9598;font-size:8px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.poster-card>small{color:#666d70}.new-ribbon{position:absolute;top:5px;left:5px;padding:2px 5px;border-radius:5px;background:var(--accent);color:#211605;font-size:6px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 2px 7px #00000061}.batch-chip{position:absolute;right:5px;bottom:5px;padding:2px 5px;border-radius:7px;background:#000000d1;color:var(--accent);font-size:7px}.continue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.continue-card{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr) 15px;min-height:118px;overflow:hidden;border:1px solid rgba(139,98,25,.72);border-radius:7px;background:radial-gradient(130px 100px at 0 50%,rgba(255,181,45,.08),transparent 75%),linear-gradient(115deg,#0c1112fa,#050809fa);color:#e6e6e3;box-shadow:inset 0 1px #ffffff06}.continue-card:hover{border-color:#ffb52dbf;text-decoration:none;box-shadow:0 8px 20px #0000004d}.continue-cover{width:82px;height:118px;overflow:hidden}.continue-cover img,.continue-cover .cover-fallback{width:100%;height:100%;object-fit:cover}.continue-info{min-width:0;padding:13px 11px 10px}.continue-info strong{display:block;overflow:hidden;font-size:10px;font-weight:800;letter-spacing:.035em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.continue-info>span:not(.continue-button){display:block;margin-top:3px;color:#9b9fa1;font-size:8px}.continue-progress-line{height:2px;margin:11px 0 4px;overflow:hidden;background:#414547}.continue-progress-line span{display:block;height:100%;background:var(--accent);box-shadow:0 0 7px #ffb52d66}.continue-info small{display:block;color:#b4b6b5;font-size:7px;text-align:right}.continue-button{display:inline-flex;align-items:center;gap:6px;margin-top:9px;padding:5px 10px;border:1px solid #6d4d18;border-radius:4px;color:var(--accent);font-size:7px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.continue-menu{align-self:center;color:#7f8587;font-size:18px}.series-heading-row{margin-bottom:11px}.series-heading-actions{display:flex;align-items:center;gap:14px}.series-heading-actions select{height:28px;padding:0 28px 0 9px;border:1px solid #343a3c;border-radius:5px;background:#060a0b;color:#aeb2b4;font-size:9px}.series-poster-grid.expanded{grid-template-columns:repeat(auto-fill,minmax(115px,1fr))}.series-poster-card>span{color:var(--accent)}.series-watch-badge{position:absolute;top:5px;right:5px;width:20px;height:24px;display:grid;place-items:center;background:var(--accent);color:#1e1404;clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%)}.series-watch-badge svg{width:11px;height:11px}.cinema-benefits{display:grid;grid-template-columns:repeat(4,1fr);min-height:94px;padding:14px 18px;background:linear-gradient(180deg,#080d0ef5,#030708fa)}.cinema-benefits>div{display:flex;align-items:center;justify-content:center;gap:14px;min-width:0;padding:10px 22px;border-right:1px solid rgba(88,66,25,.55)}.cinema-benefits>div:last-child{border-right:0}.cinema-benefits svg{width:25px;height:25px;flex:0 0 25px;color:var(--accent)}.cinema-benefits p{margin:0;min-width:0}.cinema-benefits strong{display:block;color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.cinema-benefits span{display:block;max-width:190px;margin-top:4px;color:#8e9496;font-size:8px;line-height:1.45}.concept-stage>.page:not(.cinema-home){max-width:1460px;margin:22px auto 0;border:1px solid rgba(83,64,27,.45);border-radius:12px;background:#040809eb}@media(max-width:1320px){.concept-navbar{grid-template-columns:auto auto minmax(220px,1fr) auto auto;column-gap:16px}.concept-primary-nav{gap:16px}.nav-actions .nav-action-button{display:none}.poster-grid,.series-poster-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.poster-card:nth-child(n+9){display:none}}@media(max-width:1080px){.concept-navbar{grid-template-columns:auto minmax(220px,1fr) auto auto}.concept-primary-nav{display:none}.continue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.poster-grid,.series-poster-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.poster-card:nth-child(n+7){display:none}.cinema-home .home-hero .stage-hero-text{width:62%}}@media(max-width:780px){.concept-stage{padding:0 10px 28px}.concept-navbar{grid-template-columns:minmax(0,1fr) auto;height:60px;min-height:60px;padding:0 12px}.concept-navbar .navbar-brand-zone{min-width:0}.concept-navbar .mobile-menu-btn{display:inline-flex;margin-right:7px}.concept-navbar .brand{font-size:13px;letter-spacing:.12em}.concept-navbar .nav-search-wrap,.concept-navbar .nav-actions,.concept-navbar .scan-pill{display:none}.concept-navbar .user-chip{min-width:auto}.concept-navbar .user-name{display:none}.concept-navbar .mobile-menu{top:60px;background:#030708;border-color:#4d3917}.cinema-home{margin-top:10px;border-radius:10px}.cinema-home .stage-hero.home-hero,.cinema-home .home-hero .stage-hero-content{min-height:470px}.cinema-home .home-hero .stage-hero-bg{background-position:62% center}.cinema-home .home-hero .stage-hero-scrim{background:linear-gradient(180deg,rgba(1,3,4,var(--hero-fade-soft)),rgba(1,3,4,var(--hero-fade-deep)) 52%,rgba(1,3,4,var(--hero-fade-strong)))}.cinema-home .home-hero .stage-hero-content{align-items:flex-end;padding:120px 35px 42px}.cinema-home .home-hero .stage-hero-text{width:100%;max-width:none}.cinema-home .home-hero h1{font-size:clamp(42px,12vw,65px)}.hero-prev{left:8px}.hero-next{right:8px}.poster-grid,.series-poster-grid,.series-poster-grid.expanded{grid-auto-flow:column;grid-auto-columns:125px;grid-template-columns:none;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.poster-card,.series-poster-card{display:block!important;scroll-snap-align:start}.continue-grid{grid-template-columns:1fr}.cinema-benefits{grid-template-columns:repeat(2,1fr)}.cinema-benefits>div:nth-child(2){border-right:0}.cinema-benefits>div:nth-child(-n+2){border-bottom:1px solid rgba(88,66,25,.55)}}@media(max-width:520px){.cinema-section{padding-inline:11px}.cinema-home .home-hero .stage-hero-content{padding-inline:26px}.cinema-home .hero-actions{flex-wrap:wrap;gap:8px}.cinema-home .hero-actions .btn{min-height:38px;padding-inline:14px}.cinema-home .hero-actions .hero-watch{width:auto}.hero-arrow{width:34px;height:34px}.cinema-benefits{grid-template-columns:1fr}.cinema-benefits>div{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(88,66,25,.55)}.cinema-benefits>div:last-child{border-bottom:0}.cinema-benefits>div:nth-child(2){border-bottom:1px solid rgba(88,66,25,.55)}}.catalog-page,.discover-page{width:100%;max-width:1560px!important;margin:18px auto 0!important;padding:0 0 34px!important;overflow:hidden;border:1px solid var(--concept-gold-border)!important;border-radius:14px!important;background:#030708f7!important;box-shadow:0 18px 70px #00000080,inset 0 1px #ffffff05}.catalog-header,.discover-header{position:relative;min-height:188px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 44px;overflow:hidden;border-bottom:1px solid var(--concept-gold-border);background:radial-gradient(650px 240px at 82% 34%,rgba(255,151,28,.13),transparent 68%),linear-gradient(115deg,#05090a,#020405 68%)}.catalog-header:after,.discover-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgba(255,181,45,.018) 58%,rgba(255,181,45,.05) 100%)}.catalog-header>*,.discover-header>*{position:relative;z-index:1}.catalog-eyebrow{display:block;margin-bottom:7px;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.catalog-header h1,.discover-header h1{margin:0;color:#f4f2ed;font-family:Impact,Haettenschweiler,Arial Narrow Bold,Arial Narrow,sans-serif;font-size:clamp(39px,4vw,62px);line-height:.96;letter-spacing:.025em;text-transform:uppercase}.catalog-header p,.discover-header p{max-width:680px;margin:13px 0 0;color:#9fa5a7;font-size:12px;line-height:1.65}.catalog-header-icon{width:94px;height:94px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,181,45,.35);border-radius:50%;color:var(--accent);background:radial-gradient(circle,rgba(255,181,45,.12),transparent 68%);box-shadow:0 0 40px #ffb52d14}.catalog-header-icon svg{width:38px;height:38px}.catalog-toolbar{display:flex;align-items:center;gap:14px;padding:18px 24px;border-bottom:1px solid rgba(106,76,25,.55);background:#020506cc}.catalog-filter{height:40px;min-width:0;flex:1;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #343a3c;border-radius:7px;background:#05090a}.catalog-filter svg{width:16px;height:16px;color:#737a7c}.catalog-filter input{min-width:0;flex:1;padding:0;border:0;background:transparent;color:#e2e4e4;font-size:12px}.catalog-filter input:focus{border:0}.catalog-filter button{padding:3px 7px;border:0;background:transparent;color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.catalog-sort{display:flex;align-items:center;gap:9px;color:#858b8e;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.catalog-sort select{height:40px;min-width:175px;border-color:#343a3c;background:#05090a;color:#d0d3d4;font-size:11px}.catalog-loading{padding:34px 28px}.catalog-series-grid{grid-template-columns:repeat(auto-fill,minmax(125px,1fr))!important;gap:19px 16px!important;padding:25px 24px 0}.catalog-series-card{display:block!important}.catalog-series-card small{display:block;overflow:hidden;margin-top:2px;color:#656c6f;font-size:8px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.catalog-empty{min-height:330px;display:grid;place-items:center;align-content:center;gap:8px;padding:40px;color:#858b8e;text-align:center}.catalog-empty svg{width:34px;height:34px;color:var(--accent)}.catalog-empty h2{margin:5px 0 0;color:#e7e5df;font-size:21px}.catalog-empty p{margin:0;font-size:12px}.discover-header{min-height:250px}.discover-header-copy{max-width:780px}.taste-profile{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.taste-profile span,.recommendation-tags em{padding:4px 8px;border:1px solid rgba(180,128,31,.44);border-radius:12px;background:#ffb52d0e;color:#d7a43b;font-size:8px;font-style:normal;letter-spacing:.04em}.discover-orbit{position:relative;width:145px;height:145px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,181,45,.25);border-radius:50%;color:var(--accent);box-shadow:inset 0 0 45px #ffb52d0b,0 0 55px #ffb52d0d}.discover-orbit:before,.discover-orbit:after{content:"";position:absolute;border:1px solid rgba(255,181,45,.16);border-radius:50%}.discover-orbit:before{top:18px;right:18px;bottom:18px;left:18px}.discover-orbit:after{top:39px;right:39px;bottom:39px;left:39px}.discover-orbit svg{width:34px;height:34px}.discover-orbit span{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 9px #ffb52da6}.discover-orbit span:nth-of-type(1){top:12px;left:67px}.discover-orbit span:nth-of-type(2){right:18px;bottom:31px}.discover-orbit span:nth-of-type(3){left:23px;bottom:26px}.discover-empty{min-height:470px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:55px 25px;text-align:center}.discover-empty-icon{width:78px;height:78px;display:grid;place-items:center;margin-bottom:20px;border:1px solid rgba(255,181,45,.35);border-radius:50%;color:var(--accent);background:#ffb52d0f}.discover-empty-icon svg{width:29px;height:29px}.discover-empty h2{margin:3px 0 10px;color:#efede8;font-size:27px}.discover-empty p{max-width:620px;margin:0;color:#92989a;font-size:12px;line-height:1.65}.discover-empty .btn-row{margin-top:25px}.discover-source-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 24px;border-bottom:1px solid rgba(106,76,25,.55);background:#ffb52d06}.discover-source-strip>div{min-width:0;display:flex;align-items:center;gap:12px}.discover-source-strip>div>svg{width:22px;height:22px;flex:0 0 auto;color:var(--accent)}.discover-source-strip p{min-width:0;margin:0}.discover-source-strip strong{display:block;color:#e6e4df;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.discover-source-strip span{display:block;overflow:hidden;margin-top:3px;color:#777e80;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.discover-source-strip>a{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.discover-source-strip>a svg{width:13px;height:13px}.discover-results{padding:22px 24px 4px}.discover-results .cinema-section-heading>span{color:#73797b;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.recommendation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:15px}.recommendation-card{min-width:0;display:grid;grid-template-columns:105px minmax(0,1fr);min-height:158px;overflow:hidden;border:1px solid #303638;border-radius:8px;background:radial-gradient(190px 150px at 0% 50%,rgba(255,181,45,.075),transparent 70%),linear-gradient(110deg,#0b1011,#050809 62%);color:inherit;transition:transform .16s,border-color .16s,box-shadow .16s}.recommendation-card:hover{border-color:#dc9e27b8;box-shadow:0 10px 28px #00000057,0 0 18px #ffb52d0b;transform:translateY(-2px);text-decoration:none}.recommendation-cover{position:relative;min-height:158px;overflow:hidden;background:#111}.recommendation-cover img,.recommendation-cover .cover-fallback{width:100%;height:100%;object-fit:cover}.recommendation-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 60%,rgba(5,8,9,.82));pointer-events:none}.recommendation-match{position:absolute;left:6px;bottom:6px;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border:1px solid rgba(255,181,45,.55);border-radius:4px;background:#020405de;color:var(--accent);font-size:7px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.recommendation-match svg{width:9px;height:9px}.recommendation-info{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:14px 13px 13px 10px}.recommendation-info>strong{overflow:hidden;color:#eceae5;font-size:13px;line-height:1.35;text-overflow:ellipsis}.recommendation-info>span{margin-top:4px;color:#777e80;font-size:9px}.recommendation-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:10px}.recommendation-tags em{max-width:100%;overflow:hidden;padding:3px 6px;text-overflow:ellipsis;white-space:nowrap}.recommendation-info small{display:block;margin-top:9px;color:#73797b;font-size:8px;line-height:1.45}@media(max-width:780px){.catalog-page,.discover-page{margin-top:10px!important;border-radius:10px!important}.catalog-header,.discover-header{min-height:175px;padding:28px 24px}.catalog-header-icon,.discover-orbit{display:none}.catalog-toolbar{align-items:stretch;flex-direction:column}.catalog-sort{justify-content:space-between}.catalog-sort select{flex:1}.catalog-series-grid{grid-auto-flow:initial!important;grid-auto-columns:initial!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important}.discover-source-strip{align-items:flex-start}.recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recommendation-card{grid-template-columns:82px minmax(0,1fr)}}@media(max-width:520px){.catalog-header h1,.discover-header h1{font-size:38px}.catalog-series-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding-inline:12px;gap:16px 12px!important}.catalog-toolbar,.discover-results,.discover-source-strip{padding-inline:12px}.recommendation-grid{grid-template-columns:1fr}.recommendation-card{grid-template-columns:96px minmax(0,1fr)}.discover-source-strip{flex-direction:column}}.plex-auth-button{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #d98f12;border-radius:7px;background:linear-gradient(180deg,#f5ad24,#e39212);color:#100c04;font-weight:800;cursor:pointer;box-shadow:inset 0 1px #ffffff47,0 5px 16px #e291101f}.plex-auth-button:hover:not(:disabled){background:linear-gradient(180deg,#ffbc36,#ed9d19);border-color:#f3aa27}.plex-auth-button:disabled{opacity:.62;cursor:wait}.plex-auth-mark{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:50%;background:#151007;color:#f7ad21;font-size:11px;padding-left:2px}.auth-divider{display:flex;align-items:center;gap:10px;color:#777d80;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#25292b}.auth-divider span{white-space:nowrap}.provider-chip{display:inline-flex;align-items:center;min-width:46px;justify-content:center;padding:2px 8px;border:1px solid #34383a;border-radius:10px;color:#aeb3b6;background:#0b0e0f;font-size:11px}.provider-chip.plex{color:#ffb52d;border-color:#ffb52d61;background:#ffb52d14}.display-settings-group{display:flex;flex-direction:column;gap:6px;padding:4px 0 14px}.display-settings-group+.display-settings-group{margin-top:4px;padding-top:18px;border-top:1px solid var(--line)}.display-settings-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:8px}.display-settings-heading h3{margin:0 0 3px;color:var(--text);font-size:14px;letter-spacing:.02em}.display-settings-heading p{margin:0;font-size:12px}.display-admin-badge{flex:0 0 auto;padding:3px 7px;border:1px solid rgba(242,183,47,.45);border-radius:999px;background:#f2b72f14;color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.12em}.display-modal-slider{display:grid!important;grid-template-columns:minmax(165px,.75fr) minmax(220px,1.5fr) 58px;align-items:center;gap:14px;padding:8px 0 2px}.display-modal-slider .slider-label{color:var(--text);font-weight:600}.display-modal-slider input[type=range]{width:100%}.display-modal-slider .slider-value{min-width:58px;text-align:right;color:var(--accent);font-variant-numeric:tabular-nums}.display-settings-group .display-setting-help{margin:0 0 5px;font-size:11.5px;line-height:1.45}.display-settings-notice{margin:8px 0 0}@media(max-width:640px){.display-modal-slider{grid-template-columns:1fr 54px;gap:9px}.display-modal-slider .slider-label{grid-column:1 / -1}}.catalog-load-more{min-height:96px;display:grid;place-items:center;color:#737a7e;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.catalog-load-more:before{content:"";width:22px;height:22px;margin-bottom:-25px;border:2px solid #292f31;border-top-color:var(--accent);border-radius:50%;animation:spin .9s linear infinite}.reader-page-error{width:min(92vw,760px);min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin:20px auto;padding:32px;border:1px solid #493812;border-radius:8px;background:#0b0b0c;color:var(--text);text-align:center}.reader-page-error span{color:var(--muted);font-size:13px}.reader-page-error button{margin-top:6px;padding:8px 15px;border:1px solid #705418;border-radius:6px;background:#171308;color:var(--accent);cursor:pointer}.reader-stage.double .reader-page-error{width:50%;margin:20px 2px}.reader-scroll .reader-page-error{flex:0 0 auto}@keyframes catalog-spin{to{transform:rotate(360deg)}}.catalog-load-more:before{animation-name:catalog-spin}.cover-image.is-loading{background:linear-gradient(105deg,#090b0c 20%,#151819,#090b0c 60%);background-size:220% 100%;animation:cover-shimmer 1.8s ease-in-out infinite;color:transparent}.cover-image.is-loaded{animation:cover-reveal .22s ease-out both}.stage-hero-bg{animation:hero-art-reveal .44s ease-out both}.poster-card,.series-poster-card,.catalog-series-card,.issue-card,.recommendation-card,.continue-card{transition-duration:.17s!important}.modal-backdrop{animation:modal-fade-in .2s ease-out both}.modal{animation:modal-rise-in .23s ease-out both}@keyframes cover-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes cover-reveal{0%{opacity:.18}}@keyframes hero-art-reveal{0%{opacity:0}}@keyframes modal-fade-in{0%{opacity:0}}@keyframes modal-rise-in{0%{opacity:0;transform:translateY(10px) scale(.992)}}.mobile-search-toggle,.mobile-bottom-nav,.mobile-sticky-read,.series-admin-more{display:none}.series-admin-actions-desktop{display:flex;flex-wrap:wrap;gap:8px}.creators-disclosure>summary{display:none}.creators-panel-body{display:block}.reader{position:relative;overflow:hidden}.reader-page-canvas{width:100%;min-width:100%;min-height:100%;display:flex;align-items:flex-start;justify-content:center;gap:4px;transition:transform .15s ease-out;will-change:transform}.reader-scroll-canvas{width:100%;display:flex;flex-direction:column;align-items:center;transition:transform .15s ease-out;will-change:transform}.reader-stage.fit-height .reader-page-canvas{align-items:center}.reader-stage.fit-width .reader-page-canvas img{width:100%;height:auto}.reader-stage.fit-width.double .reader-page-canvas img{width:50%}.reader-stage.fit-height .reader-page-canvas img{height:calc(100vh - 42px);width:auto;max-width:none}.reader-stage.fit-original .reader-page-canvas img{width:auto;height:auto}.nav-zone.center{left:30%;width:40%;cursor:default;z-index:3}.reader-progress{position:absolute;left:0;right:0;top:0;z-index:20;height:2px;background:#ffffff14;pointer-events:none}.reader-progress span{display:block;height:100%;background:var(--accent);transition:width .18s ease}.reader-direction{min-width:46px;font-size:10px;font-weight:800;letter-spacing:.06em}.mobile-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-end;justify-content:center;background:#000000ad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:modal-fade-in .19s ease-out both}.mobile-sheet-handle{width:38px;height:4px;margin:8px auto 12px;border-radius:999px;background:#45484a}.mobile-account-sheet,.mobile-action-sheet{width:min(100%,560px);max-height:86dvh;overflow-y:auto;padding:0 16px calc(18px + env(safe-area-inset-bottom,0px));border:1px solid #313536;border-bottom:0;border-radius:18px 18px 0 0;background:#080a0b;box-shadow:0 -20px 60px #00000094;animation:mobile-sheet-up .24s cubic-bezier(.2,.72,.2,1) both}.mobile-account-sheet header,.mobile-action-sheet header{display:flex;align-items:center;gap:12px;padding:0 2px 14px;border-bottom:1px solid #25292a}.mobile-account-sheet header>div{display:flex;flex:1;min-width:0;flex-direction:column}.mobile-account-sheet header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-account-sheet header span{color:var(--muted);font-size:11px}.mobile-account-sheet header button,.mobile-action-sheet header button{width:40px;height:40px;border:0;border-radius:50%;background:#111415;color:#cdd0d1}.mobile-account-sheet nav{display:flex;flex-direction:column;padding-top:10px}.mobile-account-sheet nav a,.mobile-account-sheet nav button,.mobile-action-sheet>button{width:100%;min-height:50px;display:flex;align-items:center;gap:13px;padding:0 10px;border:0;border-bottom:1px solid #1f2223;background:transparent;color:#e3e4e4;text-align:left;font:inherit}.mobile-account-sheet nav svg{width:20px;height:20px;color:var(--accent)}.mobile-account-sheet nav a:hover,.mobile-account-sheet nav button:hover,.mobile-action-sheet>button:hover{background:#ffb52d0f;text-decoration:none}.mobile-action-sheet header{justify-content:space-between}.mobile-action-sheet>button:disabled{opacity:.5}@keyframes mobile-sheet-up{0%{transform:translateY(100%)}}@media(max-width:780px){.concept-shell{min-height:100dvh}.concept-navbar{position:sticky;top:0;z-index:60;grid-template-columns:minmax(0,1fr) auto!important;height:58px!important;min-height:58px!important;padding:0 12px!important}.concept-navbar .navbar-brand-zone{width:auto;min-width:0;padding:0;border-right:0}.concept-navbar .brand{font-size:12.5px;letter-spacing:.1em}.concept-navbar .brand-mark{width:27px;height:27px}.concept-navbar .concept-primary-nav,.concept-navbar .nav-search-wrap,.concept-navbar .nav-actions,.concept-navbar .scan-pill,.concept-navbar .desktop-user-menu,.concept-navbar .mobile-menu-btn,.concept-navbar .mobile-menu{display:none!important}.mobile-search-toggle{width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid #292d2e;border-radius:50%;background:#080a0b;color:#d6d8d9}.mobile-search-toggle svg{width:20px;height:20px}.mobile-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;padding:calc(12px + env(safe-area-inset-top,0px)) 12px 12px;background:#000000db;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:modal-fade-in .18s ease-out both}.mobile-search-panel{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;align-items:center}.mobile-search-wrap,.mobile-search{width:100%;margin:0}.mobile-search{display:flex}.mobile-search input{width:100%;min-height:44px;padding-inline:15px;border-radius:12px;background:#0a0c0d}.mobile-search button[type=submit]{min-height:44px}.mobile-search-close{width:42px;height:42px;border:1px solid #303435;border-radius:50%;background:#0a0c0d;color:#dadcdd}.concept-stage{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))!important}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:55;height:calc(64px + env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:repeat(6,minmax(0,1fr));padding:5px 5px env(safe-area-inset-bottom,0px);border-top:1px solid rgba(255,181,45,.24);background:#020405f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -12px 32px #00000061}.mobile-bottom-nav a,.mobile-bottom-nav button{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:10px;background:transparent;color:#858c8f;font-size:9px;font-weight:700;letter-spacing:.02em}.mobile-bottom-nav a:hover{text-decoration:none}.mobile-bottom-nav svg{width:20px;height:20px}.mobile-bottom-nav a.active{color:var(--accent);background:#ffb52d12}.cinema-home .stage-hero.home-hero{min-height:0!important;overflow:hidden;background:#000}.cinema-home .home-hero .stage-hero-bg{inset:0 0 auto!important;width:100%!important;height:238px!important;background-position:center top!important;filter:blur(var(--hero-blur, 1px)) saturate(.96) contrast(1.08) brightness(.8)!important;transform:scale(var(--hero-scale, 1.004))!important;transform-origin:center top!important}.cinema-home .home-hero .stage-hero-bg:after{background:linear-gradient(180deg,#00000005 35%,#0000006b 72%,#000)!important}.cinema-home .home-hero .stage-hero-scrim{background:linear-gradient(180deg,transparent 0,transparent 36%,rgba(0,0,0,.42) 58%,#000 78%,#000 100%)!important}.cinema-home .home-hero .stage-hero-content{min-height:0!important;align-items:flex-start!important;padding:250px 18px 25px!important}.cinema-home .home-hero .stage-hero-text{width:100%!important;max-width:none!important}.cinema-home .home-hero .hero-eyebrow{margin-bottom:8px}.cinema-home .home-hero h1{font-size:clamp(34px,10vw,48px)!important;line-height:.96}.cinema-home .home-hero h3{margin-top:9px;font-size:12px}.cinema-home .home-hero .series-summary{max-width:none;margin-top:13px;font-size:12px;line-height:1.55}.cinema-home .hero-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important;margin-top:18px}.cinema-home .hero-actions .hero-read{grid-column:1 / -1;width:100%;min-height:46px;justify-content:center}.cinema-home .hero-actions .btn:not(.hero-read){width:100%;min-height:42px;justify-content:center;padding-inline:8px}.cinema-home .hero-arrow{top:103px;transform:translateY(-50%)}.cinema-home .hero-dots{top:215px;bottom:auto}.series-detail-page{max-width:none;padding:0 12px calc(150px + env(safe-area-inset-bottom,0px))!important}.series-detail-page .stage-hero{min-height:0;margin:0 -12px 18px!important;border-radius:0 0 14px 14px;background:#000}.series-detail-page .stage-hero-bg{inset:0 0 auto;width:100%;height:230px;background-position:center top;transform-origin:center top;opacity:.82}.series-detail-page .stage-hero-scrim{background:linear-gradient(180deg,#00000005 0,#00000029 38%,#000000b8 66%,#000 82%,#000)}.series-detail-page .stage-hero-content{position:relative;min-height:0;flex-direction:column;align-items:center;gap:0;padding:150px 17px 24px}.series-detail-page .stage-hero-cover{flex:0 0 auto;position:relative;z-index:2}.series-detail-page .stage-hero-cover img,.series-detail-page .stage-hero-cover .cover-fallback{width:148px;border-radius:9px;box-shadow:0 13px 36px #000000b8}.series-detail-page .stage-hero-text{width:100%;margin-top:13px;text-align:center}.series-detail-page .stage-hero-text .back{position:absolute;top:13px;left:13px;z-index:4;padding:7px 10px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#000000a8;color:#e7e7e5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.series-detail-page .stage-hero-text h1{margin:8px 0 7px;font-size:27px;line-height:1.06}.series-detail-page .meta-rows{justify-content:center}.series-detail-page .rating-block{justify-content:center;gap:14px}.series-detail-page .rating-mine{justify-content:center}.series-detail-page .series-summary{max-width:620px;margin:15px auto 0;text-align:left;font-size:12.5px;line-height:1.6}.series-action-row{width:100%;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important;margin-top:18px}.series-primary-action{grid-column:1 / -1;width:100%;min-height:48px;justify-content:center}.series-watch-action,.series-admin-more{width:100%;min-height:43px;justify-content:center}.series-admin-more{display:inline-flex}.series-admin-actions-desktop{display:none}.mobile-sticky-read{position:fixed;left:12px;right:12px;bottom:calc(70px + env(safe-area-inset-bottom,0px));z-index:46;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #efb02f;border-radius:12px;background:linear-gradient(180deg,#ffc142,#e89c13);color:#110c03;font-weight:850;box-shadow:0 12px 34px #0000007a,inset 0 1px #ffffff40}.creators-disclosure{padding:0;overflow:hidden}.creators-disclosure>summary{min-height:56px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:2px 10px;padding:10px 14px;cursor:pointer;list-style:none}.creators-disclosure>summary::-webkit-details-marker{display:none}.creators-disclosure>summary>span:first-child{color:#ececeb;font-weight:750}.creators-disclosure>summary small{grid-column:1;color:var(--muted);font-size:10px}.creators-disclosure-caret{grid-column:2;grid-row:1 / 3;color:var(--accent);font-size:20px;transition:transform .18s ease}.creators-disclosure[open] .creators-disclosure-caret{transform:rotate(180deg)}.creators-panel-body{padding:4px 14px 14px;border-top:1px solid #222}.creators-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.creator-role-names{font-size:11.5px}.creator-name-list{max-height:150px;overflow-y:auto}.issues-heading{margin-top:19px}.issue-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 12px}.issue-card .cover-wrap{border-radius:7px}.issue-card .issue-meta{min-width:0}.issue-card .issue-label,.issue-card .issue-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-hint{display:none}.reader{height:100dvh;background:#000;user-select:none;-webkit-user-select:none}.reader-bar{position:absolute;top:0;left:0;right:0;z-index:18;display:flex;flex-direction:column;align-items:stretch;gap:6px;padding:calc(8px + env(safe-area-inset-top,0px)) 8px 8px;border:0;background:linear-gradient(180deg,rgba(0,0,0,.94),rgba(0,0,0,.72) 78%,transparent);transform:translateY(0);opacity:1;transition:transform .22s ease,opacity .18s ease}.reader.controls-hidden .reader-bar{transform:translateY(-112%);opacity:0;pointer-events:none}.reader-bar-top{min-height:38px}.reader-title{font-size:12px}.reader-page{font-size:11px}.reader-bar-controls{justify-content:flex-start;flex-wrap:nowrap;gap:5px;overflow-x:auto;scrollbar-width:none}.reader-bar-controls::-webkit-scrollbar{display:none}.reader-bar .bar-btn{min-width:40px;min-height:38px;padding:7px 10px;background:#101213db;border-radius:7px}.reader-bar .bar-group{flex:0 0 auto;border-color:#2c3031}.reader-stage{height:100dvh;min-height:0;overflow:auto;align-items:flex-start;justify-content:center;background:#000;touch-action:none;overscroll-behavior:contain;scroll-padding-top:env(safe-area-inset-top,0px)}.reader-page-canvas{min-height:0;align-items:flex-start;justify-content:center;transform-origin:center top!important}.reader-stage.fit-height .reader-page-canvas{align-items:flex-start}.reader-stage.fit-height .reader-page-canvas img{width:auto;height:auto;max-width:100vw;max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));object-fit:contain;object-position:top center}.reader-stage.fit-width .reader-page-canvas img{align-self:flex-start;width:100%;height:auto;object-fit:contain;object-position:top center}.reader-scroll{height:100dvh;min-height:0;touch-action:pan-y;overscroll-behavior-y:contain}.reader-scroll-canvas{transform-origin:center top;align-items:center}.reader-scroll.fit-height img{width:auto;height:auto;max-width:100vw;max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));object-fit:contain;object-position:top center}.reader-stage img,.reader-scroll img{-webkit-user-drag:none;-webkit-touch-callout:none}.nav-zone{width:30%;z-index:4}.nav-zone.center{left:30%;width:40%;z-index:5}.reader.is-zoomed .nav-zone{pointer-events:none}.reader-progress{position:fixed;top:0;height:2px;z-index:25}.reader-page-error{min-height:70dvh;width:min(90vw,520px)}}@media(max-width:420px){.concept-navbar .brand-text{font-size:11px}.cinema-home .home-hero .stage-hero-bg{height:218px!important}.cinema-home .home-hero .stage-hero-content{padding-top:231px!important}.series-detail-page .stage-hero-bg{height:214px}.series-detail-page .stage-hero-content{padding-top:140px}.series-detail-page .stage-hero-cover img,.series-detail-page .stage-hero-cover .cover-fallback{width:136px}.creators-grid{grid-template-columns:1fr}}.audiobook-library-topbar{min-height:82px;display:grid;grid-template-columns:auto auto minmax(230px,1fr) auto;align-items:center;gap:clamp(18px,2.5vw,40px);padding:13px clamp(18px,3vw,36px);border-bottom:1px solid #252c2e;background:linear-gradient(100deg,#071012,#050809 70%)}.audiobook-library-brand{display:flex;align-items:center;gap:12px;min-width:max-content}.audiobook-library-brand>svg{width:35px;height:35px;color:var(--accent)}.audiobook-library-brand>div{display:flex;flex-direction:column}.audiobook-library-brand h1{margin:0;color:#f0efeb;font-size:clamp(22px,2.2vw,31px);line-height:1;letter-spacing:-.025em}.audiobook-library-brand span{margin-top:5px;color:var(--accent);font-size:7px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.audiobook-library-topbar .audiobook-subnav{align-self:stretch;align-items:center;gap:2px;overflow:visible;padding:0;border:0}.audiobook-library-topbar .audiobook-subnav button{min-height:40px;padding:0 13px;border:0;border-bottom:2px solid transparent;border-radius:0;font-size:9px}.audiobook-library-topbar .audiobook-subnav button:hover,.audiobook-library-topbar .audiobook-subnav button.active{border-bottom-color:var(--accent);background:transparent}.audiobook-topbar-search{min-width:0;height:40px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:3px;padding:0 12px;border:1px solid #303638;border-radius:7px;background:#090d0f}.audiobook-topbar-search svg{width:16px;color:#747c7f}.audiobook-topbar-search input{width:100%;min-width:0;height:38px;padding:0 4px;border:0;background:transparent;color:#e1e2df}.audiobook-library-count{min-width:max-content;color:var(--accent);font-size:15px;font-weight:800;font-variant-numeric:tabular-nums}.audiobook-library-count small{color:#767e80;font-size:9px;font-weight:500}.audiobook-listening-spotlight{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.75fr);margin:20px clamp(14px,3vw,34px) 0;overflow:hidden;border:1px solid rgba(151,108,31,.5);border-radius:11px;background:radial-gradient(500px 220px at 24% 40%,rgba(212,147,29,.1),transparent 68%),linear-gradient(115deg,#0c1214,#070b0c 70%);box-shadow:0 18px 42px #00000047}.audiobook-spotlight-current{min-width:0;min-height:278px;display:grid;grid-template-columns:164px minmax(0,1fr);gap:clamp(20px,3vw,40px);align-items:center;padding:21px clamp(20px,3vw,42px)}.audiobook-spotlight-current>.catalog-empty{grid-column:1 / -1}.audiobook-spotlight-cover{display:block;overflow:hidden;width:164px;aspect-ratio:2/3;border:1px solid #765a27;border-radius:8px;box-shadow:0 16px 30px #0000008c}.audiobook-spotlight-cover img,.audiobook-spotlight-cover .audiobook-cover-fallback{width:100%;height:100%;object-fit:cover}.audiobook-spotlight-copy{min-width:0}.audiobook-spotlight-copy>a{color:inherit;text-decoration:none}.audiobook-spotlight-copy h2{overflow:hidden;margin:7px 0 6px;color:#f1f0ec;font-size:clamp(25px,3vw,42px);letter-spacing:-.025em;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.audiobook-spotlight-copy p{overflow:hidden;margin:0 0 10px;color:#9ba2a4;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.audiobook-spotlight-copy>strong{display:block;overflow:hidden;margin-bottom:10px;color:#d8a73c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.audiobook-spotlight-progress{height:5px;overflow:hidden;border-radius:6px;background:#343332}.audiobook-spotlight-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d3941d,#ffc146)}.audiobook-spotlight-times{display:flex;justify-content:space-between;margin-top:5px;color:#777f82;font-size:8px;font-variant-numeric:tabular-nums}.audiobook-spotlight-actions{display:flex;align-items:center;gap:13px;margin-top:15px;color:#858d90;font-size:9px}.audiobook-spotlight-play{min-height:39px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border:0;border-radius:999px;background:var(--accent);color:#171006;font-size:10px;font-weight:850}.audiobook-spotlight-play:hover{background:#ffc64d}.audiobook-spotlight-play svg{width:16px;height:16px}.audiobook-genre-spotlight{min-width:0;padding:28px clamp(18px,2.5vw,35px);border-left:1px solid rgba(134,98,31,.42);background:#05090a5c}.audiobook-genre-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.audiobook-genre-grid button{min-width:0;min-height:43px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:0 11px;border:1px solid #4d3d20;border-radius:7px;background:#0a0f10d9;color:#c3c6c4;text-align:left}.audiobook-genre-grid button:hover,.audiobook-genre-grid button.active{border-color:var(--accent);background:#ffb52d17;color:var(--accent)}.audiobook-genre-grid svg{width:15px;color:#a07828}.audiobook-genre-grid span{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.audiobook-all-genres{display:inline-flex;align-items:center;gap:5px;margin-top:17px;padding:0;border:0;background:transparent;color:var(--accent);font-size:9px;font-weight:800}.audiobook-all-genres svg{width:12px}.audiobook-catalog-controls{min-height:46px;display:flex;align-items:end;justify-content:space-between;gap:20px}.audiobook-catalog-controls>.cinema-section-heading{flex:1;margin-bottom:10px}.audiobook-filter-toolbar.audiobook-filter-toolbar-compact{flex:0 1 680px;display:flex;justify-content:flex-end;align-items:end;gap:9px;padding:0;border:0;background:transparent}.audiobook-filter-toolbar-compact>label{flex:1 1 130px}.audiobook-filter-toolbar-compact>label:first-child{flex-basis:170px}.audiobook-filter-toolbar-compact select{height:38px}.audiobook-filter-toolbar-compact>.btn{flex:0 0 auto;min-height:38px}.audiobook-page .audiobook-card-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:23px 16px}@media(max-width:1120px){.audiobook-library-topbar{grid-template-columns:auto minmax(0,1fr) auto;gap:12px 20px}.audiobook-library-topbar .audiobook-subnav{justify-self:center}.audiobook-topbar-search{grid-column:1 / 3;grid-row:2}.audiobook-library-count{grid-column:3;grid-row:1 / 3}.audiobook-listening-spotlight{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)}.audiobook-spotlight-current{grid-template-columns:140px minmax(0,1fr);padding-inline:20px}.audiobook-spotlight-cover{width:140px}}@media(max-width:860px){.audiobook-listening-spotlight{grid-template-columns:1fr}.audiobook-genre-spotlight{border-top:1px solid rgba(134,98,31,.42);border-left:0}.audiobook-catalog-controls{align-items:stretch;flex-direction:column;gap:5px}.audiobook-catalog-controls>.cinema-section-heading{width:100%}.audiobook-filter-toolbar.audiobook-filter-toolbar-compact{width:100%;flex:none}}@media(max-width:680px){.audiobook-library-topbar{grid-template-columns:minmax(0,1fr) auto;padding-inline:14px}.audiobook-library-brand>svg{width:30px}.audiobook-library-topbar .audiobook-subnav{grid-column:1 / -1;grid-row:2;justify-self:stretch;overflow-x:auto}.audiobook-topbar-search{grid-column:1 / -1;grid-row:3}.audiobook-library-count{grid-column:2;grid-row:1}.audiobook-spotlight-current{min-height:230px;grid-template-columns:105px minmax(0,1fr);gap:14px;padding:16px}.audiobook-spotlight-cover{width:105px}.audiobook-spotlight-copy h2{font-size:22px}.audiobook-spotlight-copy p{font-size:9px}.audiobook-genre-spotlight{padding:20px 16px}.audiobook-filter-toolbar.audiobook-filter-toolbar-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.audiobook-filter-toolbar-compact>label:first-child{grid-column:1 / -1}}@media(max-width:420px){.audiobook-library-brand h1{font-size:20px}.audiobook-library-count small{display:none}.audiobook-listening-spotlight{margin-inline:10px}.audiobook-spotlight-current{grid-template-columns:88px minmax(0,1fr);padding:13px}.audiobook-spotlight-cover{width:88px}.audiobook-spotlight-copy h2{margin-top:5px;font-size:18px}.audiobook-spotlight-copy>strong{display:none}.audiobook-spotlight-actions{margin-top:10px}.audiobook-spotlight-actions>span{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.scanner-folder-rule{margin:14px 0 18px;padding:13px 15px;border:1px solid rgba(242,183,47,.28);border-radius:9px;background:#f2b72f0e}.scanner-folder-rule p{margin:6px 0 0}.scanner-folder-rule .mono{color:#e7bd58}.codex-settings-card{overflow:hidden}.codex-status-row{display:grid;grid-template-columns:max-content minmax(120px,max-content) max-content minmax(120px,max-content);align-items:center;gap:9px 12px;margin:16px 0;font-size:13px}.codex-control-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0}.codex-control-grid label{display:grid;gap:6px}.codex-control-grid label>span{color:var(--muted);font-size:12px}.codex-install-note,.codex-login-box{margin:14px 0;padding:14px;border:1px solid #343434;border-radius:9px;background:#080808}.codex-install-note p,.codex-login-box p{margin:0 0 10px}.codex-install-note code{display:block;padding:10px 12px;border-radius:6px;background:#000;color:#e7bd58;overflow-x:auto}.codex-login-box pre{max-height:190px;margin:10px 0 0;padding:11px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid #292929;border-radius:6px;background:#000;color:#d8d8d8;font:12px/1.5 Consolas,ui-monospace,monospace}.codex-auth-summary{margin-top:12px}.ai-sources{margin:16px 0}.ai-sources h3{margin-bottom:7px}.ai-sources a{overflow-wrap:anywhere}@media(max-width:780px){.codex-status-row{grid-template-columns:max-content 1fr}.codex-control-grid{grid-template-columns:1fr}}@media(max-width:768px){.reader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;height:100svh;overflow:hidden;touch-action:none;overscroll-behavior:none;background:#000;z-index:1000}.reader-stage{min-height:0;height:100%;overflow:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.reader-page-canvas{transform-origin:top center!important;max-width:100%}.reader-stage img{max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));object-fit:contain}.reader-bar{position:absolute;top:env(safe-area-inset-top);left:0;right:0;z-index:20;transition:opacity .2s ease,transform .2s ease}.controls-hidden .reader-bar,.controls-hidden .reader-progress{opacity:0;pointer-events:none;transform:translateY(-12px)}.nav-zone{touch-action:none}}html.reader-active,body.reader-active{overflow:hidden!important;overscroll-behavior:none!important;background:#000!important}@media(max-width:768px)and (pointer:coarse){.reader .nav-zone{display:none!important}.reader,.reader-stage,.reader-page-canvas{-webkit-tap-highlight-color:transparent}.reader-stage,.reader-page-canvas,.reader-stage img{touch-action:none}.reader.controls-hidden .reader-progress{opacity:1;transform:none;pointer-events:none}}.request-page{max-width:1500px;padding-top:22px}.request-hero{min-height:245px;display:flex;align-items:stretch;justify-content:space-between;gap:30px;padding:36px 40px;margin-bottom:28px;overflow:hidden;position:relative;border:1px solid rgba(242,183,47,.25);border-radius:12px;background:radial-gradient(620px 300px at 90% 20%,rgba(242,183,47,.12),transparent 70%),linear-gradient(125deg,#0b0b0b,#020202 72%)}.request-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.025),transparent 35%)}.request-hero-copy{position:relative;z-index:1;max-width:810px}.request-eyebrow{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.request-hero h1{margin:7px 0 9px;font-size:clamp(30px,4vw,48px);line-height:1}.request-hero p{max-width:760px;margin:0 0 23px;color:#a9afb5}.request-hero form{min-height:48px;max-width:720px;display:grid;grid-template-columns:22px minmax(0,1fr) 145px auto;align-items:center;gap:10px;padding:5px 5px 5px 15px;border:1px solid #333;border-radius:9px;background:#050505;box-shadow:inset 0 1px #ffffff0a,0 14px 35px #00000038}.request-hero form svg{width:18px;height:18px;color:#777}.request-hero form input{width:100%;border:0;background:transparent;padding:8px 0}.request-hero form input:focus{border:0}.request-hero form select{min-width:0;height:38px;border:1px solid #2d2d2d;border-radius:7px;padding:0 9px;color:#d9dde1;background:#0d0d0d}.request-hero form select:invalid{color:#777}.request-hero-stat{position:relative;z-index:1;min-width:160px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-left:1px solid rgba(255,255,255,.08);color:#8e959c;text-align:center;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.request-hero-stat strong{color:var(--accent);font-size:50px;line-height:1;letter-spacing:-.04em}.request-message{margin:-10px 0 24px}.request-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 14px}.request-section-heading h2{margin:3px 0 0;font-size:21px}.request-section-heading>span{color:#747b82;font-size:12px}.request-results-section,.request-history-section{margin-bottom:34px}.request-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:14px}.request-result-card{min-width:0;min-height:230px;display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px;padding:10px;border:1px solid #303030;border-radius:9px;background:radial-gradient(230px 180px at 4% 50%,rgba(242,183,47,.08),transparent 75%),linear-gradient(112deg,#121212,#050505 60%);transition:transform .17s ease,border-color .17s ease}.request-result-card:hover{transform:translateY(-2px);border-color:#f2b72f66}.request-result-cover{width:130px;height:195px;position:relative;overflow:hidden;border-radius:6px;background:#0d0d0d;border:1px solid #333}.request-result-cover img,.request-result-cover .cover-fallback{width:100%;height:100%;object-fit:cover}.request-result-cover .cover-fallback{display:grid;place-items:center;color:#555}.request-result-cover .cover-fallback svg{width:32px;height:32px}.request-result-cover>span{position:absolute;left:6px;top:6px;padding:3px 6px;border-radius:4px;color:#171207;background:var(--accent);font-size:8px;font-weight:800;text-transform:uppercase}.request-result-info{min-width:0;display:flex;flex-direction:column}.request-result-info h3{margin:6px 0 3px;font-size:18px;line-height:1.15}.request-result-info>p:first-of-type{margin:0;color:#91979e;font-size:11px}.request-description{display:-webkit-box;margin:12px 0;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#8c9298;font-size:11px;line-height:1.45}.request-result-actions{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:auto}.request-result-actions .btn{min-height:34px;padding:6px 10px;font-size:10px}.request-result-actions .link-btn{width:100%;margin-top:2px;font-size:10px}.request-history-list{display:grid;gap:8px}.request-history-card{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 15px;border:1px solid #292929;border-radius:8px;background:#080808}.request-history-main{min-width:0;display:grid;gap:2px}.request-history-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.request-history-main span{color:#848b92;font-size:11px}.request-history-main small{color:var(--danger)}.request-status{flex:0 0 auto;padding:4px 8px;border:1px solid #373737;border-radius:12px;color:#9ca2a8;background:#111;font-size:9px;font-weight:700;text-transform:capitalize}.request-status.status-submitted{color:#8dcb9a;border-color:#78bf8a59;background:#78bf8a14}.request-status.status-processing{color:#e4b645;border-color:#f2b72f59;background:#f2b72f14}.request-status.status-pending_approval{color:#e4b645;border-color:#f2b72f6b}.request-status.status-failed,.request-status.status-denied{color:#dd8382;border-color:#d0706f66;background:#d0706f14}.request-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:20px;background:#000c;animation:modal-fade .19s ease}.request-picker{width:min(920px,100%);max-height:min(88dvh,900px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #3a3a3a;border-radius:13px;background:#070707;box-shadow:0 30px 90px #000000bf}.request-picker>header{display:flex;justify-content:space-between;gap:20px;padding:22px 24px 15px;border-bottom:1px solid #242424}.request-picker>header h2{margin:4px 0 2px}.request-picker>header p{margin:0;color:#858b91}.request-picker>header button{width:36px;height:36px;border:0;border-radius:18px;background:#151515;color:#aaa;cursor:pointer}.request-picker-tools{display:flex;align-items:center;gap:9px;padding:11px 24px;border-bottom:1px solid #202020}.request-picker-tools>span{margin-left:auto;color:#a5abb1;font-size:11px}.request-issue-grid{flex:1;min-height:0;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:8px;padding:16px 24px 22px}.request-issue{min-height:83px;display:grid;grid-template-columns:18px 1fr;grid-template-rows:auto auto auto;align-content:center;column-gap:7px;padding:9px;border:1px solid #2c2c2c;border-radius:7px;background:#0d0d0d;cursor:pointer}.request-issue.selected{border-color:#f2b72f8c;background:#f2b72f12}.request-issue input{grid-row:1 / 4;align-self:center}.request-issue strong{color:#e6e8ea;font-size:12px}.request-issue span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#92989e;font-size:9px}.request-issue small{color:#666d73;font-size:8px}.request-picker>footer{display:flex;justify-content:flex-end;gap:9px;padding:14px 24px;border-top:1px solid #252525}.request-setup-state{min-height:55vh;display:grid;place-items:center;align-content:center;text-align:center}.request-setup-state>svg{width:50px;height:50px;color:var(--accent)}.request-setup-state h1{margin-bottom:5px}.request-setup-state p{max-width:540px;color:#8d949a}.kapowarr-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}.kapowarr-settings-grid label:last-child{grid-column:1 / -1}.admin-request-list{display:grid;gap:9px}.admin-request-card{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:13px 15px;border:1px solid #3a301a;border-radius:8px;background:#f2b72f0b}.admin-request-card>div:first-child{display:grid;gap:3px}.admin-request-card span,.admin-request-card small{color:#8f969d}.request-operations-workspace{display:grid;gap:14px}.request-operations-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.request-operations-search{margin-left:auto;min-width:min(340px,100%)}.request-operations-search input{width:100%}.request-operations-table{min-width:980px}.request-operations-table td{vertical-align:top}.request-operations-error{color:var(--danger);max-width:340px;margin-top:4px;font-size:.82rem}.request-review-queue>summary,.admin-request-history>summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none}.request-review-queue>summary::-webkit-details-marker,.admin-request-history>summary::-webkit-details-marker{display:none}.request-review-queue>summary:before,.admin-request-history>summary:before{content:"▸";color:var(--accent)}.request-review-queue[open]>summary:before,.admin-request-history[open]>summary:before{content:"▾"}.request-review-queue .admin-request-list,.admin-request-history .admin-table-wrap{margin-top:14px}.admin-request-history>summary strong{margin-right:auto}.global-search-page{max-width:1500px;padding-top:28px}.global-search-hero{display:grid;justify-items:center;gap:8px;padding:34px 24px 30px;margin-bottom:22px;border:1px solid rgba(242,183,47,.24);border-radius:14px;background:radial-gradient(600px 170px at 50% 0,rgba(242,183,47,.12),transparent 75%),#070909;text-align:center}.global-search-hero h1{margin:0;font-size:clamp(2rem,5vw,3.8rem);text-transform:uppercase}.global-search-hero form{width:min(760px,100%);display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 7px 7px 15px;margin-top:10px;border:1px solid #343a3d;border-radius:12px;background:#0d1113}.global-search-hero form>svg{width:20px;height:20px;color:var(--muted)}.global-search-hero input{min-width:0;height:44px;border:0;outline:0;background:transparent;color:var(--text);font-size:1rem}.global-search-hero button{min-height:42px;padding:0 20px;border:0;border-radius:9px;background:var(--accent);color:#080808;font-weight:800}.global-search-hero p{margin:4px 0 0;color:var(--muted)}.global-search-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:var(--muted)}.global-search-empty>svg{width:42px;height:42px;color:var(--accent)}.global-search-empty h2,.global-search-empty p{margin:0}.global-search-spinner{width:36px;height:36px;border:3px solid #303537;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.global-search-section{padding:20px 0 30px;border-top:1px solid var(--line)}.global-search-section>header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.global-search-section>header>div{display:flex;align-items:center;gap:10px}.global-search-section>header>div>svg{width:28px;height:28px;color:var(--accent)}.global-search-section>header span{color:var(--accent);font-size:.65rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.global-search-section>header h2{margin:1px 0 0}.global-search-section>header>a{display:flex;align-items:center;gap:4px;color:var(--accent);font-size:.78rem;font-weight:800}.global-search-section>header>a svg{width:15px;height:15px}.global-search-comic-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));padding-top:18px}.global-search-media-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr))}.global-search-issue-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;margin-top:18px}.global-search-issue-list>a{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:11px 12px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--text)}.global-search-issue-list>a:hover{border-color:#f2b72f73;text-decoration:none}.global-search-issue-list svg{width:18px;height:18px;color:var(--accent)}.global-search-issue-list span{min-width:0;display:grid}.global-search-issue-list strong,.global-search-issue-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-issue-list small{color:var(--muted)}@media(max-width:780px){.global-search-page{padding:12px 12px calc(88px + env(safe-area-inset-bottom,0px))}.global-search-hero{padding:25px 12px 20px}.global-search-hero form{grid-template-columns:20px minmax(0,1fr)}.global-search-hero form button{grid-column:1 / -1}.global-search-section>header{align-items:center}.global-search-section>header>a{max-width:115px;text-align:right}.global-search-comic-grid,.global-search-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.global-search-issue-list{grid-template-columns:1fr}}.ebook-reader{position:relative;height:100vh;height:100dvh;overflow:hidden;background:#111;color:var(--text);display:grid;grid-template-rows:auto minmax(0,1fr) auto}.ebook-reader-toolbar{position:relative;z-index:30;display:flex;gap:10px;align-items:center;padding:10px 14px;background:var(--panel);border-bottom:1px solid var(--border);transition:opacity .22s ease,transform .22s ease}.ebook-reader-close,.ebook-reader-tool-button{width:42px;height:42px;flex:0 0 auto;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:#0a0c0de6;color:var(--text)}.ebook-reader-close svg,.ebook-reader-tool-button svg{width:20px;height:20px}.ebook-reader-title{display:grid;min-width:140px;flex:1;overflow:hidden}.ebook-reader-title strong,.ebook-reader-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ebook-reader-title span{color:var(--muted);font-size:.78rem}.ebook-reader-tools{display:flex;align-items:center;gap:8px}.ebook-reader-tools label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.78rem}.ebook-reader-stage{min-height:0;display:grid;place-items:center;padding:16px;overflow:hidden;background:#171717}.ebook-reader-stage iframe{width:min(100%,1050px);height:100%;border:0;background:#fff;box-shadow:0 12px 40px #00000059}.ebook-reader-stage img{display:block;max-width:min(100%,1200px);max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.ebook-reader-touch-catcher{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;background:transparent;touch-action:none;-webkit-tap-highlight-color:transparent}.ebook-reader-unsupported{max-width:620px}.ebook-reader-navigation{position:relative;z-index:30;display:flex;justify-content:center;align-items:center;gap:14px;padding:9px 12px;background:var(--panel);border-top:1px solid var(--border);transition:opacity .22s ease,transform .22s ease}.ebook-reader-navigation button{width:44px;height:44px;display:inline-grid;place-items:center;border:0;border-radius:50%;background:var(--accent);color:#080808}.ebook-reader-navigation button:disabled{opacity:.3}.ebook-reader-navigation button svg{width:22px;height:22px}.ebook-reader-navigation label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.8rem}.ebook-reader-navigation input{width:60px;text-align:center}.ebook-reader-progress{position:absolute;top:0;left:0;right:0;z-index:45;height:2px;background:#ffffff1a;pointer-events:none}.ebook-reader-progress span{display:block;height:100%;background:var(--accent);transition:width .2s ease}.ebook-reader-error{position:absolute;z-index:50;top:72px;left:50%;transform:translate(-50%);padding:9px 14px;border-radius:10px;background:#781414f0;color:#fff}.ebook-reader-gesture-hint{display:none}.ebook-reader-loading{height:100dvh;display:grid;place-items:center;background:#111;color:var(--muted)}html.ebook-reader-active,body.ebook-reader-active{overflow:hidden!important;overscroll-behavior:none!important;background:#111!important}@media(max-width:700px){.request-operations-search{margin-left:0;width:100%}.ebook-reader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:block;width:100%;height:100dvh;-webkit-tap-highlight-color:transparent}.ebook-reader-toolbar{position:absolute;top:0;left:0;right:0;padding:calc(8px + env(safe-area-inset-top,0px)) 10px 10px;border:0;background:linear-gradient(180deg,rgba(0,0,0,.94),rgba(0,0,0,.78) 74%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ebook-reader-title{min-width:0}.ebook-reader-title strong{font-size:.88rem}.ebook-reader-title span{font-size:.68rem}.ebook-reader-tools{position:absolute;top:calc(62px + env(safe-area-inset-top,0px));left:10px;right:10px;display:grid;grid-template-columns:minmax(76px,.7fr) minmax(120px,1.3fr) 42px 42px 42px;gap:6px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#070809e6;box-shadow:0 12px 32px #0006}.ebook-reader-tools label{display:grid;gap:2px;min-width:0}.ebook-reader-tools label>span{padding-left:3px;font-size:.6rem;text-transform:uppercase;letter-spacing:.08em}.ebook-reader-tools select{width:100%;min-width:0;height:42px}.ebook-reader-tool-button{width:42px;height:42px;align-self:end;border-radius:12px}.ebook-reader-stage{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;touch-action:pan-y}.ebook-reader-stage iframe{width:100%;height:100%;max-width:none;box-shadow:none}.ebook-reader-stage img{max-width:100%;max-height:100dvh}.ebook-reader-navigation{position:absolute;left:0;right:0;bottom:0;padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));border:0;background:linear-gradient(0deg,rgba(0,0,0,.96),rgba(0,0,0,.76) 72%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ebook-reader-navigation label{color:#d6d6d6}.ebook-reader-navigation input{height:38px;border-color:#ffffff29;background:#0a0a0ae0;color:#fff}.ebook-reader.controls-hidden .ebook-reader-toolbar{opacity:0;visibility:hidden;transform:translateY(-18px);pointer-events:none;-webkit-backdrop-filter:none;backdrop-filter:none}.ebook-reader.controls-hidden .ebook-reader-navigation{opacity:0;visibility:hidden;transform:translateY(18px);pointer-events:none;-webkit-backdrop-filter:none;backdrop-filter:none}.ebook-reader.controls-hidden .ebook-reader-progress{opacity:.72}.ebook-reader.controls-visible .ebook-reader-gesture-hint{display:block;position:absolute;z-index:31;left:50%;bottom:calc(76px + env(safe-area-inset-bottom,0px));transform:translate(-50%);padding:5px 9px;border-radius:999px;background:#000000a6;color:#ffffffa6;white-space:nowrap;font-size:.62rem;pointer-events:none}.ebook-reader-error{top:calc(128px + env(safe-area-inset-top,0px));max-width:calc(100% - 24px)}}.request-error-cell{max-width:320px;margin-top:4px;font-size:10px}@media(max-width:760px){.request-page{padding:12px 12px calc(92px + env(safe-area-inset-bottom))}.request-hero{min-height:0;display:block;padding:25px 18px;margin-bottom:22px;border-radius:10px}.request-hero h1{font-size:33px}.request-hero p{font-size:12px}.request-hero-stat{display:none}.request-hero form{grid-template-columns:19px minmax(0,1fr);padding:7px 10px}.request-hero form select{grid-column:1 / -1;width:100%}.request-hero form .btn{grid-column:1 / -1;width:100%;min-height:40px}.request-results-grid{grid-template-columns:1fr}.request-result-card{min-height:195px;grid-template-columns:105px minmax(0,1fr);gap:11px;padding:8px}.request-result-cover{width:105px;height:158px}.request-result-info h3{font-size:15px}.request-description{-webkit-line-clamp:2;margin:8px 0}.request-result-actions{gap:5px}.request-result-actions .btn{padding-inline:8px;font-size:9px}.request-section-heading{align-items:center}.request-section-heading h2{font-size:18px}.request-history-card{align-items:flex-start;padding:11px}.request-history-main strong{white-space:normal}.request-picker-backdrop{padding:0;align-items:end}.request-picker{width:100%;max-height:92dvh;border-radius:15px 15px 0 0;animation:mobile-sheet-in .24s ease}.request-picker>header{padding:19px 16px 12px}.request-picker-tools{padding:10px 16px;flex-wrap:wrap}.request-picker-tools>span{width:100%;margin:3px 0 0}.request-issue-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px 12px 18px}.request-picker>footer{padding:12px 14px calc(12px + env(safe-area-inset-bottom))}.request-picker>footer .btn.primary{flex:1}.kapowarr-settings-grid{grid-template-columns:1fr}.kapowarr-settings-grid label:last-child{grid-column:auto}.admin-request-card{align-items:flex-start;flex-direction:column}.request-admin-table{min-width:720px}}@media(prefers-reduced-motion:reduce){.request-result-card,.request-picker-backdrop,.request-picker{animation:none!important;transition:none!important}}.request-provider-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.55rem}.request-provider-chip{display:inline-flex;align-items:center;min-height:1.45rem;padding:.18rem .48rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:.68rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);background:#ffffff0b}.request-provider-chip.provider-metron{color:#cfd8ff;border-color:#7d95ff66;background:#4e62be2e}.request-provider-chip.provider-comicvine{color:#c8f3d7;border-color:#54be7d6b;background:#318a532b}.request-cover-source,.request-source-note{display:block;margin-top:4px;color:#778088;font-size:9px;line-height:1.35}.request-source-note{color:#a7b8c6}.request-provider-chip.provider-kapowarr{color:#ffd3aa;border-color:#ff994a5c;background:#b65b1a2e}.request-progress{position:relative;width:min(26rem,100%);height:.8rem;margin-top:.45rem;overflow:hidden;border-radius:999px;background:#ffffff14}.request-progress i{position:absolute;inset:0 auto 0 0;display:block;border-radius:inherit;background:currentColor;opacity:.75}.request-progress span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:.58rem;font-weight:800;line-height:.8rem;color:var(--text);text-shadow:0 1px 2px #000}.status-downloading{color:#9dc9ff;border-color:#5da0ff5c;background:#2563be2e}.status-complete{color:#9ce9bc;border-color:#48d27e57;background:#1d87482e}.status-manual_review{color:#ffb88a;border-color:#ff915266;background:#ad4a1829}.status-verifying,.status-importing{color:#c3b6ff;border-color:#977eff61;background:#503aa72b}.status-monitoring{color:#8edee8;border-color:#4fcad85c;background:#1e829026}.status-no_results{color:#dd8382;border-color:#d0706f66;background:#d0706f14}.metron-usage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 10px}.quota-card{padding:14px;border:1px solid #2c2c2c;border-radius:9px;background:#ffffff06}.quota-heading{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:12px}.quota-heading span{color:#9ca3aa}.quota-track{height:9px;overflow:hidden;border-radius:999px;background:#ffffff14}.quota-track>span{display:block;height:100%;min-width:0;border-radius:inherit;background:#70bc8a;transition:width .18s ease}.quota-track.warning>span{background:#e1b44a}.quota-track.danger>span{background:#d66f6e}.quota-card p{margin:8px 0 0;font-size:10px}.usage-stat-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.usage-stat-row span{padding:7px 9px;border:1px solid #2d2d2d;border-radius:7px;color:#939aa1;background:#0b0b0b;font-size:10px}.usage-stat-row strong{color:#e9ebed}.usage-history{margin-top:12px}.usage-history>summary{cursor:pointer;color:#c6cacf;font-size:12px}.usage-history .scan-table{margin-top:10px}.legacy-provider-note{border-color:#e3b34c47;background:#e3b34c09}.request-release-review{margin-bottom:18px;padding:14px;border:1px solid #323232;border-radius:9px;background:#ffffff05}.request-release-review h3{margin-top:0}.request-release-review .scan-table{margin-top:10px}@media(max-width:760px){.metron-usage-grid{grid-template-columns:1fr}.usage-history{overflow-x:auto}.usage-history .scan-table{min-width:720px}}.metron-quota-warning{margin:14px 0 0;padding:10px 12px;border:1px solid rgba(214,111,110,.38);border-radius:8px;color:#efaaaa;background:#a43a391f;font-size:11px}.request-history-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px}.request-review-link{min-height:29px;padding:5px 9px;font-size:9px;text-decoration:none}.request-release-empty{margin-top:12px}.request-release-queries{overflow-wrap:anywhere}@media(max-width:700px){.request-history-actions{align-items:flex-end;flex-direction:column}}.monitor-admin-table td{vertical-align:top}.monitor-series-cover{width:58px;height:88px;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#0b0d0e;box-shadow:0 5px 14px #00000047}.monitor-series-cover img{width:100%;height:100%;object-fit:cover;display:block}.monitor-series-cover span{width:100%;height:100%;display:grid;place-items:center;color:#6d7478;font-weight:800}.monitor-counts{display:flex;flex-wrap:wrap;gap:5px;min-width:210px}.monitor-counts span{padding:3px 6px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff06;color:#aeb4b7;font-size:10px;white-space:nowrap}.monitor-actions{min-width:205px;flex-wrap:wrap}.monitor-detail-row>td{padding:0 0 18px!important;border-top:0!important}.monitor-issue-detail{padding:14px 16px;border:1px solid rgba(255,181,45,.18);border-radius:7px;background:#ffb52d06}.monitor-issue-detail h3{margin:0 0 8px;font-size:15px}.monitor-issue-table{margin-top:0}.monitor-issue-table td{min-width:110px}.status-upcoming{color:#8edee8;border-color:#4fcad85c;background:#1e829026}.status-retry_wait{color:#f2c56b;border-color:#e0a32f61;background:#84580b29}.status-split{color:#aeb6ff;border-color:#7c89ff59;background:#41489929}@media(max-width:900px){.monitor-admin-section{overflow-x:auto}.monitor-admin-table{min-width:980px}}.status-partial{color:#ffd27a;border-color:#ffbb406b;background:#a4670a2e}.brand-logo-link{width:184px;max-width:100%;height:48px;display:flex;align-items:center}.brand-logo-image{display:block;width:100%;height:46px;object-fit:cover;object-position:center 38%}.auth-logo{width:min(430px,92%);aspect-ratio:3.84;margin:0 auto 8px;letter-spacing:0}.auth-logo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.request-history-card{min-height:58px;padding-block:10px}.request-history-main{gap:3px}.request-history-main small.request-history-note{color:#b7bdc3;font-size:10px;line-height:1.35}.request-history-main small.request-history-retry{color:#7f878e;font-size:9px}.request-delete-button{min-height:29px;padding:5px 9px;font-size:9px}@media(max-width:760px){.brand-logo-link{width:145px;height:44px}.brand-logo-image{height:40px}.auth-logo{width:min(360px,96%)}.request-history-actions{width:auto;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}}.live-logs-card{min-height:70vh}.live-logs-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.live-logs-heading h2{margin-bottom:4px}.log-connection{border:1px solid var(--border);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.log-connection.connected{color:#7ee2a8;border-color:#45be7173;background:#26784824}.log-connection.disconnected{color:#ffbd70;border-color:#ffaa4073}.live-log-toolbar{display:grid;grid-template-columns:130px 180px 130px minmax(220px,1fr) auto auto auto auto;gap:10px;align-items:end;margin:18px 0 10px}.live-log-toolbar label{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.live-log-toolbar input,.live-log-toolbar select{margin-top:5px;min-width:0;width:100%}.live-log-toolbar .check{display:flex;align-items:center;gap:7px;white-space:nowrap;padding-bottom:9px}.live-log-toolbar .check input{width:auto;margin:0}.live-log-meta{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-bottom:10px}.live-log-terminal{height:min(66vh,720px);overflow:auto;background:#050708;border:1px solid rgba(255,183,28,.22);border-radius:10px;padding:8px;font-family:Consolas,Cascadia Mono,monospace}.live-log-row{border-left:3px solid #53606c;padding:7px 9px;margin:2px 0;background:#ffffff05}.live-log-row.log-info{border-left-color:#4b9cff}.live-log-row.log-warn{border-left-color:#ffb51b;background:#ffb51b09}.live-log-row.log-error{border-left-color:#ff6464;background:#ff46460d}.live-log-row.log-debug{opacity:.78}.live-log-line{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;font-size:12px;line-height:1.45}.live-log-line time{color:#7f8b96}.live-log-level{font-weight:900;min-width:43px}.log-error .live-log-level{color:#f77}.log-warn .live-log-level{color:#ffc24d}.log-info .live-log-level{color:#70adff}.live-log-component{color:#b9c4ce}.live-log-tag,.live-log-stage{border:1px solid #29343d;border-radius:4px;padding:1px 5px;color:#a9bad0}.live-log-stage{color:#ffbd32;border-color:#ffb71c4d}.live-log-line strong{font-weight:500;color:#eef3f7}.live-log-details{margin:4px 0 0 166px;color:#8fa0ad;font-size:11px}.live-log-details summary{cursor:pointer}.live-log-details pre{white-space:pre-wrap;overflow-wrap:anywhere;color:#aebbc5;background:#090c0e;border-radius:5px;padding:7px;margin:5px 0 0}.live-log-empty{padding:25px;text-align:center;color:var(--muted)}@media(max-width:1100px){.live-log-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.log-search-label{grid-column:span 2}.live-log-details{margin-left:0}}@media(max-width:650px){.live-log-toolbar{grid-template-columns:1fr}.log-search-label{grid-column:auto}.live-log-terminal{height:60vh}.live-log-line{display:grid;grid-template-columns:auto auto 1fr}.live-log-line strong{grid-column:1/-1}.live-log-details{margin-left:0}}.schedule-source-options{display:flex;flex-wrap:wrap;gap:10px 18px;margin:2px 0 10px}.schedule-source-options .check{margin:0}.request-results-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#747b82;font-size:12px}.request-results-collapsed-note{min-height:72px;display:flex;align-items:center;gap:13px;padding:14px 16px;border:1px solid rgba(242,183,47,.28);border-radius:9px;background:#f2b72f0f}.request-results-collapsed-note svg{width:22px;height:22px;flex:0 0 auto;color:var(--accent)}.request-results-collapsed-note div{display:flex;flex-direction:column;gap:3px}.request-results-collapsed-note strong{color:#eee9dc;font-size:13px}.request-results-collapsed-note span{color:#8d9498;font-size:11px}.request-history-section{scroll-margin-top:76px}.member-selection-tools{display:flex;align-items:center;gap:8px;margin:10px 0}.member-selection-tools span{margin-left:auto;color:var(--muted);font-size:11px}.member-issue-selection{max-height:390px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow-y:auto;padding:4px}.member-issue-selection label{min-width:0;display:grid;grid-template-columns:auto 44px minmax(0,1fr);align-items:center;gap:8px;padding:7px;border:1px solid #2c3032;border-radius:8px;background:#080b0c;cursor:pointer}.member-issue-selection label.selected{border-color:#f2b72fbf;background:#f2b72f14}.member-issue-selection input{width:16px;height:16px;accent-color:var(--accent)}.member-issue-selection img,.member-issue-selection .cover-fallback{width:44px;height:64px;object-fit:cover;border-radius:4px}.member-issue-selection span{min-width:0;display:flex;flex-direction:column;gap:3px}.member-issue-selection strong,.member-issue-selection small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-issue-selection strong{color:#eee;font-size:11px}.member-issue-selection small{color:#7d8588;font-size:9px}.report-summary-label,.issue-report-admin-card label{display:flex;flex-direction:column;gap:6px;margin-top:12px;color:#a7adaf;font-size:11px;font-weight:700}.report-summary-label textarea,.issue-report-admin-card textarea{width:100%;min-height:95px;resize:vertical;padding:10px 11px;border:1px solid #34393b;border-radius:7px;background:#050809;color:#e6e7e5;font:inherit;font-size:13px;line-height:1.5}.report-summary-label small{align-self:flex-end;color:#687074;font-size:9px}.member-report-history{margin-top:18px;padding-top:15px;border-top:1px solid #292d2e}.member-report-history h3{margin:0 0 8px;font-size:14px}.member-report-history article{padding:10px 0;border-top:1px solid #202425}.member-report-history article>div{display:flex;justify-content:space-between;gap:10px}.member-report-history p{margin:7px 0;color:#a5abad;font-size:12px}.member-report-history blockquote{display:flex;flex-direction:column;gap:4px;margin:8px 0;padding:9px 11px;border-left:3px solid var(--accent);background:#f2b72f0f;color:#d9d8d3;font-size:11px;white-space:pre-wrap}.member-report-history small{color:#676e72}.report-status{display:inline-flex;align-items:center;padding:3px 7px;border:1px solid #3b4143;border-radius:999px;color:#aeb4b6;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.report-status.report-open{border-color:#9c7120;color:#efbb4d}.report-status.report-responded{border-color:#28724e;color:#63d39b}.report-status.report-closed{color:#747b7e}.issue-report-admin-list{display:grid;gap:12px}.issue-report-admin-card{padding:15px;border:1px solid #303536;border-radius:9px;background:#070a0b}.issue-report-admin-card header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.issue-report-admin-card header>div{display:flex;flex-direction:column;gap:3px}.issue-report-admin-card header strong{font-size:15px}.issue-report-admin-card header span:not(.report-status){color:#92999c;font-size:11px}.issue-report-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:7px;color:#686f72;font-size:9px}.issue-report-summary{margin:12px 0 0;color:#d0d2d0;font-size:12px;line-height:1.55;white-space:pre-wrap}@media(max-width:780px){.series-detail-page .series-primary-action{display:none!important}.series-action-row{grid-template-columns:repeat(2,minmax(0,1fr))}.series-download-action,.series-report-action,.series-watch-action{width:100%;min-height:43px;justify-content:center}.catalog-filter{width:100%;min-height:50px;height:auto;padding:0 14px}.catalog-filter input{width:100%;min-height:48px;font-size:16px}.mobile-search input{font-size:16px!important}.member-issue-selection{grid-template-columns:repeat(2,minmax(0,1fr));max-height:48vh}.request-results-heading-actions{align-items:flex-end;flex-direction:column;gap:6px}}@media(max-width:480px){.member-issue-selection{grid-template-columns:1fr}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid var(--accent);outline-offset:3px}.audiobook-page,.audiobook-detail-page{overflow:hidden;padding:0 0 38px!important;border-color:#b57e1d7a!important;background:#030708f5!important}.audiobook-library-hero{min-height:230px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:42px clamp(24px,5vw,72px);border-bottom:1px solid rgba(181,126,29,.35);background:radial-gradient(560px 250px at 82% 35%,rgba(255,181,45,.14),transparent 70%),linear-gradient(135deg,#091216,#030607 70%)}.audiobook-library-hero h1{margin:5px 0 7px;color:#f1efe9;font:900 clamp(42px,6vw,76px)/.92 "Arial Narrow",Impact,sans-serif;letter-spacing:-.025em;text-transform:uppercase}.audiobook-library-hero p{max-width:650px;margin:0;color:#9ba0a2;font-size:13px}.audiobook-library-hero>svg{width:clamp(80px,12vw,150px);height:auto;color:#ffb52d94;filter:drop-shadow(0 0 34px rgba(255,181,45,.2))}.audiobook-subnav{display:flex;gap:7px;overflow-x:auto;padding:13px clamp(14px,3vw,34px);border-bottom:1px solid #22292b;scrollbar-width:none}.audiobook-subnav::-webkit-scrollbar{display:none}.audiobook-subnav button{flex:0 0 auto;min-height:38px;padding:0 16px;border:1px solid transparent;border-radius:999px;background:transparent;color:#8f9699;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.audiobook-subnav button:hover,.audiobook-subnav button.active{border-color:#ffb52d59;background:#ffb52d14;color:var(--accent)}.audiobook-loading{min-height:180px;display:grid;place-content:center;justify-items:center;gap:12px;color:#8b9295}.audiobook-loading>span{width:28px;height:28px;border:3px solid #293033;border-top-color:var(--accent);border-radius:50%;animation:audio-spin .75s linear infinite}@keyframes audio-spin{to{transform:rotate(360deg)}}.audiobook-shelf-section,.audiobook-catalog,.audiobook-stats-panel,.audiobook-history-panel,.audiobook-detail-chapters,.audiobook-detail-bookmarks{padding:28px clamp(14px,3vw,34px);border-bottom:1px solid rgba(88,66,25,.5)}.audiobook-shelf{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(145px,210px);grid-template-rows:1fr;gap:17px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x proximity;scrollbar-color:#4f3a16 transparent}.audiobook-card{min-width:0;max-width:210px;scroll-snap-align:start}.audiobook-card-cover{position:relative;display:block;overflow:hidden;aspect-ratio:2 / 3;border:1px solid rgba(116,91,43,.55);border-radius:8px;background:#101416;box-shadow:0 12px 25px #0006}.audiobook-card-cover-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.audiobook-card-cover-link>img,.audiobook-card-cover-link>.audiobook-cover-fallback{width:100%;height:100%;object-fit:cover}.audiobook-cover-fallback{display:grid;place-items:center;background:linear-gradient(145deg,#202b2e,#0b1012);color:var(--accent);font-size:26px;font-weight:900;letter-spacing:.06em}.audiobook-card-cover-link:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(transparent,#000000b8)}.audiobook-card-play{position:absolute;right:9px;bottom:9px;z-index:2;width:42px;height:42px;display:grid;place-items:center;border:1px solid #ffc64e;border-radius:50%;background:var(--accent);color:#171006;box-shadow:0 8px 20px #00000080;opacity:0;transform:translateY(5px);transition:opacity .16s ease,transform .16s ease}.audiobook-card:hover .audiobook-card-play,.audiobook-card:focus-within .audiobook-card-play{opacity:1;transform:none}.audiobook-card-play svg{width:18px;height:18px;margin-left:2px}.audiobook-badge{position:absolute;z-index:3;top:8px;padding:4px 7px;border-radius:4px;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.audiobook-badge.new{left:8px;background:var(--accent);color:#171006}.audiobook-badge.finished{right:8px;background:#1f8f4feb;color:#fff}.audiobook-card-copy{display:flex;flex-direction:column;min-width:0;padding:10px 2px 0}.audiobook-card-copy a{min-width:0;overflow:hidden;color:#eceae5;text-overflow:ellipsis;white-space:nowrap}.audiobook-card-copy a:hover{color:var(--accent);text-decoration:none}.audiobook-card-copy strong{font-size:12px}.audiobook-card-copy>span{overflow:hidden;margin-top:2px;color:#9ca2a4;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.audiobook-card-copy small{margin-top:3px;color:#686f72;font-size:9px}.audiobook-card-copy em{margin-top:4px;color:#b58a32;font-size:8px;font-style:normal}.audiobook-card-progress{height:3px;margin-top:8px;overflow:hidden;border-radius:3px;background:#252a2c}.audiobook-card-progress span{display:block;height:100%;background:var(--accent)}.audiobook-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:25px 18px;padding:20px 0}.audiobook-card-grid .audiobook-card{max-width:none}.audiobook-card-admin-actions{position:absolute;inset:8px 8px auto;z-index:4;display:flex;justify-content:space-between;pointer-events:none;opacity:0;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease}.audiobook-card:hover .audiobook-card-admin-actions,.audiobook-card:focus-within .audiobook-card-admin-actions,.audiobook-card.admin-selected .audiobook-card-admin-actions{opacity:1;transform:none}.audiobook-card-admin-actions button{width:32px;height:32px;display:grid;place-items:center;pointer-events:auto;border:1px solid rgba(255,198,78,.65);border-radius:50%;background:#06090ae6;color:#f0eee8;box-shadow:0 5px 15px #0000008c}.audiobook-card-admin-actions button:hover,.audiobook-card-admin-actions button:focus-visible{border-color:var(--accent);background:#171b1d;color:var(--accent)}.audiobook-card-admin-actions .audiobook-card-delete{margin-left:auto;color:#ef8e89;border-color:#d0706fbf}.audiobook-card-admin-actions .audiobook-card-delete:hover{background:#5e1c1bf2;color:#fff;border-color:#ef8e89}.audiobook-card-admin-actions svg{width:16px;height:16px}.audiobook-card-select.selected{background:var(--accent);color:#151008;font-weight:900}.audiobook-card.admin-selected .audiobook-card-cover{border-color:var(--accent);box-shadow:0 0 0 2px #ffbe36cc,0 0 24px #ffb2244d}.audiobook-card.admin-selected .audiobook-card-cover-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#ffb5261a;pointer-events:none}.audiobook-admin-selection-bar{position:sticky;top:68px;z-index:12;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px 0 2px;padding:12px 14px;border:1px solid rgba(255,190,54,.5);border-radius:9px;background:#0c1011f5;box-shadow:0 10px 28px #00000073;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.audiobook-admin-selection-bar>div{display:flex;align-items:center;gap:11px}.audiobook-admin-selection-bar strong{color:var(--accent)}.audiobook-admin-selection-bar span{color:#92999c;font-size:12px}.audiobook-admin-selection-bar .btn{display:inline-flex;align-items:center;gap:7px}.audiobook-admin-selection-bar svg{width:15px;height:15px}.audiobook-delete-dialog{width:min(590px,100%)}.audiobook-delete-dialog .modal-head{align-items:flex-start}.audiobook-delete-dialog .modal-head h2{margin-top:4px}.audiobook-delete-choice{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:12px;padding:15px;border:1px solid #30383b;border-radius:9px;background:#0d1113;cursor:pointer}.audiobook-delete-choice+.audiobook-delete-choice{margin-top:10px}.audiobook-delete-choice.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px #ffbe3633}.audiobook-delete-choice.danger.selected{border-color:var(--danger);box-shadow:inset 0 0 0 1px #d0706f40}.audiobook-delete-choice input{margin-top:3px;accent-color:var(--accent)}.audiobook-delete-choice span{display:flex;flex-direction:column;gap:4px}.audiobook-delete-choice small{color:#92999c;line-height:1.45}.audiobook-delete-choice.danger strong{color:#ef8e89}.audiobook-delete-confirm{display:flex;flex-direction:column;gap:7px;margin-top:14px;color:#c8c5be;font-size:13px}.audiobook-delete-confirm input{width:100%;letter-spacing:.16em;text-transform:uppercase}.audiobook-delete-list{max-height:130px;display:flex;flex-wrap:wrap;gap:6px;overflow:auto;margin-top:14px;padding:10px;border-radius:7px;background:#090c0d}.audiobook-delete-list span{padding:4px 7px;border:1px solid #30383b;border-radius:999px;color:#aeb3b4;font-size:11px}.audiobook-delete-buttons{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}@media(max-width:780px){.audiobook-card-admin-actions{opacity:1;transform:none}.audiobook-card-admin-actions button{width:30px;height:30px}.audiobook-admin-selection-bar{top:58px;align-items:stretch;flex-direction:column;gap:9px}.audiobook-admin-selection-bar>div{justify-content:space-between}.audiobook-admin-selection-bar>div:first-child{align-items:flex-start;flex-direction:column;gap:3px}.audiobook-delete-dialog .modal-body{padding-bottom:max(20px,env(safe-area-inset-bottom))}.audiobook-delete-buttons{display:grid;grid-template-columns:1fr 1.4fr}}@media(prefers-reduced-motion:reduce){.audiobook-card-admin-actions{transition:none}}.audiobook-browse-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:26px clamp(14px,3vw,34px);border-bottom:1px solid rgba(88,66,25,.5)}.audiobook-browse-groups>div{min-width:0;padding:18px;border:1px solid #293033;border-radius:9px;background:#080d0fb8}.audiobook-browse-groups h2{margin:0 0 10px;color:#d9d9d6;font-size:14px}.audiobook-browse-groups>div>div{display:flex;flex-wrap:wrap;gap:6px}.audiobook-browse-groups button{max-width:100%;overflow:hidden;padding:5px 8px;border:1px solid #343a3c;border-radius:999px;background:#0d1112;color:#9ca2a4;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.audiobook-browse-groups button:hover{border-color:#87611d;color:var(--accent)}.audiobook-filter-toolbar{display:grid;grid-template-columns:minmax(260px,2fr) repeat(4,minmax(120px,1fr));gap:9px;padding:16px;border:1px solid #293033;border-radius:9px;background:#080c0ed1}.audiobook-filter-toolbar>label{min-width:0;display:flex;flex-direction:column;gap:5px;color:#7f8689;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.audiobook-filter-toolbar select{width:100%;min-width:0;height:42px}.audiobook-search-field{position:relative;display:grid!important;grid-template-columns:24px 1fr auto;align-items:center;align-self:end;height:42px;padding-left:11px;border:1px solid #303638;border-radius:7px;background:#080c0e}.audiobook-search-field svg{width:16px;color:#777e81}.audiobook-search-field input{min-width:0;height:40px;padding:0 8px;border:0;background:transparent}.audiobook-search-field button{align-self:stretch;padding:0 14px;border:0;border-left:1px solid #303638;background:transparent;color:var(--accent)}.audiobook-pagination{display:flex;align-items:center;justify-content:center;gap:15px;padding-top:18px}.audiobook-pagination span{color:#8e9597;font-size:11px}.audiobook-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.audiobook-stat-grid>div{min-height:115px;display:grid;grid-template-columns:28px 1fr;align-content:center;gap:3px 10px;padding:15px;border:1px solid #2b3234;border-radius:8px;background:#080d0f}.audiobook-stat-grid svg{grid-row:1 / 3;width:25px;color:var(--accent)}.audiobook-stat-grid strong{font-size:17px}.audiobook-stat-grid span{color:#7e8588;font-size:9px;text-transform:uppercase}.audiobook-history-list{display:flex;flex-direction:column}.audiobook-history-list a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding:10px 3px;border-bottom:1px solid #22282a;color:#dddeda}.audiobook-history-list a:hover{color:var(--accent);text-decoration:none}.audiobook-history-list span{display:flex;flex-direction:column;font-size:10px}.audiobook-history-list small{color:#757c7f}.audiobook-detail-page .stage-hero{width:100%;max-width:100%;margin:0;border:0;border-radius:0}.audiobook-detail-page .stage-hero-cover img,.audiobook-detail-page .stage-hero-cover .audiobook-cover-fallback{width:190px;aspect-ratio:2/3;object-fit:cover;border-radius:8px}.audiobook-detail-page .stage-hero-text h3{margin:-4px 0 10px;color:#a7adaf;font-size:15px;font-weight:500}.audiobook-detail-actions .btn{display:inline-flex;align-items:center;gap:7px}.audiobook-detail-actions svg{width:16px;height:16px}.audiobook-detail-progress{max-width:520px;margin-top:15px}.audiobook-detail-progress>div{height:5px;overflow:hidden;border-radius:5px;background:#ffffff21}.audiobook-detail-progress>div span{display:block;height:100%;background:var(--accent)}.audiobook-detail-progress strong{display:block;margin-top:5px;color:#d0a33e;font-size:10px}.audiobook-detail-facts{margin:26px clamp(14px,3vw,34px) 0;max-width:none!important}.audiobook-detail-facts dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.audiobook-detail-facts dl div{min-width:0}.audiobook-detail-facts dt{color:#747c7f;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.audiobook-detail-facts dd{overflow-wrap:anywhere;margin:3px 0 0;color:#d8d9d6;font-size:12px}.audiobook-downloads{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px;padding-top:13px;border-top:1px solid #2a3133}.audiobook-downloads h3{width:100%;margin:0 0 3px!important}.audiobook-downloads .btn{display:inline-flex;align-items:center;gap:6px}.audiobook-downloads svg{width:15px}.audiobook-subscription-message{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.audiobook-subscription-message p{margin:0;line-height:1.55}.audiobook-subscription-message .btn{margin-top:4px;overflow-wrap:anywhere;white-space:normal}.audiobook-detail-chapters>ol{display:flex;flex-direction:column;margin:0;padding:0;list-style:none;border:1px solid #293033;border-radius:9px;overflow:hidden}.audiobook-detail-chapters li{border-bottom:1px solid #252b2d}.audiobook-detail-chapters li:last-child{border-bottom:0}.audiobook-detail-chapters li.current{background:#ffb52d12}.audiobook-detail-chapters li.completed{opacity:.72}.audiobook-detail-chapters li>button{width:100%;min-height:64px;display:grid;grid-template-columns:38px minmax(0,1fr) auto 28px;align-items:center;gap:11px;padding:9px 15px;border:0;background:#080d0f;color:#dde0df;text-align:left}.audiobook-detail-chapters li>button:hover{background:#0c1316}.audiobook-chapter-number{width:29px;height:29px;display:grid;place-items:center;border:1px solid #343b3d;border-radius:50%;color:#959c9f;font-size:10px}.audiobook-detail-chapters button>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.audiobook-detail-chapters strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audiobook-detail-chapters small{color:#757d80}.audiobook-detail-chapters em{color:var(--accent);font-size:9px;font-style:normal;text-transform:uppercase}.audiobook-detail-chapters svg{width:17px;color:var(--accent)}.audiobook-detail-bookmarks>div:last-child{display:flex;flex-wrap:wrap;gap:8px}.audiobook-detail-bookmarks>div>button{display:flex;align-items:center;gap:10px;min-height:52px;padding:8px 12px;border:1px solid #2b3234;border-radius:7px;background:#080d0f;color:#d8d9d7;text-align:left}.audiobook-detail-bookmarks svg{width:16px;color:var(--accent)}.audiobook-detail-bookmarks button span{display:flex;flex-direction:column}.audiobook-detail-bookmarks small{color:#777f82}.audiobook-detail-series{padding:28px clamp(14px,3vw,34px) 0}.audiobook-detail-series .cinema-section-heading{align-items:end}.audiobook-detail-series .cinema-section-heading>div{display:flex;flex-direction:column}.audiobook-detail-series .cinema-section-heading h2{margin:2px 0 0}.audiobook-series-entry{position:relative;min-width:0}.audiobook-series-entry>small{display:block;margin-top:7px;color:#7e8789;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.audiobook-series-entry.current>small{color:var(--accent)}.audiobook-series-entry.current .audiobook-card-cover{box-shadow:0 0 0 2px var(--accent)}.audiobook-chapter-editor{display:flex;flex-direction:column;gap:8px;margin:16px 0}.audiobook-chapter-editor-head,.audiobook-chapter-editor-row{display:grid;grid-template-columns:minmax(170px,2fr) minmax(140px,1.3fr) minmax(90px,.8fr) minmax(90px,.8fr) 34px;gap:8px;align-items:end}.audiobook-chapter-editor-head{padding:0 8px;color:#899194;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.audiobook-chapter-editor-row{padding:9px;border:1px solid #2a3234;border-radius:7px;background:#080d0f}.audiobook-chapter-editor-row label{min-width:0}.audiobook-chapter-editor-row label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.audiobook-chapter-editor-row input,.audiobook-chapter-editor-row select{width:100%}.audiobook-chapter-editor-row .icon-button{width:34px;height:34px;border-radius:50%;background:#151b1d;color:#b7bec0}.audiobook-series-nav{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:26px clamp(14px,3vw,34px) 0}.audiobook-series-nav div:last-child{text-align:right}.audiobook-audio-element{display:none}.audiobook-mini-player{position:relative;z-index:45;flex:0 0 auto;min-height:76px;display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(220px,1.4fr) auto auto auto;align-items:center;gap:14px;padding:8px 18px calc(8px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(255,181,45,.35);background:#04080afb;box-shadow:0 -13px 35px #00000080}.audiobook-mini-book{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;padding:0;border:0;background:transparent;color:#e8e8e5;text-align:left}.audiobook-mini-book img,.audiobook-mini-book .audiobook-cover-fallback{width:42px;height:58px;object-fit:cover;border-radius:4px}.audiobook-mini-book>span{min-width:0;display:flex;flex-direction:column}.audiobook-mini-book strong,.audiobook-mini-book small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audiobook-mini-book small{color:#858d90}.audiobook-mini-controls{display:flex;align-items:center;gap:5px}.audiobook-mini-controls button,.audiobook-mini-player>.icon-button{position:relative;width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#abb1b3}.audiobook-mini-controls button:hover,.audiobook-mini-player>.icon-button:hover{background:#14191b;color:var(--accent)}.audiobook-mini-controls .primary{width:44px;height:44px;background:var(--accent);color:#171006}.audiobook-mini-controls svg{width:17px}.audiobook-mini-controls button small{position:absolute;bottom:2px;font-size:7px}.audiobook-mini-progress{min-width:0;display:grid;grid-template-columns:auto minmax(80px,1fr) auto;gap:7px;align-items:center;color:#71797c;font-size:8px}.audiobook-mini-progress input,.audiobook-full-progress{width:100%;height:5px;padding:0;border:0;border-radius:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,var(--accent) var(--audio-progress,0%),#33393b var(--audio-progress,0%))}.audiobook-mini-progress input::-webkit-slider-thumb,.audiobook-full-progress::-webkit-slider-thumb{width:14px;height:14px;border:2px solid #fff0cf;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--accent)}.audiobook-mini-speed{border:1px solid #3b4143;border-radius:999px;background:transparent;color:var(--accent);font-size:10px;font-weight:850;padding:5px 8px}.audiobook-full-player{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;background:radial-gradient(750px 500px at 50% 25%,#172326,#030607 72%);color:#eeefec}.audiobook-full-header{flex:0 0 auto;min-height:60px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:calc(8px + env(safe-area-inset-top,0px)) 16px 8px;border-bottom:1px solid #2b3335;text-align:center;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.icon-button{display:inline-grid;place-items:center;padding:0;border:0;background:transparent;color:inherit}.audiobook-full-header .icon-button{width:40px;height:40px;border-radius:50%;background:#ffffff0a}.audiobook-full-header .icon-button:last-child{justify-self:end}.audiobook-full-header svg{width:19px}.audiobook-full-body{flex:1;min-height:0;display:grid;grid-template-columns:minmax(400px,1.2fr) minmax(330px,.8fr)}.audiobook-now-playing{min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:28px clamp(28px,5vw,80px) calc(35px + env(safe-area-inset-bottom,0px))}.audiobook-player-cover{width:min(32vh,260px);aspect-ratio:2/3;object-fit:cover;border:1px solid #66512a;border-radius:10px;box-shadow:0 25px 70px #000000a6}.audiobook-player-title{display:flex;flex-direction:column;align-items:center;max-width:560px;margin-top:19px;text-align:center}.audiobook-player-title strong{font-size:clamp(20px,3vw,33px);line-height:1.12}.audiobook-player-title span{margin-top:5px;color:#9da4a6}.audiobook-current-chapter{width:min(100%,620px);display:flex;justify-content:space-between;gap:15px;margin:18px 0 7px}.audiobook-current-chapter span{color:#737b7e;font-size:9px;text-transform:uppercase}.audiobook-current-chapter strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.audiobook-full-progress{width:min(100%,620px);margin:8px 0}.audiobook-time-row{width:min(100%,620px);display:flex;justify-content:space-between;color:#80888a;font-size:9px;font-variant-numeric:tabular-nums}.audiobook-primary-controls{display:flex;align-items:center;justify-content:center;gap:clamp(8px,2vw,22px);margin-top:16px}.audiobook-primary-controls button{width:54px;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;border-radius:50%;background:transparent;color:#b8bec0}.audiobook-primary-controls button:hover{background:#ffffff0d;color:var(--accent)}.audiobook-primary-controls button.play{width:68px;height:68px;background:var(--accent);color:#160f04;box-shadow:0 10px 28px #00000080}.audiobook-primary-controls svg{width:25px;height:25px}.audiobook-primary-controls button.play svg{width:30px;height:30px}.audiobook-primary-controls span{font-size:7px}.audiobook-secondary-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:15px}.audiobook-secondary-controls>label,.audiobook-secondary-controls>button{min-height:38px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #353d3f;border-radius:999px;background:#070b0db8;color:#b3babc;font-size:9px}.audiobook-secondary-controls svg{width:15px;color:var(--accent)}.audiobook-secondary-controls input{width:80px}.audiobook-speed-menu,.audiobook-sleep-options{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;max-width:620px;margin-top:11px}.audiobook-speed-menu button,.audiobook-sleep-options button{min-height:33px;padding:0 9px;border:1px solid #30383a;border-radius:6px;background:#0a1012;color:#aab1b3;font-size:9px}.audiobook-speed-menu button.active,.audiobook-sleep-options button.active{border-color:var(--accent);background:#ffb52d1c;color:var(--accent)}.audiobook-shortcuts{margin-top:14px;color:#5e676a;text-align:center}.audiobook-player-drawer{min-height:0;display:flex;flex-direction:column;border-left:1px solid #2b3335;background:#04080ab8}.audiobook-player-tabs{display:grid;grid-template-columns:1fr 1fr;flex:0 0 auto}.audiobook-player-tabs button{min-height:50px;border:0;border-bottom:2px solid transparent;background:transparent;color:#858d90;font-size:10px;font-weight:800;text-transform:uppercase}.audiobook-player-tabs button.active{border-bottom-color:var(--accent);color:var(--accent)}.audiobook-chapter-list{flex:1;min-height:0;overflow-y:auto;margin:0;padding:0;list-style:none}.audiobook-chapter-list li{border-bottom:1px solid #22292b}.audiobook-chapter-list button{width:100%;min-height:58px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;padding:7px 14px;border:0;background:transparent;color:#c8cdce;text-align:left}.audiobook-chapter-list button:hover,.audiobook-chapter-list li.current button{background:#ffb52d0f}.audiobook-chapter-list li.current strong{color:var(--accent)}.audiobook-chapter-list span{color:#6f787b;font-size:9px}.audiobook-chapter-list strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.audiobook-chapter-list small{color:#6f787b;font-size:8px}.audiobook-bookmarks-panel{flex:1;min-height:0;overflow-y:auto;padding:13px}.audiobook-bookmarks-panel form{display:flex;gap:7px}.audiobook-bookmarks-panel form input{min-width:0;flex:1}.audiobook-bookmarks-panel ul{margin:13px 0 0;padding:0;list-style:none}.audiobook-bookmark-row{display:grid;grid-template-columns:auto minmax(0,1fr) 32px;align-items:center;gap:7px;padding:8px 0;border-bottom:1px solid #242b2d}.audiobook-bookmark-row>button:first-child{display:flex;flex-direction:column;padding:4px;border:0;background:transparent;color:var(--accent)}.audiobook-bookmark-row>button span{color:#6f777a;font-size:8px}.audiobook-bookmark-row .danger{width:30px;height:30px;color:var(--danger)}.audiobook-bookmark-row svg{width:14px}.audiobook-chapter-time{flex:0 0 auto;margin:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid #252c2e;color:#737c7e;font-size:9px}.audiobook-editor-top{display:flex;align-items:center;gap:16px}.audiobook-editor-top img,.audiobook-editor-top .audiobook-cover-fallback{width:72px;height:105px;object-fit:cover;border-radius:5px}.audiobook-metadata-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.audiobook-metadata-grid label{min-width:0}.audiobook-metadata-grid input,.audiobook-metadata-grid textarea{width:100%}.audiobook-metadata-grid .wide{grid-column:1 / -1}.audiobook-metadata-lookup{padding-top:8px;border-top:1px solid #2b3335}.audiobook-metadata-lookup summary{cursor:pointer;color:var(--accent)}.audiobook-metadata-result{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:0;border-bottom:1px solid #22292b;background:transparent;color:#d8d9d7;text-align:left}.audiobook-metadata-result span:first-child{display:flex;flex-direction:column}.audiobook-metadata-result small{color:#7e8689}.audiobook-admin-tab>.card{max-width:none}.audiobook-admin-folder-list{display:flex;flex-direction:column;gap:10px;margin:13px 0;padding:0;list-style:none}.audiobook-admin-folder{padding:13px;border:1px solid #2b3335;border-radius:8px;background:#081014}.audiobook-folder-path{display:flex;gap:8px}.audiobook-folder-path input{min-width:0;flex:1}.audiobook-folder-options{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;margin-top:10px}.audiobook-folder-options>label:last-child{display:flex;align-items:center;gap:5px}.audiobook-folder-options input[type=number]{width:82px}.audiobook-folder-meta{display:flex;flex-wrap:wrap;gap:8px 15px;margin-top:8px;color:#788184;font-size:10px}.audiobook-scan-progress>div{height:7px;overflow:hidden;border-radius:7px;background:#252d30}.audiobook-scan-progress>div span{display:block;height:100%;background:var(--accent)}.audiobook-scan-progress p{display:flex;justify-content:space-between;gap:10px}.audiobook-scan-progress p span{color:#848d90;font-size:11px}.admin-table-wrap{width:100%;overflow-x:auto}.audiobook-admin-tab .admin-table,.audiobook-admin-tab .scan-table{min-width:860px}.audiobook-scan-issues summary,.audiobook-merge-panel summary{margin-top:13px;cursor:pointer;color:var(--accent)}.audiobook-scan-issues ul{padding-left:19px}.audiobook-scan-issues li{display:grid;grid-template-columns:60px 1fr;gap:5px 10px;margin:7px 0}.audiobook-scan-issues li code{grid-column:2;overflow-wrap:anywhere;color:#777f82}.audiobook-scan-issues .error strong{color:var(--danger)}.audiobook-admin-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:14px 0}.audiobook-admin-settings-grid label{display:flex;flex-direction:column;gap:5px;color:#8a9295;font-size:11px}.audiobook-merge-panel>label{display:flex;flex-direction:column;gap:5px;margin:10px 0}.audiobook-merge-sources{max-height:220px;overflow-y:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-bottom:12px}.row-disabled{opacity:.64}.row-disabled td:first-child .status-chip{margin-left:7px}.check.compact{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.settings .tabs{overflow-x:auto;scrollbar-width:thin}.settings .tab{flex:0 0 auto}@media(min-width:781px)and (max-width:1080px){.concept-navbar{grid-template-columns:auto auto minmax(150px,1fr) auto!important;column-gap:10px!important}.concept-navbar .concept-primary-nav{display:flex!important;gap:10px}.concept-navbar .concept-primary-nav a{font-size:8px;letter-spacing:.04em}.concept-navbar .nav-actions,.concept-navbar .scan-pill{display:none!important}.concept-navbar .nav-search-wrap{min-width:150px}}@media(min-width:1081px)and (max-width:1320px){.concept-navbar .scan-pill{display:none!important}}@media(max-width:980px){.audiobook-filter-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}.audiobook-search-field{grid-column:1 / -1}.audiobook-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.audiobook-full-body{grid-template-columns:1fr minmax(300px,.75fr)}.audiobook-mini-player{grid-template-columns:minmax(180px,1fr) auto minmax(150px,1fr) auto auto}.audiobook-mini-player>.icon-button:last-child{display:none}}@media(max-width:780px){html.has-audiobook-player .concept-stage{padding-bottom:calc(158px + env(safe-area-inset-bottom,0px))!important}.audiobook-page,.audiobook-detail-page{margin-top:10px!important;border-radius:10px!important}.audiobook-library-hero{min-height:180px;padding:27px 20px}.audiobook-library-hero h1{font-size:43px}.audiobook-library-hero>svg{width:70px}.audiobook-shelf{grid-auto-columns:132px}.audiobook-card-play{opacity:1;transform:none}.audiobook-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 12px}.audiobook-browse-groups{grid-template-columns:1fr}.audiobook-filter-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));padding:11px}.audiobook-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audiobook-detail-page{padding-bottom:calc(110px + env(safe-area-inset-bottom,0px))!important}.audiobook-detail-page .stage-hero,.audiobook-detail-page .stage-hero-content,.audiobook-detail-page .stage-hero-text{min-width:0;max-width:100%}.audiobook-detail-page .stage-hero-content{width:100%;padding:24px 16px 31px;box-sizing:border-box}.audiobook-detail-page .stage-hero-text{width:100%;overflow-wrap:anywhere}.audiobook-detail-page .series-summary{max-width:100%;overflow-wrap:anywhere}.audiobook-detail-actions{max-width:100%}.audiobook-detail-actions .btn{min-width:0;white-space:normal}.audiobook-downloads .btn{max-width:100%;overflow-wrap:anywhere;white-space:normal}.audiobook-detail-page .stage-hero-cover img,.audiobook-detail-page .stage-hero-cover .audiobook-cover-fallback{width:148px}.audiobook-detail-facts dl{grid-template-columns:repeat(2,minmax(0,1fr))}.audiobook-detail-chapters li>button{grid-template-columns:34px minmax(0,1fr) auto;padding-inline:10px}.audiobook-detail-chapters li>button>em{display:none}.audiobook-series-nav{grid-template-columns:1fr}.audiobook-series-nav div:last-child{text-align:left}.audiobook-mini-player{position:fixed;left:7px;right:7px;bottom:calc(64px + env(safe-area-inset-bottom,0px));z-index:54;min-height:72px;grid-template-columns:minmax(0,1fr) auto auto;gap:5px;padding:6px 8px;border:1px solid rgba(255,181,45,.42);border-radius:12px 12px 0 0;background:#04080afa}.audiobook-mini-book{grid-template-columns:40px minmax(0,1fr);gap:7px}.audiobook-mini-book img,.audiobook-mini-book .audiobook-cover-fallback{width:40px;height:58px}.audiobook-mini-book strong{font-size:10px}.audiobook-mini-book small{font-size:8px}.audiobook-mini-controls button{width:34px;height:40px;display:grid}.audiobook-mini-controls button:first-child,.audiobook-mini-controls button:last-child{display:none}.audiobook-mini-controls .primary{width:44px;height:44px;display:grid}.audiobook-mini-progress,.audiobook-mini-player>.icon-button{display:none}.audiobook-mini-speed{display:block;padding-inline:6px}html.audiobook-player-is-expanded .mobile-bottom-nav{display:none!important}.audiobook-full-header{min-height:58px}.audiobook-full-body{display:flex;flex-direction:column;overflow:hidden}.audiobook-now-playing{flex:1;min-height:48%;padding:18px 20px 20px}.audiobook-player-cover{width:min(29vh,190px)}.audiobook-player-title{margin-top:13px}.audiobook-player-title strong{font-size:20px}.audiobook-current-chapter{margin-top:12px}.audiobook-primary-controls{gap:6px;margin-top:10px}.audiobook-primary-controls button{width:45px;min-height:50px}.audiobook-primary-controls button.play{width:60px;height:60px}.audiobook-secondary-controls{margin-top:10px}.audiobook-secondary-controls>label{display:none}.audiobook-shortcuts{display:none}.audiobook-player-drawer{flex:0 1 44%;min-height:210px;border-top:1px solid #2b3335;border-left:0}.audiobook-chapter-list button{min-height:54px}.audiobook-metadata-grid{grid-template-columns:1fr}.audiobook-metadata-grid .wide{grid-column:auto}.audiobook-chapter-editor-head{display:none}.audiobook-chapter-editor-row{grid-template-columns:1fr 1fr 38px}.audiobook-chapter-editor-row label:first-child,.audiobook-chapter-editor-row label:nth-child(2){grid-column:span 1}.audiobook-chapter-editor-row label:nth-child(3){grid-column:1}.audiobook-chapter-editor-row label:nth-child(4){grid-column:2}.audiobook-chapter-editor-row .icon-button{grid-column:3;grid-row:1 / span 2;align-self:center}.audiobook-chapter-editor-row label>span{position:static;width:auto;height:auto;clip:auto;display:block;margin-bottom:4px;color:#899194;font-size:9px}.audiobook-merge-sources{grid-template-columns:1fr}.settings>.card{overflow-x:auto}.settings>.card>.admin-table{min-width:820px}}@media(max-width:520px){.audiobook-library-hero>svg{display:none}.audiobook-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audiobook-filter-toolbar{grid-template-columns:1fr}.audiobook-search-field{grid-column:auto}.audiobook-stat-grid{grid-template-columns:1fr 1fr}.audiobook-stat-grid>div{min-height:94px}.audiobook-detail-facts dl{grid-template-columns:1fr}.audiobook-detail-actions{display:grid;grid-template-columns:1fr 1fr}.audiobook-detail-actions .btn{width:100%;justify-content:center}.audiobook-detail-actions .btn:first-child{grid-column:1 / -1;min-height:48px;justify-content:center}.audiobook-full-player{height:100dvh}.audiobook-now-playing{flex:1 1 64%;padding:10px 14px 12px}.audiobook-player-cover{width:112px}.audiobook-player-title{margin-top:7px}.audiobook-player-title strong{font-size:18px}.audiobook-player-title span{margin-top:2px;font-size:11px}.audiobook-current-chapter{margin:8px 0 4px}.audiobook-primary-controls{margin-top:6px}.audiobook-primary-controls button{min-height:44px}.audiobook-primary-controls button.play{width:54px;height:54px}.audiobook-secondary-controls{margin-top:6px}.audiobook-secondary-controls>button{min-height:32px}.audiobook-secondary-controls>button{padding-inline:9px}.audiobook-sleep-options{flex-wrap:nowrap;justify-content:flex-start;width:100%;overflow-x:auto;margin-top:6px;padding-bottom:2px}.audiobook-sleep-options button{flex:0 0 auto;min-height:29px}.audiobook-player-drawer{flex:1 1 36%;min-height:180px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.audiobook-card-play{transform:none}}:root{--audiobook-content-border: rgba(91, 102, 106, var(--dashboard-border-opacity));--audiobook-gold-border: rgba(151, 108, 31, var(--dashboard-border-opacity))}.audiobook-up-next{min-width:0;padding:25px clamp(18px,2.5vw,32px);border-left:1px solid var(--audiobook-gold-border);background:#05090a5c}.audiobook-up-next-list{display:grid;gap:9px}.audiobook-up-next-list article{min-width:0;display:grid;grid-template-columns:43px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:7px;border:1px solid var(--audiobook-content-border);border-radius:8px;background:#080d0fc7}.audiobook-up-next-list article>a:first-child{width:43px;height:61px;overflow:hidden;border-radius:4px}.audiobook-up-next-list img,.audiobook-up-next-list .audiobook-cover-fallback{width:100%;height:100%;object-fit:cover}.audiobook-up-next-copy{min-width:0;display:flex;flex-direction:column;gap:3px;color:inherit;text-decoration:none}.audiobook-up-next-copy strong,.audiobook-up-next-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audiobook-up-next-copy strong{color:#e1e2df;font-size:10px}.audiobook-up-next-copy span{color:#848d90;font-size:8px}.audiobook-up-next-copy small{color:var(--accent);font-size:8px}.audiobook-up-next-list article>button{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--audiobook-gold-border);border-radius:50%;background:#ffb52d14;color:var(--accent)}.audiobook-up-next-list article>button:hover{background:var(--accent);color:#171006}.audiobook-up-next-list article>button svg{width:14px}.audiobook-up-next-empty{min-height:150px;display:flex;align-items:center;justify-content:center;gap:11px;color:#7f888b}.audiobook-up-next-empty>svg{width:24px;color:var(--accent)}.audiobook-up-next-empty p{display:flex;flex-direction:column;gap:3px;margin:0}.audiobook-up-next-empty strong{color:#d8dbd9;font-size:11px}.audiobook-up-next-empty span{font-size:9px}.audiobook-infinite-sentinel,.audiobook-catalog-end{min-height:64px;display:flex;align-items:center;justify-content:center;gap:9px;margin:10px 0 0;color:#777f82;font-size:10px;text-align:center}.audiobook-infinite-sentinel>span{width:19px;height:19px;border:2px solid var(--audiobook-content-border);border-top-color:var(--accent);border-radius:50%;animation:audio-spin .75s linear infinite}.audiobook-catalog-end{min-height:46px}.audiobook-mobile-drawer-toggle,.audiobook-mobile-drawer-head{display:none}.audiobook-page,.audiobook-detail-page,.audiobook-library-topbar,.audiobook-shelf-section,.audiobook-catalog,.audiobook-catalog-controls,.audiobook-filter-toolbar,.audiobook-card,.audiobook-detail-facts,.audiobook-detail-chapters,.audiobook-detail-bookmarks,.audiobook-series-nav,.audiobook-history-panel,.audiobook-stats-panel,.audiobook-mini-player,.audiobook-full-header,.audiobook-player-drawer,.audiobook-player-tabs button,.audiobook-chapter-list li,.audiobook-bookmark-row,.audiobook-chapter-time,.audiobook-admin-folder,.audiobook-chapter-editor-row,.audiobook-metadata-lookup,.audiobook-metadata-result{border-color:var(--audiobook-content-border)!important}.audiobook-listening-spotlight,.audiobook-spotlight-cover{border-color:var(--audiobook-gold-border)!important}@media(max-width:860px){.audiobook-up-next{border-top:1px solid var(--audiobook-gold-border);border-left:0}.audiobook-up-next-list{grid-template-columns:repeat(3,minmax(0,1fr))}.audiobook-up-next-list article{grid-template-columns:38px minmax(0,1fr) 30px}.audiobook-up-next-list article>a:first-child{width:38px;height:55px}.audiobook-up-next-list article>button{width:29px;height:29px}}@media(max-width:680px){.audiobook-up-next{padding:18px 16px}.audiobook-up-next-list{grid-template-columns:1fr}.audiobook-up-next-list article{grid-template-columns:43px minmax(0,1fr) 34px}.audiobook-up-next-list article>a:first-child{width:43px;height:61px}.audiobook-filter-toolbar.audiobook-filter-toolbar-compact>label:first-child{grid-column:auto}}@media(max-width:780px){.audiobook-full-body{position:relative}.audiobook-now-playing{min-height:0;padding:16px 16px calc(22px + env(safe-area-inset-bottom,0px))}.audiobook-player-cover{width:min(35vh,225px)}.audiobook-primary-controls button{width:50px;min-height:56px}.audiobook-primary-controls button.play{width:70px;height:70px}.audiobook-primary-controls svg{width:27px;height:27px}.audiobook-primary-controls button.play svg{width:32px;height:32px}.audiobook-mobile-drawer-toggle{width:min(100%,620px);min-height:39px;display:grid;grid-template-columns:18px minmax(0,1fr) 14px;align-items:center;gap:8px;margin-top:10px;padding:0 13px;border:1px solid var(--audiobook-content-border);border-radius:999px;background:#070b0db8;color:#b7bec0;font-size:9px;text-align:left}.audiobook-mobile-drawer-toggle svg{width:15px;color:var(--accent)}.audiobook-mobile-drawer-toggle svg:last-child{justify-self:end;transform:rotate(90deg)}.audiobook-player-drawer{display:none}.audiobook-player-drawer.mobile-open{position:fixed;left:0;right:0;bottom:0;z-index:104;height:min(62dvh,560px);display:flex;border-top:1px solid var(--audiobook-content-border);border-left:0;border-radius:16px 16px 0 0;background:#04080afe;box-shadow:0 -24px 55px #000000b8}.audiobook-mobile-drawer-head{min-height:46px;display:flex;align-items:center;justify-content:space-between;padding:5px 10px 5px 16px;border-bottom:1px solid var(--audiobook-content-border);color:#c9cdce;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.audiobook-mobile-drawer-head .icon-button{width:36px;height:36px;border-radius:50%;background:#ffffff0d}.audiobook-mobile-drawer-head svg{width:17px}}@media(max-width:520px){.audiobook-player-cover{width:min(31vh,176px)}.audiobook-player-title{margin-top:10px}.audiobook-player-title strong{font-size:20px}.audiobook-primary-controls{width:100%;gap:3px;margin-top:9px}.audiobook-primary-controls button{width:49px;min-height:53px}.audiobook-primary-controls button.play{width:68px;height:68px}.audiobook-secondary-controls{margin-top:9px}}@media(max-width:760px){.request-page,.request-hero-copy,.request-results-section,.request-history-section,.request-result-card,.request-result-info,.request-history-card,.request-history-main{min-width:0;max-width:100%}.request-hero-copy{width:100%}.request-hero form input{min-width:0;font-size:16px}.request-section-heading{flex-wrap:wrap;align-items:flex-start}.request-results-heading-actions{margin-left:auto}.request-result-info h3,.request-result-info p,.request-history-main>*{overflow-wrap:anywhere}.request-result-actions .btn{white-space:normal;line-height:1.25}.request-history-card{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.request-history-actions{width:100%;align-items:center;justify-content:flex-start}.request-picker>header>div{min-width:0}.request-picker>header h2,.request-picker>header p{overflow-wrap:anywhere}}@media(max-width:520px){.request-page{padding-inline:9px;overflow-x:hidden}.request-hero{padding:21px 14px}.request-hero h1{font-size:30px}.request-hero p{font-size:11px;line-height:1.55}.request-result-card{min-height:0;grid-template-columns:82px minmax(0,1fr);gap:9px;padding:8px}.request-result-cover{width:82px;height:123px}.request-provider-row{gap:4px}.request-provider-chip{min-height:19px;padding:2px 5px;font-size:8px;letter-spacing:.03em}.request-result-info h3{margin-top:3px;font-size:15px}.request-description{grid-column:1 / -1;margin:7px 0}.request-result-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;margin-top:8px}.request-result-actions .btn{width:100%;min-height:39px}.request-result-actions .btn.primary{grid-column:1 / -1}.request-result-actions .link-btn{grid-column:1 / -1;min-height:32px;text-align:left}.request-section-heading{gap:9px}.request-results-heading-actions{width:100%;align-items:center;flex-direction:row;justify-content:space-between}.request-history-actions .btn,.request-history-actions .request-status{min-height:32px;display:inline-flex;align-items:center}.request-picker>footer{display:grid;grid-template-columns:minmax(90px,.7fr) minmax(0,1.3fr)}.request-picker>footer .btn{min-width:0;white-space:normal}}.presence-indicator{position:relative;display:inline-flex;align-items:center}.mobile-presence-indicator{display:none}.presence-count-button{position:relative;width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,181,45,.58);border-radius:50%;background:radial-gradient(circle at 45% 38%,#ffc0442e,#452d082e 68%,#050809f0);color:#ffd06d;font-size:11px;font-weight:900;line-height:1;font-variant-numeric:tabular-nums;box-shadow:inset 0 1px #ffffff14}.presence-count-button:hover,.presence-count-button[aria-expanded=true]{border-color:#ffc24e;color:#ffe1a0;background-color:#ffb52d21}.presence-count-button.has-active-users{animation:presence-glow 2.8s ease-in-out infinite;box-shadow:0 0 8px #ffb52d85,0 0 20px #ffb52d33,inset 0 1px #ffffff1a}@keyframes presence-glow{0%,to{box-shadow:0 0 7px #ffb52d6b,0 0 17px #ffb52d21,inset 0 1px #ffffff1a}50%{box-shadow:0 0 11px #ffb52dad,0 0 25px #ffb52d45,inset 0 1px #ffffff1a}}.presence-popup{position:absolute;top:calc(100% + 20px);right:-20px;z-index:85;width:min(360px,calc(100vw - 20px));overflow:visible;border:1px solid rgba(190,139,40,.58);border-radius:11px;background:linear-gradient(145deg,#121413fe,#050809fe);box-shadow:0 24px 60px #000000b8,inset 0 1px #ffffff0a;color:#e9e8e4}.presence-popup:before{content:"";position:absolute;top:-8px;right:29px;width:14px;height:14px;border-top:1px solid rgba(190,139,40,.58);border-left:1px solid rgba(190,139,40,.58);background:#111413;transform:rotate(45deg)}.presence-popup>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 19px;border-bottom:1px solid rgba(94,94,87,.32)}.presence-popup>header h2{margin:0;color:#e5b65a;font-size:12px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.presence-popup>header span{color:#989a97;font-size:10px}.presence-user-list{display:grid;padding:3px 14px}.presence-user-list article{min-width:0;display:grid;grid-template-columns:40px 8px minmax(0,1fr);align-items:center;gap:7px;min-height:66px;border-bottom:1px solid rgba(91,93,90,.24)}.presence-user-list article:last-child{border-bottom:0}.presence-avatar{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,181,45,.34);border-radius:50%;color:#f7ddb0;font-size:12px;font-weight:850;box-shadow:inset 0 0 15px #00000059}.presence-tone-0{background:linear-gradient(145deg,#6f432b,#231713)}.presence-tone-1{background:linear-gradient(145deg,#39576b,#17232a)}.presence-tone-2{background:linear-gradient(145deg,#416557,#17251f)}.presence-tone-3{background:linear-gradient(145deg,#68404e,#24171d)}.presence-tone-4{background:linear-gradient(145deg,#5d4a70,#211a28)}.presence-online-dot{width:7px;height:7px;border-radius:50%;background:#23d39b;box-shadow:0 0 8px #23d39b7a}.presence-user-list article>div{min-width:0;display:flex;flex-direction:column;gap:5px}.presence-user-list strong{overflow:hidden;color:#f0efeb;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.presence-user-list article>div>span{min-width:0;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:7px;overflow:hidden;color:#9ea19f;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.presence-user-list svg{width:15px;height:15px;color:#c49337}.presence-empty{margin:0;padding:28px 10px;color:#8d9291;font-size:10px;text-align:center}.presence-popup>footer{min-height:46px;display:grid;place-items:center;border-top:1px solid rgba(91,93,90,.27);color:#999c99;font-size:10px}@media(max-width:780px){.concept-navbar{grid-template-columns:minmax(0,1fr) auto auto!important;gap:8px}.mobile-presence-indicator{display:inline-flex}.mobile-presence-indicator .presence-count-button{width:36px;height:36px}.mobile-presence-indicator .presence-popup{position:fixed;top:calc(51px + env(safe-area-inset-top,0px));right:8px;left:auto;width:min(360px,calc(100vw - 16px))}.mobile-presence-indicator .presence-popup:before{right:64px}}@media(prefers-reduced-motion:reduce){.presence-count-button.has-active-users{animation:none}}
