@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Nunito:wght@400;500;600;700;800;900&display=swap";:root{color-scheme:dark;font-family:Inter,Segoe UI,sans-serif;color:#f7f7f8;background:#0d1015;font-synthesis:none;--bg: #0d1015;--panel: #11151b;--surface: #151920;--surface-2: #1b2028;--line: #252b34;--muted: #8d96a3;--pink: #ff3f63;--pink-soft: #2a151d;--cyan: #48c8dc;--green: #5bd49a;--radius: 6px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input,select,textarea{font:inherit}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.42}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--pink);outline-offset:2px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.site-shell{min-height:100vh;background:#0b0e13}.site-header{position:sticky;top:0;z-index:50;height:70px;display:flex;align-items:center;gap:18px;padding:0 20px;border-bottom:1px solid rgb(255 255 255 / 7%);background:#0b0e13}.jav-menu-button{display:none}.brand-logo{flex:0 0 auto;padding:0;border:0;color:#fff;background:transparent;font-size:20px;font-weight:800;letter-spacing:0;cursor:pointer}.brand-logo span{color:var(--pink)}.brand-logo b{margin-left:5px;padding:3px 5px;border-radius:3px;color:#101217;background:#f2f3f5;font-size:10px;vertical-align:3px}.desktop-nav{min-width:0;display:flex;align-items:center;gap:1px;overflow:hidden}.main-nav-item{position:relative;display:inline-flex;align-items:center}.video-nav-item,.browse-nav-item{padding-bottom:12px;margin-bottom:-12px}.video-dropdown{position:absolute;top:calc(100% - 1px);left:50%;z-index:90;width:420px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;padding:28px 26px;border:1px solid #222936;border-radius:10px;background:#090d13;box-shadow:0 22px 48px #00000075;opacity:0;pointer-events:none;transform:translate(-50%,10px);transition:opacity .14s ease,transform .14s ease}.video-dropdown:before{position:absolute;right:0;bottom:100%;left:0;height:14px;content:""}.video-nav-item:hover .video-dropdown,.video-nav-item:focus-within .video-dropdown,.browse-nav-item:hover .browse-dropdown,.browse-nav-item:focus-within .browse-dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)}.desktop-nav .video-dropdown button{height:auto;justify-content:flex-start;gap:12px;padding:0;border-radius:0;color:#f4f5f8;background:transparent;font-size:16px;font-weight:900;line-height:1.25;white-space:normal;text-align:left}.desktop-nav .video-dropdown button:hover{color:#fff;background:transparent}.desktop-nav .video-dropdown svg{flex:0 0 auto;color:#fff;fill:none;stroke-width:3}.browse-dropdown{width:460px;gap:16px}.desktop-nav .browse-dropdown button{align-items:flex-start;padding:0}.desktop-nav .browse-dropdown button span{min-width:0;display:grid;gap:4px}.desktop-nav .browse-dropdown button strong{color:#f7f8fb;font-size:16px;line-height:1.15}.desktop-nav .browse-dropdown button small{color:#8f99a8;font-size:11px;font-weight:700;line-height:1.25}.desktop-nav button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:0;border-radius:4px;color:#a8b0bb;background:transparent;font-size:11px;font-weight:700;cursor:pointer}.desktop-nav button:hover,.desktop-nav button.active{color:#fff;background:#ffffff0f}.desktop-nav button.active{box-shadow:inset 0 -2px var(--pink)}.site-search{min-width:220px;max-width:390px;height:38px;display:flex;align-items:center;gap:8px;margin-left:auto;padding:0 12px;border:1px solid #2b313a;border-radius:20px;color:#77808e;background:#151920}.site-search:focus-within{border-color:#515967}.site-search input{width:100%;border:0;outline:0;color:#fff;background:transparent;font-size:12px}.site-search button{flex:0 0 auto;display:inline-grid;place-items:center;padding:0;border:0;color:inherit;background:transparent;cursor:pointer}.site-search-submit{width:22px;height:22px}.site-search-clear{width:22px;height:22px;border-radius:50%;color:#9aa3af}.site-search-clear:hover{color:#fff;background:#ffffff14}.header-settings,.login-button{height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #2a303a;border-radius:4px;color:#b9c0ca;background:#141820;font-size:11px;font-weight:750;cursor:pointer}.header-settings:hover,.header-settings.active,.login-button:hover{color:#fff;border-color:#3b4450}.header-settings.active{background:#211821;box-shadow:inset 0 -2px var(--pink)}.login-button{color:#fff;background:#191f28}.header-status,.service-pills{display:flex;align-items:center;gap:6px}.site-status{height:25px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;border:1px solid #2a3039;border-radius:4px;color:#8e97a5;background:#161a20;font-size:10px;font-weight:700;white-space:nowrap}.site-status i{width:6px;height:6px;border-radius:50%;background:#68717d}.site-status.ready i{background:var(--green);box-shadow:0 0 0 3px #5bd49a1a}.mobile-menu{display:none;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:4px;background:var(--surface)}.site-sidebar{position:fixed;top:70px;bottom:0;left:0;z-index:40;width:230px;overflow-y:auto;padding:18px 16px;border-right:1px solid rgb(255 255 255 / 7%);background:#0b0e13;scrollbar-width:thin;scrollbar-color:#343b46 #0b0e13}.sidebar-brand{margin-bottom:22px;color:#fff;font-size:21px;font-weight:900}.sidebar-brand span{color:var(--pink)}.sidebar-brand b{margin-left:5px;padding:3px 5px;border-radius:3px;color:#101217;background:#f2f3f5;font-size:10px;vertical-align:3px}.sidebar-section{display:grid;gap:3px;margin-bottom:22px}.sidebar-section>strong{margin:0 0 8px;color:#6f7886;font-size:10px;font-weight:900;text-transform:uppercase}.sidebar-section button{min-height:34px;display:inline-flex;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:4px;color:#a9b1bd;background:transparent;font-size:12px;font-weight:700;cursor:pointer;text-align:left}.sidebar-section button:hover,.sidebar-section button.active{color:#fff;background:#161b23}.sidebar-section button.active{box-shadow:inset 2px 0 var(--pink)}.local-status{gap:7px}.local-status .site-status{width:100%;justify-content:flex-start}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:88;display:none;background:#00000094}.mobile-nav-backdrop.open{display:block}.mobile-nav-panel{position:fixed;top:0;bottom:0;left:0;z-index:89;width:300px;max-width:calc(100vw - 38px);overflow-y:auto;padding:18px 16px;border-right:1px solid #303742;background:#0b0e13;box-shadow:18px 0 55px #00000075;transform:translate(-100%);transition:transform .18s ease}.mobile-nav-panel.open{transform:translate(0)}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.mobile-nav-head .sidebar-brand{margin:0}.mobile-nav-head button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:4px;color:#c8d0da;background:#151a22;cursor:pointer}.gemini-drawer-toggle{position:fixed;top:92px;right:0;z-index:91;width:38px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-right:0;border-radius:5px 0 0 5px;color:#dce2ea;background:#171c24;cursor:pointer;box-shadow:0 12px 34px #0000004d}.gemini-drawer-toggle.open{right:min(380px,calc(100vw - 24px));color:#fff;background:#231821;border-color:#59303c}.gemini-drawer{position:fixed;top:70px;right:0;bottom:0;z-index:90;width:min(380px,calc(100vw - 24px));display:grid;grid-template-rows:auto auto auto 1fr;border-left:1px solid #303743;background:#0f1319;box-shadow:-24px 0 60px #0000006b;transform:translate(100%);transition:transform .2s ease}.gemini-drawer.open{transform:translate(0)}.gemini-drawer-head{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid var(--line)}.gemini-drawer-head>div{min-width:0;display:flex;align-items:center;gap:9px;color:var(--pink)}.gemini-drawer-head span{min-width:0;display:grid;gap:2px}.gemini-drawer-head strong{color:#fff;font-size:13px}.gemini-drawer-head small{color:#85909d;font-size:10px}.gemini-drawer-head button,.key-actions button{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:4px;color:#a9b2bf;background:#151a21;cursor:pointer}.drawer-health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 14px;border-bottom:1px solid var(--line);background:#0c1016}.drawer-health-item{min-width:0;min-height:50px;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid #252c36;border-radius:5px;background:#12171f}.drawer-health-item i{width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:#626c78}.drawer-health-item.ready{border-color:#234334;background:#101b18}.drawer-health-item.ready i{background:var(--green);box-shadow:0 0 0 4px #5bd49a1a}.drawer-health-item.waiting{border-color:#3a3440}.drawer-health-item span{min-width:0;display:grid;gap:2px}.drawer-health-item strong{overflow:hidden;color:#f5f7f9;font-size:10px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.drawer-health-item small{overflow:hidden;color:#818c9a;font-size:8px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.gemini-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid var(--line)}.gemini-tabs button{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-right:1px solid var(--line);color:#8e98a6;background:#11161d;font-size:10px;font-weight:800;cursor:pointer}.gemini-tabs button:last-child{border-right:0}.gemini-tabs button.active{color:#fff;background:#1a2029;box-shadow:inset 0 -2px var(--pink)}.gemini-tabs button span{min-width:18px;height:16px;display:inline-grid;place-items:center;border-radius:999px;color:#dce4ed;background:#2a303a;font-size:8px}.gemini-drawer-body{min-height:0;overflow-y:auto;padding:14px}.provider-switch{display:grid;gap:8px}.provider-switch button{min-height:62px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:5px;color:#d2d9e2;background:#151a21;cursor:pointer;text-align:left}.provider-switch button.ready{border-color:#254335}.provider-switch button.waiting{border-color:#3a3440}.provider-switch button.active{border-color:#31596a;background:#102027;box-shadow:inset 2px 0 var(--cyan)}.provider-switch span{min-width:0;display:grid;gap:3px}.provider-switch strong{display:flex;min-width:0;align-items:center;gap:6px;font-size:11px}.provider-switch strong b{padding:2px 5px;border:1px solid #303844;border-radius:999px;color:#8f9cab;font-size:8px;line-height:1;text-transform:uppercase}.provider-switch small{overflow:hidden;color:#87929f;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.provider-switch em{align-self:center;padding:4px 7px;border:1px solid #343d49;border-radius:999px;color:#9fa9b6;font-size:8px;font-style:normal;font-weight:900;text-transform:uppercase;white-space:nowrap}.provider-switch button.ready em{border-color:#244436;color:#7fe0ad;background:#111f1a}.provider-switch button.active em{border-color:#31596a;color:#8ee5f5;background:#0b1920}.engine-picker{display:grid;gap:8px;margin-top:10px;padding:10px;border:1px solid #26303d;border-radius:5px;background:#0d1218}.engine-picker-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.engine-picker-head strong{color:#eef3f8;font-size:11px}.engine-picker-head small{color:#87929f;font-size:9px}.engine-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.engine-card-grid button{min-width:0;min-height:62px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;padding:8px;border:1px solid #2d3540;border-radius:4px;color:#cfd7e2;background:#141a22;cursor:pointer;text-align:left}.engine-card-grid button.active{border-color:#31596a;color:#fff;background:#102027;box-shadow:inset 0 -2px var(--cyan)}.engine-card-grid span{min-width:0;display:grid;gap:3px}.engine-card-grid strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.engine-card-grid small{overflow:hidden;color:#81909f;font-size:8px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.pipeline-mode-panel{display:grid;gap:8px;margin-top:10px;padding:10px;border:1px solid #26303d;border-radius:5px;background:#0d1218}.pipeline-mode-head{display:grid;gap:3px}.pipeline-mode-head strong{color:#eef3f8;font-size:11px}.pipeline-mode-head small{color:#87929f;font-size:9px;line-height:1.4}.pipeline-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.pipeline-mode-grid button{min-width:0;display:grid;gap:3px;padding:8px 6px;border:1px solid #2d3540;border-radius:4px;color:#cfd7e2;background:#141a22;cursor:pointer;text-align:center}.pipeline-mode-grid button.active{border-color:#31596a;color:#fff;background:#102027;box-shadow:inset 0 -2px var(--cyan)}.pipeline-mode-grid strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pipeline-mode-grid small{overflow:hidden;color:#81909f;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.drawer-field{display:grid;gap:6px;margin-top:12px}.drawer-field span{color:#9ba4b0;font-size:9px;font-weight:800;text-transform:uppercase}.drawer-field input,.drawer-field select{width:100%;height:34px;padding:0 9px;border:1px solid #303742;border-radius:4px;color:#fff;background:#090c11;font-size:11px}.drawer-field select{cursor:pointer}.speaker-accuracy-grid{display:grid;gap:8px;padding:10px;border:1px solid var(--line);border-radius:5px;background:#12171f}.speaker-accuracy-grid .drawer-field{margin-top:0}.vision-vlm-settings{display:grid;gap:8px;grid-column:1 / -1;padding:10px;border:1px solid #2b3542;border-radius:6px;background:#0d1219}.vision-vlm-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.vision-vlm-heading>span{min-width:0;display:grid;gap:2px}.vision-vlm-heading strong{color:#eef3f8;font-size:11px}.vision-vlm-heading small{overflow:hidden;color:#8390a0;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.vision-vlm-heading label{display:inline-flex;align-items:center;gap:6px;color:#c8d3df;font-size:10px;font-weight:750;white-space:nowrap}.vision-vlm-save{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #3c5965;border-radius:5px;background:#11212a;color:#a7ecf7;font-size:11px;font-weight:850}.vision-vlm-save:disabled{opacity:.5}.speaker-settings-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0 12px}.speaker-settings-actions button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #303946;border-radius:4px;color:#d6dde7;background:#171d25;font-size:11px;font-weight:800;cursor:pointer}.speaker-settings-actions button:hover{color:#fff;border-color:#4a5462}.speaker-settings-actions button:disabled{opacity:.45;cursor:default}.drawer-status{min-height:54px;display:flex;align-items:center;gap:9px;margin-top:12px;padding:10px;border:1px solid #354051;border-radius:5px;color:#cbd4df;background:#141922}.drawer-status.gemini{border-color:#31596a;color:#8ee5f5;background:#102027}.drawer-status.openrouter{border-color:#5d4f91;color:#c9bdff;background:#171426}.drawer-status span{min-width:0;display:grid;gap:2px}.drawer-status strong{color:#fff;font-size:11px}.drawer-status small{color:#8c97a5;font-size:9px;line-height:1.4}.drawer-copy-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:10px;padding:10px;border:1px solid #303742;border-radius:5px;background:#111720}.drawer-copy-card div{min-width:0;display:grid;gap:3px}.drawer-copy-card strong{color:#fff;font-size:11px}.drawer-copy-card small{color:#87929f;font-size:9px;line-height:1.4}.drawer-copy-card button{min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #38505a;border-radius:4px;color:#dffcff;background:#10242b;font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap}.drawer-copy-card button:hover{border-color:var(--cyan);background:#14323a}.gemini-key-form{display:grid;gap:8px;padding:10px;border:1px solid var(--line);border-radius:5px;background:#12171f}.gemini-key-form .drawer-field{margin-top:0}.gemini-key-form button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #31596a;border-radius:4px;color:#fff;background:#102027;font-size:11px;font-weight:800;cursor:pointer}.gemini-key-list{display:grid;gap:8px;margin-top:12px}.gemini-key-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px;border:1px solid var(--line);border-radius:5px;background:#11161d}.gemini-key-row.enabled{border-color:#244436}.gemini-key-row.cooldown{border-color:#5d4725;background:#19160f}.gemini-key-row>div:first-child{min-width:0;display:grid;gap:3px}.gemini-key-row strong{color:#f3f6f9;font-size:11px}.gemini-key-row span{color:#9aa5b3;font-size:10px}.gemini-key-row small{color:#75818f;font-size:9px;line-height:1.35}.gemini-key-row em{overflow:hidden;color:#ff9284;font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.key-actions{display:flex;gap:5px;align-items:start}.key-actions button:hover{color:#fff;border-color:#4a5462}.drawer-empty{margin:0;padding:12px 2px;color:#737f8d;font-size:11px}.efficiency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.efficiency-grid span{min-height:62px;display:grid;align-content:center;gap:4px;padding:10px;border:1px solid var(--line);border-radius:5px;background:#141922}.efficiency-grid strong{color:#f3f6f9;font-size:11px}.efficiency-grid small{color:#8b96a4;font-size:9px;line-height:1.4}.memory-path-box{display:grid;gap:7px;margin-top:10px}.memory-path-box span{min-width:0;display:grid;gap:3px;padding:9px;border:1px solid #242d38;border-radius:5px;background:#0d1218}.memory-path-box strong{color:#e9eef6;font-size:10px}.memory-path-box small{overflow:hidden;color:#84909f;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.memory-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:11px}.memory-action-grid button,.memory-search button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #303946;border-radius:4px;color:#d9e0ea;background:#151b24;font-size:10px;font-weight:850;cursor:pointer}.memory-action-grid button:disabled,.memory-search button:disabled{cursor:default;opacity:.45}.memory-search{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:12px}.memory-search .drawer-field{margin-top:0}.memory-search button{min-width:86px}.memory-result-list{display:grid;gap:8px;margin-top:12px}.memory-result-row{min-width:0;display:grid;gap:4px;padding:10px;border:1px solid #26313e;border-radius:5px;background:#10161e}.memory-result-row strong{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#f4f7fb;font-size:11px}.memory-result-row strong span{color:var(--cyan);font-size:10px}.memory-result-row p{margin:0;color:#dbe6ef;font-size:10px;line-height:1.45}.memory-result-row small{color:#8995a4;font-size:9px;line-height:1.4}.catalog-page,.watch-page{width:auto;max-width:none;min-height:calc(100vh - 130px);margin:0 24px 0 250px;padding:26px 0 50px}.catalog-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:2px 0 18px}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--pink);font-size:11px;font-weight:800;text-transform:uppercase}.catalog-intro h1{margin:0 0 9px;font-size:28px;line-height:1.15;letter-spacing:0}.catalog-intro p{max-width:620px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}.site-error{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:10px 12px;border:1px solid #67362f;border-radius:var(--radius);color:#ffaea4;background:#261613;font-size:12px}.route-main .site-header,.route-foryou .site-header,.route-videos .site-header,.route-censored .site-header,.route-uncensored .site-header,.route-reducing-mosaic .site-header,.route-popular .site-header{gap:22px;padding-right:max(20px,calc((100vw - 1172px)/2));padding-left:max(20px,calc((100vw - 1172px)/2));border-top:4px solid #48262c;background:#0c1017}.route-main .desktop-nav,.route-foryou .desktop-nav,.route-videos .desktop-nav,.route-censored .desktop-nav,.route-uncensored .desktop-nav,.route-reducing-mosaic .desktop-nav,.route-popular .desktop-nav{overflow:visible}.route-main .brand-logo,.route-foryou .brand-logo,.route-videos .brand-logo,.route-censored .brand-logo,.route-uncensored .brand-logo,.route-reducing-mosaic .brand-logo,.route-popular .brand-logo{font-size:26px;color:#ff2f50;text-transform:none}.route-main .brand-logo span,.route-foryou .brand-logo span,.route-videos .brand-logo span,.route-censored .brand-logo span,.route-uncensored .brand-logo span,.route-reducing-mosaic .brand-logo span,.route-popular .brand-logo span{color:inherit}.route-main .brand-logo b,.route-foryou .brand-logo b,.route-videos .brand-logo b,.route-censored .brand-logo b,.route-uncensored .brand-logo b,.route-reducing-mosaic .brand-logo b,.route-popular .brand-logo b{display:none}.route-main .desktop-nav,.route-foryou .desktop-nav,.route-videos .desktop-nav,.route-censored .desktop-nav,.route-uncensored .desktop-nav,.route-reducing-mosaic .desktop-nav,.route-popular .desktop-nav{gap:8px;margin-left:auto}.route-main .desktop-nav>button,.route-main .desktop-nav>.main-nav-item>button,.route-foryou .desktop-nav>button,.route-foryou .desktop-nav>.main-nav-item>button,.route-videos .desktop-nav>button,.route-videos .desktop-nav>.main-nav-item>button,.route-censored .desktop-nav>button,.route-censored .desktop-nav>.main-nav-item>button,.route-uncensored .desktop-nav>button,.route-uncensored .desktop-nav>.main-nav-item>button,.route-reducing-mosaic .desktop-nav>button,.route-reducing-mosaic .desktop-nav>.main-nav-item>button,.route-popular .desktop-nav>button,.route-popular .desktop-nav>.main-nav-item>button{height:36px;padding:0 14px;border-radius:18px;color:#f1f2f5;font-size:15px;font-weight:900}.route-main .desktop-nav>button:hover,.route-main .desktop-nav>button.active,.route-main .desktop-nav>.main-nav-item>button:hover,.route-main .desktop-nav>.main-nav-item>button.active,.route-foryou .desktop-nav>button:hover,.route-foryou .desktop-nav>button.active,.route-foryou .desktop-nav>.main-nav-item>button:hover,.route-foryou .desktop-nav>.main-nav-item>button.active,.route-videos .desktop-nav>button:hover,.route-videos .desktop-nav>button.active,.route-videos .desktop-nav>.main-nav-item>button:hover,.route-videos .desktop-nav>.main-nav-item>button.active,.route-censored .desktop-nav>button:hover,.route-censored .desktop-nav>button.active,.route-censored .desktop-nav>.main-nav-item>button:hover,.route-censored .desktop-nav>.main-nav-item>button.active,.route-uncensored .desktop-nav>button:hover,.route-uncensored .desktop-nav>button.active,.route-uncensored .desktop-nav>.main-nav-item>button:hover,.route-uncensored .desktop-nav>.main-nav-item>button.active,.route-reducing-mosaic .desktop-nav>button:hover,.route-reducing-mosaic .desktop-nav>button.active,.route-reducing-mosaic .desktop-nav>.main-nav-item>button:hover,.route-reducing-mosaic .desktop-nav>.main-nav-item>button.active,.route-popular .desktop-nav>button:hover,.route-popular .desktop-nav>button.active,.route-popular .desktop-nav>.main-nav-item>button:hover,.route-popular .desktop-nav>.main-nav-item>button.active{color:#fff;background:#1a2029;box-shadow:none}.route-main .mobile-menu,.route-foryou .mobile-menu,.route-videos .mobile-menu,.route-censored .mobile-menu,.route-uncensored .mobile-menu,.route-reducing-mosaic .mobile-menu,.route-popular .mobile-menu{order:-1;display:grid;width:40px;height:40px;border-radius:50%;background:#171c24}.route-main .site-search,.route-foryou .site-search,.route-videos .site-search,.route-censored .site-search,.route-uncensored .site-search,.route-reducing-mosaic .site-search,.route-popular .site-search{flex:0 0 40px;min-width:40px;width:40px;height:40px;justify-content:center;margin-left:12px;padding:0;border:0;background:transparent}.route-main .site-search input,.route-foryou .site-search input,.route-videos .site-search input,.route-censored .site-search input,.route-uncensored .site-search input,.route-reducing-mosaic .site-search input,.route-popular .site-search input{display:none}.route-main .site-search svg,.route-foryou .site-search svg,.route-videos .site-search svg,.route-censored .site-search svg,.route-uncensored .site-search svg,.route-reducing-mosaic .site-search svg,.route-popular .site-search svg{width:20px;height:20px;color:#f4f5f7}.route-main .header-settings,.route-foryou .header-settings,.route-videos .header-settings,.route-censored .header-settings,.route-uncensored .header-settings,.route-reducing-mosaic .header-settings,.route-popular .header-settings{flex:0 0 40px;width:40px;height:40px;justify-content:center;padding:0;border:0;color:#f4f5f7;background:transparent;font-size:0}.route-main .header-settings svg,.route-foryou .header-settings svg,.route-videos .header-settings svg,.route-censored .header-settings svg,.route-uncensored .header-settings svg,.route-reducing-mosaic .header-settings svg,.route-popular .header-settings svg{width:20px;height:20px}.route-main .login-button,.route-foryou .login-button,.route-videos .login-button,.route-censored .login-button,.route-uncensored .login-button,.route-reducing-mosaic .login-button,.route-popular .login-button{height:36px;padding:0 16px;border-radius:18px;border-color:#2b313b;color:#f7f8fb;background:#171c24;font-weight:900}.route-main .site-sidebar,.route-foryou .site-sidebar,.route-videos .site-sidebar,.route-censored .site-sidebar,.route-uncensored .site-sidebar,.route-reducing-mosaic .site-sidebar,.route-popular .site-sidebar,.route-main .gemini-drawer-toggle,.route-foryou .gemini-drawer-toggle,.route-videos .gemini-drawer-toggle,.route-censored .gemini-drawer-toggle,.route-uncensored .gemini-drawer-toggle,.route-reducing-mosaic .gemini-drawer-toggle,.route-popular .gemini-drawer-toggle{display:none}.route-main .catalog-page{width:min(1172px,calc(100vw - 40px));max-width:1172px;margin:0 auto;padding-top:32px}.route-foryou .catalog-page,.route-videos .catalog-page,.route-censored .catalog-page,.route-uncensored .catalog-page,.route-reducing-mosaic .catalog-page,.route-popular .catalog-page{width:min(1172px,calc(100vw - 40px));max-width:1172px;margin:0 auto;padding-top:26px}.route-main .catalog-intro,.route-foryou .catalog-intro,.route-videos .catalog-intro,.route-censored .catalog-intro,.route-uncensored .catalog-intro,.route-reducing-mosaic .catalog-intro,.route-popular .catalog-intro,.route-foryou .catalog-control-bar,.route-videos .catalog-control-bar,.route-censored .catalog-control-bar,.route-uncensored .catalog-control-bar,.route-reducing-mosaic .catalog-control-bar,.route-popular .catalog-control-bar,.route-foryou .catalog-chip-rail,.route-videos .catalog-chip-rail,.route-censored .catalog-chip-rail,.route-uncensored .catalog-chip-rail,.route-reducing-mosaic .catalog-chip-rail,.route-popular .catalog-chip-rail{display:none}.route-main .premium-banner{min-height:58px;margin:0 0 20px;padding:12px 16px;border-color:#6b5632;border-radius:16px;background:linear-gradient(105deg,#463218,#581a3f 48%,#102538);box-shadow:inset 0 0 0 1px #ffffff12}.route-main .premium-banner>svg{display:none}.route-main .premium-banner strong{width:fit-content;padding:5px 12px;border-radius:999px;color:#23170c;background:#ffc84d;font-size:11px;text-transform:uppercase}.route-main .premium-banner small{color:#f2edf1;font-size:14px;font-weight:800}.route-main .premium-banner button{height:32px;padding:0 16px;border-color:#ffffff38;border-radius:18px;color:#f5f7fb;background:#ffffff1f;font-size:12px}.route-main .home-shelves{gap:42px}.route-main .video-shelf{overflow:hidden}.route-main .section-heading{min-height:42px;margin-bottom:14px}.route-main .section-heading h2{font-size:28px;font-weight:500;letter-spacing:0}.route-main .section-heading button{min-height:36px;padding:0 15px;border:1px solid #323946;border-radius:5px;color:#f3f5f8;background:#11161d;font-size:13px;font-weight:800}.route-main .section-heading button:hover{color:#fff;border-color:#4c5666;background:#171d26}.route-main .shelf-grid{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 20px;overflow:visible;padding-bottom:0}.route-main .catalog-card>strong{min-height:40px;margin-top:7px;font-size:15px;line-height:1.35;font-weight:800}.route-main .card-meta{margin-top:5px;justify-content:flex-start;gap:9px;color:#a2a9b4;font-size:12px}.route-main .card-meta>span+span:before{content:"•";margin-right:9px;color:#75808e}.route-main .quality-badge,.route-main .duration-badge{bottom:6px;padding:2px 5px;font-size:10px}.route-main .collection-strip{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 20px;overflow:visible;padding-bottom:0}.route-main .collection-rail.actresses .collection-strip,.route-main .collection-rail.channels .collection-strip{grid-template-columns:repeat(6,minmax(0,1fr))}.route-main .collection-rail.actresses .collection-thumb{width:92px}.route-main .collection-copy strong{font-size:13px}.route-foryou .card-meta,.route-videos .card-meta,.route-censored .card-meta,.route-uncensored .card-meta,.route-reducing-mosaic .card-meta,.route-popular .card-meta{margin-top:5px;justify-content:flex-start;gap:9px;color:#9aa3af;font-size:12px}.route-foryou .card-meta,.route-videos .card-meta,.route-censored .card-meta,.route-uncensored .card-meta,.route-reducing-mosaic .card-meta,.route-popular .card-meta>span+span:before{content:"•";margin-right:9px;color:#747f8d}.route-foryou .pagination,.route-videos .pagination,.route-censored .pagination,.route-uncensored .pagination,.route-reducing-mosaic .pagination,.route-popular .pagination{justify-content:center;gap:10px;margin-top:48px}.route-foryou .pagination,.route-videos .pagination,.route-censored .pagination,.route-uncensored .pagination,.route-reducing-mosaic .pagination,.route-popular .pagination button,.route-popular .pagination span{min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border-radius:999px;border:1px solid #242b35;background:#10151d;color:#f4f6f8;font-size:13px;font-weight:900}.route-foryou .pagination,.route-videos .pagination,.route-censored .pagination,.route-uncensored .pagination,.route-reducing-mosaic .pagination,.route-popular .pagination span{min-width:44px;padding:0;border-color:#ff6474;color:#fff;background:#ff6474}.route-foryou .pagination,.route-videos .pagination,.route-censored .pagination,.route-uncensored .pagination,.route-reducing-mosaic .pagination,.route-popular .pagination span strong{font:inherit}.route-foryou .pagination,.route-videos .pagination,.route-censored .pagination,.route-uncensored .pagination,.route-reducing-mosaic .pagination,.route-popular .pagination span:before{content:""}.route-foryou .pagination,.route-videos .pagination,.route-censored .pagination,.route-uncensored .pagination,.route-reducing-mosaic .pagination,.route-popular .pagination span{font-size:0}.route-foryou .pagination,.route-videos .pagination,.route-censored .pagination,.route-uncensored .pagination,.route-reducing-mosaic .pagination,.route-popular .pagination span strong{font-size:14px}.route-foryou .catalog-grid,.route-videos .catalog-grid,.route-censored .catalog-grid,.route-uncensored .catalog-grid,.route-reducing-mosaic .catalog-grid,.route-popular .catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 20px}.route-foryou .catalog-card>strong,.route-videos .catalog-card>strong,.route-censored .catalog-card>strong,.route-uncensored .catalog-card>strong,.route-reducing-mosaic .catalog-card>strong,.route-popular .catalog-card>strong{min-height:40px;margin-top:8px;font-size:15px;line-height:1.35;font-weight:800}.route-foryou .card-meta,.route-videos .card-meta,.route-censored .card-meta,.route-uncensored .card-meta,.route-reducing-mosaic .card-meta,.route-popular .card-meta{margin-top:5px;margin-right:0;justify-content:flex-start;gap:9px;color:#9aa3af;font-size:12px}.route-foryou .card-meta>span+span:before,.route-videos .card-meta>span+span:before,.route-censored .card-meta>span+span:before,.route-uncensored .card-meta>span+span:before,.route-reducing-mosaic .card-meta>span+span:before,.route-popular .card-meta>span+span:before{content:"•";margin-right:9px;color:#747f8d}.route-foryou .quality-badge,.route-foryou .duration-badge,.route-videos .quality-badge,.route-videos .duration-badge,.route-censored .quality-badge,.route-censored .duration-badge,.route-uncensored .quality-badge,.route-uncensored .duration-badge,.route-reducing-mosaic .quality-badge,.route-reducing-mosaic .duration-badge,.route-popular .quality-badge,.route-popular .duration-badge{bottom:6px;padding:2px 5px;font-size:10px}.route-foryou .pagination,.route-videos .pagination,.route-censored .pagination,.route-uncensored .pagination,.route-reducing-mosaic .pagination,.route-popular .pagination{width:auto;min-width:0;height:auto;display:flex;justify-content:center;gap:10px;margin-top:48px;padding:0;border:0;background:transparent;color:inherit;font-size:inherit;font-weight:inherit}.route-foryou .pagination button,.route-foryou .pagination span,.route-videos .pagination button,.route-videos .pagination span,.route-censored .pagination button,.route-censored .pagination span,.route-uncensored .pagination button,.route-uncensored .pagination span,.route-reducing-mosaic .pagination button,.route-reducing-mosaic .pagination span,.route-popular .pagination button,.route-popular .pagination span{min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border-radius:999px;border:1px solid #242b35;background:#10151d;color:#f4f6f8;font-size:13px;font-weight:900}.route-foryou .pagination span,.route-videos .pagination span,.route-censored .pagination span,.route-uncensored .pagination span,.route-reducing-mosaic .pagination span,.route-popular .pagination span{min-width:44px;padding:0;border-color:#ff6474;color:#fff;background:#ff6474;font-size:0}.route-foryou .pagination span strong,.route-videos .pagination span strong,.route-censored .pagination span strong,.route-uncensored .pagination span strong,.route-reducing-mosaic .pagination span strong,.route-popular .pagination span strong{font:inherit;font-size:14px}.route-foryou .pagination .pagination-number,.route-videos .pagination .pagination-number,.route-censored .pagination .pagination-number,.route-uncensored .pagination .pagination-number,.route-reducing-mosaic .pagination .pagination-number,.route-popular .pagination .pagination-number{min-width:44px;padding:0}.route-foryou .pagination .pagination-current,.route-videos .pagination .pagination-current,.route-censored .pagination .pagination-current,.route-uncensored .pagination .pagination-current,.route-reducing-mosaic .pagination .pagination-current,.route-popular .pagination .pagination-current{min-width:44px;padding:0;border-color:#ff6474;color:#fff;background:#ff6474;font-size:0}.route-foryou .pagination .pagination-current strong,.route-videos .pagination .pagination-current strong,.route-censored .pagination .pagination-current strong,.route-uncensored .pagination .pagination-current strong,.route-reducing-mosaic .pagination .pagination-current strong,.route-popular .pagination .pagination-current strong{font:inherit;font-size:14px}.route-foryou .pagination .pagination-ellipsis,.route-videos .pagination .pagination-ellipsis,.route-censored .pagination .pagination-ellipsis,.route-uncensored .pagination .pagination-ellipsis,.route-reducing-mosaic .pagination .pagination-ellipsis,.route-popular .pagination .pagination-ellipsis{min-width:26px;height:44px;padding:0 2px;border:0;background:transparent;color:#7c8490;font-size:14px}.route-watch .site-sidebar,.route-watch .gemini-drawer-toggle{display:none}.route-watch .back-button:hover{color:#fff}.route-watch .watch-layout{grid-template-columns:minmax(0,1fr) 410px;gap:22px;align-items:start}.route-watch .watch-main{gap:0}.route-watch .video-code{display:inline-flex;align-items:center;min-height:22px;margin-bottom:8px;padding:0 8px;border-radius:4px;color:#ff6474;background:#21131a;font-size:11px;font-weight:950;text-transform:uppercase}.route-watch .watch-actions{gap:8px}.route-watch .watch-actions button,.route-watch .watch-actions a{min-height:36px;padding:0 13px;border-radius:18px;border-color:#2b333f;color:#f3f5f8;background:#141a23;font-weight:850}.route-watch .watch-actions button.active{border-color:#63313d;background:#28151d}.route-watch .watch-reaction-group button,.route-watch .watch-text-action-row button{min-height:36px;border-radius:18px;border-color:#2b333f;color:#d9e0e8;background:#141a23}.route-watch .watch-view-count{color:#9ba5b2;font-size:13px}.route-watch .watch-text-action-row button{min-width:auto;padding:0 14px}.route-watch .watch-action-panel{margin-top:12px;border-color:#25303d;border-radius:8px;background:#10151d}.route-watch .video-description{margin:14px 0 0;color:#c3cad4;font-size:14px;line-height:1.65}.route-watch .movie-info-card{display:grid;gap:15px;margin-top:18px;padding:0;border:0;border-radius:0;background:transparent}.route-watch .movie-info-title span{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:4px;color:#ff6474;background:#21131a;font-size:11px;font-weight:950}.route-watch .movie-info-grid small{color:#8994a3;font-size:10px;font-weight:900;text-transform:uppercase}.route-watch .movie-info-grid b{margin-top:5px;color:#f2f5f8;font-size:13px}.route-watch .watch-actor-card-row,.route-watch .movie-chip-row{padding:0;border:0;background:transparent}.route-watch .movie-chip-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.route-watch .watch-discovery-panel,.route-watch .watch-comments-panel{margin-top:28px;padding:0;border:0;border-radius:0;background:transparent}.route-watch .watch-discovery-head button{min-height:36px;padding:0 15px;border-radius:5px;color:#f3f5f8;background:#11161d;font-size:13px}.route-watch .watch-comments-head{padding:0 0 12px;border-bottom:1px solid #1e2530}.route-watch .watch-comments-head strong{font-size:20px}.route-watch .comments-login-note,.route-watch .comments-empty{border-radius:8px;border-color:#252d39;background:#11161e}.premium-banner{min-height:58px;display:flex;align-items:center;gap:12px;margin:0 0 28px;padding:12px 14px;border:1px solid #333946;border-radius:4px;color:#f8d48c;background:linear-gradient(90deg,#211a11,#151920)}.premium-banner span{min-width:0;display:grid;gap:2px}.premium-banner strong{color:#fff;font-size:13px}.premium-banner small{color:#a99368;font-size:11px}.premium-banner button{margin-left:auto;height:32px;padding:0 12px;border:1px solid #6b572b;border-radius:4px;color:#16100a;background:#f0c45b;font-size:11px;font-weight:900;cursor:pointer}.premium-page{display:grid;align-content:start;gap:20px}.premium-page .back-button{margin-bottom:-4px}.premium-page-hero{min-height:230px;display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:center;gap:30px;padding:34px;border:1px solid #403725;border-radius:6px;background:linear-gradient(125deg,#201a11,#11161d 64%)}.premium-page-copy{max-width:720px}.premium-page-copy>span{display:inline-flex;align-items:center;gap:7px;color:#f0c45b;font-size:11px;font-weight:900;text-transform:uppercase}.premium-page-copy h1{max-width:650px;margin:13px 0 10px;color:#fff;font-size:38px;line-height:1.08}.premium-page-copy p{max-width:650px;margin:0;color:#a89e8b;font-size:13px;line-height:1.65}.premium-page-summary{min-height:152px;display:grid;place-content:center;justify-items:center;gap:7px;padding:20px;border:1px solid #5c4d2d;border-radius:6px;color:#f0c45b;background:#17140e;text-align:center}.premium-page-summary strong{color:#fff;font-size:25px}.premium-page-summary span{color:#ad9870;font-size:11px;font-weight:800;text-transform:uppercase}.premium-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid #29313d;border-radius:6px;background:#29313d}.premium-benefits>div{min-height:92px;display:flex;align-items:flex-start;gap:10px;padding:16px;color:#e2bd65;background:#11161d}.premium-benefits span{min-width:0;display:grid;gap:5px}.premium-benefits strong{color:#eef2f6;font-size:12px}.premium-benefits small{color:#818c99;font-size:10px;line-height:1.5}.premium-plan-section{display:grid;gap:14px}.premium-section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px}.premium-section-heading>div{display:grid;gap:4px}.premium-section-heading strong{color:#fff;font-size:18px}.premium-section-heading span{color:#838e9c;font-size:11px}.premium-section-heading>small{color:#d5b462;font-size:10px;font-weight:900;text-transform:uppercase}.premium-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.premium-plan-grid button{position:relative;min-height:142px;display:grid;align-content:center;gap:8px;padding:18px;border:1px solid #2c3440;border-radius:6px;color:#dce3eb;background:#12171e;cursor:pointer;text-align:left}.premium-plan-grid button:hover{border-color:#51482f;background:#17170f}.premium-plan-grid button.active{border-color:#7b6330;background:#1d190f;box-shadow:inset 0 2px #f0c45b}.premium-plan-grid span{color:#d4b563;font-size:10px;font-weight:900;text-transform:uppercase}.premium-plan-grid strong{color:#fff;font-size:20px}.premium-plan-grid small{color:#818c99;font-size:10px;line-height:1.45}.premium-plan-grid i{position:absolute;top:12px;right:12px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;color:#17120a;background:#f0c45b}.premium-checkout-bar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 13px;border:1px solid #3c3525;border-radius:5px;background:#15140f}.premium-checkout-bar span{display:grid;gap:3px}.premium-checkout-bar small{color:#8f8267;font-size:9px;font-weight:900;text-transform:uppercase}.premium-checkout-bar strong{color:#fff;font-size:12px}.premium-checkout-bar button{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid #7b6330;border-radius:4px;color:#17120a;background:#f0c45b;font-size:11px;font-weight:900;cursor:pointer}.catalog-control-bar{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(360px,1.4fr) minmax(220px,.7fr);align-items:stretch;gap:10px;margin:0 0 10px}.catalog-control-summary,.catalog-route-tabs,.catalog-view-tabs{min-width:0;min-height:46px;display:flex;align-items:center;border:1px solid #252d38;border-radius:5px;background:#11161d}.catalog-control-summary{gap:9px;padding:9px 11px;color:var(--pink)}.catalog-control-summary span{min-width:0;display:grid;gap:2px}.catalog-control-summary strong{overflow:hidden;color:#fff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.catalog-control-summary small{overflow:hidden;color:#778392;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.catalog-route-tabs{overflow-x:auto;padding:5px;scrollbar-width:thin;scrollbar-color:#333b46 #11161d}.catalog-route-tabs button{height:34px;flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:0;border-radius:4px;color:#9aa4b1;background:transparent;font-size:10px;font-weight:800;cursor:pointer}.catalog-route-tabs button:hover,.catalog-route-tabs button.active{color:#fff;background:#1a2029}.catalog-route-tabs button.active{box-shadow:inset 0 -2px var(--pink)}.catalog-view-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.catalog-view-tabs button{min-width:0;height:100%;display:grid;align-content:center;gap:2px;padding:6px 8px;border:0;border-right:1px solid #252d38;color:#929caa;background:transparent;cursor:pointer;text-align:left}.catalog-view-tabs button:last-child{border-right:0}.catalog-view-tabs button.active{color:#fff;background:#1a2029}.catalog-view-tabs strong{font-size:10px}.catalog-view-tabs small{overflow:hidden;color:#6f7a88;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.catalog-chip-rail{display:flex;gap:7px;margin:0 0 20px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin;scrollbar-color:#333b46 #0b0e13}.catalog-chip-rail button{height:32px;flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #2a3340;border-radius:4px;color:#c9d0da;background:#12171f;font-size:10px;font-weight:800;cursor:pointer}.catalog-chip-rail button:hover{color:#fff;border-color:#424b59;background:#171e28}.catalog-chip-rail small{color:#707b8a;font-weight:800}.home-shelves{display:grid;gap:40px;min-width:0}.video-shelf{min-width:0;overflow:hidden}.section-heading{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.section-heading h2{margin:0;color:#fff;font-size:19px;line-height:1.2}.section-heading button{display:inline-flex;align-items:center;gap:3px;border:0;color:#9ea6b2;background:transparent;font-size:12px;font-weight:800;cursor:pointer}.section-heading button:hover{color:var(--pink)}.collection-rail{min-width:0}.collection-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(190px,230px);gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:#333b46 #0b0e13}.collection-card{min-width:0;display:grid;gap:8px;padding:0;border:0;color:#fff;background:transparent;cursor:pointer;text-align:left}.collection-thumb{position:relative;display:block;aspect-ratio:16 / 9;overflow:hidden;border:1px solid #252d38;border-radius:5px;background:#1b2027}.collection-thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(to top,rgb(0 0 0 / 46%),transparent 56%)}.collection-thumb img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease,opacity .22s ease}.collection-thumb i{position:absolute;right:7px;bottom:7px;z-index:2;width:28px;height:28px;display:grid;place-items:center;border-radius:4px;color:#fff;background:#ff3f63eb}.collection-card:hover .collection-thumb img{transform:scale(1.04);opacity:.88}.collection-copy{min-width:0;display:grid;gap:2px}.collection-copy strong{overflow:hidden;color:#f3f6f9;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.collection-copy small{color:#778392;font-size:10px}.collection-card:hover .collection-copy strong{color:#ff718b}.collection-rail.actresses .collection-strip{grid-auto-columns:minmax(132px,156px)}.collection-rail.actresses .collection-card{justify-items:center;text-align:center}.collection-rail.actresses .collection-thumb{width:78px;aspect-ratio:1;border-radius:50%}.collection-rail.actresses .collection-thumb:after{background:linear-gradient(to top,rgb(0 0 0 / 36%),transparent 62%)}.collection-rail.actresses .collection-thumb i{right:0;bottom:2px;width:24px;height:24px}.collection-rail.actresses .collection-copy strong{max-width:144px}.collection-rail.channels .collection-strip{grid-auto-columns:minmax(190px,220px)}.collection-rail.channels .collection-thumb i{color:#e9fbff;background:#2a889af0}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:32px 18px}.shelf-grid{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(292px,16vw,360px);grid-template-columns:none;gap:18px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;overscroll-behavior-inline:contain;scrollbar-width:none}.shelf-grid::-webkit-scrollbar{display:none}.catalog-card{min-width:0;padding:0;border:0;color:#fff;background:transparent;cursor:pointer;text-align:left}.card-thumb{position:relative;aspect-ratio:16 / 9;display:block;overflow:hidden;border-radius:5px;background:linear-gradient(135deg,#202630,#10141b 62%)}.card-thumb:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(135deg,rgb(255 63 99 / 12%),transparent 38%),linear-gradient(180deg,rgb(255 255 255 / 5%),transparent 52%)}.card-thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;content:"";background:linear-gradient(to top,rgb(0 0 0 / 42%),transparent 46%);opacity:.75}.card-thumb-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-content:center;justify-items:center;gap:8px;color:#7f8996;font-size:10px;font-weight:900;letter-spacing:0}.card-thumb-fallback b{max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-thumb img,.card-thumb video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease,opacity .25s ease}.card-thumb video{z-index:1;opacity:.9}.catalog-card:hover .card-thumb img{transform:scale(1.035)}.catalog-card.has-preview:hover .card-thumb img{opacity:0}.quality-badge,.duration-badge{position:absolute;z-index:2;bottom:8px;display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:3px;color:#fff;background:#05070ad1;font-size:10px;font-weight:800}.quality-badge{left:7px;color:#ff738c}.duration-badge{right:7px}.play-badge{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;width:48px;height:48px;display:grid;place-items:center;margin:auto;border-radius:50%;color:#fff;background:#ff4667e5;opacity:0;transform:scale(.8);transition:.2s ease}.catalog-card:hover .play-badge{opacity:1;transform:scale(1)}.catalog-card>strong{min-height:42px;display:-webkit-box;margin-top:10px;overflow:hidden;color:#f3f4f6;font-size:13.5px;line-height:1.45;font-weight:700;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-card:hover>strong{color:#ff718b}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px;color:#727b88;font-size:11px}.card-meta span{display:inline-flex;align-items:center;gap:4px}.card-skeleton{display:grid;gap:8px;cursor:default}.card-skeleton-thumb{position:relative;aspect-ratio:16 / 9;display:block;overflow:hidden;border-radius:4px;background:linear-gradient(100deg,#161b22 15%,#202630,#161b22 55%);background-size:250% 100%;animation:shimmer 1.4s infinite}.card-skeleton-thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(to top,rgb(0 0 0 / 34%),transparent 50%)}.card-skeleton-thumb i{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgb(255 63 99 / 10%),transparent 40%)}.card-skeleton-thumb b,.card-skeleton-thumb em{position:absolute;z-index:1;bottom:7px;height:16px;border-radius:3px;background:#05070ab3}.card-skeleton-thumb b{left:7px;width:30px;display:grid;place-items:center;color:#ff738c;font-size:8px;font-weight:900;font-style:normal}.card-skeleton-thumb em{right:7px;width:52px}.card-skeleton-title,.card-skeleton-meta{display:grid;gap:6px}.card-skeleton-title{min-height:36px;margin-top:1px}.card-skeleton-title i,.card-skeleton-meta i{height:10px;border-radius:999px;background:linear-gradient(100deg,#171d25 15%,#252c37,#171d25 55%);background-size:250% 100%;animation:shimmer 1.4s infinite}.card-skeleton-title i:first-child{width:92%}.card-skeleton-title i:last-child{width:64%}.card-skeleton-meta{grid-template-columns:72px 56px;justify-content:space-between}.card-skeleton-meta i{height:8px;opacity:.7}@keyframes shimmer{to{background-position-x:-180%}}.pagination{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:42px}.pagination button,.back-button,.workspace-tools button,.watch-actions button,.watch-actions a,.import-button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid var(--line);border-radius:4px;color:#cbd0d7;background:var(--surface);font-size:11px;font-weight:700;text-decoration:none;cursor:pointer}.pagination span{color:var(--muted);font-size:11px}.directory-page{max-width:none}.directory-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);align-items:end;gap:22px;padding-bottom:18px;border-bottom:1px solid var(--line)}.directory-hero h1{margin:0 0 9px;font-size:30px}.directory-hero p{margin:0;color:var(--muted);font-size:13px}.directory-search{height:40px;display:flex;align-items:center;gap:8px;padding:0 7px 0 12px;border:1px solid #2b313b;border-radius:4px;color:#7f8996;background:#12161d}.directory-search input{min-width:0;flex:1;border:0;outline:0;color:#fff;background:transparent;font-size:12px}.directory-search button{height:28px;padding:0 10px;border:1px solid #394250;border-radius:4px;color:#fff;background:#1a2029;font-size:11px;font-weight:800;cursor:pointer}.directory-summary-row{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#7f8997;font-size:11px}.directory-summary-row strong{color:#b9c2ce;font-size:10px;text-transform:uppercase}.directory-letterbar{display:flex;align-items:center;gap:5px;margin:0 0 14px;overflow-x:auto;padding:2px 0 5px;scrollbar-width:thin;scrollbar-color:#343c48 #0b0e13}.directory-letterbar button{min-width:31px;height:30px;flex:0 0 auto;border:1px solid #29313d;border-radius:4px;color:#8994a3;background:#11161d;font-size:10px;font-weight:850;cursor:pointer}.directory-letterbar button:first-child{min-width:42px}.directory-letterbar button:hover,.directory-letterbar button.active{color:#fff;border-color:#5d2b38;background:#2a151d}.directory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px}.directory-grid.actresses{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.directory-card{min-width:0;min-height:94px;display:grid;grid-template-columns:106px minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;align-items:center;gap:7px 11px;overflow:hidden;padding:8px;border:1px solid #252c36;border-radius:5px;color:#d8dee8;background:#12161d;cursor:pointer;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease}.directory-card:hover{border-color:#46515f;background:#171d25;transform:translateY(-1px)}.directory-thumb{position:relative;grid-row:1 / -1;width:106px;height:74px;display:grid;place-items:center;overflow:hidden;border:1px solid #28313e;border-radius:4px;color:var(--pink);background:linear-gradient(135deg,#21151c,#151a22)}.directory-thumb>*{grid-area:1 / 1}.directory-thumb img{position:relative;z-index:1;width:100%;height:100%;display:block;object-fit:cover;transition:transform .2s ease,opacity .2s ease}.directory-thumb i{width:100%;height:100%;display:grid;place-items:center;color:#ff6682;font-style:normal;font-size:22px;font-weight:900}.directory-card:hover .directory-thumb img{transform:scale(1.04);opacity:.88}.directory-card-copy{min-width:0;display:grid;align-content:center;gap:5px}.directory-card-copy strong{overflow:hidden;color:#edf1f6;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.directory-card-copy small{color:#778392;font-size:10px}.directory-grid.actresses .directory-card{grid-template-columns:74px minmax(0,1fr)}.directory-grid.actresses .directory-thumb{width:68px;height:68px;margin-left:2px;border-radius:50%}.directory-grid.actresses .directory-thumb i{color:#fff;background:#202838;font-size:16px}.directory-card b{grid-column:2;width:max-content;min-height:22px;display:inline-flex;align-items:center;padding:0 7px;border:1px solid #3b3340;border-radius:4px;color:#e1b8c1;background:#21151b;font-size:9px;font-weight:850}.directory-back{margin-bottom:14px}.directory-detail-hero{min-height:132px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:17px;padding:17px;border:1px solid #252d38;border-radius:var(--radius);background:linear-gradient(135deg,#151a22,#0f1319 72%)}.directory-detail-mark{width:100px;height:70px;display:grid;place-items:center;overflow:hidden;border:1px solid #3b2430;border-radius:5px;color:var(--pink);background:#20151b}.directory-detail-mark>*{grid-area:1 / 1}.directory-detail-mark img{position:relative;z-index:1;width:100%;height:100%;display:block;object-fit:cover}.directory-detail-mark.actresses{width:78px;height:78px;border-radius:50%}.directory-detail-copy{min-width:0;display:grid;gap:5px}.directory-detail-copy span{color:var(--pink);font-size:10px;font-weight:900;text-transform:uppercase}.directory-detail-copy h1{margin:0;overflow:hidden;color:#f8fafc;font-size:30px;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.directory-detail-copy p{margin:0;color:#8c96a4;font-size:12px}.directory-detail-actions{display:flex;align-items:center;gap:8px}.directory-detail-actions button,.watch-discovery-head button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid #303845;border-radius:4px;color:#d7dde6;background:#171d25;font-size:11px;font-weight:800;cursor:pointer}.directory-detail-actions button:first-child{border-color:#5d2b38;color:#fff;background:#2a151d}.directory-detail-actions button.subscribed{border-color:#145f44;color:#d9fff0;background:#0d2a20}.directory-detail-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);align-items:center;gap:18px;margin:18px 0}.directory-detail-toolbar>div{min-width:0;display:grid;gap:4px}.directory-detail-toolbar strong{overflow:hidden;color:#fff;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.directory-detail-toolbar span{color:#7c8795;font-size:11px}.detail-refine-search{min-width:0;min-height:42px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 6px 0 13px;border:1px solid #2b3441;border-radius:10px;background:#111720}.detail-refine-search svg{color:#7f8997}.detail-refine-search input{min-width:0;border:0;outline:0;color:#eef3fa;background:transparent;font-size:13px}.detail-refine-search input::placeholder{color:#7c8795}.detail-refine-search button{min-height:30px;padding:0 12px;border:1px solid #344050;border-radius:7px;color:#e8eef6;background:#1a222d;font-size:12px;font-weight:850;cursor:pointer}.detail-grid{margin-top:4px}.directory-empty{min-height:150px;display:grid;place-content:center;justify-items:center;gap:7px;margin-top:18px;border:1px dashed #303844;border-radius:var(--radius);color:#788391;background:#10141a;text-align:center}.directory-empty strong{color:#e1e7ef;font-size:13px}.directory-empty span{font-size:11px}.directory-empty.compact{min-height:110px;margin-top:0}.empty-reset{min-height:30px;margin-top:4px;padding:0 10px;border:1px solid #394250;border-radius:4px;color:#fff;background:#1a2029;font-size:10px;font-weight:800;cursor:pointer}.back-button{margin-bottom:17px;border:0;background:transparent;padding-left:0}.watch-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(370px,410px);align-items:start;gap:18px}.watch-main{min-width:0;display:grid;gap:0}.watch-player{position:relative;z-index:1;width:100%;aspect-ratio:16 / 9;max-height:min(74vh,820px);overflow:hidden;border:1px solid #1f2630;border-radius:8px;background:#000;box-shadow:0 18px 70px #0000006b}.current-subtitle-strip{min-height:62px;display:grid;gap:4px;margin:0 0 14px;padding:10px 13px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line);border-radius:0 0 8px 8px;color:#8e98a6;background:linear-gradient(180deg,#111820,#0c1117)}.current-subtitle-strip span{color:var(--cyan);font-size:10px;font-weight:800;text-transform:uppercase}.current-subtitle-strip strong{color:#f7f8fb;font-size:clamp(14px,1.12vw,18px);line-height:1.4;letter-spacing:0}.current-subtitle-strip small{color:#9aa3af;font-size:11px;line-height:1.5}.current-subtitle-strip.translated{border-color:#244436;background:#101a17}.current-subtitle-line{min-width:0;display:grid;gap:4px}.video-stage,.video-empty{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#000}.video-stage{display:grid;place-items:center}.video-stage video{width:100%;height:100%;object-fit:contain;background:#000}.video-empty,.player-loading{display:grid;place-content:center;justify-items:center;gap:10px;color:#6e7783;font-size:12px;text-align:center}.player-loading{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;background:#07090c}.player-loading-resolve{isolation:isolate;overflow:hidden;padding:22px}.player-loading-poster{position:absolute;top:-22px;right:-22px;bottom:-22px;left:-22px;z-index:-3;width:calc(100% + 44px);height:calc(100% + 44px);object-fit:cover;opacity:.34;filter:blur(14px) saturate(.9);transform:scale(1.03)}.player-loading-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#000c,#0000006b 52%,#000000c7),linear-gradient(to top,#05070a,#05070a9e 44%,#05070ab8)}.player-loading-card{width:min(470px,calc(100% - 24px));min-height:230px;display:grid;place-items:center;align-content:center;gap:10px;padding:22px;border:1px solid rgb(255 255 255 / 12%);border-radius:6px;color:#aeb8c5;background:#0a0d12c2;box-shadow:0 18px 60px #00000061;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.player-loading-card span{color:var(--pink);font-size:11px;font-weight:900;text-transform:uppercase}.player-loading-card strong{color:#fff;font-size:clamp(17px,1.4vw,24px);line-height:1.2}.player-loading-card small{max-width:370px;color:#9aa5b2;font-size:11px;line-height:1.5}.player-loading-card div{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:2px}.player-loading-card a,.player-loading-card button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;border:1px solid #35404e;border-radius:4px;color:#e8eef7;background:#151b24;font-size:10px;font-weight:850;text-decoration:none;cursor:pointer}.player-loading-card a:hover,.player-loading-card button:hover{color:#fff;border-color:#505b69;background:#1d2530}.player-loading-resolve.failed .player-loading-card{border-color:#5e3337;background:#180d10c7}.custom-video-player{cursor:pointer;isolation:isolate}.custom-video-player:fullscreen{width:100vw;height:100vh;border-radius:0;background:#000}.custom-video-player:after{position:absolute;inset:auto 0 0;height:48%;z-index:2;content:"";background:linear-gradient(to top,rgb(0 0 0 / 86%),rgb(0 0 0 / 28%) 48%,transparent);opacity:.84;pointer-events:none}.custom-video-player.is-playing .player-controls{opacity:0;transform:translateY(12px)}.custom-video-player.is-paused .player-controls,.custom-video-player:hover .player-controls,.custom-video-player:focus-within .player-controls,.custom-video-player.is-fullscreen .player-controls{opacity:1;transform:translateY(0)}.player-spinner{position:absolute;z-index:5;width:44px;height:44px;border:3px solid rgb(255 255 255 / 22%);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.player-center-action{position:absolute;z-index:4;width:74px;height:74px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#00000057;opacity:0;transform:scale(.92);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.custom-video-player:hover .player-center-action{opacity:.75;transform:scale(1)}.player-controls{position:absolute;right:0;bottom:0;left:0;z-index:6;display:grid;gap:9px;padding:0 16px 14px;opacity:1;transform:translateY(0);transition:opacity .18s ease,transform .18s ease}.player-progress-wrap{height:18px;display:flex;align-items:center}.player-progress{--progress: 0%;--buffer: 0%;width:100%;height:4px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;background:linear-gradient(to right,var(--pink) 0 var(--progress),rgb(255 255 255 / 48%) var(--progress) var(--buffer),rgb(255 255 255 / 22%) var(--buffer) 100%);cursor:pointer;transition:height .14s ease}.player-progress:hover{height:7px}.player-progress::-webkit-slider-thumb{width:14px;height:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid white;border-radius:50%;background:var(--pink);box-shadow:0 0 0 5px #ff466733}.player-progress::-moz-range-thumb{width:12px;height:12px;border:2px solid white;border-radius:50%;background:var(--pink)}.player-control-row{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px}.player-control-left,.player-control-right,.player-volume{display:flex;align-items:center;gap:7px}.player-icon-button,.player-pill-button{height:34px;min-width:34px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:5px;color:#fff;background:transparent;cursor:pointer}.player-icon-button:hover,.player-pill-button:hover{background:#ffffff29}.player-icon-button.primary{color:#fff}.player-icon-button.active,.player-icon-button.hold-seek:active{color:#fff;background:#ff2f6247;box-shadow:inset 0 -2px var(--pink)}.player-pill-button{padding:0 8px;font-size:11px;font-weight:800}.player-volume input{width:74px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;background:#ffffff6b;cursor:pointer}.player-volume input::-webkit-slider-thumb{width:11px;height:11px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;background:#fff}.player-time{color:#f5f7fa;font-size:11px;font-weight:760;text-shadow:0 1px 4px rgb(0 0 0 / 60%);white-space:nowrap}.subtitle-overlay{position:absolute;right:7%;bottom:86px;left:7%;z-index:3;display:grid;justify-items:center;gap:5px;pointer-events:none;text-align:center;transition:bottom .16s ease}.subtitle-overlay-line{display:grid;justify-items:center;gap:5px}.subtitle-overlay span{padding:0;color:#9cecff;background:transparent;font-size:10px;font-weight:800;text-shadow:0 1px 3px rgb(0 0 0 / 95%)}.subtitle-overlay p{max-width:850px;margin:0;padding:0;color:#fff;background:transparent;font-size:clamp(15px,1.6vw,23px);line-height:1.4;font-weight:650;text-shadow:0 2px 4px rgb(0 0 0 / 95%),0 0 2px rgb(0 0 0 / 95%)}.floating-page{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;color:#fff;background:#000;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.floating-page.empty{display:grid;place-content:center;justify-items:center;gap:8px;padding:24px;color:#8d98a5;text-align:center}.floating-page.empty strong{color:#fff;font-size:15px}.floating-page.empty span{max-width:280px;font-size:12px;line-height:1.5}.floating-page video{width:100%;height:100%;object-fit:contain;background:#000}.floating-page.fit-cover video{object-fit:cover}.floating-page:after{position:absolute;inset:auto 0 0;height:50%;z-index:1;content:"";background:linear-gradient(to top,rgb(0 0 0 / 92%),rgb(0 0 0 / 24%) 62%,transparent);pointer-events:none}.floating-topbar{position:absolute;top:0;right:0;left:0;z-index:5;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:linear-gradient(to bottom,rgb(0 0 0 / 84%),transparent);-webkit-app-region:drag}.floating-topbar button{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 8px;border:0;border-radius:4px;color:#fff;background:transparent;font-size:12px;font-weight:850;cursor:pointer;-webkit-app-region:no-drag}.floating-topbar button:hover{background:#ffffff24}.floating-topbar .floating-close{width:34px;justify-content:center;padding:0}.floating-loading,.floating-error{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-content:center;justify-items:center;gap:9px;padding:30px;color:#adb6c2;background:#000;text-align:center;pointer-events:none}.floating-loading i{width:34px;height:34px;border:3px solid rgb(255 255 255 / 18%);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.floating-loading span,.floating-error span{max-width:300px;font-size:11px;line-height:1.45}.floating-error strong{color:#ff9aaa;font-size:13px}.floating-center-controls{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;gap:30px;pointer-events:none}.floating-center-controls button{position:relative;width:48px;height:48px;display:inline-grid;place-items:center;border:0;border-radius:50%;color:#fff;background:#00000070;cursor:pointer;pointer-events:auto}.floating-center-controls button:hover{background:#000000ad;transform:scale(1.04)}.floating-center-controls button span{position:absolute;top:18px;font-size:9px;font-weight:950}.floating-center-controls .floating-center-play{width:56px;height:56px;background:#ffffff2e}.floating-subtitle{position:absolute;right:5%;bottom:70px;left:5%;z-index:3;display:grid;justify-items:center;gap:4px;pointer-events:none;text-align:center}.floating-subtitle-line{display:grid;justify-items:center;gap:4px}.floating-subtitle span{padding:0;color:#9cecff;background:transparent;font-size:9px;font-weight:900;text-transform:uppercase;text-shadow:0 1px 3px rgb(0 0 0 / 95%)}.floating-subtitle p{max-width:96%;margin:0;padding:0;color:#fff;background:transparent;font-size:calc(clamp(14px,4.4vw,24px) * var(--floating-sub-scale, 1));line-height:1.35;font-weight:780;text-shadow:0 2px 4px rgb(0 0 0 / 95%),0 0 2px rgb(0 0 0 / 95%)}.floating-controls{position:absolute;right:0;bottom:0;left:0;z-index:5;display:grid;gap:7px;padding:0 14px 12px}.floating-status-row{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:10px}.floating-status-row>span{color:#f7f9fb;font-size:11px;font-weight:800;text-shadow:0 1px 4px rgb(0 0 0 / 80%);white-space:nowrap}.floating-options{display:flex;align-items:center;gap:4px;opacity:.2;transition:opacity .15s ease}.floating-page:hover .floating-options,.floating-options:focus-within{opacity:1}.floating-options button{min-width:28px;height:26px;display:inline-grid;place-items:center;padding:0 6px;border:0;border-radius:4px;color:#fff;background:#ffffff24;font-size:9px;font-weight:900;cursor:pointer}.floating-options button:hover{background:#ffffff3d}.floating-options input{width:min(60px,12vw);accent-color:#3de676}.floating-progress{--progress: 0%;--buffer: 0%;width:100%;height:4px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;background:linear-gradient(to right,#3de676 0 var(--progress),rgb(255 255 255 / 48%) var(--progress) var(--buffer),rgb(255 255 255 / 22%) var(--buffer) 100%);cursor:pointer}.floating-progress::-webkit-slider-thumb{width:12px;height:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid white;border-radius:50%;background:#3de676}.watch-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:5px 0 13px;border-bottom:1px solid var(--line)}.watch-heading h1{max-width:980px;margin:5px 0 0;font-size:clamp(17px,1.2vw,22px);line-height:1.38;letter-spacing:0}.video-code{color:var(--pink);font-size:11px;font-weight:800}.watch-actions{display:flex;gap:6px;flex:0 0 auto}.watch-actions button.active{color:#fff;border-color:#5d2b38;background:#2a151d}.watch-action-suite{display:grid;gap:9px;padding:12px 0 13px;border-bottom:1px solid var(--line)}.watch-reaction-row,.watch-text-action-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.watch-text-action-row{justify-content:flex-start;gap:8px}.watch-reaction-group,.watch-text-action-row{flex-wrap:wrap}.watch-reaction-group{display:flex;align-items:center;gap:6px}.watch-reaction-group button,.watch-text-action-row button{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #2a3340;border-radius:4px;color:#c6ced9;background:#12171f;font-size:11px;font-weight:800;cursor:pointer}.watch-text-action-row button{min-width:116px;justify-content:center}.watch-reaction-group button.active,.watch-text-action-row button.active{color:#fff;border-color:#5d2b38;background:#2a151d}.watch-reaction-group strong{font-size:11px}.watch-view-count{display:inline-flex;align-items:center;gap:6px;color:#89929f;font-size:11px;font-weight:700}.watch-action-panel{position:relative;padding:11px;border:1px solid #29313d;border-radius:5px;background:#11161d}.watch-action-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.watch-action-panel-grid button,.watch-share-panel button,.watch-report-panel button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid #303946;border-radius:4px;color:#d6dde7;background:#171d25;font-size:11px;font-weight:800;cursor:pointer}.watch-action-panel-grid button.active{border-color:#5d2b38;color:#fff;background:#2a151d}.watch-action-panel-grid .video-export-button{grid-column:1 / -1;color:#f7d9e4;border-color:#6b3147;background:#26131c}.watch-action-panel-grid .video-export-button:hover:not(:disabled){border-color:var(--pink);background:#381925}.watch-action-panel-grid .video-export-button-fast{color:#c9f7ff;border-color:#23657a;background:#102832}.watch-action-panel-grid .video-export-button-fast:hover:not(:disabled){border-color:#43dff4;background:#143846}.video-export-status{grid-column:1 / -1;display:grid;gap:7px;padding:9px 10px;border:1px solid #29313d;border-radius:4px;color:#aeb7c2;background:#0d1117;font-size:11px;line-height:1.4}.video-export-status.finished{border-color:#2f6849;color:#b4e6c5}.video-export-status.failed{border-color:#743542;color:#ffc0c8}.video-export-status i{display:block;height:4px;overflow:hidden;border-radius:99px;background:#26303a}.video-export-status i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pink),#f58bb1)}.video-export-status i.indeterminate b{width:38%;animation:video-export-progress 1.35s ease-in-out infinite alternate}.video-export-live{color:#8fa1b4;font-size:10px;font-weight:700}@keyframes video-export-progress{0%{transform:translate(-42%)}to{transform:translate(205%)}}.video-export-complete-actions{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.video-export-download,.video-export-open{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #2f6849;border-radius:4px;color:#c8f5d5;background:#11251a;font-size:11px;font-weight:800;text-decoration:none}.video-export-download:hover{border-color:#56bc7c;color:#fff;background:#173321}.video-export-open{justify-content:center;color:#c9f7ff;border:1px solid #23657a;border-radius:4px;background:#102832;cursor:pointer}.video-export-open:hover{border-color:#43dff4;color:#fff;background:#143846}.watch-panel-empty{grid-column:1 / -1;min-height:42px;display:flex;align-items:center;padding:9px 10px;border:1px dashed #353e4b;border-radius:4px;color:#8994a3;background:#0d1117;font-size:11px;line-height:1.45}.watch-share-panel{display:grid;gap:10px}.watch-share-panel p{margin:0;color:#8b96a4;font-size:11px;line-height:1.5}.watch-share-panel label{display:grid;gap:6px}.watch-share-panel label>span{color:#9ba4b0;font-size:9px;font-weight:900;text-transform:uppercase}.watch-share-panel label>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.watch-share-panel input,.watch-report-panel textarea{width:100%;border:1px solid #303742;border-radius:4px;color:#fff;background:#0b0f14;font-size:11px}.watch-share-panel input{height:34px;padding:0 9px}.watch-report-panel{display:grid;gap:8px}.watch-report-panel textarea{resize:vertical;padding:9px;line-height:1.5}.watch-report-panel div{display:flex;justify-content:flex-end}.watch-report-panel button:disabled,.watch-action-panel-grid button:disabled{opacity:.42}.detail-strip{display:flex;flex-wrap:wrap;gap:14px;padding:13px 0;color:#89929f;font-size:11px}.detail-strip span{display:inline-flex;align-items:center;gap:5px}.video-description{margin:0 0 16px;color:#9ca4af;font-size:12px;line-height:1.65}.movie-info-card{display:grid;gap:12px;margin:0 0 18px;padding:14px;border:1px solid #252d39;border-radius:var(--radius);background:linear-gradient(180deg,#121820,#0f1319)}.movie-info-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.movie-info-title span{color:var(--pink);font-size:11px;font-weight:900}.movie-info-title strong{color:#f3f6f9;font-size:13px}.movie-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.movie-info-grid div{min-height:54px;display:grid;align-content:center;gap:5px;padding:9px 10px;border:1px solid #222a35;border-radius:5px;background:#0c1117}.movie-info-grid small{color:#6f7b89;font-size:9px;font-weight:800;text-transform:uppercase}.movie-info-grid b{overflow:hidden;color:#e8edf4;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.watch-actor-card-row{display:grid;gap:8px;padding:10px;border:1px solid #232b36;border-radius:5px;background:#0c1117}.watch-actor-card-row>span{display:inline-flex;align-items:center;gap:6px;color:#8c96a4;font-size:10px;font-weight:900;text-transform:uppercase}.watch-actor-card-row>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.watch-actor-card-row button{position:relative;min-width:0;min-height:50px;display:flex;align-items:center;gap:9px;padding:7px;border:1px solid #2b3441;border-radius:5px;color:#e5ebf3;background:#151b24;font-size:11px;font-weight:850;text-align:left;cursor:pointer}.watch-actor-card-row button:hover{border-color:#495363;background:#1b222d}.watch-actor-card-row img,.watch-actor-card-row i{width:36px;height:36px;flex:0 0 auto;border-radius:50%;object-fit:cover;background:#202838}.watch-actor-card-row img{position:absolute;top:50%;left:7px;z-index:1;transform:translateY(-50%)}.watch-actor-card-row i{display:grid;place-items:center;color:#fff;font-style:normal;font-size:13px;font-weight:900}.watch-actor-card-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watch-actor-card-row button.correction{justify-content:center;color:#9aa5b4;border-style:dashed;background:#10151d}.movie-chip-row{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.movie-chip-row span{display:inline-flex;align-items:center;gap:5px;color:#8c96a4;font-size:10px;font-weight:800;text-transform:uppercase}.movie-chip-row b,.movie-chip-row .movie-chip{display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border:1px solid #2a3340;border-radius:4px;color:#d7dde6;background:#151b24;font-size:10px;font-weight:750}.movie-chip-row .movie-chip{cursor:pointer}.movie-chip-row .movie-chip:hover{color:#fff;border-color:#4a5462;background:#1d2430}.watch-discovery-panel{display:grid;gap:14px;margin:0 0 18px;padding-top:2px}.watch-discovery-head{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px}.watch-discovery-head>div{min-width:0;display:grid;gap:3px}.watch-discovery-head strong{color:#fff;font-size:17px}.watch-discovery-head span{color:#7e8997;font-size:11px}.related-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:22px 12px}.related-grid .catalog-card>strong{font-size:11px}.watch-comments-panel{display:grid;gap:11px;margin:0 0 18px;padding:14px;border:1px solid #252d39;border-radius:var(--radius);background:#10151c}.watch-comments-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:9px;border-bottom:1px solid #202834}.watch-comments-head>div{display:flex;align-items:center;gap:8px}.watch-comments-head strong{color:#fff;font-size:15px}.watch-comments-head span{color:#798493;font-size:10px;font-weight:800;text-transform:uppercase}.comments-login-note{min-height:40px;display:flex;align-items:center;gap:6px;padding:9px 10px;border:1px solid #29323f;border-radius:5px;color:#8b96a4;background:#0c1117;font-size:11px}.comments-login-note button{padding:0;border:0;color:#ff6f8a;background:transparent;font-size:11px;font-weight:900;cursor:pointer}.comments-empty{min-height:58px;display:grid;place-items:center;padding:14px;border:1px dashed #333c49;border-radius:5px;color:#818c9a;background:#0b0f14;font-size:11px;line-height:1.5;text-align:center}.ai-panel{position:sticky;top:82px;max-height:calc(100vh - 94px);overflow-y:auto;border:1px solid var(--line);border-radius:var(--radius);background:#12161c;scrollbar-width:thin;scrollbar-color:#3b4350 #12161c}.provider-mini{display:grid;gap:3px;margin:14px 14px 0;padding:9px 10px;border:1px solid #354051;border-radius:5px;background:#0d1116}.provider-mini span{color:var(--pink);font-size:9px;font-weight:900;text-transform:uppercase}.provider-mini strong{overflow:hidden;color:#fff;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.provider-mini small{color:#87929f;font-size:9px}.provider-mini.gemini{border-color:#31596a;background:#102027}.provider-mini.openrouter{border-color:#5d4f91;background:#171426}.provider-mini.local_gemma,.drawer-status.local_gemma{border-color:#365e52;background:#10211c}.drawer-model-settings-link{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;border:1px solid #303a46;border-radius:6px;color:#dfe6ee;background:#161c24;cursor:pointer}.drawer-model-settings-link:hover{border-color:#4b5868;background:#1b232d}.model-settings-page{min-height:calc(100vh - 70px);display:grid;align-content:start;gap:16px;margin-left:230px;padding:26px 28px 42px;background:#0b0e13}.model-settings-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #232b36}.model-settings-head h1{margin:0 0 7px;color:#fff;font-size:28px;line-height:1.1}.model-settings-head p{max-width:760px;margin:0;color:#9ba6b3;font-size:13px;line-height:1.55}.model-settings-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.model-settings-actions button,.model-log-head button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid #313b48;border-radius:6px;color:#f4f7fb;background:#151b23;cursor:pointer}.model-settings-actions button:hover,.model-log-head button:hover,.model-log-head button.active{border-color:#506072;background:#1b232d}.model-settings-error{display:flex;align-items:center;gap:8px;padding:11px 12px;border:1px solid #6b2f3d;border-radius:6px;color:#ff9aae;background:#211117;font-size:12px}.model-compact-status{min-width:0;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr) 92px;gap:10px;align-items:stretch}.model-runtime-summary{min-width:0;display:grid;gap:4px;padding:10px 12px;border:1px solid #31584b;border-radius:10px;background:#101d19}.model-runtime-summary.waiting{border-color:#563545;background:#1a1118}.model-runtime-summary.secondary{border-color:#303946;background:#11161d}.model-runtime-summary span{min-width:0;display:inline-flex;align-items:center;gap:7px;color:#8fa0b2;font-size:10px;font-weight:900;text-transform:uppercase}.model-runtime-summary span i{width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:#39d98a;box-shadow:0 0 0 3px #39d98a1f}.model-runtime-summary.waiting span i{background:#ffb86c;box-shadow:0 0 0 3px #ffb86c1f}.model-runtime-summary strong,.model-runtime-summary small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-runtime-summary strong{color:#fff;font-size:13px}.model-runtime-summary small{color:#9aa6b2;font-size:11px}.model-path-details{min-width:0;border:1px solid #303946;border-radius:10px;background:#11161d}.model-path-details summary{min-height:100%;display:flex;align-items:center;justify-content:center;padding:0 14px;color:#dbe5ef;font-size:11px;font-weight:850;cursor:pointer;list-style:none}.model-path-details summary::-webkit-details-marker{display:none}.model-path-details[open]{grid-column:1 / -1;padding:10px}.model-path-details[open] summary{min-height:30px;justify-content:flex-start;padding:0 4px 9px}.model-status-grid,.provider-readiness-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.model-status-card,.provider-readiness-grid>div,.model-path-grid>div{min-width:0;display:grid;gap:6px;padding:13px;border:1px solid #26303c;border-radius:6px;background:#11161d}.model-status-card span,.provider-readiness-grid span,.model-path-grid span{color:#7f8b99;font-size:10px;font-weight:900;text-transform:uppercase}.model-status-card strong,.provider-readiness-grid strong{min-width:0;overflow:hidden;color:#fff;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.model-status-card.ready,.provider-readiness-grid .ready{border-color:#31584b;background:#101d19}.model-status-card.waiting,.provider-readiness-grid .waiting,.model-path-grid .missing{border-color:#563545;background:#1a1118}.model-path-grid{display:grid;grid-template-columns:1fr;gap:10px}.model-path-grid code{min-width:0;overflow-wrap:anywhere;color:#dce4ee;font-size:11px;line-height:1.55}.model-asset-import{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px;border:1px solid #31584b;border-radius:10px;background:#101d19}.model-asset-import.running{border-color:#5d4f2a;background:#1e1a10}.model-asset-import.error{border-color:#684149;background:#25161b}.model-asset-import div{min-width:0;display:grid;gap:4px}.model-asset-import strong{color:#f7f7f8;font-size:13px}.model-asset-import span,.model-asset-import small{min-width:0;color:#a8b0bc;font-size:11px;line-height:1.45;overflow-wrap:anywhere}.model-asset-import small{flex:0 0 auto;padding:4px 8px;border:1px solid #3a3f46;border-radius:999px;background:#17191d;color:#cfd6df}.provider-readiness-grid small{min-width:0;overflow:hidden;color:#8f9ba8;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.gemma-local-workbench{display:grid;grid-template-columns:minmax(360px,430px) minmax(0,1fr);gap:14px;align-items:start}.gemma-local-runtime-panel,.gemma-local-chat-panel{min-width:0;display:grid;gap:14px;border:1px solid #3a3a3f;border-radius:16px;background:#242424;box-shadow:0 18px 46px #00000047}.gemma-local-runtime-panel{padding:14px 14px 16px}.gemma-local-chat-panel{min-height:min(860px,calc(100vh - 128px));grid-template-rows:auto auto minmax(420px,1fr) auto;gap:0;padding:0;overflow:hidden;background:#202020}.gemma-local-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.gemma-local-panel-head div{min-width:0;display:grid;gap:3px}.gemma-local-panel-head strong{color:#f6f6f7;font-size:13px;letter-spacing:0}.gemma-local-panel-head small{color:#a3a3a8;font-size:11px}.gemma-local-panel-head button{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #44444a;border-radius:8px;color:#f4f7fb;background:#303034;cursor:pointer}.gemma-local-panel-head button:hover{border-color:#60606a;background:#38383d}.gemma-local-control-list{display:grid;gap:14px}.gemma-local-control,.gemma-local-toggle,.gemma-local-system-prompt{min-width:0;display:grid;gap:8px}.gemma-local-control span,.gemma-local-toggle span,.gemma-local-system-prompt span{display:inline-flex;align-items:center;gap:7px;color:#e7e7ea;font-size:12px;font-weight:650}.gemma-local-control em,.gemma-local-toggle em{padding:1px 5px 2px;border:1px solid #47474d;border-radius:999px;color:#aaaab1;font-size:8px;font-style:normal;font-weight:850;text-transform:uppercase}.gemma-local-control small{color:#a1a1a7;font-size:10px}.gemma-local-control-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.gemma-local-control-head span{min-width:0}.gemma-local-control-head input,.gemma-local-inline input[type=number],.gemma-local-system-prompt textarea,.gemma-local-chat-compose textarea{min-width:0;width:100%;border:1px solid #55555b;border-radius:7px;color:#f5f5f6;background:#3f3f43}.gemma-local-control-head input[type=number],.gemma-local-inline input[type=number]{width:92px;height:30px;padding:5px 9px;text-align:right;font-size:12px;font-variant-numeric:tabular-nums}.gemma-local-control input[type=range]{width:100%;height:18px;margin:0;accent-color:#8172ff;cursor:pointer}.gemma-local-control input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:#646469}.gemma-local-control input[type=range]::-webkit-slider-thumb{width:14px;height:14px;margin-top:-5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:#8c8c93;box-shadow:0 0 0 2px #242424}.gemma-local-control input[type=range]::-moz-range-track{height:4px;border-radius:999px;background:#646469}.gemma-local-control input[type=range]::-moz-range-thumb{width:14px;height:14px;border:0;border-radius:999px;background:#8c8c93}.gemma-local-toggle{grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:24px;padding:0;border:0;background:transparent}.gemma-local-toggle>input[type=checkbox]{position:relative;width:28px;height:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #57575e;border-radius:999px;background:#55555b;cursor:pointer;transition:background .16s ease,border-color .16s ease}.gemma-local-toggle>input[type=checkbox]:after{content:"";position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:999px;background:#d6d6da;transition:transform .16s ease}.gemma-local-toggle>input[type=checkbox]:checked{border-color:#6d63ff;background:#5d5aff}.gemma-local-toggle>input[type=checkbox]:checked:after{transform:translate(12px)}.gemma-local-inline{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.gemma-local-inline input[type=checkbox]{width:14px;height:14px;margin:0;accent-color:#7167ff}.gemma-local-inline span{color:#b0b0b6;font-size:11px;font-weight:600}.gemma-local-system-prompt textarea,.gemma-local-chat-compose textarea{resize:vertical;min-height:116px;padding:10px 11px;line-height:1.55;outline:none}.gemma-local-system-prompt textarea:focus,.gemma-local-chat-compose textarea:focus,.gemma-local-control-head input:focus,.gemma-local-inline input[type=number]:focus{border-color:#7468ff;box-shadow:0 0 0 2px #7468ff2e}.gemma-local-toolkit-panel{display:grid;gap:10px;padding:11px;border:1px solid #333338;border-radius:12px;background:#191a1d}.gemma-local-toolkit-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.gemma-local-toolkit-head div{min-width:0;display:grid;gap:3px}.gemma-local-toolkit-head strong{display:inline-flex;align-items:center;gap:7px;color:#f3f3f5;font-size:12px}.gemma-local-toolkit-head small,.gemma-local-toolkit-head>span{color:#9999a1;font-size:10px}.gemma-local-toolkit-head>span{flex:0 0 auto;padding:3px 7px;border:1px solid #3f3f46;border-radius:999px;background:#242428;font-weight:800;text-transform:uppercase}.gemma-local-toolkit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gemma-local-toolkit-grid label{min-width:0;display:flex;align-items:center;gap:8px;padding:8px 9px;border:1px solid #34343a;border-radius:9px;background:#24252a;color:#d7d7dc;font-size:11px;font-weight:750}.gemma-local-toolkit-grid input{flex:0 0 auto;width:14px;height:14px;margin:0;accent-color:#7167ff}.gemma-local-toolkit-grid span{min-width:0;display:inline-flex;align-items:center;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gemma-local-reload-button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:2px;border:0;border-radius:7px;color:#f4f2ff;background:#5b50c8;font-size:12px;font-weight:750;cursor:pointer}.gemma-local-reload-button:hover{background:#685de0}.gemma-local-reload-button:disabled{opacity:.55;cursor:not-allowed}.gemma-local-chat-panel .gemma-local-panel-head{padding:14px 16px;border-bottom:1px solid #303030}.gemma-local-chat-panel .gemma-local-panel-head button{min-height:30px;color:#d7d7dc;background:#2d2d31}.gemma-local-system-prompt{margin:10px 16px 0;padding:0;border:1px solid #333337;border-radius:10px;background:#242426}.gemma-local-system-prompt summary{min-height:34px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#d7d7dc;font-size:11px;font-weight:850;cursor:pointer;list-style:none}.gemma-local-system-prompt summary::-webkit-details-marker{display:none}.gemma-local-system-prompt textarea{min-height:94px;border-width:1px 0 0;border-radius:0 0 10px 10px;background:#333337}.gemma-local-chat-history{min-height:420px;max-height:none;display:flex;flex-direction:column;gap:28px;overflow:auto;padding:30px 26px 24px;border:0;border-radius:0;background:#202020}.gemma-local-chat-message,.gemma-local-chat-empty{min-width:0;display:grid;gap:8px;width:min(100%,940px);padding:0;border:0;border-radius:0;background:transparent}.gemma-local-chat-message.user{align-self:flex-end;width:fit-content;max-width:min(560px,72%);padding:10px 16px;border-radius:16px;color:#f5f5f5;background:#3b3b3d}.gemma-local-chat-message.assistant{align-self:flex-start;color:#f3f3f4}.gemma-local-chat-message.error{align-self:flex-start;width:min(100%,760px);padding:12px 14px;border:1px solid #684149;border-radius:10px;background:#2b191d}.gemma-local-chat-message.error p{color:#ffb8c2}.gemma-local-chat-empty{width:100%;place-items:center;min-height:220px;color:#a4a4aa;text-align:center}.gemma-local-chat-message span{color:#a8a8af;font-size:9px;font-weight:900;letter-spacing:0;text-transform:uppercase}.gemma-local-chat-message.user>span{display:none}.gemma-local-chat-message.assistant>span{color:#9cc8ff;font-size:11px;font-weight:750;text-transform:none}.gemma-local-chat-message p,.gemma-local-chat-empty small{margin:0;color:#e5e5e8;font-size:14px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.gemma-local-markdown{display:grid;gap:14px;color:#f3f3f4;font-size:14px;line-height:1.72}.gemma-local-markdown p,.gemma-local-markdown ul,.gemma-local-markdown h3{margin:0}.gemma-local-markdown h3{margin-top:8px;color:#fff;font-size:17px;line-height:1.35}.gemma-local-markdown ul{display:grid;gap:8px;padding-left:22px}.gemma-local-markdown li{padding-left:4px}.gemma-local-markdown strong{color:#fff;font-weight:850}.gemma-local-markdown code{padding:1px 5px;border-radius:5px;color:#f4f4f6;background:#333337;font-family:Consolas,SFMono-Regular,monospace;font-size:.95em}.gemma-local-markdown hr{width:100%;height:1px;margin:4px 0;border:0;background:#343438}.gemma-local-message-attachments{display:flex;flex-wrap:wrap;gap:6px}.gemma-local-message-attachments span{min-width:0;max-width:100%;display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border:1px solid #41414a;border-radius:999px;color:#d7d7de;background:#1f2024;font-size:10px;font-weight:750;text-transform:none}.gemma-local-message-attachments span.image{padding-left:4px;border-radius:8px}.gemma-local-message-attachments img{width:28px;height:28px;flex:0 0 auto;border-radius:6px;object-fit:cover}.gemma-local-chat-message.pending{opacity:.78}.gemma-local-chat-empty strong{color:#fff;font-size:12px}.gemma-local-chat-compose{position:relative;display:grid;gap:8px;margin:0 16px 16px;padding:10px 10px 9px;border:1px solid #3b3b40;border-radius:14px;background:linear-gradient(180deg,#ffffff06,#fff0),#272729;box-shadow:inset 0 1px #ffffff08}.gemma-local-chat-compose textarea{min-height:70px;padding:7px 9px 4px;border-color:transparent;background:transparent;color:#f0f0f2;font-size:13px}.gemma-local-chat-compose textarea::placeholder{color:#77777f}.gemma-local-attachment-strip{display:flex;flex-wrap:wrap;gap:7px}.gemma-local-attachment-chip{min-width:0;max-width:100%;display:inline-grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;padding:6px 7px;border:1px solid #3c3c43;border-radius:9px;color:#e7e7ea;background:#2b2b2f}.gemma-local-attachment-chip>img{width:46px;height:46px;border:1px solid #45454c;border-radius:8px;object-fit:cover;background:#171719}.gemma-local-attachment-chip span{min-width:0;display:grid;gap:2px}.gemma-local-attachment-chip strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.gemma-local-attachment-chip small{color:#a5a5ad;font-size:9px}.gemma-local-attachment-chip button{width:21px;height:21px;display:inline-grid;place-items:center;border:1px solid #44444c;border-radius:999px;color:#d7d7dc;background:#303035;cursor:pointer}.gemma-local-composer-toolbar{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px}.gemma-local-composer-left,.gemma-local-composer-right{display:inline-flex;align-items:center;gap:8px}.gemma-local-composer-right{margin-left:auto}.gemma-local-attach-wrap{position:relative;display:inline-flex}.gemma-local-icon-button,.gemma-local-send-button{width:31px;height:31px;display:inline-grid;place-items:center;border:0;border-radius:999px;color:#c9c9cf;background:transparent;cursor:pointer}.gemma-local-icon-button:hover{color:#f4f4f6;background:#303035}.gemma-local-icon-button.active{color:#f5f2ff;background:#373150}.gemma-local-send-button{color:#f2f2f4;background:#3a3a3f}.gemma-local-send-button:not(:disabled){background:#5b50c8}.gemma-local-send-button:not(:disabled):hover{background:#6a5ee6}.gemma-local-send-button:disabled,.gemma-local-icon-button:disabled{opacity:.42;cursor:not-allowed}.gemma-local-vision-pill{min-height:29px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #3d3927;border-radius:8px;color:#cbbf78;background:#2f2a16;font-size:11px;font-weight:850;cursor:pointer}.gemma-local-vision-pill.active{border-color:#514619;color:#ffd84d;background:#3a3114}.gemma-local-attach-menu{position:absolute;bottom:calc(100% + 8px);left:0;z-index:25;min-width:132px;display:grid;gap:3px;padding:6px;border:1px solid #424248;border-radius:8px;background:#242426;box-shadow:0 16px 34px #00000061}.gemma-local-attach-menu button{min-height:28px;display:inline-flex;align-items:center;gap:8px;padding:0 8px;border:0;border-radius:6px;color:#ededf0;background:transparent;font-size:11px;font-weight:760;text-align:left;cursor:pointer}.gemma-local-attach-menu button:hover{background:#303035}.gemma-local-upload-status{display:inline-flex;align-items:center;gap:6px;color:#a9a9b0;font-size:10px;font-weight:800}.gemma-local-chat-actions{display:flex;justify-content:flex-end;gap:8px}.gemma-local-chat-actions button{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:0;border-radius:8px;color:#f4f7fb;background:#5b50c8;cursor:pointer}.gemma-local-chat-actions button:hover{background:#685de0}.gemma-local-chat-actions button:disabled{opacity:.45}.model-log-panel{min-width:0;display:grid;gap:10px;padding:13px;border:1px solid #303035;border-radius:14px;background:#151619}.model-log-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.model-log-head div{min-width:0;display:grid;gap:3px}.model-log-head strong{color:#fff;font-size:13px}.model-log-head small{min-width:0;overflow:hidden;color:#84909d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.model-log-panel pre{min-height:220px;max-height:36vh;margin:0;overflow:auto;padding:13px;border:1px solid #292a2f;border-radius:10px;color:#cbd5e1;background:#0c0d10;font:11px/1.55 Consolas,SFMono-Regular,monospace;white-space:pre-wrap}.model-log-panel.upgraded{gap:12px;background:#151517}.model-log-head-actions,.model-log-tabs,.model-trace-filters{display:inline-flex;align-items:center;gap:7px}.model-log-tabs{justify-self:start;padding:3px;border:1px solid #303035;border-radius:9px;background:#202024}.model-log-tabs button,.model-trace-filters button{min-height:28px;padding:0 10px;border:0;border-radius:7px;color:#b8bac3;background:transparent;font-size:11px;font-weight:780;cursor:pointer}.model-log-tabs button.active,.model-trace-filters button.active{color:#f4f4f6;background:#3a3a40}.model-trace-viewer{min-width:0;display:grid;gap:12px}.model-trace-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.model-trace-overview>div{min-width:0;display:grid;gap:4px;padding:10px 11px;border:1px solid #303035;border-radius:9px;background:#202024}.model-trace-overview>div.warning{border-color:#693d45;background:#24181b}.model-trace-overview span,.model-trace-section-head small,.model-trace-block span{color:#9698a2;font-size:10px;font-weight:850;text-transform:uppercase}.model-trace-overview strong{min-width:0;overflow:hidden;color:#f6f6f7;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.model-trace-filters{display:none}.model-frame-inspector{min-width:0;display:grid;grid-template-columns:250px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);gap:10px;padding:12px;border:1px solid #33343a;border-radius:12px;background:#131416}.model-frame-inspector-head,.model-frame-meta{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.model-frame-inspector-head>div{min-width:0;display:grid;gap:3px}.model-frame-inspector-head{grid-column:1 / -1;padding-bottom:6px;border-bottom:1px solid #26282e}.model-frame-inspector-head strong{color:#f6f6f7;font-size:13px}.model-frame-inspector-head span,.model-frame-inspector-head small{color:#92959f;font-size:10px}.model-frame-rail{min-width:0;max-height:min(72vh,760px);display:flex;flex-direction:column;gap:7px;overflow-y:auto;overflow-x:hidden;padding:2px 6px 2px 1px;scrollbar-width:thin}.model-frame-rail>button{min-width:0;display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:9px;padding:7px;border:1px solid transparent;border-radius:12px;color:#d8dae1;background:transparent;text-align:left;cursor:pointer}.model-frame-rail>button:hover{border-color:#30333a;background:#202226}.model-frame-rail>button.active{border-color:#3b3f47;background:#2b2d31;box-shadow:inset 3px 0 #f2f2f2}.model-frame-thumb{position:relative;width:100%;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden;border-radius:6px;color:#777b86;background:#0e0f12}.model-frame-thumb img{width:100%;height:100%;object-fit:cover}.model-frame-thumb b{position:absolute;left:5px;bottom:5px;padding:2px 5px;border-radius:4px;color:#fff;background:#08090bd1;font-size:9px}.model-frame-row-copy{min-width:0;display:grid;gap:3px}.model-frame-row-copy strong,.model-frame-row-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-frame-row-copy strong{color:#f2f3f5;font-size:12px}.model-frame-row-copy small{color:#8e919b;font-size:10px}.model-frame-detail{min-width:0;display:grid;grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);align-items:start;gap:14px}.model-frame-preview{position:relative;min-width:0;aspect-ratio:16 / 9;display:flex;align-items:stretch;gap:6px;padding:6px;overflow:hidden;border:1px solid #2c2f36;border-radius:14px;background:#090a0c}.model-frame-preview>img{flex:1 1 0;min-width:0;height:100%;object-fit:contain;border-radius:8px;background:#050608}.model-frame-preview>div{display:grid;place-items:center;gap:7px;color:#777b86;font-size:10px}.model-frame-preview>span{position:absolute;right:7px;bottom:7px;padding:3px 6px;border-radius:5px;color:#d8dae0;background:#08090bcc;font-size:9px}.model-frame-analysis{min-width:0;display:grid;align-content:start;gap:12px}.model-frame-meta{justify-content:flex-start;flex-wrap:wrap}.model-frame-meta span,.model-frame-meta button{min-height:24px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid #30333a;border-radius:999px;color:#b8bbc3;background:#202226;font-size:9px;font-weight:750}.model-frame-meta button{display:none}.model-frame-analysis-grid{min-width:0;display:grid;grid-template-columns:1fr;gap:12px}.model-frame-analysis-grid section,.model-frame-message{min-width:0;display:grid;align-content:start;gap:8px;max-width:980px;padding:12px;border:1px solid #2d3036;border-radius:16px;background:#202123}.model-frame-message.user{justify-self:end;width:min(96%,920px);background:#2f3033}.model-frame-message.assistant{justify-self:start;width:min(96%,980px);background:#17181b}.model-frame-analysis-grid section>strong,.model-frame-message>strong{color:#f1f2f4;font-size:12px;text-transform:none}.model-frame-analysis-grid pre,.model-frame-analysis-grid .gemma-local-markdown{min-height:150px;max-height:360px;margin:0;overflow:auto;padding:0;border:0;border-radius:0;color:#e5e7eb;background:transparent;font:11px/1.62 Consolas,SFMono-Regular,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.model-vision-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.model-vision-cards>div{min-width:0;display:grid;gap:4px;padding:10px;border:1px solid #30333a;border-radius:12px;background:#111216}.model-vision-cards span{color:#8f96a6;font-size:9px;font-weight:800;text-transform:uppercase}.model-vision-cards strong{color:#f3f4f6;font-size:11px;line-height:1.45;overflow-wrap:anywhere;white-space:pre-wrap}.model-vision-cards small{color:#a9afbd;font-size:10px;line-height:1.45;overflow-wrap:anywhere}.model-trace-list{display:none}.model-trace-card{min-width:0;border:1px solid #303035;border-radius:12px;background:#1d1d20;overflow:hidden}.model-trace-card.vision{border-color:#5a4f24}.model-trace-card.translation{border-color:#315d55;background:#181f1d}.model-trace-card.error{border-color:#6b3a44;background:#20181b}.model-trace-card summary{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;cursor:pointer;list-style:none}.model-trace-card summary::-webkit-details-marker{display:none}.model-trace-status{min-width:42px;padding:4px 7px;border-radius:999px;color:#adffd9;background:#123126;font-size:10px;font-weight:900;text-align:center}.model-trace-card.error .model-trace-status{color:#ffb8c2;background:#3a1d24}.model-trace-title{min-width:0;display:grid;gap:3px}.model-trace-title strong{overflow:hidden;color:#f5f5f7;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.model-trace-title small,.model-trace-counts b,.model-trace-attachment span,.model-trace-attachment em{color:#a7a8b0;font-size:10px;font-weight:700}.model-trace-counts{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.model-trace-counts b{padding:4px 7px;border:1px solid #3d3d44;border-radius:999px;background:#25252a}.model-trace-flow{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0 12px 10px}.model-trace-flow>div{position:relative;min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto auto;column-gap:8px;align-items:center;padding:9px 10px;border:1px solid #303137;border-radius:9px;background:#17181b}.model-trace-flow>div:after{content:"";position:absolute;top:50%;right:-9px;width:9px;height:1px;background:#45464d}.model-trace-flow>div:last-child:after{display:none}.model-trace-flow span{grid-row:1 / 3;width:24px;height:24px;display:grid;place-items:center;border-radius:999px;color:#8f929d;background:#28292e;font-size:10px;font-weight:900}.model-trace-flow strong{min-width:0;color:#d4d5db;font-size:11px}.model-trace-flow small{min-width:0;overflow:hidden;color:#858894;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.model-trace-flow>div.active{border-color:#36584f;background:#17221f}.model-trace-flow>div.active span{color:#b9ffe0;background:#205140}.model-trace-flow>div.vision{border-color:#665a2c;background:#242116}.model-trace-flow>div.vision span{color:#fff1a8;background:#5a4b19}.model-trace-flow>div.output{border-color:#38546b;background:#17202a}.model-trace-flow>div.output span{color:#cbe8ff;background:#244d6b}.model-trace-flow>div.error{border-color:#6b3a44;background:#2a171d}.model-trace-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.7fr);gap:10px;padding:0 12px 12px}.model-trace-section{min-width:0;display:grid;align-content:start;gap:9px;padding:12px;border:1px solid #303035;border-radius:10px;background:#17171a}.model-trace-section.output{grid-column:1 / -1}.model-trace-section-head{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.model-trace-section-head strong{color:#f3f3f5;font-size:12px}.model-trace-block{min-width:0;display:grid;gap:5px}.model-trace-block pre,.model-trace-raw pre,.model-trace-error pre{min-height:0;max-height:240px;margin:0;overflow:auto;padding:10px;border:1px solid #2f3035;border-radius:8px;color:#d7dce6;background:#0e0f12;font:11px/1.55 Consolas,SFMono-Regular,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.model-trace-attachments{min-width:0;display:grid;gap:8px}.model-trace-attachment{min-width:0;display:grid;grid-template-columns:78px minmax(0,1fr);gap:9px;padding:8px;border:1px solid #33343a;border-radius:9px;background:#202025}.model-trace-attachment img,.model-trace-image-placeholder{width:78px;height:58px;border:1px solid #404048;border-radius:7px;background:#111114;object-fit:cover}.model-trace-image-placeholder{display:grid;place-items:center;color:#aaaab3}.model-trace-attachment div{min-width:0;display:grid;align-content:center;gap:3px}.model-trace-attachment strong{min-width:0;overflow:hidden;color:#f2f2f5;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.model-trace-attachment span,.model-trace-attachment em{min-width:0;overflow-wrap:anywhere;text-transform:none}.model-trace-output{min-width:0;padding:2px 0}.model-trace-output>pre{max-height:420px;margin:0;overflow:auto;padding:12px;border:1px solid #30423d;border-radius:8px;color:#d7f4e7;background:#0d1412;font:11px/1.6 Consolas,SFMono-Regular,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.model-trace-error{display:grid;gap:8px;padding:10px;border:1px solid #6b3a44;border-radius:8px;color:#ffbec7;background:#2a171d}.model-trace-error strong{overflow-wrap:anywhere;font-size:12px}.model-trace-raw{min-width:0;display:grid;gap:7px;margin-top:4px}.model-trace-raw summary{width:fit-content;min-height:28px;padding:0 10px;border:1px solid #383941;border-radius:7px;color:#caccd6;background:#222329;font-size:11px;font-weight:820;cursor:pointer}.model-trace-empty{min-width:0;padding:14px;border:1px dashed #383941;border-radius:10px;color:#9fa1aa;background:#17181c;font-size:12px}.model-trace-empty.large{display:grid;place-items:center;gap:6px;min-height:160px;text-align:center}.model-trace-empty strong{color:#f2f2f5;font-size:13px}.ai-panel-head{display:flex;align-items:center;gap:10px;padding:14px;border-bottom:1px solid var(--line);color:var(--pink)}.ai-panel-head div{display:grid;gap:2px}.ai-panel-head strong{color:#fff;font-size:13px}.ai-panel-head span{color:#7f8895;font-size:10px}.ai-action{width:calc(100% - 28px);min-height:54px;display:flex;align-items:center;gap:10px;margin:14px;padding:9px 11px;border:1px solid;border-radius:5px;color:#fff;text-align:left;cursor:pointer}.ai-action.transcribe{border-color:#2d6872;background:#112a2f}.ai-action.translate{border-color:#6b3943;background:#2e1820}.ai-action.queue{border-color:#2d6872;background:linear-gradient(135deg,#112a2f,#2e1820)}.ai-action span{display:grid;gap:2px}.ai-action strong{font-size:11px}.ai-action small{color:#93a0ad;font-size:9px}.queue-mode-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:10px 14px 0}.queue-mode-strip button{min-height:30px;border:1px solid #29313c;border-radius:4px;color:#9ba8b6;background:#10151c;font-size:10px;font-weight:900;cursor:pointer}.queue-mode-strip button.active{border-color:#31596a;color:#fff;background:#102027;box-shadow:inset 0 -2px var(--cyan)}.queue-engine-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:10px 14px 0}.queue-engine-summary button{min-height:28px;border:1px solid #29313c;border-radius:4px;color:#8f9aa8;background:#0e1319;font-size:9px;font-weight:900;cursor:pointer}.queue-engine-summary button.active{border-color:#31596a;color:#eafcff;background:#102027;box-shadow:inset 0 -2px var(--cyan)}.queue-engine-summary small{grid-column:1 / -1;color:#7f8895;font-size:9px}.queue-quick-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:-6px 14px 0}.queue-quick-tools .import-button{width:100%;min-height:34px;margin:0;padding:0 8px;border-color:#2b3440;background:#0e1319;font-size:10px;white-space:nowrap}.resume-button{border-color:#2f6f78;color:#dffcff;background:#10272d}.resume-button:not(:disabled):hover{border-color:var(--cyan);background:#14323a}.rerun-button{margin-top:0}.huihui-status{min-height:50px;display:flex;align-items:center;gap:9px;margin:14px;padding:9px 10px;border:1px solid #4d3d20;border-radius:5px;color:#ffd28a;background:#211b12}.huihui-status.ready{border-color:#244436;color:var(--green);background:#101a17}.huihui-status span{min-width:0;display:grid;gap:2px}.huihui-status strong{overflow:hidden;color:#f3f6f8;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.huihui-status small{color:#8d98a5;font-size:9px}.panel-field{display:grid;gap:6px;margin:14px}.panel-field>span{color:#9ba4b0;font-size:9px;font-weight:800;text-transform:uppercase}.panel-field input,.panel-field select,.panel-field textarea{width:100%;border:1px solid #303742;border-radius:4px;color:#fff;background:#0c0f13;font-size:11px}.panel-field input,.panel-field select{height:34px;padding:0 8px}.panel-field textarea{resize:vertical;padding:8px;line-height:1.5}.import-button{width:calc(100% - 28px);margin:0 14px;background:transparent}.queue-panel{margin:14px;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#0d1116}.queue-panel-title{min-height:32px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;border-bottom:1px solid var(--line)}.queue-panel-title strong{color:#cfd5dd;font-size:10px;text-transform:uppercase}.queue-panel-title button{width:26px;height:26px;display:grid;place-items:center;border:0;border-radius:4px;color:#8d98a5;background:transparent;cursor:pointer}.queue-panel-title button:hover{color:#fff;background:#1a2028}.queue-row{display:grid;gap:4px;padding:8px 9px;border-bottom:1px solid #1c222b}.queue-row:last-child{border-bottom:0}.queue-row-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.queue-row span{color:var(--pink);font-size:8px;font-weight:800;text-transform:uppercase}.queue-row-top span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.queue-row-top button{width:20px;height:20px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #29313c;border-radius:4px;color:#9aa5b2;background:#121820;cursor:pointer}.queue-row-top button:hover:not(:disabled){color:#fff;border-color:#ff3f6c;background:#21131b}.queue-row-top button:disabled{cursor:wait;opacity:.55}.queue-row strong{overflow:hidden;color:#d4dae2;font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.queue-row small{grid-column:1 / -1;color:#7f8b98;font-size:9px}.queue-row i{height:3px;overflow:hidden;border-radius:4px;background:#262d36}.queue-row i b{height:100%;display:block;background:var(--cyan)}.queue-row.finished span{color:var(--green)}.queue-row.failed span{color:#ff9284}.queue-row.canceled span{color:#8d98a5}.queue-row.canceled i b{background:#5f6976}.queue-empty{margin:0;padding:12px 9px;color:#697481;font-size:10px}.context-workbench{margin:14px;border:1px solid #252e3a;border-radius:6px;overflow:hidden;background:#0c1117}.context-workbench-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-bottom:1px solid #202833}.context-workbench-head div{min-width:0;display:grid;gap:2px}.context-workbench-head strong{color:#eef3f8;font-size:11px}.context-workbench-head span{overflow:hidden;color:#7d8794;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.context-workbench-head button{min-height:28px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:1px solid #394557;border-radius:4px;color:#dfe7ef;background:#151c25;font-size:10px;font-weight:800;cursor:pointer}.context-tabs{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));border-bottom:1px solid #202833}.context-tabs button{min-height:33px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-right:1px solid #202833;color:#7f8a97;background:#10161e;font-size:9px;font-weight:900;text-transform:uppercase;cursor:pointer}.context-tabs button:last-child{border-right:0}.context-tabs button.active{color:#fff;background:#1a222d;box-shadow:inset 0 -2px 0 var(--pink)}.context-tabs span{min-width:17px;padding:1px 4px;border-radius:10px;color:#dfe6ee;background:#293241;font-size:8px}.speaker-review-list,.speaker-audit-list,.relationship-review-list,.qa-review-list,.glossary-review-list{max-height:270px;overflow-y:auto;padding:8px;scrollbar-width:thin;scrollbar-color:#3b4350 #0f141b}.speaker-review-row{display:grid;grid-template-columns:70px minmax(0,1fr);gap:7px;padding:8px;border:1px solid #202935;border-radius:5px;background:#10161e}.speaker-review-row+.speaker-review-row{margin-top:7px}.speaker-review-row.low{border-color:#634634;background:#181411}.speaker-review-row.locked{border-color:#315044}.speaker-review-meta{display:grid;align-content:center;gap:2px}.speaker-review-meta strong{color:var(--pink);font-size:9px}.speaker-review-meta span{color:#7c8795;font-size:8px}.speaker-review-row input,.speaker-review-actions select,.scene-editor input,.scene-editor select,.scene-editor textarea{min-width:0;border:1px solid #2c3542;border-radius:4px;color:#fff;background:#090d12;font-size:10px}.speaker-review-row input{height:30px;padding:0 7px}.speaker-review-actions{grid-column:1 / -1;display:grid;grid-template-columns:74px minmax(0,1fr);gap:7px}.speaker-review-actions button,.speaker-review-actions select{height:28px}.speaker-review-actions button{border:1px solid #2c3542;border-radius:4px;color:#9aa6b4;background:#111821;font-size:9px;font-weight:900;cursor:pointer}.speaker-review-actions button.active{border-color:#2f6d52;color:var(--green);background:#101a17}.speaker-review-row em{grid-column:1 / -1;color:#e2b071;font-size:9px;font-style:normal;line-height:1.35}.speaker-audit-summary{display:grid;gap:4px;padding:9px;border:1px solid #263241;border-radius:5px;background:#101822}.speaker-audit-summary.completed{border-color:#285847;background:#101b18}.speaker-audit-summary.skipped{border-color:#604232;background:#191411}.speaker-audit-summary strong{color:#f2f6fb;font-size:11px}.speaker-audit-summary span,.speaker-audit-summary small{color:#8793a1;font-size:9px;line-height:1.35}.speaker-audit-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;margin-top:7px;padding:8px;border:1px solid #202935;border-radius:5px;background:#10161e}.speaker-audit-row.active{border-color:#2d5949}.speaker-audit-row.weak{opacity:.7}.speaker-audit-row div{min-width:0;display:grid;gap:2px}.speaker-audit-row strong{overflow:hidden;color:var(--pink);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.speaker-audit-row span{color:#778391;font-size:8px}.speaker-audit-row em{color:#9da7b5;font-size:9px;font-style:normal;white-space:nowrap}.speaker-audit-actions{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;margin-bottom:8px}.speaker-audit-actions button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:1px solid #31596a;border-radius:4px;color:#fff;background:#102027;font-size:9px;font-weight:900;cursor:pointer}.speaker-audit-actions button:disabled{opacity:.45;cursor:default}.speaker-audit-actions span{overflow:hidden;color:#7e8997;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.scene-review-panel{padding:8px}.scene-strip{display:flex;gap:5px;overflow-x:auto;padding-bottom:7px;scrollbar-width:thin}.scene-strip button{min-width:50px;height:38px;display:grid;place-items:center;gap:1px;border:1px solid #293341;border-radius:5px;color:#a7b2bf;background:#10161e;cursor:pointer}.scene-strip button.active{border-color:var(--pink);color:#fff;background:#23151c}.scene-strip button.reset{border-color:#4f3b25}.scene-strip span{font-size:10px;font-weight:900}.scene-strip small{max-width:42px;overflow:hidden;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.scene-editor{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:8px;padding-top:6px;border-top:1px solid #202833}.scene-editor label{display:grid;gap:5px;color:#8e99a7;font-size:8px;font-weight:900;text-transform:uppercase}.scene-editor .wide{grid-column:1 / -1}.scene-editor input,.scene-editor select{height:30px;padding:0 7px}.scene-editor textarea{padding:7px;resize:vertical;line-height:1.45}.scene-reset{grid-column:1 / -1;display:flex!important;grid-auto-flow:column;justify-content:start;align-items:center;gap:7px!important;text-transform:none!important}.scene-reset input{width:auto;height:auto}.relationship-review-row{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) 70px 70px 58px;gap:7px;align-items:end;padding:8px;border:1px solid #26303d;border-radius:5px;background:#10161e}.relationship-review-row+.relationship-review-row{margin-top:7px}.relationship-review-row.low{border-color:#604232;background:#181411}.relationship-review-row.locked{border-color:#315044;background:#101a17}.relationship-pair{min-width:0;display:grid;gap:3px;align-self:center}.relationship-pair strong{min-width:0;display:inline-flex;align-items:center;gap:3px;overflow:hidden;color:#f0f5fa;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.relationship-pair span{overflow:hidden;color:#7d8794;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.relationship-review-row label{min-width:0;display:grid;gap:4px;color:#8190a0;font-size:8px;font-weight:900;text-transform:uppercase}.relationship-review-row input,.relationship-review-row select{min-width:0;height:28px;border:1px solid #2c3542;border-radius:4px;color:#fff;background:#090d12;font-size:9px}.relationship-review-row input{padding:0 7px}.relationship-review-row button{height:28px;border:1px solid #2c3542;border-radius:4px;color:#9aa6b4;background:#111821;font-size:9px;font-weight:900;cursor:pointer}.relationship-review-row button.active{border-color:#2f6d52;color:var(--green);background:#102019}.relationship-review-row small,.relationship-review-row em{grid-column:1 / -1;overflow:hidden;color:#8b96a4;font-size:9px;font-style:normal;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.relationship-review-row em{color:var(--cyan)}.qa-review-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:8px;border:1px solid #26303d;border-radius:5px;color:#cfd6df;background:#10161e;text-align:left;cursor:pointer}.qa-review-row+.qa-review-row{margin-top:6px}.qa-review-row.error{border-color:#5c3034}.qa-review-row.warning{border-color:#574527}.qa-review-row.review{border-color:#334b61}.qa-review-row strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.qa-review-row span{color:#7c8794;font-size:9px}.qa-review-row em{color:var(--cyan);font-size:8px;font-style:normal;text-transform:uppercase}.qa-review-row small{grid-column:1 / -1;overflow:hidden;color:#9da8b6;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.character-review-row{grid-template-columns:minmax(0,1fr) auto auto;cursor:default}.character-review-row.locked{border-color:#22d3ee73;background:#082f492e}.character-controls{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.75fr) 72px;gap:6px;align-items:end}.character-controls label{display:grid;gap:4px;min-width:0}.character-controls label span{color:#7c8794;font-size:8px;font-weight:900;text-transform:uppercase}.character-controls select,.character-controls button{min-height:30px;border:1px solid #2b3645;border-radius:5px;color:#dfe6ee;background:#0b1118;font-size:10px;font-weight:800}.character-controls button{cursor:pointer}.character-controls button.active{color:#9ff7ff;border-color:#22d3eea6;background:#0891b229}.glossary-row{display:grid;grid-template-columns:minmax(0,1fr) 42px 30px;align-items:center;gap:7px;padding:8px;border:1px solid #26303d;border-radius:5px;background:#10161e}.glossary-row+.glossary-row{margin-top:6px}.glossary-row.enabled{border-color:#315044;background:#101a17}.glossary-row div{min-width:0;display:grid;gap:3px}.glossary-row strong{overflow:hidden;color:#ecf2f7;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.glossary-row span{overflow:hidden;color:var(--pink);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.glossary-row small{overflow:hidden;color:#8995a4;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.glossary-row button{height:26px;display:inline-grid;place-items:center;border:1px solid #303946;border-radius:4px;color:#dbe3ec;background:#151c25;font-size:9px;font-weight:850;cursor:pointer}.glossary-row.enabled button:first-of-type{border-color:#2f6d52;color:var(--green);background:#102019}.glossary-row button:disabled{opacity:.45;cursor:not-allowed}.context-empty{margin:0;padding:18px 10px;color:#6f7b88;font-size:10px;line-height:1.45;text-align:center}.subtitle-workspace{min-height:260px;margin-top:20px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#11151b}.legacy-subtitle-panel{display:none}.side-subtitle-panel{min-height:0;margin:0;border:0;border-bottom:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0;background:linear-gradient(180deg,#111720,#0d1118)}.side-subtitle-panel .workspace-title{min-height:54px;padding:9px 10px}.side-subtitle-panel .workspace-title>div:first-child{min-width:0}.side-subtitle-panel .workspace-title small{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-subtitle-panel .workspace-tools button{min-height:30px;padding:0 8px}.side-subtitle-panel .job-status{grid-template-columns:auto minmax(80px,1fr) 72px auto}.side-subtitle-panel .timeline-list{min-height:250px;max-height:min(44vh,390px);padding:6px;scrollbar-width:thin;scrollbar-color:#3b4350 #0f141b}.side-subtitle-panel .timeline-row{min-height:58px;grid-template-columns:34px 54px minmax(0,1fr);gap:9px;margin-bottom:5px;padding:8px 9px;border:1px solid transparent;border-radius:5px;background:#10161e}.side-subtitle-panel .timeline-row:last-child{margin-bottom:0}.workspace-title{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border-bottom:1px solid var(--line)}.workspace-title>div:first-child{display:flex;align-items:center;gap:9px;color:var(--pink)}.workspace-title span{display:grid;gap:3px}.workspace-title strong{color:#fff;font-size:12px}.workspace-title small{color:#7d8794;font-size:9px}.workspace-tools{display:flex;gap:6px}.job-status{min-height:35px;display:grid;grid-template-columns:auto minmax(160px,auto) minmax(100px,1fr) auto;align-items:center;gap:9px;padding:6px 12px;border-bottom:1px solid var(--line);color:#bfc6cf;font-size:10px;background:#151a21}.job-status.finished{color:var(--green)}.job-status.waiting{color:#ffd28a}.job-status.failed{color:#ff9284}.job-status i{height:3px;overflow:hidden;border-radius:3px;background:#2b323c}.job-status i b{height:100%;display:block;background:var(--pink)}.pipeline-stat-panel{display:grid;gap:8px;padding:10px 12px;border-bottom:1px solid var(--line);background:#0f141b}.pipeline-stat-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.pipeline-stat-head strong{color:#edf4fb;font-size:11px}.pipeline-stat-head span{color:#8d98a6;font-size:9px;font-weight:800;text-transform:uppercase}.pipeline-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.pipeline-stat-grid span{min-width:0;display:grid;gap:2px;padding:7px 6px;border:1px solid #25303d;border-radius:4px;background:#111821}.pipeline-stat-grid b{overflow:hidden;color:#788594;font-size:8px;font-weight:900;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.pipeline-stat-grid strong{overflow:hidden;color:#fff;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pipeline-stat-panel>i{height:3px;overflow:hidden;border-radius:999px;background:#27303a}.pipeline-stat-panel>i b{display:block;height:100%;background:var(--cyan)}.timeline-head{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border-bottom:1px solid var(--line)}.timeline-head span{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800}.timeline-head small{color:#6f7885;font-size:9px}.timeline-list{min-height:190px;max-height:420px;overflow-y:auto}.timeline-empty{min-height:190px;display:grid;place-content:center;justify-items:center;gap:8px;color:#66717e;font-size:11px;text-align:center}.timeline-row{width:100%;min-height:59px;display:grid;grid-template-columns:42px 64px minmax(0,1fr);gap:8px;padding:8px 12px;border:0;border-bottom:1px solid #202630;border-left:2px solid transparent;color:#dce2e8;background:transparent;cursor:pointer;text-align:left}.timeline-row:hover,.timeline-row.is-selected{border-color:#2e3948;background:#171e28}.timeline-row.is-active{border-color:#753140;border-left-color:var(--pink);background:linear-gradient(90deg,#2a141d,#171d27);box-shadow:inset 2px 0 0 var(--pink)}.timeline-index{width:27px;height:22px;display:inline-grid;place-items:center;border:1px solid #26303d;border-radius:4px;color:#8fa0b4;background:#0b1016;font-size:8px;line-height:1;font-weight:900}.timeline-time{color:#708096;font-size:9px;line-height:1.5;font-variant-numeric:tabular-nums}.timeline-copy{min-width:0;display:grid;gap:3px}.timeline-copy b{display:flex;align-items:center;gap:5px;color:var(--pink);font-size:9px;text-transform:uppercase}.timeline-copy b i{padding:1px 4px;border-radius:3px;color:#9fb0c2;background:#1a2230;font-size:8px;font-style:normal}.timeline-copy b i.vision{color:#67e8f9;border:1px solid rgba(103,232,249,.22);background:#0891b229}.timeline-copy b i.face{color:#86efac;border:1px solid rgba(134,239,172,.2);background:#1665342e}.timeline-copy b i.reason{color:#c4b5fd;border:1px solid rgba(196,181,253,.22);background:#4c1d952e}.timeline-copy b i.warn{color:#ffc17f;background:#2a1d11}.timeline-copy span,.timeline-copy em{overflow:hidden;font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.side-subtitle-panel .timeline-copy span,.side-subtitle-panel .timeline-copy em{display:-webkit-box;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}.timeline-copy em{color:#aeb6c0;font-style:normal}.timeline-copy small{overflow:hidden;color:#9f93c9;font-size:9px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.side-subtitle-panel .timeline-copy small{display:-webkit-box;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ai-panel,.timeline-list,.side-subtitle-panel .timeline-list,.speaker-review-list,.speaker-audit-list,.qa-review-list,.glossary-review-list,.scene-strip,.panel-field textarea,.scene-editor textarea,.watch-report-panel textarea{scrollbar-width:none;-ms-overflow-style:none}.ai-panel::-webkit-scrollbar,.timeline-list::-webkit-scrollbar,.side-subtitle-panel .timeline-list::-webkit-scrollbar,.speaker-review-list::-webkit-scrollbar,.speaker-audit-list::-webkit-scrollbar,.qa-review-list::-webkit-scrollbar,.glossary-review-list::-webkit-scrollbar,.scene-strip::-webkit-scrollbar,.panel-field textarea::-webkit-scrollbar,.scene-editor textarea::-webkit-scrollbar,.watch-report-panel textarea::-webkit-scrollbar{width:0;height:0;display:none}.ai-panel{border-color:#202936;background:#0f141b;scrollbar-width:none}.provider-mini,.huihui-status,.queue-panel,.context-workbench,.panel-field,.ai-action,.import-button{margin-right:10px;margin-left:10px}.provider-mini{margin-top:10px;padding:8px 9px}.ai-panel-head{padding:10px;background:#111821}.ai-action{width:calc(100% - 20px);min-height:45px;margin-top:10px;margin-bottom:8px;padding:8px 10px}.import-button{width:calc(100% - 20px);min-height:34px}.resume-button{margin-bottom:8px}.rerun-button{margin-top:-2px}.huihui-status{min-height:40px;margin-top:9px;margin-bottom:9px;padding:7px 9px}.queue-panel{margin-top:10px;margin-bottom:10px;border-color:#202936}.queue-panel-title{min-height:30px;background:#10161d}.queue-row{position:relative;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;min-height:43px;padding:7px 9px 8px}.queue-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.queue-row strong{grid-column:1 / -1;font-size:10px}.queue-row i{grid-column:1 / -1;height:2px;margin-top:1px;opacity:.85}.panel-field{gap:5px;margin-top:10px;margin-bottom:10px}.panel-field textarea{resize:none;min-height:58px;max-height:92px;overflow:auto}.context-workbench{margin-top:10px;margin-bottom:10px;border-color:#202936}.context-workbench-head{min-height:38px;padding:8px 9px}.context-tabs button{min-height:30px;gap:3px;font-size:8px}.context-tabs span{min-width:15px;padding:1px 3px}.speaker-review-list,.speaker-audit-list,.qa-review-list,.glossary-review-list{max-height:220px;padding:7px;overflow-y:auto}.speaker-review-row{grid-template-columns:64px minmax(0,1fr);gap:6px;padding:7px}.speaker-review-row+.speaker-review-row{margin-top:6px}.speaker-review-row input{height:28px}.speaker-review-actions{grid-template-columns:66px minmax(0,1fr);gap:6px}.speaker-review-actions button,.speaker-review-actions select{height:27px}.speaker-review-row em{max-height:26px;overflow:hidden}.side-subtitle-panel .timeline-list{max-height:min(40vh,350px);overflow-y:auto}.site-footer{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-left:230px;padding:0 20px;border-top:1px solid rgb(255 255 255 / 7%);color:#6e7783;background:#0a0d11;font-size:10px}.site-footer b{color:#cfd4da}.mobile-bottom-nav{display:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:18px;background:#000000a8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-modal{position:relative;width:min(420px,100%);display:grid;gap:12px;padding:28px;border:1px solid #323a46;border-radius:6px;background:#11161d;box-shadow:0 26px 80px #00000085}.confirm-modal{position:relative;width:min(460px,100%);display:grid;gap:13px;padding:28px;border:1px solid #354050;border-radius:6px;background:linear-gradient(180deg,#121922,#0e131a);box-shadow:0 28px 90px #00000094}.confirm-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgb(255 64 112 / 42%);border-radius:6px;color:#ff5b83;background:#ff40701a}.confirm-modal h2{margin:0;color:#f6f8fb;font-size:24px;line-height:1.15}.confirm-modal p{margin:0;color:#aab4c0;font-size:12px;line-height:1.65}.confirm-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.confirm-summary span{display:grid;gap:3px;min-width:0;padding:9px;border:1px solid #283241;border-radius:5px;background:#0b1016}.confirm-summary strong{overflow:hidden;color:#f1f4f8;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.confirm-summary small{overflow:hidden;color:#8491a1;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:4px}.confirm-cancel,.confirm-submit{height:40px;border:1px solid #323c4a;border-radius:4px;color:#d4dbe4;background:#161d26;font-size:12px;font-weight:900;cursor:pointer}.confirm-submit{color:#fff;border-color:#ff3f70;background:#ff3f70}.confirm-submit:disabled{opacity:.45;cursor:not-allowed}.modal-close{position:absolute;top:10px;right:10px;width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:4px;color:#b8c0cb;background:#171d25;cursor:pointer}.login-brand{color:#fff;font-size:21px;font-weight:900}.login-brand span{color:var(--pink)}.login-brand b{margin-left:5px;padding:3px 5px;border-radius:3px;color:#101217;background:#f2f3f5;font-size:10px;vertical-align:3px}.auth-mode-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #29313c;border-radius:4px;overflow:hidden}.auth-mode-tabs button{height:34px;border:0;border-right:1px solid #29313c;color:#8994a2;background:#0d1218;font-size:10px;font-weight:850;cursor:pointer}.auth-mode-tabs button:last-child{border-right:0}.auth-mode-tabs button.active{color:#fff;background:#1c1720;box-shadow:inset 0 -2px var(--pink)}.login-modal h2{margin:2px 0 0;font-size:28px}.login-modal p{margin:0 0 4px;color:#8c96a3;font-size:12px;line-height:1.55}.login-modal label{display:grid;gap:6px}.login-modal label span{color:#9ba4b0;font-size:10px;font-weight:900;text-transform:uppercase}.login-modal input{height:40px;padding:0 11px;border:1px solid #303845;border-radius:4px;color:#fff;background:#090d12;font-size:13px}.auth-options{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-options label{display:inline-flex;grid-template-columns:auto auto;align-items:center;gap:7px;cursor:pointer}.auth-options label input{width:14px;height:14px;accent-color:var(--pink)}.auth-options label span{color:#929ca9;font-size:10px;font-weight:700;text-transform:none}.auth-options button{padding:0;border:0;color:#ff7690;background:transparent;font-size:10px;font-weight:750;cursor:pointer}.auth-notice{min-height:38px;display:flex;align-items:center;gap:7px;padding:8px 9px;border:1px solid #5a402a;border-radius:4px;color:#e5b783;background:#21180f;font-size:10px;line-height:1.4}.login-submit,.login-secondary{height:40px;border:1px solid #313a46;border-radius:4px;color:#fff;background:var(--pink);font-size:12px;font-weight:900;cursor:pointer}.login-secondary{color:#cbd3dd;background:#171d25}.route-watch .site-header{gap:22px;padding-right:max(20px,calc((100vw - 1500px)/2));padding-left:max(20px,calc((100vw - 1500px)/2));border-top:4px solid #48262c;background:#0c1017}.route-watch .desktop-nav{overflow:visible;gap:8px;margin-left:auto}.route-watch .brand-logo{font-size:26px;color:#ff2f50;text-transform:none}.route-watch .brand-logo span{color:inherit}.route-watch .brand-logo b{display:none}.route-watch .desktop-nav>button,.route-watch .desktop-nav>.main-nav-item>button{height:36px;padding:0 14px;border-radius:18px;color:#f1f2f5;font-size:15px;font-weight:900}.route-watch .desktop-nav>button:hover,.route-watch .desktop-nav>button.active,.route-watch .desktop-nav>.main-nav-item>button:hover,.route-watch .desktop-nav>.main-nav-item>button.active{color:#fff;background:#1a2029;box-shadow:none}.route-watch .mobile-menu{order:-1;display:grid;width:40px;height:40px;border-radius:50%;background:#171c24}.route-watch .site-search{flex:0 0 40px;min-width:40px;width:40px;height:40px;justify-content:center;margin-left:12px;padding:0;border:0;background:transparent}.route-watch .site-search input{display:none}.route-watch .site-search svg{width:20px;height:20px;color:#f4f5f7}.route-watch .header-settings{flex:0 0 40px;width:40px;height:40px;justify-content:center;padding:0;border:0;color:#f4f5f7;background:transparent;font-size:0}.route-watch .header-settings svg{width:20px;height:20px}.route-watch .login-button{height:36px;padding:0 16px;border-radius:18px;border-color:#2b313b;color:#f7f8fb;background:#171c24;font-weight:900}.route-watch .site-sidebar{display:none}.route-watch .watch-page{width:min(1500px,calc(100vw - 40px));max-width:1500px;margin:0 auto;padding-top:22px}.route-watch .back-button{min-height:34px;margin:0 0 14px;padding:0;border:0;color:#cfd6df;background:transparent;font-size:13px;font-weight:850}.route-watch .watch-layout{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:22px;align-items:start}.route-watch .watch-player{position:relative;top:auto;overflow:hidden;border:1px solid #202733;border-radius:8px 8px 0 0;background:#000;box-shadow:0 22px 64px #00000057}.route-watch .current-subtitle-strip{border:1px solid #24303e;border-top:0;border-radius:0 0 8px 8px;background:#071710}.route-watch .watch-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;margin-top:18px;padding:0 0 14px;border-bottom:1px solid #1e2530}.route-watch .video-code,.route-watch .movie-info-title span{display:inline-flex;align-items:center;min-height:22px;margin-bottom:8px;padding:0 8px;border-radius:4px;color:#ff6474;background:#21131a;font-size:11px;font-weight:950;text-transform:uppercase}.route-watch .watch-heading h1{max-width:none;margin:0;color:#f5f6f8;font-size:22px;line-height:1.35;font-weight:900}.route-watch .watch-actions button,.route-watch .watch-actions a,.route-watch .watch-reaction-group button,.route-watch .watch-text-action-row button{min-height:36px;padding:0 13px;border-radius:18px;border-color:#2b333f;color:#f3f5f8;background:#141a23;font-weight:850}.route-watch .watch-action-suite{margin:14px 0 0;border:0;border-radius:0;background:transparent}.route-watch .watch-reaction-row{min-height:42px;padding:0;border:0}.route-watch .watch-text-action-row{display:flex;flex-wrap:wrap;gap:9px;padding:0;border:0}.route-watch .watch-text-action-row button{min-width:auto}.route-watch .detail-strip{display:flex;flex-wrap:wrap;gap:8px 18px;margin:18px 0 0;padding:13px 0;border-top:1px solid #1e2530;border-bottom:1px solid #1e2530}.route-watch .detail-strip span{color:#9aa4b1;font-size:13px}.route-watch .movie-info-card,.route-watch .watch-discovery-panel,.route-watch .watch-comments-panel{margin-top:28px;padding:0;border:0;border-radius:0;background:transparent}.route-watch .movie-info-title{display:flex;align-items:center;gap:10px}.route-watch .movie-info-title strong{color:#f7f9fc;font-size:18px}.route-watch .movie-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.route-watch .movie-info-grid div{min-height:66px;padding:11px 12px;border:1px solid #252d39;border-radius:8px;background:#11161e}.route-watch .movie-chip-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:0;border:0;background:transparent}.route-watch .movie-chip-row>span{flex:0 0 110px;color:#9aa4b1;font-size:12px;font-weight:900}.route-watch .movie-chip{min-height:30px;padding:0 10px;border-radius:15px;border-color:#2b333f;color:#dce2ea;background:#141a23}.route-watch .watch-discovery-head{margin-bottom:16px;padding:0;border:0}.route-watch .watch-discovery-head strong{font-size:24px;font-weight:650}.route-watch .watch-discovery-head span{display:none}.route-watch .related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 20px}.route-watch .related-grid .catalog-card>strong{min-height:40px;margin-top:8px;font-size:15px;line-height:1.35;font-weight:800}.route-watch .ai-panel{position:sticky;top:84px;max-height:calc(100vh - 104px);overflow:hidden auto;border:1px solid #252d39;border-radius:8px;background:#0f141b;scrollbar-width:none}.route-watch .ai-panel::-webkit-scrollbar{display:none}.route-watch .side-subtitle-panel{border-radius:8px 8px 0 0;background:#111720}.route-watch .side-subtitle-panel .timeline-list{max-height:min(48vh,500px)}.route-watch .back-button{display:none}.route-watch .watch-promo-bar{width:calc(100% - 388px);min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;margin:14px 0 18px;padding:0 22px;border:1px solid #342937;border-radius:16px;color:#f8f3f6;background:linear-gradient(90deg,#351019,#161d28);font-size:15px;font-weight:850}.route-watch .watch-promo-bar a,.route-watch .watch-promo-bar button{border:0;color:#fff;background:transparent;font:inherit;text-decoration:underline;text-decoration-color:#ff6474;text-underline-offset:4px;cursor:pointer}.route-watch .watch-promo-bar button{padding:0;font-weight:950}.route-watch .watch-layout{grid-template-columns:minmax(0,1fr) 360px;gap:28px}.route-watch .watch-player{border:0;border-radius:0;box-shadow:none}.route-watch .current-subtitle-strip{display:none}.route-watch .ai-panel{position:sticky;top:98px;max-height:calc(100vh - 118px);overflow:hidden auto;border:0;border-radius:0;background:transparent}.route-watch .watch-sidebar-recs{display:none}.route-watch .ai-panel>:not(.side-subtitle-panel):not(.provider-mini):not(.ai-panel-head):not(.queue-mode-strip):not(.ai-action):not(.queue-quick-tools):not(.queue-panel){display:none}.route-watch .side-subtitle-panel{display:block;border:1px solid #252d39;border-radius:10px;background:#10151d}.route-watch .side-subtitle-panel .timeline-list{max-height:min(58vh,650px)}.route-watch .provider-mini,.route-watch .ai-panel-head,.route-watch .queue-mode-strip,.route-watch .ai-action.queue,.route-watch .queue-quick-tools,.route-watch .queue-panel{margin-top:12px}.route-watch .queue-panel{max-height:290px;overflow-y:auto;scrollbar-width:none}.route-watch .queue-panel::-webkit-scrollbar{display:none}.route-watch .ai-action.queue,.route-watch .watch-sidebar-recs .catalog-card{width:100%}.route-watch .watch-sidebar-recs .card-thumb{aspect-ratio:16 / 9;border-radius:8px}.route-watch .watch-sidebar-recs .catalog-card>strong{min-height:0;margin-top:8px;font-size:15px;line-height:1.3;font-weight:850;-webkit-line-clamp:1}.route-watch .watch-sidebar-recs .card-meta{margin-top:6px;color:#8c96a3;font-size:12px}.route-watch .watch-sidebar-empty{display:grid;gap:8px;padding:18px;border:1px solid #252d39;border-radius:10px;color:#9aa4b1;background:#10151d}.route-watch .watch-sidebar-empty strong{color:#fff}.route-watch .watch-heading{grid-template-columns:minmax(0,1fr);margin-top:20px;padding-bottom:0;border-bottom:0}.route-watch .video-code{display:none}.route-watch .watch-heading h1{font-size:24px;font-weight:550}.route-watch .watch-heading .watch-actions{display:none}.route-watch .watch-action-suite{margin-top:18px;padding-bottom:22px;border-bottom:1px solid #252b34}.route-watch .watch-reaction-row{align-items:center}.route-watch .watch-text-action-row{justify-content:space-between;margin-top:18px}.route-watch .watch-text-action-row button{border:0;background:transparent;font-size:15px}.route-watch .detail-strip,.route-watch .video-description{display:none}.route-watch .movie-info-card{margin-top:46px;padding:22px;border:1px solid #252d39;border-radius:22px;background:#0d1218}.route-watch .movie-info-title,.route-watch .movie-info-grid{display:none}.route-watch .watch-actor-card-row{margin-top:0}.route-watch .watch-discovery-panel{margin-top:42px}.route-watch .watch-discovery-head strong{color:#fff;font-size:32px;font-weight:500}.route-watch .related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 20px}.route-watch .watch-comments-panel{margin-top:34px}@media(min-width:1700px){.catalog-page,.watch-page{margin-right:28px}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(282px,1fr));gap:32px 18px}.shelf-grid{grid-template-columns:none;grid-auto-columns:clamp(310px,15.6vw,370px);gap:18px}.directory-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}.directory-grid.actresses{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.related-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.watch-layout{grid-template-columns:minmax(0,1fr) minmax(430px,460px);gap:22px}.side-subtitle-panel .timeline-list{max-height:min(52vh,520px)}}@media(min-width:2200px){.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(305px,1fr))}.shelf-grid{grid-template-columns:none;grid-auto-columns:clamp(330px,14vw,390px)}}@media(max-width:1360px){.site-sidebar{display:none}.catalog-page,.watch-page{margin:0 20px}.site-footer{margin-left:0}}@media(max-width:1180px){.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.shelf-grid{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible;padding-bottom:0}.desktop-nav{display:none}.mobile-menu{display:grid}.watch-layout{grid-template-columns:minmax(0,1fr) 360px}.directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-control-bar{grid-template-columns:1fr}}@media(max-width:960px){.catalog-grid,.shelf-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.watch-layout{display:block}.route-watch .watch-layout{display:block;grid-template-columns:none}.watch-reaction-row{align-items:flex-start}.ai-panel,.route-watch .ai-panel{position:static;max-height:none;margin-top:18px;overflow:visible}.header-status{display:none}.side-subtitle-panel .timeline-list{max-height:360px}.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.directory-hero,.directory-detail-toolbar{grid-template-columns:1fr;align-items:start}.premium-page-hero{grid-template-columns:1fr}.premium-page-summary{min-height:110px}.premium-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.site-shell{padding-bottom:62px}.site-header{height:auto;min-height:64px;gap:10px;padding:10px 12px}.brand-logo{font-size:17px}.site-search{min-width:0;flex:1}.header-settings,.login-button{display:none}.mobile-menu{display:grid}.catalog-page,.watch-page{width:auto;margin:0 12px;padding-top:18px}.catalog-intro{display:block}.catalog-intro h1{font-size:23px}.service-pills{margin-top:15px;overflow-x:auto}.catalog-control-summary{min-height:42px}.catalog-route-tabs button{height:32px}.catalog-view-tabs{min-height:42px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 9px}.shelf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-card>strong{font-size:11px}.collection-strip{grid-auto-columns:minmax(154px,180px)}.collection-rail.actresses .collection-strip{grid-auto-columns:118px}.collection-rail.actresses .collection-thumb{width:70px}.premium-banner{align-items:flex-start}.premium-banner button{margin-left:0}.premium-page{gap:14px}.premium-page-hero{gap:18px;padding:20px}.premium-page-copy h1{font-size:28px}.premium-benefits,.premium-plan-grid{grid-template-columns:1fr}.premium-benefits{gap:1px}.premium-plan-grid button{min-height:120px}.premium-checkout-bar{display:grid}.premium-checkout-bar button{width:100%;justify-content:center}.directory-grid{grid-template-columns:1fr}.directory-hero h1{font-size:24px}.directory-summary-row{min-height:38px}.directory-letterbar{margin-bottom:11px}.directory-card{grid-template-columns:96px minmax(0,1fr);min-height:88px}.directory-thumb{width:96px;height:68px}.directory-grid.actresses .directory-card{grid-template-columns:70px minmax(0,1fr)}.directory-grid.actresses .directory-thumb{width:64px;height:64px}.directory-detail-hero{grid-template-columns:auto minmax(0,1fr)}.directory-detail-mark{width:82px;height:58px}.directory-detail-mark.actresses{width:66px;height:66px}.directory-detail-actions{grid-column:1 / -1;flex-wrap:wrap}.directory-detail-copy h1{font-size:23px}.directory-detail-toolbar{margin:14px 0}.watch-heading{display:block}.watch-heading h1{font-size:16px}.watch-reaction-row{display:grid;gap:9px}.watch-text-action-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.watch-text-action-row button{justify-content:center;padding:0 8px}.watch-action-panel-grid,.video-export-complete-actions{grid-template-columns:1fr}.watch-share-panel label>div{grid-template-columns:1fr}.watch-actor-card-row>div{grid-template-columns:1fr}.comments-login-note{align-items:flex-start;flex-wrap:wrap}.watch-discovery-head{display:grid}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 9px}.watch-player{top:auto;max-height:none}.player-loading-resolve{padding:10px}.player-loading-card{width:min(300px,calc(100% - 16px));min-height:0;gap:6px;padding:12px}.player-loading-card svg{width:27px;height:27px}.player-loading-card strong{font-size:17px}.player-loading-card small{max-width:260px;font-size:10px;line-height:1.35}.player-loading-card a,.player-loading-card button{min-height:29px;padding:0 9px;font-size:9px}.player-controls{padding:0 9px 8px;gap:5px}.player-control-row{gap:6px}.player-icon-button{min-width:28px;height:28px}.player-volume input{display:none}.player-time{max-width:92px;overflow:hidden;font-size:10px;text-overflow:ellipsis}.player-control-left,.player-control-right{gap:3px}.player-pill-button{min-width:30px;height:28px;padding:0 5px;font-size:10px}.subtitle-overlay{bottom:68px}.movie-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.movie-info-card{padding:11px}.watch-actions{margin-top:12px}.workspace-title{display:block}.workspace-tools{margin-top:9px}.timeline-head small{display:none}.timeline-row{grid-template-columns:34px 48px minmax(0,1fr);padding:8px}.gemini-drawer{top:64px;width:min(360px,calc(100vw - 18px))}.gemini-drawer-toggle{top:78px}.gemini-drawer-toggle.open{right:min(360px,calc(100vw - 18px));opacity:0;pointer-events:none}.efficiency-grid{grid-template-columns:1fr}.login-modal,.confirm-modal{padding:24px 18px 18px}.confirm-summary,.confirm-actions{grid-template-columns:1fr}.auth-options{align-items:flex-start}.mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:140;height:62px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #272f3a;background:#0b0e13f5;box-shadow:0 -12px 28px #00000052;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-bottom-nav button{position:relative;min-width:0;display:grid;place-content:center;justify-items:center;gap:4px;padding:5px 2px 4px;border:0;color:#778392;background:transparent;cursor:pointer}.mobile-bottom-nav button:before{position:absolute;top:0;right:20%;left:20%;height:2px;border-radius:0 0 3px 3px;background:transparent;content:""}.mobile-bottom-nav button span{max-width:100%;overflow:hidden;font-size:8px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.mobile-bottom-nav button.active{color:#fff}.mobile-bottom-nav button.active:before{background:var(--pink)}.site-footer{display:grid;padding:18px 12px}.model-settings-page{margin-left:0;padding:18px 12px 88px}.model-settings-head{align-items:stretch;flex-direction:column}.model-settings-actions{justify-content:stretch}.model-settings-actions button{flex:1 1 46%}.model-compact-status{grid-template-columns:1fr}.model-path-details summary{min-height:34px;justify-content:flex-start}.model-asset-import{align-items:stretch;flex-direction:column}.model-asset-import small{width:fit-content}.model-status-grid,.provider-readiness-grid,.gemma-local-workbench,.gemma-local-toggle{grid-template-columns:1fr}.gemma-local-panel-head{align-items:flex-start;flex-direction:column}.gemma-local-panel-head button{width:100%;justify-content:center}.gemma-local-control-head{align-items:stretch;flex-direction:column}.gemma-local-control-head input[type=number],.gemma-local-inline input[type=number]{width:100%}.gemma-local-toolkit-grid{grid-template-columns:1fr}.gemma-local-composer-toolbar{align-items:flex-end}.gemma-local-composer-left{flex-wrap:wrap}.gemma-local-attach-menu{bottom:calc(100% + 7px)}.gemma-local-chat-actions{justify-content:stretch}.gemma-local-chat-actions button{flex:1 1 0;justify-content:center}.model-log-panel pre{min-height:300px;max-height:52vh}.model-log-head,.model-log-head-actions{align-items:stretch;flex-direction:column}.model-log-head-actions,.model-log-head-actions button,.model-log-tabs,.model-trace-filters{width:100%}.model-log-tabs button,.model-trace-filters button{flex:1 1 0}.model-trace-overview,.model-trace-grid{grid-template-columns:1fr}.model-frame-inspector{grid-template-columns:1fr;grid-template-rows:auto auto auto}.model-frame-inspector-head,.model-frame-detail,.model-frame-analysis-grid{grid-template-columns:1fr}.model-frame-inspector-head{display:grid}.model-frame-rail{max-height:none;display:grid;grid-auto-flow:column;grid-auto-columns:112px;overflow-x:auto;overflow-y:hidden;padding:1px 1px 8px}.model-frame-rail>button{grid-template-columns:1fr;gap:5px}.model-frame-detail{display:grid}.model-frame-preview{min-height:190px;overflow-x:auto;justify-content:flex-start}.model-frame-preview>img,.model-frame-preview>div{min-width:240px}.model-vision-cards{grid-template-columns:1fr}.model-frame-message.user,.model-frame-message.assistant{width:100%;justify-self:stretch}.model-frame-analysis-grid pre,.model-frame-analysis-grid .gemma-local-markdown{min-height:140px;max-height:260px}.model-frame-meta button{width:100%;justify-content:center;margin-left:0}.model-trace-flow{grid-template-columns:1fr}.model-trace-flow>div:after{display:none}.model-trace-card summary{grid-template-columns:1fr}.model-trace-status{width:fit-content}.model-trace-counts{justify-content:flex-start}.model-trace-section.output{grid-column:auto}.model-trace-section-head{display:grid}.model-trace-attachment{grid-template-columns:64px minmax(0,1fr)}.model-trace-attachment img,.model-trace-image-placeholder{width:64px;height:52px}}.catalog-live-bar{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 12px;padding:7px 9px 7px 12px;border:1px solid #29323d;border-radius:10px;color:#8e99a8;background:#10161d}.catalog-live-bar>div,.catalog-live-bar>div>span,.catalog-live-bar button{display:flex;align-items:center}.catalog-live-bar>div{min-width:0;gap:9px}.catalog-live-bar>div>span{min-width:0;align-items:flex-start;flex-direction:column;gap:2px}.catalog-live-bar strong{color:#f3f6fa;font-size:12px;line-height:1.2}.catalog-live-bar small{color:#7f8997;font-size:10px;line-height:1.2}.catalog-live-bar.live>div>svg{color:#54d994;filter:drop-shadow(0 0 5px rgb(84 217 148 / 25%))}.catalog-live-bar.refreshing>div>svg{color:#55d6e9}.catalog-live-bar.stale>div>svg{color:#e5ad5e}.catalog-live-bar button{min-height:30px;justify-content:center;gap:6px;flex:0 0 auto;padding:0 10px;border:1px solid #303a47;border-radius:8px;color:#e9eef5;background:#171e27;font-size:10px;font-weight:850;cursor:pointer}.catalog-live-bar button:hover:not(:disabled){border-color:#465363;color:#fff;background:#1c2530}.search-result-summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px;padding:9px 12px;border:1px solid #3a2630;border-radius:12px;background:linear-gradient(100deg,#17131a,#10161d)}.search-result-summary>div,.search-result-summary>div>span,.search-result-summary button{display:flex;align-items:center}.search-result-summary>div{min-width:0;gap:10px}.search-result-summary>div>svg{flex:0 0 auto;color:var(--pink)}.search-result-summary>div>span{min-width:0;flex-direction:column;align-items:flex-start;gap:2px}.search-result-summary strong{overflow:hidden;color:#f5f7fa;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.search-result-summary small{overflow:hidden;color:#9099a7;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.search-result-summary button{min-height:30px;flex:0 0 auto;justify-content:center;gap:6px;padding:0 10px;border:1px solid #394250;border-radius:8px;color:#e8edf4;background:#191f28;font-size:10px;font-weight:800;cursor:pointer}.search-result-summary button:hover{border-color:#596476;color:#fff}@media(max-width:560px){.catalog-live-bar{align-items:stretch}.catalog-live-bar button{min-width:86px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.route-categories .site-sidebar,.route-actresses .site-sidebar,.route-subscribed-actresses .site-sidebar,.route-channels .site-sidebar,.route-categories .gemini-drawer-toggle,.route-actresses .gemini-drawer-toggle,.route-subscribed-actresses .gemini-drawer-toggle,.route-channels .gemini-drawer-toggle{display:none}.route-categories .site-header,.route-actresses .site-header,.route-subscribed-actresses .site-header,.route-channels .site-header{gap:22px;padding-right:max(20px,calc((100vw - 1420px)/2));padding-left:max(20px,calc((100vw - 1420px)/2));border-top:4px solid #48262c;background:#0c1017}.route-categories .jav-menu-button,.route-actresses .jav-menu-button,.route-subscribed-actresses .jav-menu-button,.route-channels .jav-menu-button{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;padding:0;border:1px solid #303844;border-radius:50%;color:#f5f6f8;background:#171c23;cursor:pointer}.route-categories .brand-logo,.route-actresses .brand-logo,.route-subscribed-actresses .brand-logo,.route-channels .brand-logo{color:#ff2f50;font-size:28px;text-transform:none}.route-categories .javtiful-wordmark,.route-actresses .javtiful-wordmark,.route-subscribed-actresses .javtiful-wordmark,.route-channels .javtiful-wordmark{color:#ff263f;font-weight:800;text-transform:none}.route-categories .brand-logo span,.route-actresses .brand-logo span,.route-subscribed-actresses .brand-logo span,.route-channels .brand-logo span{color:inherit}.route-categories .brand-logo b,.route-actresses .brand-logo b,.route-subscribed-actresses .brand-logo b,.route-channels .brand-logo b{display:none}.route-categories .desktop-nav,.route-actresses .desktop-nav,.route-subscribed-actresses .desktop-nav,.route-channels .desktop-nav{gap:8px;margin-left:auto;overflow:visible}.route-categories .desktop-nav>button,.route-categories .desktop-nav>.main-nav-item>button,.route-actresses .desktop-nav>button,.route-actresses .desktop-nav>.main-nav-item>button,.route-subscribed-actresses .desktop-nav>button,.route-subscribed-actresses .desktop-nav>.main-nav-item>button,.route-channels .desktop-nav>button,.route-channels .desktop-nav>.main-nav-item>button{height:36px;padding:0 14px;border-radius:18px;color:#f1f2f5;font-size:15px;font-weight:900}.route-categories .desktop-nav>button:hover,.route-categories .desktop-nav>button.active,.route-categories .desktop-nav>.main-nav-item>button:hover,.route-categories .desktop-nav>.main-nav-item>button.active,.route-actresses .desktop-nav>button:hover,.route-actresses .desktop-nav>button.active,.route-actresses .desktop-nav>.main-nav-item>button:hover,.route-actresses .desktop-nav>.main-nav-item>button.active,.route-subscribed-actresses .desktop-nav>button:hover,.route-subscribed-actresses .desktop-nav>button.active,.route-subscribed-actresses .desktop-nav>.main-nav-item>button:hover,.route-subscribed-actresses .desktop-nav>.main-nav-item>button.active,.route-channels .desktop-nav>button:hover,.route-channels .desktop-nav>button.active,.route-channels .desktop-nav>.main-nav-item>button:hover,.route-channels .desktop-nav>.main-nav-item>button.active{color:#fff;background:#181d25;box-shadow:none}.route-categories .site-search,.route-actresses .site-search,.route-subscribed-actresses .site-search,.route-channels .site-search{min-width:42px;width:42px;height:42px;flex:0 0 42px;justify-content:center;margin-left:auto;padding:0;border:0;border-radius:50%;color:#f3f5f8;background:transparent}.route-categories .site-search input,.route-actresses .site-search input,.route-subscribed-actresses .site-search input,.route-channels .site-search input{display:none}.route-categories .site-search svg,.route-actresses .site-search svg,.route-subscribed-actresses .site-search svg,.route-channels .site-search svg{width:22px;height:22px}.route-categories .header-settings,.route-actresses .header-settings,.route-subscribed-actresses .header-settings,.route-channels .header-settings{width:42px;min-width:42px;height:42px;padding:0;border:0;border-radius:50%;background:transparent;font-size:0}.route-categories .header-settings svg,.route-actresses .header-settings svg,.route-subscribed-actresses .header-settings svg,.route-channels .header-settings svg{width:22px;height:22px}.route-categories .login-button,.route-actresses .login-button,.route-subscribed-actresses .login-button,.route-channels .login-button{height:44px;padding:0 18px;border-radius:999px;color:#f5f6f8;background:#171c23;font-size:13px;font-weight:900}.route-categories .login-button svg,.route-actresses .login-button svg,.route-subscribed-actresses .login-button svg,.route-channels .login-button svg{display:none}.route-categories .directory-page,.route-actresses .directory-page,.route-subscribed-actresses .subscribed-actresses-page,.route-channels .directory-page{width:min(1420px,calc(100vw - 160px));max-width:1420px;margin:0 auto;padding-top:70px}.route-actresses .directory-page,.route-subscribed-actresses .subscribed-actresses-page{width:min(1456px,calc(100vw - 160px));max-width:1456px}.directory-page .directory-hero{display:block;padding:0;border-bottom:0}.directory-page .directory-hero h1{margin:0 0 8px;color:#fff;font-size:46px;line-height:1.05;font-weight:500;letter-spacing:0}.directory-page .directory-hero p{margin:0;color:#fff;font-size:16px;line-height:1.45}.directory-toolbar{display:grid;grid-template-columns:minmax(420px,560px) auto;align-items:center;gap:24px;margin:56px 0 22px}.directory-toolbar>span{justify-self:end;color:#d7e4f4;font-size:16px;font-weight:500}.directory-page .directory-search{height:56px;display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:0;padding:0;overflow:hidden;border:1px solid #2b323c;border-radius:999px;background:#151a21}.directory-page .directory-search input{width:100%;height:100%;padding:0 18px;border:0;color:#eef4fb;background:transparent;font-size:16px}.directory-page .directory-search input::placeholder{color:#7d8794}.directory-page .directory-search button{width:118px;height:56px;padding:0;border:0;border-radius:0 999px 999px 0;color:#fff;background:#f72558;font-size:16px;font-weight:900}.directory-page .directory-letterbar,.directory-page .directory-summary-row{display:none}.directory-grid.categories,.directory-grid.channels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.directory-grid.actresses{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.directory-grid.actresses .directory-card{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.route-actresses .directory-grid.actresses .directory-card{min-height:360px;display:flex;flex-direction:column;align-items:stretch}.route-actresses .directory-grid.actresses .directory-thumb{width:100%;height:auto;flex:0 0 auto;aspect-ratio:1 / 1;margin:0;border-radius:0}.route-actresses .directory-grid.actresses .directory-card-copy{width:100%;flex:1 1 auto;align-content:start}.route-actresses .directory-grid.actresses .directory-card b{flex:0 0 auto}.directory-grid .directory-card{min-height:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;gap:0;padding:0;overflow:hidden;border:1px solid #28313d;border-radius:12px;color:#eef3fa;background:#111720;box-shadow:none}.directory-grid .directory-card:hover{border-color:#394453;background:#141b24;transform:translateY(-2px)}.directory-grid .directory-thumb{grid-row:auto;width:100%;height:auto;margin:0;border:0;border-radius:0;background:#161c25}.directory-grid.categories .directory-thumb,.directory-grid.channels .directory-thumb{aspect-ratio:16 / 9}.directory-grid.actresses .directory-thumb{width:100%;height:auto;aspect-ratio:1 / 1;margin:0;border-radius:0;background:#8b1218}.directory-grid .directory-thumb img{width:100%;height:100%;object-fit:cover}.directory-grid.channels .directory-thumb img{object-fit:contain}.directory-grid .directory-thumb i{color:#fff;background:#1a2230;font-size:28px}.directory-grid.channels .directory-thumb i{color:#f72558;background:#f5f5f2}.directory-grid .directory-card-copy{display:grid;gap:9px;padding:18px 18px 8px}.directory-grid .directory-card-copy strong{color:#fff;font-size:17px;line-height:1.2;font-weight:900;letter-spacing:0;white-space:normal}.directory-grid .directory-card-copy small{color:#c6d4e8;font-size:16px;line-height:1.2}.directory-grid .directory-card b{grid-column:auto;width:max-content;min-width:132px;height:42px;justify-content:center;margin:10px 18px 20px;padding:0 22px;border:1px solid #333b47;border-radius:999px;color:#fff;background:#20252d;font-size:14px;font-weight:900}.directory-grid.categories .directory-card b{display:none}.directory-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin:36px 0 0}.directory-pagination button,.directory-pagination span{min-width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #2e3744;border-radius:999px;color:#f1f6fb;background:#111720;font-size:15px;font-weight:900}.directory-pagination button:first-child,.directory-pagination button:last-child{min-width:82px;padding:0 18px}.directory-pagination button.active{border-color:#ff5f62;background:#ff5f62;box-shadow:0 12px 30px #ff5f6233}.directory-pagination button:disabled{color:#697584;cursor:not-allowed}.directory-pagination span{min-width:34px;border:0;color:#a9b4c3;background:transparent}.subscribed-actresses-page{display:grid;gap:22px}.subscribed-actresses-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px;border:1px solid #27303b;border-radius:12px;background:linear-gradient(135deg,#141a23,#10141b 72%)}.subscribed-actresses-hero span{display:inline-flex;align-items:center;gap:7px;color:#ff5470;font-size:12px;font-weight:900;text-transform:uppercase}.subscribed-actresses-hero h1{margin:8px 0 6px;color:#fff;font-size:34px;line-height:1.08}.subscribed-actresses-hero p{margin:0;color:#9aa6b5;font-size:13px}.subscribed-actresses-hero button,.subscribed-actress-actions button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid #323b48;border-radius:8px;color:#e8edf5;background:#171e28;font-size:12px;font-weight:850;cursor:pointer}.subscribed-actresses-hero button:disabled{opacity:.65;cursor:wait}.subscribed-actresses-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.subscribed-actresses-summary div{min-height:72px;display:grid;align-content:center;gap:5px;padding:14px;border:1px solid #25303c;border-radius:10px;background:#111720}.subscribed-actresses-summary strong{color:#fff;font-size:22px;line-height:1}.subscribed-actresses-summary span{color:#8b96a5;font-size:12px}.subscribed-actress-sections{display:grid;gap:28px}.subscribed-actress-section{display:grid;gap:14px;padding-top:4px}.subscribed-actress-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:10px;border-bottom:1px solid #202935}.subscribed-actress-profile{min-width:0;display:inline-flex;align-items:center;gap:12px;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.subscribed-actress-avatar{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;flex:0 0 52px;border:1px solid #3a2531;border-radius:50%;color:#ff5470;background:#21151b}.subscribed-actress-avatar img{width:100%;height:100%;object-fit:cover}.subscribed-actress-profile strong{display:block;color:#f8fbff;font-size:18px;line-height:1.2}.subscribed-actress-profile small{display:block;margin-top:3px;color:#8591a1;font-size:12px}.subscribed-actress-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.subscribed-actress-actions button:first-child{border-color:#284152;background:#10202c}.subscribed-actress-actions button:last-child{color:#ffb7c2}.subscribed-actress-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:24px 12px}@media(max-width:1500px){.route-categories .directory-page,.route-actresses .directory-page,.route-subscribed-actresses .subscribed-actresses-page,.route-channels .directory-page{width:min(100% - 48px,1240px)}.directory-grid.actresses{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1160px){.directory-grid.categories,.directory-grid.channels{grid-template-columns:repeat(3,minmax(0,1fr))}.directory-grid.actresses{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:820px){.route-categories .directory-page,.route-actresses .directory-page,.route-subscribed-actresses .subscribed-actresses-page,.route-channels .directory-page{width:min(100% - 24px,640px);padding-top:28px}.directory-page .directory-hero h1{font-size:38px}.directory-toolbar{grid-template-columns:1fr;margin-top:32px}.directory-toolbar>span{justify-self:start}.subscribed-actresses-hero,.subscribed-actress-head{align-items:stretch;flex-direction:column}.subscribed-actresses-summary{grid-template-columns:1fr}.subscribed-actress-actions{width:100%}.subscribed-actress-actions button{flex:1 1 140px}.directory-grid.categories,.directory-grid.channels,.directory-grid.actresses{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.directory-grid.categories,.directory-grid.channels,.directory-grid.actresses{grid-template-columns:1fr}}.site-search.search-open{flex:0 1 370px;min-width:min(370px,42vw);width:min(370px,42vw);max-width:420px;justify-content:flex-start;gap:8px;margin-left:12px;padding:0 10px;border:1px solid #343c48;border-radius:20px;color:#aab3bf;background:#151a22}.site-search.search-open:focus-within{border-color:#ff3d66;box-shadow:0 0 0 3px #ff3d661f}.site-search.search-open.has-query{border-color:#713143;background:#19171f}.site-search.search-open input{display:block!important;min-width:0}.site-search.search-open svg{width:17px;height:17px}@media(max-width:900px){.site-search.search-open{flex:1 1 auto;min-width:180px;width:auto}}.subtitle-library-page{display:grid;gap:20px}.subtitle-library-intro{min-height:0;align-items:center;padding-bottom:2px}.subtitle-library-intro h1{font-size:clamp(24px,2vw,32px)}.subtitle-library-intro p{max-width:560px}.library-refresh-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid #303846;border-radius:999px;background:#151a22;color:#eef3fa;font-weight:900}.library-refresh-button:hover:not(:disabled){border-color:#ff4168;color:#fff;background:#1d222d}.subtitle-library-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.subtitle-library-stats div{min-height:58px;display:grid;align-content:center;gap:3px;padding:12px 14px;border:1px solid #26303c;border-radius:10px;background:linear-gradient(145deg,#121821,#0d1118)}.subtitle-library-stats strong{color:#fff;font-size:22px;line-height:1}.subtitle-library-stats span{color:#94a0b2;font-size:11px;font-weight:800}.subtitle-library-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto 180px;gap:10px;align-items:center;padding:10px;border:1px solid #232c39;border-radius:12px;background:#0d131b}.subtitle-search{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #2b3442;border-radius:9px;background:#111822}.subtitle-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#f5f8fc;font-weight:750}.subtitle-filter-row{display:flex;flex-wrap:wrap;gap:6px}.subtitle-filter-row button{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #2b3442;border-radius:8px;background:#121923;color:#c6d0df;font-size:11px;font-weight:900}.subtitle-filter-row button.active{border-color:#39d5e8;color:#fff;background:#11242b}.subtitle-filter-row button span{min-width:18px;padding:2px 5px;border-radius:999px;background:#232d3a;color:#aeb8c8;text-align:center}.subtitle-sort{min-height:40px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:0 10px;border:1px solid #2b3442;border-radius:9px;background:#111822}.subtitle-sort span{color:#7f8da2;font-size:11px;font-weight:900;text-transform:uppercase}.subtitle-sort select{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-weight:850}.subtitle-bulk-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px;border:1px solid #31515d;border-radius:10px;background:linear-gradient(135deg,#10222a,#121923)}.subtitle-bulk-bar strong{margin-right:auto;color:#f6f9fd}.subtitle-bulk-bar button{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #354253;border-radius:8px;background:#151d28;color:#e9f0f8;font-weight:900}.subtitle-library-section{display:grid;gap:12px}.subtitle-library-section .section-heading h2{font-size:18px}.subtitle-active-list{display:grid;gap:8px}.subtitle-active-row{width:100%;display:grid;grid-template-columns:96px 1fr 52px;align-items:center;gap:12px;padding:10px 12px;border:1px solid #253241;border-radius:10px;background:#111821;color:inherit;text-align:left}.subtitle-active-row:hover{border-color:#ff4168;background:#151d28}.subtitle-active-code{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border-radius:8px;background:#ff31581f;color:#ff4d74;font-weight:950;font-size:12px}.subtitle-active-copy{min-width:0;display:grid;gap:6px}.subtitle-active-copy strong{overflow:hidden;color:#fff;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.subtitle-active-copy small{color:#8b97aa;font-size:11px;font-weight:800}.subtitle-active-copy i{width:100%;height:4px;overflow:hidden;border-radius:999px;background:#263141}.subtitle-active-copy i b{display:block;height:100%;border-radius:inherit;background:#36d9ee}.subtitle-active-row em{color:#f5f7fb;font-style:normal;font-size:12px;font-weight:950;text-align:right}.subtitle-completed-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:24px 14px}.subtitle-completed-grid .catalog-card>strong{min-height:36px;margin-top:8px;font-size:12.5px;line-height:1.35}.subtitle-completed-grid .card-meta{margin-top:5px;font-size:10.5px}.subtitle-completed-grid .card-thumb-fallback{background:radial-gradient(circle at top left,#ff31583d,#161d28 55%)}.subtitle-management-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start}.subtitle-select-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;color:#9ba8ba;font-size:12px;font-weight:850}.subtitle-select-row label,.subtitle-card-check{display:inline-flex;align-items:center;gap:8px}.subtitle-managed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.subtitle-managed-card{min-width:0;overflow:hidden;border:1px solid #26303d;border-radius:10px;background:#101721}.subtitle-managed-card.selected{border-color:#39d5e8;box-shadow:0 0 0 1px #39d5e824}.subtitle-managed-card.trashed{opacity:.76}.subtitle-card-thumb{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:radial-gradient(circle at 20% 0%,#ff315838,#151d28 60%)}.subtitle-card-thumb img{width:100%;height:100%;display:block;object-fit:cover}.subtitle-card-thumb span,.subtitle-card-thumb i{position:absolute;bottom:8px;border-radius:7px;background:#05080cd1;color:#fff;font-size:11px;font-weight:950}.subtitle-card-thumb span{left:8px;padding:5px 8px}.subtitle-card-thumb i{right:8px;padding:5px 7px;font-style:normal}.subtitle-card-body{display:grid;gap:9px;padding:10px}.subtitle-card-check{color:#8e9bb0;font-size:11px;font-weight:900;text-transform:uppercase}.subtitle-card-title{min-width:0;display:grid;gap:3px;padding:0;border:0;background:transparent;color:inherit;text-align:left}.subtitle-card-title strong{color:#ff4168;font-size:12px;font-weight:950}.subtitle-card-title span{display:-webkit-box;overflow:hidden;color:#fff;font-size:13px;font-weight:900;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subtitle-card-meta,.subtitle-card-flags,.subtitle-card-actions{display:flex;flex-wrap:wrap;gap:6px}.subtitle-card-meta span{color:#8d99ad;font-size:10.5px;font-weight:850}.subtitle-card-flags b,.subtitle-card-flags em{padding:3px 6px;border-radius:999px;font-size:10px;font-style:normal;font-weight:950}.subtitle-card-flags b{color:#8ff3bd;background:#25d3661f}.subtitle-card-flags em{color:#ffd58a;background:#f59e0b21}.subtitle-card-actions a,.subtitle-card-actions button{min-height:28px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:1px solid #303b4b;border-radius:7px;background:#151d28;color:#edf3fb;font-size:11px;font-weight:900;text-decoration:none}.subtitle-card-actions a:hover,.subtitle-card-actions button:hover:not(:disabled){border-color:#ff4168;color:#fff}.subtitle-card-actions .disabled,.subtitle-detail-actions .disabled{opacity:.42;pointer-events:none}.subtitle-detail-panel{position:sticky;top:88px;display:grid;gap:12px;padding:14px;border:1px solid #26303d;border-radius:12px;background:#101721}.subtitle-detail-head{display:grid;gap:4px}.subtitle-detail-head span{color:#8d99ad;font-size:11px;font-weight:950;text-transform:uppercase}.subtitle-detail-head strong{color:#fff;font-size:18px}.subtitle-detail-open,.subtitle-detail-actions a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #354253;border-radius:8px;background:#151d28;color:#edf3fb;font-weight:900;text-decoration:none}.subtitle-detail-panel dl{display:grid;gap:7px;margin:0}.subtitle-detail-panel dl div{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px;padding:8px 0;border-top:1px solid #202a36}.subtitle-detail-panel dt{color:#7f8da2;font-size:11px;font-weight:950;text-transform:uppercase}.subtitle-detail-panel dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#f3f7fc;font-size:12px;font-weight:850}.subtitle-detail-actions{display:grid;gap:7px}@media(max-width:760px){.subtitle-library-stats,.subtitle-library-toolbar,.subtitle-active-row{grid-template-columns:1fr}.subtitle-active-row em{text-align:left}.subtitle-completed-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 10px}.subtitle-management-layout{grid-template-columns:1fr}.subtitle-detail-panel{position:static}.subtitle-managed-grid{grid-template-columns:1fr}}.route-watch{--watch-content-width: 1500px;--watch-rail-width: 360px;--watch-column-gap: 28px;background:#0d1117;font-family:Nunito,Inter,Segoe UI,sans-serif}.route-watch .site-header{height:70px;padding-right:max(24px,calc((100vw - var(--watch-content-width)) / 2));padding-left:max(24px,calc((100vw - var(--watch-content-width)) / 2));border-bottom-color:#1e242e;box-shadow:0 1px #00000047}.route-watch .mobile-menu{border:1px solid rgb(255 255 255 / 8%);background:#ffffff0f}.route-watch .mobile-menu svg{transform:rotate(90deg)}.route-watch .brand-logo{font-size:27px;font-weight:800;letter-spacing:-.7px}.route-watch .desktop-nav>button,.route-watch .desktop-nav>.main-nav-item>button{gap:7px;padding:0 14px;font-size:15px;font-weight:800;letter-spacing:.03em}.route-watch .watch-page{width:min(var(--watch-content-width),calc(100vw - 48px));max-width:var(--watch-content-width);padding:22px 0 64px}.route-watch .watch-promo-bar{width:calc(100% - var(--watch-rail-width) - var(--watch-column-gap));min-height:52px;margin:14px 0 18px;border-color:#3a2a38;background:linear-gradient(105deg,#381018,#27131c 45%,#181e29);box-shadow:inset 0 1px #ffffff08;font-size:14px}.route-watch .watch-layout{grid-template-columns:minmax(0,1fr) var(--watch-rail-width);gap:var(--watch-column-gap)}.route-watch .watch-main{min-width:0}.route-watch .watch-player{width:100%;aspect-ratio:16 / 9;background:#050608}.route-watch .watch-player .custom-video-player,.route-watch .watch-player video{width:100%;height:100%}.route-watch .watch-heading{margin-top:20px}.route-watch .watch-heading h1{max-width:1080px;font-size:clamp(21.6px,2.5vw,22.4px);line-height:1.25;font-weight:500;letter-spacing:0}.route-watch .watch-action-suite{margin-top:16px;padding-bottom:12px;border-bottom-color:#ffffff1f}.route-watch .watch-reaction-group{display:inline-flex;align-items:center;gap:0;overflow:hidden;border:1px solid rgb(255 255 255 / 8%);border-radius:999px;background:#ffffff0a}.route-watch .watch-reaction-group button{min-width:62px;min-height:39px;justify-content:center;padding:9px 14px;border:0;border-radius:999px;background:transparent}.route-watch .watch-reaction-group button+button{border-left:1px solid rgb(255 255 255 / 10%);border-radius:0 999px 999px 0}.route-watch .watch-reaction-group button:hover{background:#ffffff14}.route-watch .watch-view-count{gap:7px;color:#ffffffb8;font-size:14.7px;font-weight:600}.route-watch .watch-text-action-row{min-height:48px;justify-content:flex-start;gap:18px;margin-top:12px}.route-watch .watch-text-action-row button{min-height:38px;padding:0;border:0;border-radius:0;color:#fff;background:transparent;font-size:15.2px;font-weight:700}.route-watch .watch-text-action-row button:nth-child(3){margin-left:auto}.route-watch .watch-text-action-row button:hover{color:#979797;background:transparent}.route-watch .movie-info-card{gap:16px;margin-top:28px;padding:0;border:0;border-radius:0;background:transparent}.route-watch .watch-actor-card-row{gap:8px;padding:0;border:0;background:transparent}.route-watch .watch-actor-card-row>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.route-watch .watch-actor-card-row button{width:auto;min-height:48px;flex:0 0 auto;padding:0;border:0;border-radius:999px;background:transparent;font-size:15px;font-weight:600}.route-watch .watch-actor-card-row img,.route-watch .watch-actor-card-row i{position:static;width:48px;height:48px;flex-basis:48px;border:1px solid rgb(255 255 255 / 10%);transform:none}.route-watch .watch-actor-card-row button.correction{min-height:37px;padding:8px 13px;border:1px solid rgb(255 93 115 / 36%);color:#f7d8de;background:#ff5d7314;font-size:13px;font-weight:700}.route-watch .movie-chip-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.route-watch .movie-chip-row>span{align-self:center;flex:0 0 110px;color:#ffffffd1;font-size:14px;text-transform:none}.route-watch .movie-chip{width:fit-content;min-height:36px;padding:8px 13px;border:1px solid rgb(255 255 255 / 8%);border-radius:999px;color:#dfe4ea;background:#ffffff0f;font-size:13px}.route-watch .watch-comments-panel{gap:14px;padding:6px 0 0;border:0;border-radius:0;background:transparent}.route-watch .comments-login-note,.route-watch .comments-empty{padding:14px 15px;border:1px solid rgb(255 255 255 / 6%);border-radius:15px;color:#ffffffb8;background:#ffffff06;font-size:14px}.route-watch .ai-panel{align-self:start;top:94px;max-height:calc(100vh - 112px)}.route-watch .side-subtitle-panel{overflow:hidden;border-color:#29323e;border-radius:10px;background:#10161e;box-shadow:0 12px 36px #00000029}.route-watch .side-subtitle-panel .workspace-title{min-height:54px;padding:9px 12px;background:#101720}.route-watch .side-subtitle-panel .timeline-head{min-height:40px;background:#0e141c}.route-watch .side-subtitle-panel .timeline-list{min-height:190px;max-height:min(46vh,650px);padding:6px;background:#0d131a}.route-watch .side-subtitle-panel .timeline-row{min-height:66px;grid-template-columns:34px 54px minmax(0,1fr);gap:9px;margin-bottom:5px;padding:9px;border-color:transparent;border-radius:6px;background:#111821}.route-watch .side-subtitle-panel .timeline-row:hover,.route-watch .side-subtitle-panel .timeline-row.is-selected{border-color:#34404f;background:#161f2a}.route-watch .side-subtitle-panel .timeline-row.is-active{border-color:#56313b;background:linear-gradient(90deg,#24151b,#151d27)}.route-watch .provider-mini,.route-watch .ai-panel-head,.route-watch .queue-mode-strip,.route-watch .ai-action.queue,.route-watch .queue-quick-tools,.route-watch .queue-panel{margin-top:12px;border-color:#2b3440}.route-watch .watch-discovery-head strong{font-size:22px;font-weight:700;letter-spacing:0}@media(min-width:1181px){.route-watch .desktop-nav{display:flex}}@media(max-width:1180px)and (min-width:961px){.route-watch{--watch-rail-width: 330px;--watch-column-gap: 18px}.route-watch .watch-page{width:calc(100vw - 36px)}.route-watch .watch-promo-bar{font-size:12px}.route-watch .watch-text-action-row button{padding:0 9px;font-size:12px}}@media(max-width:960px){.route-watch .watch-page{width:calc(100vw - 24px);padding-top:14px}.route-watch .watch-promo-bar{width:100%;margin-top:4px;padding:10px 14px;text-align:center}.route-watch .watch-player{aspect-ratio:16 / 9}.route-watch .ai-panel{max-height:none}.route-watch .side-subtitle-panel .timeline-list{max-height:360px}.route-watch .watch-text-action-row{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:9px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none}.route-watch .watch-text-action-row::-webkit-scrollbar{display:none}.route-watch .watch-text-action-row button,.route-watch .watch-text-action-row button:nth-child(3){min-width:max-content;min-height:41px;margin-left:0;padding:10px 13px;border:1px solid rgb(255 255 255 / 9%);border-radius:999px;background:linear-gradient(180deg,#ffffff13,#ffffff09);font-size:13px}}.subbed-player-page{gap:18px}.subbed-page-actions{display:flex;flex-wrap:wrap;gap:8px}.subbed-manage-button,.subbed-player-empty button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid #303b4b;border-radius:999px;background:#151d28;color:#edf3fb;font-weight:900}.subbed-manage-button:hover,.subbed-player-empty button:hover{border-color:#39d5e8;color:#fff;background:#11242b}.subbed-player-stats{margin-top:-2px}.subbed-player-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:18px;align-items:start}.subbed-player-main{min-width:0}.subbed-player-stage{max-height:min(72vh,780px)}.subbed-burned-badge{min-height:42px;display:flex;align-items:center;gap:8px;margin:0 0 4px;padding:9px 12px;border-right:1px solid #31515d;border-bottom:1px solid #31515d;border-left:1px solid #31515d;border-radius:0 0 8px 8px;color:#a8edf5;background:#10232a;font-size:12px;font-weight:850}.subbed-player-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;margin-top:4px;padding:14px 0 2px}.subbed-player-heading>div{min-width:0;display:grid;gap:4px}.subbed-player-heading h2{margin:0;overflow:hidden;color:#f7f9fc;font-size:clamp(18px,1.7vw,24px);line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.subbed-player-heading small{color:#8795a8;font-size:11px;font-weight:800}.subbed-player-back{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #2c3745;border-radius:7px;color:#cbd5e1;background:#111821;font-size:11px;font-weight:900}.subbed-player-back:hover{border-color:#ff4168;color:#fff}.subbed-player-download{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #2e6a54;border-radius:7px;color:#9bf3c0;background:#102219;font-size:11px;font-weight:900;text-decoration:none}.subbed-player-download:hover{border-color:#56d987;color:#d8ffe7}.subbed-player-rail{position:sticky;top:86px;height:min(720px,calc(100vh - 108px));min-height:510px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid #293440;border-radius:10px;background:#0e141c;box-shadow:0 16px 42px #0000003d}.subbed-player-rail-heading{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 13px;border-bottom:1px solid #26313e;color:#f1f5f9;background:#111923}.subbed-player-rail-heading span{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:950}.subbed-player-rail-heading small{color:#8290a3;font-size:10px;font-weight:850}.subbed-playlist-list{min-height:0;overflow-y:auto;padding:6px;scrollbar-width:thin;scrollbar-color:#3b4656 #0d131a}.subbed-playlist-list::-webkit-scrollbar{width:7px}.subbed-playlist-list::-webkit-scrollbar-thumb{border-radius:999px;background:#3b4656}.subbed-playlist-item{width:100%;min-height:76px;display:grid;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px;border:1px solid transparent;border-radius:7px;color:#eaf0f7;background:transparent;text-align:left}.subbed-playlist-item:hover{border-color:#2f3d4c;background:#141d28}.subbed-playlist-item.active{border-color:#304f5a;background:linear-gradient(90deg,#132c32,#151d27);box-shadow:inset 2px 0 #39d5e8}.subbed-playlist-thumb{position:relative;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden;border-radius:5px;color:#7c8a9e;background:#1a2431}.subbed-playlist-thumb img{width:100%;height:100%;display:block;object-fit:cover}.subbed-playlist-thumb i{position:absolute;right:4px;bottom:4px;padding:2px 4px;border-radius:3px;color:#fff;background:#000000c2;font-size:8px;font-style:normal;font-weight:950}.subbed-playlist-copy{min-width:0;display:grid;gap:3px}.subbed-playlist-copy strong{overflow:hidden;color:#ff6283;font-size:10px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.subbed-playlist-copy>span{display:-webkit-box;overflow:hidden;color:#ecf1f7;font-size:11px;font-weight:850;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical}.subbed-playlist-copy small{color:#8190a4;font-size:9px;font-weight:750}.subbed-playlist-play{color:#8b99aa}.subbed-playlist-item.active .subbed-playlist-play{color:#4ee2f0}.subbed-export-details{display:flex;align-items:flex-start;gap:10px;padding:13px;border-top:1px solid #26313e;color:#76e6f2;background:#101923}.subbed-export-details>div{display:grid;gap:4px}.subbed-export-details strong{color:#e8f7fa;font-size:11px}.subbed-export-details span{color:#93a6b8;font-size:10px;line-height:1.45}.subbed-video-grid .subtitle-card-thumb i{display:inline-flex;align-items:center;gap:4px}.subbed-player-empty{gap:10px}@media(max-width:1120px){.subbed-player-layout{grid-template-columns:minmax(0,1fr) 330px}.subbed-playlist-item{grid-template-columns:78px minmax(0,1fr) auto}}@media(max-width:960px){.subbed-player-layout{grid-template-columns:1fr}.subbed-player-rail{position:static;height:auto;min-height:0;grid-template-rows:auto auto auto}.subbed-playlist-list{max-height:320px}}@media(max-width:640px){.subbed-page-actions{width:100%}.subbed-page-actions>*{flex:1 1 0}.subbed-player-heading{grid-template-columns:1fr;gap:9px}.subbed-player-heading h2{white-space:normal}.subbed-player-download{justify-self:start}.subbed-playlist-item{grid-template-columns:92px minmax(0,1fr) auto}}.export-library-page{padding-bottom:48px}.export-library-notice{display:flex;align-items:flex-start;gap:10px;margin:0 0 2px;padding:12px 14px;border:1px solid #30526a;border-radius:9px;color:#bcecff;background:#10202b}.export-library-notice>div{display:grid;gap:3px}.export-library-notice strong{color:#eef8ff;font-size:12px}.export-library-notice span{color:#9db4c4;font-size:11px;line-height:1.45}.export-library-notice.warning{border-color:#715f31;color:#ffe38e;background:#272114}.export-library-notice.warning strong{color:#fff2bd}.export-library-notice.critical{border-color:#7a3543;color:#ff9bb1;background:#31151d}.export-library-notice.critical strong{color:#ffe3e9}.export-library-notice.unavailable{border-color:#6c4850;color:#ffb9c6;background:#27181d}.export-library-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.export-library-player{margin-top:2px}.export-library-controls{display:grid;gap:10px;padding:12px;border:1px solid #293441;border-radius:10px;background:linear-gradient(135deg,#101720,#121b25)}.export-library-tabs{display:flex;flex-wrap:wrap;gap:7px}.export-library-tabs button{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #2c3948;border-radius:7px;color:#aebdcd;background:#101720;font-size:11px;font-weight:900}.export-library-tabs button b{min-width:19px;padding:2px 5px;border-radius:999px;color:#8f9dad;background:#1d2936;font-size:10px}.export-library-tabs button:hover{border-color:#496177;color:#edf6ff}.export-library-tabs button.active{border-color:#c33c5b;color:#fff;background:linear-gradient(135deg,#361722,#251720);box-shadow:inset 0 -2px #ff4b6d}.export-library-tabs button.active b{color:#fff;background:#5c2634}.export-library-toolbar{display:flex;flex-wrap:wrap;gap:8px}.export-library-search,.export-library-sort{min-height:36px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #2a3745;border-radius:7px;color:#8796a8;background:#0d141c}.export-library-search{flex:1 1 300px}.export-library-search input,.export-library-sort select{min-width:0;border:0;outline:0;color:#e6eef7;background:transparent;font:inherit}.export-library-search input{flex:1;font-size:12px}.export-library-sort{gap:9px;font-size:10px;font-weight:850}.export-library-sort select{color-scheme:dark;font-size:11px;font-weight:800}.export-library-bulk-actions{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.export-library-bulk-actions label{display:inline-flex;align-items:center;gap:6px;margin-right:auto;color:#aebdcb;font-size:11px;font-weight:800}.export-library-bulk-actions input{accent-color:#f34b6d}.export-library-bulk-actions button,.export-library-card-actions button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;border:1px solid #2c3c4b;border-radius:6px;color:#cfdae6;background:#141e29;font-size:10px;font-weight:900}.export-library-bulk-actions button:hover:not(:disabled),.export-library-card-actions button:hover:not(:disabled){border-color:#49b8ca;color:#eefbff;background:#102a31}.export-library-bulk-actions button.danger,.export-library-card-actions button.danger{border-color:#673242;color:#ffadb9;background:#26151b}.export-library-bulk-actions button.danger:hover:not(:disabled),.export-library-card-actions button.danger:hover:not(:disabled){border-color:#dd4b67;color:#ffe5e9;background:#411a24}.export-library-bulk-actions button:disabled,.export-library-card-actions button:disabled{cursor:not-allowed;opacity:.45}.export-library-grid{margin-top:0}.export-library-card{position:relative;min-width:0}.export-library-card.selected{border-color:#b83f59;box-shadow:0 0 0 1px #ea486a33}.export-library-card.archive .subtitle-card-thumb{filter:saturate(.5)}.export-file-select{position:absolute;top:8px;right:8px;width:24px;height:24px;display:grid;place-items:center;border:1px solid rgb(255 255 255 / 42%);border-radius:6px;background:#080d13d1}.export-file-select input{width:14px;height:14px;accent-color:#f44d6d}.export-library-card-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.export-library-card-heading>strong{min-width:0;overflow:hidden;color:#f1f6fb;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.export-library-card-heading>b{flex:none;max-width:57%;overflow:hidden;padding:3px 5px;border:1px solid #34485b;border-radius:4px;color:#97cce4;background:#11232e;font-size:9px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.export-library-card.legacy .export-library-card-heading>b{color:#e8c696;border-color:#604c32;background:#251e16}.export-library-card.unmanaged_video .export-library-card-heading>b,.export-library-card.archive .export-library-card-heading>b{color:#c0c7d1;border-color:#47505d;background:#1a2029}.export-library-title{display:-webkit-box;min-height:31px;overflow:hidden;color:#dce5ef;font-size:11px;font-weight:800;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.export-library-file-name{overflow:hidden;color:#76879a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.export-library-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:16px;overflow:hidden}.export-library-meta span{overflow:hidden;color:#9eafc0;font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.export-library-meta em{flex:none;color:#ffd071;font-size:9px;font-style:normal;font-weight:900}.export-library-card-actions{display:flex;flex-wrap:wrap;gap:5px}.export-library-card-actions a{min-height:30px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border:1px solid #2c5a49;border-radius:6px;color:#9ce9bf;background:#102219;font-size:10px;font-weight:900;text-decoration:none}.export-library-card-actions a:hover{border-color:#55c887;color:#e0fff0}@media(max-width:780px){.export-library-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.export-library-bulk-actions label{width:100%;margin-right:0}}:root[data-theme=light]{color-scheme:light}:root[data-theme=light] body{background:#f4f6f9}.site-shell.catalog-surface{--catalog-bg: #0d1117;--catalog-surface: #161b22;--catalog-surface-raised: #1d2430;--catalog-line: #30363d;--catalog-text: #f0f6fc;--catalog-muted: #8b949e;--catalog-accent: #ff3f63;min-width:0;overflow-x:clip;color:var(--catalog-text);background:var(--catalog-bg)}.catalog-surface .gemini-drawer:not(.open){visibility:hidden;pointer-events:none}.site-shell.catalog-surface[data-theme=light]{--catalog-bg: #f4f6f9;--catalog-surface: #ffffff;--catalog-surface-raised: #edf1f6;--catalog-line: #d0d7de;--catalog-text: #1f2937;--catalog-muted: #657182;--catalog-accent: #e83257}.catalog-surface .site-header{min-height:78px;height:78px;gap:14px;padding-right:max(20px,calc((100vw - 1600px)/2));padding-left:max(20px,calc((100vw - 1600px)/2));border-top:0;border-bottom-color:var(--catalog-line);color:var(--catalog-text);background:color-mix(in srgb,var(--catalog-bg) 94%,transparent);box-shadow:0 1px #0000001a}.catalog-surface .brand-logo,.catalog-surface .javtiful-wordmark{color:var(--catalog-accent)}.catalog-surface .desktop-nav{overflow:visible}.catalog-surface .desktop-nav>button,.catalog-surface .desktop-nav>.main-nav-item>button{height:38px;padding:0 13px;border-radius:999px;color:var(--catalog-text);font-size:13px;font-weight:800}.catalog-surface .desktop-nav>button:hover,.catalog-surface .desktop-nav>button.active,.catalog-surface .desktop-nav>.main-nav-item>button:hover,.catalog-surface .desktop-nav>.main-nav-item>button.active{color:var(--catalog-text);background:var(--catalog-surface-raised);box-shadow:none}.site-settings-wrap{position:relative;flex:0 0 auto}.catalog-surface .header-settings{min-width:42px;height:42px;justify-content:center;gap:7px;padding:0 12px;border-color:transparent;border-radius:999px;color:var(--catalog-text);background:transparent;font-size:12px;font-weight:800}.catalog-surface .header-settings:hover,.catalog-surface .header-settings.active{border-color:var(--catalog-line);color:var(--catalog-text);background:var(--catalog-surface-raised);box-shadow:none}.site-settings-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:110;width:248px;display:grid;gap:5px;padding:10px;border:1px solid var(--catalog-line);border-radius:14px;color:var(--catalog-text);background:var(--catalog-surface);box-shadow:0 18px 48px #0000003d}.site-settings-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 3px 7px;color:var(--catalog-muted);font-size:11px;font-weight:900;text-transform:uppercase}.site-settings-head button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:var(--catalog-muted);background:transparent;cursor:pointer}.site-settings-head button:hover{color:var(--catalog-text);background:var(--catalog-surface-raised)}.site-settings-option{min-height:52px;display:flex;align-items:center;gap:10px;padding:9px;border:1px solid transparent;border-radius:10px;color:var(--catalog-text);background:transparent;cursor:pointer;text-align:left}.site-settings-option:hover,.site-settings-option[aria-pressed=true]{border-color:var(--catalog-line);background:var(--catalog-surface-raised)}.site-settings-option>svg{color:var(--catalog-accent)}.site-settings-option span{display:grid;gap:2px}.site-settings-option strong{font-size:12px}.site-settings-option small{color:var(--catalog-muted);font-size:10px}.catalog-surface .site-search{width:42px;min-width:42px;height:42px;flex:0 1 42px;justify-content:center;padding:0;border:1px solid transparent;border-radius:999px;color:var(--catalog-text);background:transparent;transition:width .18s ease,flex-basis .18s ease,background .18s ease}.catalog-surface .site-search input{display:none;color:var(--catalog-text);font-size:13px}.catalog-surface .site-search.search-open,.catalog-surface .site-search:focus-within{width:min(306px,27vw);flex-basis:min(306px,27vw);justify-content:flex-start;padding:0 9px;border-color:var(--catalog-line);background:var(--catalog-surface)}.catalog-surface .site-search.search-open input,.catalog-surface .site-search:focus-within input{display:block}.catalog-surface .site-search-submit{flex:0 0 24px;color:var(--catalog-text)}.catalog-surface .site-search-clear{color:var(--catalog-muted)}.catalog-surface .catalog-page{width:min(1600px,calc(100vw - 48px));max-width:1600px;margin:0 auto;padding-top:32px}.catalog-surface .catalog-intro h1,.catalog-surface .directory-page .directory-hero h1,.catalog-surface .directory-detail-copy h1{color:var(--catalog-text)}.catalog-surface .catalog-intro p,.catalog-surface .directory-page .directory-hero p,.catalog-surface .directory-detail-copy p{color:var(--catalog-muted)}.catalog-surface .catalog-control-summary,.catalog-surface .catalog-route-tabs,.catalog-surface .catalog-view-tabs,.catalog-surface .catalog-chip-rail button,.catalog-surface .directory-page .directory-search,.catalog-surface .directory-pagination button{border-color:var(--catalog-line);color:var(--catalog-text);background:var(--catalog-surface)}.catalog-surface .catalog-control-summary strong,.catalog-surface .catalog-route-tabs button.active,.catalog-surface .catalog-view-tabs button.active,.catalog-surface .directory-page .directory-search input{color:var(--catalog-text)}.catalog-surface .catalog-route-tabs button:hover,.catalog-surface .catalog-route-tabs button.active,.catalog-surface .catalog-view-tabs button.active,.catalog-surface .catalog-chip-rail button:hover{background:var(--catalog-surface-raised)}.catalog-surface .catalog-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:30px 18px}.catalog-surface .shelf-grid{grid-auto-columns:minmax(260px,1fr);grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible;padding-bottom:0}.catalog-surface .catalog-card>strong{color:var(--catalog-text)}.catalog-surface .catalog-card:hover>strong{color:var(--catalog-accent)}.catalog-surface .card-meta{color:var(--catalog-muted)}.catalog-surface .quality-badge{color:#ff8aa0}.catalog-surface .directory-grid.categories,.catalog-surface .directory-grid.channels{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.catalog-surface .directory-grid.actresses{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.catalog-surface .directory-grid .directory-card{border-color:var(--catalog-line);color:var(--catalog-text);background:var(--catalog-surface)}.catalog-surface .directory-grid .directory-card:hover{border-color:color-mix(in srgb,var(--catalog-accent) 45%,var(--catalog-line));background:var(--catalog-surface-raised)}.catalog-surface .directory-grid .directory-card-copy strong,.catalog-surface .directory-grid .directory-card b{color:var(--catalog-text)}.catalog-surface .directory-grid .directory-card-copy small,.catalog-surface .directory-toolbar>span{color:var(--catalog-muted)}.catalog-surface .directory-grid .directory-card b{border-color:var(--catalog-line);background:var(--catalog-surface-raised)}.catalog-surface .directory-page .directory-search button{background:var(--catalog-accent)}.catalog-surface.route-watch .watch-page{width:min(1600px,calc(100vw - 48px));max-width:1600px}.catalog-surface.route-watch .watch-heading h1,.catalog-surface.route-watch .watch-discovery-head strong{color:var(--catalog-text)}.catalog-surface.route-watch .watch-view-count,.catalog-surface.route-watch .movie-chip-row>span{color:var(--catalog-muted)}.catalog-surface.route-watch .watch-action-suite{border-bottom-color:var(--catalog-line)}.catalog-surface.route-watch .watch-reaction-group,.catalog-surface.route-watch .movie-chip,.catalog-surface.route-watch .comments-login-note,.catalog-surface.route-watch .comments-empty{border-color:var(--catalog-line);background:var(--catalog-surface)}.catalog-surface.route-watch .watch-text-action-row button,.catalog-surface.route-watch .movie-chip{color:var(--catalog-text)}@media(min-width:960px){.catalog-surface .desktop-nav{display:flex}.catalog-surface .mobile-menu,.catalog-surface .jav-menu-button{display:none}}@media(max-width:1199px)and (min-width:960px){.catalog-surface .site-header{gap:8px;padding-right:16px;padding-left:16px}.catalog-surface .desktop-nav{min-width:0;flex:1 1 auto;overflow-x:auto;scrollbar-width:none}.catalog-surface .desktop-nav::-webkit-scrollbar{display:none}.catalog-surface .desktop-nav>button,.catalog-surface .desktop-nav>.main-nav-item>button{flex:0 0 auto;padding:0 10px;font-size:12px}.catalog-surface .site-search.search-open,.catalog-surface .site-search:focus-within{width:220px;flex-basis:220px}.catalog-surface .catalog-grid,.catalog-surface .shelf-grid,.catalog-surface .directory-grid.categories,.catalog-surface .directory-grid.channels{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-surface .directory-grid.actresses{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:959px){.catalog-surface .site-header{gap:10px;padding-right:16px;padding-left:16px}.catalog-surface .desktop-nav,.catalog-surface .mobile-menu{display:none}.catalog-surface .jav-menu-button{width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid var(--catalog-line);border-radius:50%;color:var(--catalog-text);background:var(--catalog-surface)}.catalog-surface .catalog-page,.catalog-surface.route-watch .watch-page{width:calc(100vw - 32px);padding-top:22px}.catalog-surface .catalog-grid,.catalog-surface .shelf-grid,.catalog-surface.route-watch .related-grid,.catalog-surface .directory-grid.categories,.catalog-surface .directory-grid.channels{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-surface .directory-grid.actresses{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-surface .directory-toolbar{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:30px}.catalog-surface .directory-toolbar>span{justify-self:start}}@media(max-width:639px){.catalog-surface{padding-bottom:68px}.catalog-surface .site-header{min-height:64px;height:64px;padding-right:12px;padding-left:12px}.catalog-surface .brand-logo{min-width:0;font-size:22px}.catalog-surface .site-settings-wrap,.catalog-surface .login-button{display:none}.catalog-surface .site-search{margin-left:auto}.catalog-surface .site-search.search-open,.catalog-surface .site-search:focus-within{position:absolute;right:12px;left:12px;width:auto;flex-basis:auto;z-index:120}.catalog-surface .catalog-page,.catalog-surface.route-watch .watch-page{width:calc(100vw - 24px);padding-top:18px}.catalog-surface .catalog-grid,.catalog-surface .shelf-grid,.catalog-surface.route-watch .related-grid,.catalog-surface .directory-grid.categories,.catalog-surface .directory-grid.channels,.catalog-surface .directory-grid.actresses{grid-template-columns:1fr}.catalog-surface .catalog-grid,.catalog-surface .shelf-grid{gap:22px 12px}.catalog-surface .directory-grid.actresses .directory-card{min-height:0}.catalog-surface .directory-page .directory-hero h1{font-size:30px}.catalog-surface .directory-page .directory-hero p{font-size:14px}.catalog-surface .directory-page .directory-search{height:48px;grid-template-columns:minmax(0,1fr) 96px}.catalog-surface .directory-page .directory-search button{width:96px;height:48px;font-size:14px}.catalog-surface.route-watch .watch-heading h1{font-size:20px}.catalog-surface.route-watch .watch-text-action-row{gap:8px}.catalog-surface .mobile-bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr));border-top-color:var(--catalog-line);background:color-mix(in srgb,var(--catalog-bg) 94%,transparent)}.catalog-surface .mobile-bottom-nav button{color:var(--catalog-muted)}.catalog-surface .mobile-bottom-nav button.active{color:var(--catalog-text)}.catalog-surface .mobile-bottom-nav button.active:before{background:var(--catalog-accent)}}.cloud-app-shell,.cloud-pairing-page{min-height:100dvh;color:#e9f0f7;background:radial-gradient(circle at top right,#18354a 0,transparent 34%),#080b10}.cloud-app-shell{width:min(1460px,100%);margin:0 auto;padding:22px}.cloud-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:5px 0 22px}.cloud-kicker{display:block;color:#74dced;font-size:10px;font-weight:900;letter-spacing:.13em}.cloud-header h1,.cloud-card h2,.cloud-pairing-card h1{margin:4px 0 0;color:#f7fbff;font-size:clamp(21px,3vw,30px);letter-spacing:-.035em}.cloud-header-actions{display:flex;align-items:center;gap:10px}.cloud-health{padding:7px 10px;border:1px solid #294454;border-radius:999px;color:#aebdca;font-size:11px;font-weight:800}.cloud-health.ready{border-color:#2e9573;color:#9df0ca;background:#103126}.cloud-text-button,.cloud-job-actions button,.cloud-editor-actions button{padding:7px 9px;border:1px solid #293a49;border-radius:7px;color:#c5d5df;background:#111a23;font-size:11px;font-weight:800;cursor:pointer}.cloud-text-button:hover,.cloud-job-actions button:hover,.cloud-editor-actions button:hover{border-color:#58bfd3;color:#f2fbff}.cloud-notice{margin:0 0 18px;padding:11px 13px;border:1px solid #28556a;border-radius:10px;color:#bdeff7;background:#0d2733;font-size:13px}.cloud-grid{display:grid;gap:18px}.cloud-workspace{grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr)}.cloud-library-grid{grid-template-columns:minmax(300px,.75fr) minmax(480px,1.25fr);margin-top:18px}.cloud-card{min-width:0;padding:18px;border:1px solid #21313d;border-radius:15px;background:linear-gradient(145deg,#121c25f5,#0a0f15f5);box-shadow:0 18px 40px #0000002b}.cloud-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.cloud-card-heading>div>span{color:#86b4c7;font-size:9px;font-weight:900;letter-spacing:.12em}.cloud-card-heading h2{font-size:18px}.cloud-card-heading>b{flex:0 0 auto;padding:5px 8px;border:1px solid #304754;border-radius:999px;color:#9fc6d3;background:#111f29;font-size:10px}.cloud-new-job{display:grid;gap:12px}.cloud-new-job label,.cloud-pairing-card label{display:grid;gap:6px;color:#aebdca;font-size:11px;font-weight:800}.cloud-new-job input,.cloud-new-job select,.cloud-pairing-card input,.cloud-editor textarea{width:100%;min-width:0;border:1px solid #304352;border-radius:9px;color:#eef8ff;background:#091119}.cloud-new-job input,.cloud-new-job select,.cloud-pairing-card input{height:42px;padding:0 11px}.cloud-new-job input::placeholder{color:#6c7b88}.cloud-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cloud-upload-row{display:flex;align-items:center;gap:10px;min-width:0;color:#91a4b3;font-size:11px}.cloud-upload-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cloud-upload-button{flex:0 0 auto;position:relative;overflow:hidden;display:inline-flex!important;padding:9px 11px;border:1px dashed #4f9daf;border-radius:8px;color:#9ee8f3!important;background:#112a34;cursor:pointer}.cloud-upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.cloud-new-job>button,.cloud-pairing-card button{min-height:44px;border:0;border-radius:9px;color:#061116;background:linear-gradient(135deg,#69d9e9,#a4e8bb);font-size:13px;font-weight:900;cursor:pointer}.cloud-helper{margin:0;color:#8497a5;font-size:11px;line-height:1.5}.cloud-list{display:grid;gap:8px;max-height:430px;overflow:auto;padding-right:2px}.cloud-job{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 10px;padding:11px;border:1px solid #243641;border-radius:10px;background:#0c141c}.cloud-job strong,.cloud-library-item strong{overflow:hidden;display:block;color:#e6f1f7;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.cloud-job small,.cloud-library-item small{overflow:hidden;display:block;margin-top:3px;color:#8da1b0;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.cloud-status{align-self:start;padding:3px 6px;border-radius:999px;color:#b8c7d1;background:#263540;font-size:9px;font-weight:900;text-transform:uppercase}.cloud-status.running{color:#83eaff;background:#0f3a49}.cloud-status.completed{color:#a5f2c8;background:#133a2d}.cloud-status.failed,.cloud-status.canceled{color:#ffc0bd;background:#442126}.cloud-progress{grid-column:1 / -1;height:4px;overflow:hidden;border-radius:999px;background:#273642}.cloud-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#50c5dc,#a8efbb)}.cloud-job-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:6px}.cloud-empty{margin:8px 0;color:#8799a8;font-size:12px;line-height:1.5}.cloud-library-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px;border:1px solid #253743;border-radius:10px;color:inherit;text-align:left;background:#0c141c;cursor:pointer}.cloud-library-item:hover,.cloud-library-item.selected{border-color:#54bed2;background:#112532}.cloud-library-item>span{min-width:0}.cloud-library-item em{flex:0 0 auto;color:#9ed6df;font-size:10px;font-style:normal;font-weight:800}.cloud-player{width:100%;margin-top:14px;border:1px solid #273b47;border-radius:10px;background:#000}.cloud-editor{display:grid;grid-template-rows:auto auto minmax(260px,.9fr) minmax(120px,.45fr);min-height:620px}.cloud-editor textarea{min-height:260px;resize:vertical;padding:12px;color:#d8edf4;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.cloud-editor-actions{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.cloud-editor-actions button:last-child{color:#062016;border-color:#61d9a3;background:#88e6b6}.cloud-cue-list{display:grid;gap:1px;overflow:auto;margin-top:11px;border:1px solid #263944;border-radius:10px;background:#091016}.cloud-cue-list>div{display:grid;grid-template-columns:94px minmax(0,1fr) auto;gap:9px;align-items:start;padding:8px 10px;border-bottom:1px solid #1c2a33}.cloud-cue-list>div.review{border-left:3px solid #f4c76c;background:#251f12}.cloud-cue-list time{color:#78b9ca;font:10px ui-monospace,monospace}.cloud-cue-list p{margin:0;color:#c6d7e0;font-size:11px;line-height:1.4}.cloud-cue-list small{color:#f4cf7a;font-size:9px;white-space:nowrap}.cloud-pairing-page{display:grid;place-items:center;padding:22px}.cloud-pairing-card{width:min(430px,100%);display:grid;gap:16px;padding:28px;border:1px solid #294453;border-radius:18px;background:linear-gradient(145deg,#152c3a,#0c1219);box-shadow:0 30px 70px #0000005c}.cloud-pairing-card p{margin:0;color:#b6c6d0;font-size:13px;line-height:1.6}.cloud-pairing-card form{display:grid;gap:12px}.cloud-pairing-card small{color:#8b9daa;font-size:10px}.cloud-error{padding:8px;border:1px solid #73383d;border-radius:7px;color:#ffc4c2!important;background:#321619}@media(max-width:820px){.cloud-workspace,.cloud-library-grid{grid-template-columns:1fr}.cloud-header{align-items:flex-start;flex-direction:column}.cloud-header-actions{width:100%;justify-content:space-between}.cloud-editor{min-height:0}.cloud-list{max-height:330px}}@media(max-width:480px){.cloud-app-shell{padding:14px}.cloud-card{padding:14px;border-radius:12px}.cloud-header h1{font-size:24px}.cloud-form-grid{grid-template-columns:1fr}.cloud-health{display:none}.cloud-header-actions{justify-content:flex-end}.cloud-editor{grid-template-rows:auto auto minmax(240px,.9fr) minmax(130px,.45fr)}.cloud-cue-list>div{grid-template-columns:76px minmax(0,1fr)}.cloud-cue-list small{grid-column:2}.cloud-pairing-card{padding:22px}}.route-subtitles .subtitle-cinema-page{--subtitle-cinema-bg: #0c1118;--subtitle-cinema-surface: #121a25;--subtitle-cinema-surface-raised: #172130;--subtitle-cinema-line: #263447;--subtitle-cinema-text: #f3f7fc;--subtitle-cinema-muted: #91a0b4;--subtitle-cinema-accent: #ff4b70;--subtitle-cinema-success: #65d99a;display:grid;gap:22px}.route-subtitles .subtitle-cinema-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--subtitle-cinema-line)}.route-subtitles .subtitle-cinema-heading{min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 14px}.route-subtitles .subtitle-cinema-heading h1{margin:0;color:var(--subtitle-cinema-text);font-size:clamp(25px,2.2vw,34px);letter-spacing:-.04em}.route-subtitles .subtitle-cinema-heading>span,.route-subtitles .subtitle-cinema-section-heading>small{color:var(--subtitle-cinema-muted);font-size:12px;font-weight:800}.route-subtitles .subtitle-cinema-heading>span{padding:6px 9px;border:1px solid var(--subtitle-cinema-line);border-radius:999px;background:color-mix(in srgb,var(--subtitle-cinema-surface) 84%,transparent)}.route-subtitles .subtitle-cinema-refresh{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:1px solid var(--subtitle-cinema-line);border-radius:50%;background:var(--subtitle-cinema-surface);color:var(--subtitle-cinema-text)}.route-subtitles .subtitle-cinema-refresh:hover:not(:disabled){border-color:color-mix(in srgb,var(--subtitle-cinema-accent) 65%,var(--subtitle-cinema-line));background:var(--subtitle-cinema-surface-raised);color:#fff}.route-subtitles .subtitle-cinema-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:8px;padding:8px;border:1px solid var(--subtitle-cinema-line);border-radius:14px;background:color-mix(in srgb,var(--subtitle-cinema-bg) 82%,#192434)}.route-subtitles .subtitle-cinema-search{min-height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid transparent;border-radius:10px;background:var(--subtitle-cinema-surface);color:var(--subtitle-cinema-muted)}.route-subtitles .subtitle-cinema-search:focus-within{border-color:color-mix(in srgb,var(--subtitle-cinema-accent) 60%,var(--subtitle-cinema-line))}.route-subtitles .subtitle-cinema-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--subtitle-cinema-text);font:inherit;font-weight:750}.route-subtitles .subtitle-cinema-search input::placeholder{color:#718095}.route-subtitles .subtitle-cinema-filters{display:flex;align-items:center;gap:5px}.route-subtitles .subtitle-cinema-filters button{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 9px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--subtitle-cinema-muted);font-size:11px;font-weight:900;white-space:nowrap}.route-subtitles .subtitle-cinema-filters button:hover{color:var(--subtitle-cinema-text);background:var(--subtitle-cinema-surface)}.route-subtitles .subtitle-cinema-filters button.active{border-color:color-mix(in srgb,var(--subtitle-cinema-accent) 55%,var(--subtitle-cinema-line));background:#ff4b701f;color:#fff}.route-subtitles .subtitle-cinema-filters button>span{min-width:18px;padding:2px 5px;border-radius:999px;background:#8fa0b421;color:inherit;font-size:10px;text-align:center}.route-subtitles .subtitle-cinema-sort{min-height:40px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;padding:0 10px;border-radius:10px;background:var(--subtitle-cinema-surface)}.route-subtitles .subtitle-cinema-sort>span{color:#748399;font-size:10px;font-weight:900;text-transform:uppercase}.route-subtitles .subtitle-cinema-sort select{min-width:104px;border:0;outline:0;background:transparent;color:var(--subtitle-cinema-text);font:inherit;font-size:12px;font-weight:850}.route-subtitles .subtitle-cinema-processing,.route-subtitles .subtitle-cinema-library{display:grid;gap:12px}.route-subtitles .subtitle-cinema-processing{padding:14px;border:1px solid color-mix(in srgb,var(--subtitle-cinema-accent) 32%,var(--subtitle-cinema-line));border-radius:16px;background:linear-gradient(120deg,rgba(255,75,112,.1),var(--subtitle-cinema-surface) 48%)}.route-subtitles .subtitle-cinema-section-heading{display:flex;align-items:end;justify-content:space-between;gap:12px}.route-subtitles .subtitle-cinema-section-heading>div{display:grid;gap:3px}.route-subtitles .subtitle-cinema-section-heading>div>span{color:var(--subtitle-cinema-accent);font-size:10px;font-weight:950;letter-spacing:.12em}.route-subtitles .subtitle-cinema-section-heading h2{margin:0;color:var(--subtitle-cinema-text);font-size:19px;letter-spacing:-.02em}.route-subtitles .subtitle-cinema-processing-list{display:grid;gap:7px}.route-subtitles .subtitle-cinema-processing-row{width:100%;display:grid;grid-template-columns:82px minmax(0,1fr) 44px;align-items:center;gap:12px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--subtitle-cinema-line) 92%,transparent);border-radius:11px;background:#080d1470;color:inherit;text-align:left}.route-subtitles .subtitle-cinema-processing-row:hover{border-color:color-mix(in srgb,var(--subtitle-cinema-accent) 52%,var(--subtitle-cinema-line))}.route-subtitles .subtitle-cinema-processing-code{overflow:hidden;color:#ff91a7;font-size:11px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.route-subtitles .subtitle-cinema-processing-copy{min-width:0;display:grid;gap:4px}.route-subtitles .subtitle-cinema-processing-copy strong{overflow:hidden;color:var(--subtitle-cinema-text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.route-subtitles .subtitle-cinema-processing-copy small{color:var(--subtitle-cinema-muted);font-size:11px;font-weight:700}.route-subtitles .subtitle-cinema-processing-copy i{height:3px;overflow:hidden;border-radius:999px;background:#ffffff17}.route-subtitles .subtitle-cinema-processing-copy i b{display:block;height:100%;border-radius:inherit;background:var(--subtitle-cinema-accent)}.route-subtitles .subtitle-cinema-processing-row>em{color:#ffbed0;font-size:11px;font-style:normal;font-weight:950;text-align:right}.route-subtitles .subtitle-cinematic-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px 14px}.route-subtitles .subtitle-cinematic-card{position:relative;z-index:1;min-width:0;border-radius:16px;transition:transform .18s ease,filter .18s ease}.route-subtitles .subtitle-cinematic-card:hover{z-index:2;transform:translateY(-3px)}.route-subtitles .subtitle-cinematic-card.download-menu-open{z-index:12}.route-subtitles .subtitle-cinematic-media{position:relative;width:100%;aspect-ratio:16 / 9;display:block;overflow:hidden;padding:0;border:1px solid var(--subtitle-cinema-line);border-bottom:0;border-radius:16px 16px 0 0;background:#182332;color:inherit;cursor:pointer}.route-subtitles .subtitle-cinematic-media:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#02060b0a 34%,#02060bb8);pointer-events:none}.route-subtitles .subtitle-cinematic-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}.route-subtitles .subtitle-cinematic-card:hover .subtitle-cinematic-media img{transform:scale(1.045)}.route-subtitles .subtitle-cinematic-code,.route-subtitles .subtitle-cinematic-state,.route-subtitles .subtitle-cinematic-play{position:absolute;z-index:1}.route-subtitles .subtitle-cinematic-code{bottom:10px;left:10px;color:#fff;font-size:11px;font-weight:950;letter-spacing:.02em;text-shadow:0 1px 8px rgba(0,0,0,.8)}.route-subtitles .subtitle-cinematic-state{top:10px;right:10px;padding:4px 7px;border-radius:999px;background:#04080db8;color:#d7dfeb;font-size:10px;font-weight:950}.route-subtitles .subtitle-cinematic-state.ready{background:#1f9155e0;color:#e7fff0}.route-subtitles .subtitle-cinematic-state.active{background:#da7730e6;color:#fff4df}.route-subtitles .subtitle-cinematic-play{top:50%;left:50%;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#080c12bd;color:#fff;opacity:0;transform:translate(-50%,-42%) scale(.92);transition:opacity .18s ease,transform .18s ease}.route-subtitles .subtitle-cinematic-card:hover .subtitle-cinematic-play,.route-subtitles .subtitle-cinematic-media:focus-visible .subtitle-cinematic-play{opacity:1;transform:translate(-50%,-50%) scale(1)}.route-subtitles .subtitle-cinematic-body{display:grid;gap:9px;padding:11px 12px 10px;border:1px solid var(--subtitle-cinema-line);border-radius:0 0 16px 16px;background:var(--subtitle-cinema-surface);transition:border-color .18s ease,background .18s ease}.route-subtitles .subtitle-cinematic-card:hover .subtitle-cinematic-body{border-color:color-mix(in srgb,var(--subtitle-cinema-accent) 42%,var(--subtitle-cinema-line));background:var(--subtitle-cinema-surface-raised)}.route-subtitles .subtitle-cinematic-title{min-width:0;min-height:36px;display:block;padding:0;border:0;background:transparent;color:var(--subtitle-cinema-text);font:inherit;font-size:13px;font-weight:850;line-height:1.4;text-align:left}.route-subtitles .subtitle-cinematic-title>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.route-subtitles .subtitle-cinematic-title:hover{color:#fff}.route-subtitles .subtitle-cinematic-languages{display:flex;gap:5px}.route-subtitles .subtitle-cinematic-languages>span{padding:3px 6px;border-radius:999px;background:#8e9fb51c;color:#92a0b4;font-size:10px;font-weight:950}.route-subtitles .subtitle-cinematic-languages>span.ready{color:#9df0bd;background:#3dbe7021}.route-subtitles .subtitle-cinematic-languages>span.active{color:#ffd089;background:#f0993021}.route-subtitles .subtitle-cinematic-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--subtitle-cinema-muted);font-size:10.5px;font-weight:800}.route-subtitles .subtitle-cinematic-actions>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-subtitles .subtitle-cinematic-download{position:relative;flex:0 0 auto}.route-subtitles .subtitle-cinematic-download-trigger{width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid var(--subtitle-cinema-line);border-radius:9px;background:#05090f3d;color:var(--subtitle-cinema-text)}.route-subtitles .subtitle-cinematic-download-trigger:hover:not(:disabled),.route-subtitles .subtitle-cinematic-download-trigger[aria-expanded=true]{border-color:color-mix(in srgb,var(--subtitle-cinema-accent) 60%,var(--subtitle-cinema-line));color:#fff}.route-subtitles .subtitle-cinematic-download-trigger:disabled{cursor:not-allowed;opacity:.38}.route-subtitles .subtitle-cinematic-download-menu{position:absolute;z-index:20;right:0;bottom:calc(100% + 8px);width:168px;display:grid;gap:3px;padding:6px;border:1px solid color-mix(in srgb,var(--subtitle-cinema-accent) 35%,var(--subtitle-cinema-line));border-radius:12px;background:#101925;box-shadow:0 14px 32px #0000005c}.route-subtitles .subtitle-cinematic-download-menu a{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;padding:7px;border-radius:8px;color:var(--subtitle-cinema-text);font-size:11px;text-decoration:none}.route-subtitles .subtitle-cinematic-download-menu a:hover,.route-subtitles .subtitle-cinematic-download-menu a:focus-visible{background:var(--subtitle-cinema-surface-raised)}.route-subtitles .subtitle-cinematic-download-menu strong{color:#ff9eb2;font-size:10px}.route-subtitles .subtitle-cinematic-download-menu span{color:var(--subtitle-cinema-muted)}.route-subtitles .subtitle-cinema-refresh:focus-visible,.route-subtitles .subtitle-cinema-filters button:focus-visible,.route-subtitles .subtitle-cinematic-media:focus-visible,.route-subtitles .subtitle-cinematic-title:focus-visible,.route-subtitles .subtitle-cinematic-download-trigger:focus-visible,.route-subtitles .subtitle-cinematic-download-menu a:focus-visible{outline:2px solid color-mix(in srgb,var(--subtitle-cinema-accent) 80%,#fff);outline-offset:2px}@media(max-width:1199px)and (min-width:960px){.route-subtitles .subtitle-cinematic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:959px){.route-subtitles .subtitle-cinema-toolbar{grid-template-columns:minmax(0,1fr) auto}.route-subtitles .subtitle-cinema-filters{grid-column:1 / -1}.route-subtitles .subtitle-cinematic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.route-subtitles .subtitle-cinema-page{gap:18px}.route-subtitles .subtitle-cinema-hero{align-items:flex-start;padding-bottom:13px}.route-subtitles .subtitle-cinema-heading{display:grid;gap:7px}.route-subtitles .subtitle-cinema-heading h1{font-size:27px}.route-subtitles .subtitle-cinema-toolbar{grid-template-columns:minmax(0,1fr)}.route-subtitles .subtitle-cinema-filters{grid-column:auto;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.route-subtitles .subtitle-cinema-filters::-webkit-scrollbar{display:none}.route-subtitles .subtitle-cinema-filters button{flex:0 0 auto}.route-subtitles .subtitle-cinema-sort{justify-self:stretch}.route-subtitles .subtitle-cinema-processing{padding:11px}.route-subtitles .subtitle-cinema-processing-row{grid-template-columns:1fr 42px;gap:8px}.route-subtitles .subtitle-cinema-processing-code{grid-column:1 / -1}.route-subtitles .subtitle-cinematic-grid{grid-template-columns:minmax(0,1fr);gap:16px}}.gemini-drawer{--translation-drawer-bg: #0d1219;--translation-surface: #121923;--translation-surface-raised: #17212d;--translation-line: #273343;--translation-text: #f3f7fb;--translation-muted: #8d9aab;--translation-accent: #62d8ec;--translation-accent-soft: #102933;--translation-success: #68dfab;width:min(440px,calc(100vw - 24px));overflow:hidden;border-color:#2a3746;background:var(--translation-drawer-bg);box-shadow:-22px 0 54px #00000075}.gemini-drawer-toggle.open{right:min(440px,calc(100vw - 24px))}.gemini-drawer-head{min-height:64px;padding:13px 16px;border-color:var(--translation-line);background:linear-gradient(110deg,#111a25,#0d1219 72%)}.gemini-drawer-head>div{gap:10px;color:var(--translation-accent)}.gemini-drawer-head strong{color:var(--translation-text);font-size:14px;letter-spacing:-.01em}.gemini-drawer-head small{color:var(--translation-muted);font-size:10px}.gemini-drawer-head button,.gemini-drawer .translation-model-refresh{width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:1px solid var(--translation-line);border-radius:9px;color:#b9c8d7;background:#ffffff08;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.gemini-drawer-head button:hover,.gemini-drawer .translation-model-refresh:hover{border-color:#466375;color:var(--translation-text);background:#182633}.gemini-drawer .translation-model-refresh:disabled{cursor:default;opacity:.5}.gemini-drawer .translation-settings-summary{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid var(--translation-line);background:#0b1017}.gemini-drawer .translation-summary-dot{width:8px;height:8px;border-radius:50%;background:#718094;box-shadow:0 0 0 4px #7180941a}.gemini-drawer .translation-settings-summary.ready .translation-summary-dot,.gemini-drawer .translation-settings-summary[data-state=ready] .translation-summary-dot{background:var(--translation-success);box-shadow:0 0 0 4px #68dfab1f}.gemini-drawer .translation-settings-summary.warning .translation-summary-dot,.gemini-drawer .translation-settings-summary[data-state=warning] .translation-summary-dot{background:#f7bf63}.gemini-drawer .translation-settings-summary>div{min-width:0;display:grid;gap:2px}.gemini-drawer .translation-settings-summary strong{overflow:hidden;color:#dce8f1;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.gemini-drawer .translation-settings-summary small{overflow:hidden;color:var(--translation-muted);font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.gemini-drawer .gemini-tabs{grid-template-columns:repeat(4,minmax(0,1fr));border-color:var(--translation-line);background:#101720}.gemini-drawer .gemini-tabs button{min-width:0;height:42px;gap:4px;border-color:var(--translation-line);color:#96a5b5;background:transparent;font-size:10px;letter-spacing:.01em}.gemini-drawer .gemini-tabs button:hover{color:#dce8f1;background:#ffffff08}.gemini-drawer .gemini-tabs button.active{color:var(--translation-text);background:#17212c;box-shadow:inset 0 -2px var(--translation-accent)}.gemini-drawer .gemini-tabs button span{color:#dff8fd;background:#263848}.gemini-drawer-body{min-width:0;padding:16px;background:var(--translation-drawer-bg);overscroll-behavior:contain;scrollbar-color:#3a4858 transparent;scrollbar-gutter:stable}.gemini-drawer .translation-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gemini-drawer .translation-provider-card{min-width:0;min-height:76px;display:grid;grid-template-columns:auto minmax(0,1fr);align-content:center;align-items:center;gap:8px 9px;padding:10px;border:1px solid var(--translation-line);border-radius:12px;color:#b7c4d0;background:var(--translation-surface);cursor:pointer;font:inherit;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease}.gemini-drawer .translation-provider-card>svg{color:#92a3b5}.gemini-drawer .translation-provider-card>span{min-width:0;display:grid;gap:3px}.gemini-drawer .translation-provider-card strong{overflow:hidden;display:flex;align-items:center;gap:5px;color:#e5edf5;font-size:11px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.gemini-drawer .translation-provider-card strong b{padding:2px 5px;border:1px solid #344454;border-radius:999px;color:#93a3b4;font-size:7px;line-height:1;letter-spacing:.04em;text-transform:uppercase}.gemini-drawer .translation-provider-card small{overflow:hidden;color:var(--translation-muted);font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.gemini-drawer .translation-provider-card em{grid-column:2;justify-self:start;padding:3px 6px;border:1px solid #314354;border-radius:999px;color:#9aabba;background:#ffffff05;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.04em;line-height:1;text-transform:uppercase}.gemini-drawer .translation-provider-card:hover{border-color:#466071;background:var(--translation-surface-raised);transform:translateY(-1px)}.gemini-drawer .translation-provider-card.ready em,.gemini-drawer .translation-provider-card[data-ready=true] em{border-color:#256447;color:#92edbd;background:#11251c}.gemini-drawer .translation-provider-card.active,.gemini-drawer .translation-provider-card[aria-pressed=true]{border-color:#3a9cb1;color:#e7fbff;background:linear-gradient(135deg,#102a33,#13202b);box-shadow:inset 0 0 0 1px #62d8ec1f}.gemini-drawer .translation-provider-card.active>svg,.gemini-drawer .translation-provider-card[aria-pressed=true]>svg{color:var(--translation-accent)}.gemini-drawer .translation-model-panel{min-width:0;display:grid;gap:11px;margin-top:12px;padding:13px;border:1px solid var(--translation-line);border-radius:13px;background:linear-gradient(145deg,#16212df5,#0e141df5)}.gemini-drawer .translation-model-panel-head{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.gemini-drawer .translation-model-panel-head>div{min-width:0;display:grid;gap:3px}.gemini-drawer .translation-model-panel-head span{color:#8fa2b4;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.gemini-drawer .translation-model-panel-head strong{overflow:hidden;color:var(--translation-text);font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.gemini-drawer .translation-model-panel-head small{overflow:hidden;color:var(--translation-muted);font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.gemini-drawer .lmstudio-model-row{min-width:0;display:grid;gap:6px;margin:0}.gemini-drawer .lmstudio-model-row>span{color:#aab9c8;font-size:9px;font-weight:800}.gemini-drawer .lmstudio-model-row select{width:100%;min-width:0;height:38px;padding:0 32px 0 10px;border:1px solid #384b5d;border-radius:9px;color:#eef7fb;background:#0a1119;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.gemini-drawer .lmstudio-model-row select:hover{border-color:#587184}.gemini-drawer .lmstudio-model-row select:disabled{cursor:default;opacity:.58}.gemini-drawer .lmstudio-model-status{min-width:0;display:flex;align-items:center;gap:7px;padding:8px 9px;border:1px solid #283a49;border-radius:9px;color:#a5b6c5;background:#060c1275;font-size:10px;line-height:1.35}.gemini-drawer .lmstudio-model-status>span:first-child{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#718094}.gemini-drawer .lmstudio-model-status>.loaded,.gemini-drawer .lmstudio-model-status.loaded>span:first-child{background:var(--translation-success);box-shadow:0 0 0 3px #68dfab1a}.gemini-drawer .lmstudio-model-status>.available,.gemini-drawer .lmstudio-model-status.available>span:first-child{background:var(--translation-accent)}.gemini-drawer .lmstudio-model-status>.missing,.gemini-drawer .lmstudio-model-status.missing>span:first-child{background:#f59c89}.gemini-drawer .lmstudio-model-list{min-width:0;max-height:184px;display:grid;gap:5px;overflow:auto;padding:5px;border:1px solid #293b4b;border-radius:9px;background:#0b121a;scrollbar-color:#3a4c5e transparent}.gemini-drawer .lmstudio-model-list .lmstudio-model-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;border:1px solid transparent;border-radius:7px;background:transparent}.gemini-drawer .lmstudio-model-list .lmstudio-model-row:hover,.gemini-drawer .lmstudio-model-list .lmstudio-model-row.selected{border-color:#385469;background:#142532}.gemini-drawer .lmstudio-model-list .lmstudio-model-row>span{min-width:0;display:grid;gap:2px}.gemini-drawer .lmstudio-model-list .lmstudio-model-row strong,.gemini-drawer .lmstudio-model-list .lmstudio-model-row small{overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap}.gemini-drawer .lmstudio-model-list .lmstudio-model-row strong{color:#dce8f2;font-size:10px}.gemini-drawer .lmstudio-model-list .lmstudio-model-row small{color:var(--translation-muted);font-size:9px}.gemini-drawer .translation-model-panel.api{grid-template-columns:repeat(2,minmax(0,1fr));border-color:#31475b;background:linear-gradient(145deg,#132536,#111923)}.gemini-drawer .translation-model-panel.api .translation-model-panel-head{grid-column:1 / -1}.gemini-drawer .translation-model-panel.api .drawer-field{grid-column:1 / -1;margin-top:0}.gemini-drawer .translation-model-panel.readonly{border-color:#344353;background:linear-gradient(145deg,#17212c,#111922)}.gemini-drawer .translation-runtime-info{min-width:0;display:grid;gap:4px;padding:10px;border:1px solid #2b4051;border-radius:9px;background:#040a1061}.gemini-drawer .translation-runtime-info>span{color:#8fa4b5;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.gemini-drawer .translation-runtime-info strong{overflow:hidden;color:#dfeaf2;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.gemini-drawer .translation-runtime-info.active{border-color:#3c92a7;background:#102b35}.gemini-drawer .translation-runtime-info.active>span{color:#83e6f5}.gemini-drawer .translation-runtime-info.active strong{color:#e8fcff}.gemini-drawer .translation-advanced{min-width:0;margin-top:12px;border:1px solid var(--translation-line);border-radius:11px;background:#111923}.gemini-drawer .translation-advanced>summary{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;color:#c8d5e1;cursor:pointer;font-size:11px;font-weight:800;list-style:none}.gemini-drawer .translation-advanced>summary::-webkit-details-marker{display:none}.gemini-drawer .translation-advanced>summary:after{color:#8da5b7;content:"+";font-size:17px;font-weight:400}.gemini-drawer .translation-advanced[open]>summary{border-bottom:1px solid var(--translation-line)}.gemini-drawer .translation-advanced[open]>summary:after{content:"−"}.gemini-drawer .translation-advanced>:not(summary){margin:12px}.gemini-drawer .engine-picker,.gemini-drawer .pipeline-mode-panel,.gemini-drawer .speaker-accuracy-grid,.gemini-drawer .gemini-key-form,.gemini-drawer .drawer-copy-card,.gemini-drawer .drawer-status,.gemini-drawer .efficiency-grid>span{border-color:var(--translation-line);border-radius:11px;background:var(--translation-surface)}.gemini-drawer .engine-picker,.gemini-drawer .pipeline-mode-panel,.gemini-drawer .speaker-accuracy-grid{padding:12px}.gemini-drawer .engine-picker-head strong,.gemini-drawer .pipeline-mode-head strong{font-size:12px}.gemini-drawer .engine-picker-head small,.gemini-drawer .pipeline-mode-head small{font-size:9px}.gemini-drawer .engine-card-grid,.gemini-drawer .pipeline-mode-grid{gap:7px}.gemini-drawer .engine-card-grid button,.gemini-drawer .pipeline-mode-grid button{border-color:#2d3d4d;border-radius:8px;background:#101720}.gemini-drawer .engine-card-grid button.active,.gemini-drawer .pipeline-mode-grid button.active{border-color:#3895aa;background:#102a33;box-shadow:inset 0 -2px var(--translation-accent)}.gemini-drawer .drawer-field input,.gemini-drawer .drawer-field select{border-color:#344657;border-radius:8px;background:#0b1119}.gemini-drawer .drawer-field input:focus,.gemini-drawer .drawer-field select:focus,.gemini-drawer .lmstudio-model-row select:focus{border-color:var(--translation-accent);outline:2px solid rgb(98 216 236 / 18%);outline-offset:1px}.gemini-drawer .translation-model-refresh:focus-visible,.gemini-drawer .translation-provider-card:focus-visible,.gemini-drawer .gemini-tabs button:focus-visible,.gemini-drawer .translation-advanced>summary:focus-visible{outline:2px solid var(--translation-accent);outline-offset:-2px}@media(max-width:639px){.gemini-drawer{top:64px;width:100vw;border-left:0}.gemini-drawer-toggle.open{right:0;opacity:0;pointer-events:none}.gemini-drawer-head{min-height:60px;padding-inline:14px}.gemini-drawer .translation-settings-summary,.gemini-drawer-body{padding-inline:14px}.gemini-drawer .translation-provider-grid{grid-template-columns:minmax(0,1fr)}.gemini-drawer .translation-provider-card{min-height:66px;grid-template-columns:auto minmax(0,1fr) auto}.gemini-drawer .translation-provider-card em{grid-column:auto;justify-self:end}.gemini-drawer .translation-model-panel.api{grid-template-columns:minmax(0,1fr)}.gemini-drawer .engine-card-grid,.gemini-drawer .pipeline-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cloud-desktop-shell{min-height:100vh;background:#0b0e13}.cloud-desktop-shell .cloud-site-sidebar{padding-top:20px}.cloud-desktop-shell .site-header{background:#0b0e13f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cloud-desktop-shell .header-status{margin-left:2px}.cloud-desktop-shell .header-settings{white-space:nowrap}.cloud-desktop-notice{position:fixed;top:82px;left:50%;z-index:120;width:min(760px,calc(100vw - 32px));margin:0;transform:translate(-50%);box-shadow:0 16px 42px #00000057}.cloud-catalog-page{width:auto;max-width:none}.cloud-catalog-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:4px 0 24px;border-bottom:1px solid #1e2530}.cloud-catalog-intro>div{min-width:0}.cloud-catalog-intro>div>span{color:var(--pink);font-size:10px;font-weight:900;letter-spacing:.12em}.cloud-catalog-intro h1{margin:6px 0 5px;color:#f7f8fb;font-size:clamp(25px,3vw,34px);line-height:1.1;letter-spacing:-.04em}.cloud-catalog-intro p{max-width:670px;margin:0;color:#8994a2;font-size:13px;line-height:1.55}.cloud-catalog-intro .library-refresh-button{flex:0 0 auto;min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #303a46;border-radius:18px;color:#e4eaf0;background:#161c25;font-size:11px;font-weight:850;cursor:pointer}.cloud-catalog-intro .library-refresh-button:hover{border-color:#566272;background:#1d2530}.cloud-pipeline-page .cloud-workspace{margin-top:22px}.cloud-next-step{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin-top:18px;padding:15px 17px;border:1px solid #263442;border-radius:10px;color:#87ddec;background:linear-gradient(100deg,#0b1a24,#10151d)}.cloud-next-step>div{min-width:0;display:grid;gap:3px}.cloud-next-step strong{color:#eff7fb;font-size:13px}.cloud-next-step span{color:#91a0ad;font-size:11px;line-height:1.45}.cloud-next-step button{min-height:34px;padding:0 12px;border:1px solid #3d8999;border-radius:17px;color:#dffbff;background:#12313d;font-size:11px;font-weight:850;cursor:pointer}.cloud-next-step button:hover{background:#174353}.cloud-library-layout{display:grid;grid-template-columns:minmax(360px,1fr) minmax(420px,.92fr);align-items:start;gap:20px}.cloud-library-cards{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cloud-video-card{min-width:0;overflow:hidden;border:1px solid #252e3a;border-radius:8px;background:#121820;box-shadow:0 14px 34px #00000029}.cloud-video-card:hover,.cloud-video-card.selected{border-color:#5c3440;box-shadow:0 14px 34px #00000047,inset 0 0 0 1px #ff3f6329}.cloud-video-card-main{width:100%;display:grid;grid-template-columns:104px minmax(0,1fr);gap:11px;padding:0;border:0;color:inherit;background:transparent;cursor:pointer;text-align:left}.cloud-video-poster{position:relative;min-height:112px;display:grid;place-items:center;overflow:hidden;color:#ff6d82;background:radial-gradient(circle at 68% 24%,#3d1f2a,#151920 58%,#0e1218)}.cloud-video-card.upload .cloud-video-poster{color:#72d9e9;background:radial-gradient(circle at 68% 24%,#183d4b,#151920 58%,#0e1218)}.cloud-video-poster:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(130deg,transparent,rgb(255 255 255 / 7%))}.cloud-video-poster svg{position:relative;z-index:1}.cloud-video-poster em{position:absolute;bottom:7px;left:7px;z-index:1;max-width:calc(100% - 14px);overflow:hidden;padding:3px 5px;border-radius:3px;color:#e3e8ef;background:#06080bbf;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.cloud-video-copy{min-width:0;display:grid;align-content:center;gap:5px;padding:12px 12px 10px 0}.cloud-video-copy strong{overflow:hidden;color:#f1f4f7;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.cloud-video-copy small{overflow:hidden;color:#8c98a7;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.cloud-video-card-actions{display:flex;gap:7px;padding:9px;border-top:1px solid #222b35;background:#10151c}.cloud-video-card-actions button{min-height:29px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 9px;border:1px solid #303b48;border-radius:4px;color:#d9e1e8;background:#171e27;font-size:10px;font-weight:850;cursor:pointer}.cloud-video-card-actions button:hover{border-color:#ff5e78;color:#fff;background:#2a1720}.cloud-library-editor{position:sticky;top:88px}.cloud-library-editor .cloud-editor-actions button:nth-child(3){color:#d3eaff}.cloud-watch-page{padding-bottom:70px}.cloud-watch-promo{min-height:38px;display:flex;align-items:center;flex-wrap:wrap;gap:7px 12px;margin-bottom:17px;padding:8px 12px;border:1px solid #25313e;border-radius:6px;color:#9ca8b5;background:#121820;font-size:11px}.cloud-watch-promo strong{color:#f3f5f7;font-size:11px}.cloud-watch-page .watch-player{max-height:min(72vh,780px)}.cloud-watch-page .watch-heading .watch-actions button{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.cloud-watch-page .cloud-watch-actions{margin-bottom:0}.cloud-watch-page .movie-info-card{margin-top:18px}.cloud-movie-info-card .movie-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cloud-watch-sidebar{min-width:0;display:grid;gap:16px}.cloud-watch-sidebar .side-subtitle-panel{overflow:hidden;border:1px solid #252f3c;border-radius:8px;background:#111720}.cloud-watch-sidebar .workspace-title{min-height:58px}.cloud-watch-sidebar .timeline-list{min-height:300px;max-height:min(48vh,520px)}.cloud-watch-recommendations{display:grid;gap:1px;overflow:hidden;border:1px solid #252f3c;border-radius:8px;background:#0f141b}.cloud-watch-recommendations-head{min-height:43px;display:flex;align-items:center;gap:8px;padding:0 12px;border-bottom:1px solid #252f3c;color:#ff5c75}.cloud-watch-recommendations-head strong{color:#eff3f7;font-size:12px}.cloud-watch-recommendation{min-width:0;display:grid;grid-template-columns:74px minmax(0,1fr);gap:9px;padding:8px;border:0;border-bottom:1px solid #202934;color:inherit;background:transparent;cursor:pointer;text-align:left}.cloud-watch-recommendation:last-child{border-bottom:0}.cloud-watch-recommendation:hover{background:#171e28}.cloud-watch-recommendation-poster{min-height:47px;display:grid;place-items:center;color:#ff6078;background:radial-gradient(circle at 68% 24%,#3d1f2a,#151920 60%)}.cloud-watch-recommendation>span:last-child{min-width:0;display:grid;align-content:center;gap:3px}.cloud-watch-recommendation strong,.cloud-watch-recommendation small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cloud-watch-recommendation strong{color:#e8edf2;font-size:11px}.cloud-watch-recommendation small{color:#8b98a8;font-size:9px}@media(min-width:1361px){.catalog-surface.cloud-desktop-shell:not(.route-watch) .cloud-catalog-page{width:min(1460px,calc(100vw - 278px));max-width:1460px;margin-right:24px;margin-left:250px}}@media(max-width:1180px){.cloud-library-layout{grid-template-columns:minmax(0,1fr)}.cloud-library-editor{position:static}}@media(max-width:820px){.cloud-catalog-intro{align-items:flex-start;flex-direction:column}.cloud-library-cards{grid-template-columns:1fr}.cloud-next-step{grid-template-columns:auto minmax(0,1fr)}.cloud-next-step button{grid-column:2;justify-self:start}.cloud-desktop-shell .header-status .site-status{display:none}.cloud-desktop-shell .header-settings{width:34px;padding:0;font-size:0;justify-content:center}.cloud-desktop-shell .header-settings svg{width:16px;height:16px}.cloud-watch-page .watch-layout{display:grid;grid-template-columns:1fr}.cloud-watch-page .watch-sidebar{grid-row:auto}}@media(max-width:560px){.cloud-desktop-shell .site-header{gap:9px;padding-inline:12px}.cloud-desktop-shell .brand-logo{font-size:17px}.cloud-desktop-shell .brand-logo b,.cloud-desktop-shell .desktop-nav{display:none}.cloud-desktop-shell .site-search{min-width:0;width:36px;margin-left:auto;padding:0;border:0;background:transparent}.cloud-desktop-shell .site-search input{display:none}.cloud-desktop-shell .site-search svg{width:18px;height:18px;color:#dbe2e9}.cloud-desktop-shell .login-button{min-width:34px;width:34px;padding:0;font-size:0}.cloud-desktop-shell .login-button:before{content:"×";font-size:17px;line-height:1}.cloud-catalog-intro h1{font-size:26px}.cloud-video-card-main{grid-template-columns:92px minmax(0,1fr)}.cloud-video-poster{min-height:100px}.cloud-movie-info-card .movie-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cloud-watch-page .watch-heading{grid-template-columns:1fr}.cloud-watch-page .watch-actions{justify-content:flex-start}.cloud-watch-promo{align-items:flex-start;flex-direction:column}}
