:root{color-scheme:light;font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#172033;background:#eef3ff;--bg: #eef3ff;--surface: rgba(255, 255, 255, .92);--surface-solid: #ffffff;--surface-soft: #f7f9ff;--line: #dfe7f5;--line-strong: #c8d4e8;--text: #172033;--muted: #677389;--muted-2: #8792a8;--primary: #3b5bdb;--primary-2: #6d5dfc;--primary-dark: #243cbd;--success: #13a167;--danger: #dc3545;--warning: #f59f00;--shadow-sm: 0 10px 28px rgba(41, 52, 92, .08);--shadow-md: 0 18px 54px rgba(31, 44, 85, .12);--shadow-lg: 0 26px 80px rgba(20, 31, 68, .22);--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px}*{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% -10%,rgba(109,93,252,.24),transparent 34%),radial-gradient(circle at 92% 2%,rgba(56,189,248,.24),transparent 30%),linear-gradient(180deg,#f6f8ff,#edf2ff 44%,#f8fbff);color:var(--text)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(78,98,142,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(78,98,142,.05) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 72%);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 72%)}a{color:#3157d5;text-decoration:none;font-weight:700}a:hover{color:var(--primary-dark)}button,input,select,textarea{font:inherit}button{cursor:pointer}textarea{resize:vertical;min-height:92px;line-height:1.65}.page-shell{position:relative;z-index:1;max-width:1720px;margin:0 auto;padding:26px}.loading-banner{position:sticky;top:14px;z-index:40;margin-bottom:18px;padding:13px 18px;border-radius:var(--radius-md);background:linear-gradient(135deg,#e3ecfff5,#f0f7fff5);border:1px solid #b7cdfd;color:#1e3a8a;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.story-reload-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#f1f6fcc7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.story-reload-panel{width:min(520px,100%);display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:22px;border-radius:var(--radius-lg);border:1px solid rgba(177,194,224,.9);background:#fffffff5;box-shadow:0 24px 70px #1f2c4d2e}.story-reload-spinner{width:46px;height:46px;border-radius:50%;border:4px solid #dbe6f5;border-top-color:var(--primary);border-right-color:#0ca678;animation:story-reload-spin .9s linear infinite}.story-reload-copy{min-width:0;display:grid;gap:6px}.story-reload-copy strong{color:#16213a;font-size:18px}.story-reload-copy span{color:var(--muted);line-height:1.55}.story-reload-track{grid-column:1 / -1;height:9px;overflow:hidden;border-radius:999px;background:#e7eef8}.story-reload-track span{display:block;width:38%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),#0ca678);animation:story-reload-track 1.2s ease-in-out infinite}@keyframes story-reload-spin{to{transform:rotate(360deg)}}@keyframes story-reload-track{0%{transform:translate(-110%)}50%{transform:translate(70%)}to{transform:translate(270%)}}.card{position:relative;background:var(--surface);border:1px solid rgba(216,226,243,.9);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.card+.card{margin-top:16px}.app-header{display:flex;justify-content:space-between;gap:22px;align-items:center;overflow:hidden;margin-bottom:18px;padding:28px 30px;color:#fff;background:radial-gradient(circle at 6% 15%,rgba(255,255,255,.23),transparent 30%),radial-gradient(circle at 82% 18%,rgba(125,211,252,.28),transparent 32%),linear-gradient(135deg,#18264f,#243cbd 48%,#6d5dfc);border:0;box-shadow:var(--shadow-lg)}.app-header:after{content:"";position:absolute;right:-86px;bottom:-120px;width:320px;height:320px;border-radius:50%;background:#ffffff1f}.app-header>*{position:relative;z-index:1}.app-header h1{margin:8px 0 10px;font-size:clamp(30px,3vw,46px);line-height:1.12;letter-spacing:-.04em}.app-header .muted{color:#ffffffc7;font-size:16px}.app-header .eyebrow{color:#ffffffb8}.app-header a{color:#ffffffe0}.app-header a:hover{color:#fff}.eyebrow{margin:0;font-size:12px;letter-spacing:.12em;color:#77849a;text-transform:uppercase;font-weight:800}.muted{color:var(--muted)}.inline-note{color:var(--muted);display:flex;align-items:center;min-height:42px;line-height:1.6;padding:10px 12px;border-radius:var(--radius-sm);background:var(--surface-soft);border:1px solid #e7edf8}.inline-note.warning{color:#8a5a00;background:#fff8e8;border-color:#f4d28a}.check-round-note{min-height:40px;padding:8px 12px;white-space:nowrap}.check-rules-box{border:1px solid var(--line-strong);border-radius:13px;padding:12px 14px;background:#f4f7fd;color:#dc2626;font-weight:750;line-height:1.65}.check-usage-title{margin-bottom:-8px}.check-rules-intro{margin:0 0 8px}.check-rules-box ol{margin:0;padding-left:22px}.check-rules-box li+li{margin-top:4px}.check-fix-reference-note{margin:-2px 0 12px;color:#dc2626;font-weight:800;line-height:1.6}.resource-retention-warning{display:flex;align-items:center;min-height:42px;padding:10px 12px;border:1px solid #fecdd3;border-radius:var(--radius-sm);background:#fff1f2;color:var(--danger);font-size:18px;font-weight:900;line-height:1.5}.section-title{display:flex;align-items:center;gap:10px;font-weight:850;margin-bottom:14px;font-size:18px;letter-spacing:-.02em;color:#14213d}.section-title:before{content:"";width:7px;height:18px;border-radius:99px;background:linear-gradient(180deg,var(--primary),#7c3aed);box-shadow:0 6px 18px #3b5bdb47}.prompt-plan-title{gap:12px}.prompt-help-button{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:4px 10px 4px 6px;border-radius:999px;color:#5b4614;border-color:#f2d071;background:#fff8df;font-size:13px;box-shadow:none}.prompt-help-button:hover{color:#43320a;border-color:#e6b84b;background:#fff1bd}.compact-help-button{min-height:28px;padding:3px 9px 3px 5px;font-size:12px}.compact-help-button .prompt-help-icon{width:18px;height:18px}.tiny-help-button{flex:0 0 auto;justify-content:center;gap:0;width:22px;min-width:22px;height:22px;min-height:22px;padding:0;border-color:#facc15;background:#fffbeb}.tiny-help-button:hover{border-color:#f59e0b;background:#fef3c7}.tiny-help-button .prompt-help-icon{width:16px;height:16px;color:#78350f;background:#fde047;font-size:11px;box-shadow:inset 0 0 0 1px #92400e29}.label-with-help.prompt-output-label{gap:6px}.label-with-help,.modal-title-row{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.modal-title-row{margin-top:2px}.prompt-help-icon{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px;color:#fff;background:linear-gradient(180deg,#fbbf24,#f59e0b);font-weight:950;line-height:1}.model-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.model-label-row>span{min-width:0}.model-intro-button{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:3px 10px 3px 5px;border-radius:999px;color:#7a4a00;border-color:#f4c84d;background:linear-gradient(180deg,#fff8d7,#ffe38a);font-size:12px;font-weight:900;box-shadow:0 10px 22px #f59e0b2e}.model-intro-button:hover{color:#5b3600;border-color:#e8ad1a;background:linear-gradient(180deg,#fff1b8,#ffd65c)}.model-intro-button .prompt-help-icon{width:18px;height:18px;font-size:12px}.prompt-help-modal{width:min(560px,100%)}.prompt-help-content{color:#24304a;line-height:1.85;padding:18px;border:1px solid #f2d071;border-radius:18px;background:#fff9e8;font-weight:700}.model-intro-panel{width:min(1040px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:18px 22px;background:linear-gradient(135deg,#fffffffa,#f6f9fffa)}.model-intro-header{padding-bottom:10px;border-bottom:1px solid #e5edf8}.model-intro-body{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px}.model-intro-list{display:grid;gap:10px;align-content:start;max-height:58vh;overflow:auto;padding-right:4px}.model-intro-choice{display:grid;gap:6px;min-height:74px;padding:14px;text-align:left;border-radius:16px;background:#f8fbff;border-color:#dbe6f7;box-shadow:none}.model-intro-choice strong{color:#15213a;line-height:1.25;overflow-wrap:anywhere}.model-intro-choice span{color:#66758c;font-size:12px;font-weight:800}.model-intro-choice.active{color:#e9fff8;border-color:#34d399b8;background:radial-gradient(circle at 20% 0%,rgba(52,211,153,.34),transparent 38%),linear-gradient(135deg,#0c1b2c,#123a3f 58%,#31245f);box-shadow:0 18px 38px #14b8a638}.model-intro-choice.active strong,.model-intro-choice.active span{color:#e9fff8}.model-intro-detail{position:relative;min-width:0;padding:18px;border-radius:22px;color:#dffdf5;border:1px solid rgba(87,242,209,.34);background:radial-gradient(circle at 12% 8%,rgba(20,184,166,.28),transparent 30%),radial-gradient(circle at 88% 12%,rgba(124,58,237,.22),transparent 28%),linear-gradient(135deg,#07111f,#102136 58%,#1b1742);box-shadow:inset 0 0 0 1px #ffffff0a,0 24px 50px #0a142d3d}.model-intro-detail:before,.model-intro-detail:after{content:"";position:absolute;height:2px;width:86px;background:linear-gradient(90deg,transparent,#53f4c4,transparent);opacity:.9}.model-intro-detail:before{left:18px;top:14px}.model-intro-detail:after{right:18px;bottom:14px;background:linear-gradient(90deg,transparent,#e879f9,transparent)}.model-intro-detail-top{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start}.model-intro-badge{display:inline-flex;align-items:center;min-height:24px;padding:3px 10px;border-radius:999px;color:#052e2b;background:#77f7cc;font-size:12px;font-weight:950}.model-intro-detail h4{margin:9px 0 7px;color:#fff;font-size:26px;line-height:1.15;overflow-wrap:anywhere}.model-intro-detail p{margin:0;color:#b8c9e6;line-height:1.6;font-weight:700}.model-intro-score-card{display:grid;place-items:center;width:80px;min-height:80px;border:1px solid rgba(87,242,209,.5);border-radius:16px;background:#0a1e2db8;box-shadow:0 0 24px #2dd4bf2e}.model-intro-score-card span{color:#7dd3fc;font-size:12px;font-weight:900}.model-intro-score-card strong{color:#77f7cc;font-size:32px;line-height:1}.model-intro-radar-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(220px,270px) minmax(0,1fr);gap:18px;align-items:center;margin-top:14px}.model-intro-radar{width:100%;max-width:270px;aspect-ratio:1;filter:drop-shadow(0 0 18px rgba(45,212,191,.28))}.model-intro-grid{fill:#14b8a60b;stroke:#7dd3fc47;stroke-width:1}.model-intro-axis{stroke:#7dd3fc42;stroke-width:1}.model-intro-radar-fill{fill:#34d39952;stroke:#5ff7c7;stroke-width:3}.model-intro-point{fill:#fffbe6;stroke:#5ff7c7;stroke-width:2}.model-intro-axis-label{fill:#d9fff4;font-size:13px;font-weight:900}.model-intro-score-text{fill:#78f7cd;font-size:34px;font-weight:950}.model-intro-score-label{fill:#7dd3fc;font-size:11px;font-weight:900}.model-intro-meters{display:grid;gap:8px;min-width:0}.model-intro-meter{display:grid;gap:5px}.model-intro-meter-head{display:flex;justify-content:space-between;gap:10px;color:#ecfeff;font-weight:900}.model-intro-meter-head strong{color:#78f7cd}.model-intro-meter-track{height:8px;overflow:hidden;border-radius:999px;background:#94a3b838}.model-intro-meter-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#45d7ff,#5ff7c7 58%,#fff176);box-shadow:0 0 18px #5ff7c757}.model-intro-meter p{color:#9fb0cc;font-size:12px;line-height:1.35}@media(max-width:1180px){.model-intro-body{grid-template-columns:1fr}.model-intro-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;padding-right:0}}@media(max-width:860px){.model-intro-list,.model-intro-radar-shell,.model-intro-detail-top{grid-template-columns:1fr}.model-intro-score-card{width:100%;min-height:68px}.model-intro-detail h4{font-size:23px}}.subhead{font-weight:800;margin-bottom:9px;color:#24304a}.info-line{margin-bottom:12px;color:var(--muted);line-height:1.65}.stack-gap>*+*{margin-top:14px}.top-space{margin-top:14px}.top-space-tight{margin-top:8px}.form-grid{display:grid;gap:14px}.form-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.form-grid.cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.form-grid label,.form-grid .field-stack{display:flex;flex-direction:column;gap:7px;min-width:0}.form-grid label>span,.form-grid .field-stack>span,label>span{font-size:13px;color:#526074;font-weight:700}.field-label{display:inline-flex;align-items:center;gap:4px;width:fit-content}.required-star{color:#e03131;font-size:15px;line-height:1;font-weight:950}input::placeholder,textarea::placeholder{color:#9aa7ba;font-weight:700}.label-with-warning{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.label-with-warning em{color:var(--danger);font-size:12px;font-style:normal;font-weight:800}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.span-4{grid-column:span 4}.span-5{grid-column:span 5}.span-6{grid-column:span 6}.compact-grid label>span,.compact-grid .field-stack>span{font-size:12px}.storyboard-control-grid{grid-template-columns:minmax(420px,2.4fr) minmax(130px,.65fr) minmax(128px,.55fr) minmax(128px,.55fr);align-items:end}.storyboard-control-grid .storyboard-status-field input{font-weight:750}.storyboard-control-grid .storyboard-time-field input{text-align:center;padding-left:10px;padding-right:10px}.storyboard-control-summary{grid-column:1 / -1}input,select,textarea{width:100%;border:1px solid var(--line-strong);border-radius:13px;padding:11px 13px;background:#ffffffe6;color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}input,select{min-height:44px}input:hover,select:hover,textarea:hover{border-color:#aebde0}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #3b5bdb21;background:#fff}input[readonly],textarea[readonly]{background:#f4f7fd;color:#5d687a}.password-input-wrap{position:relative;display:flex;align-items:center;min-width:0}.password-input-wrap input{width:100%;padding-right:48px}.password-input-wrap input::-ms-reveal,.password-input-wrap input::-ms-clear{display:none}.password-visibility-toggle{position:absolute;right:10px;top:50%;display:grid;place-items:center;width:34px;height:34px;min-height:34px;padding:0;border:0;border-radius:999px;background:transparent;box-shadow:none;transform:translateY(-50%)}.password-visibility-toggle:hover,.password-visibility-toggle:focus-visible{background:#eef3ff;box-shadow:none;border-color:transparent;transform:translateY(-50%)}.password-visibility-toggle:disabled{background:transparent}.eye-icon{position:relative;width:21px;height:14px;border:2px solid #526074;border-radius:70%/90%}.eye-icon:before{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:999px;background:#526074;transform:translate(-50%,-50%)}.eye-icon.closed:after{content:"";position:absolute;left:-5px;top:5px;width:29px;height:2px;border-radius:999px;background:#526074;transform:rotate(-36deg);transform-origin:center}.password-visibility-toggle.visible .eye-icon{border-color:var(--primary)}.password-visibility-toggle.visible .eye-icon:before{background:var(--primary)}.input-button-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.input-button-row button{white-space:nowrap}.actions-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.actions-row.mini{gap:7px}.actions-row.align-end{justify-content:flex-end;align-self:end}.actions-row.right{justify-content:flex-end}.audio-settings-grid{grid-template-columns:minmax(240px,.9fr) minmax(280px,.9fr) minmax(130px,.45fr) minmax(max-content,1fr);align-items:end}.audio-preview-control{align-self:end}.audio-preview-control.with-custom-voice-entry{grid-column:span 2}.audio-preview-control button{white-space:nowrap}button.static-watermark-button{border-color:#cfdced;background:#fff;color:#1d3558}button.static-watermark-button.enabled{border-color:transparent;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 12px 24px #dc26262e}.video-watermark-select-row{display:grid;grid-template-columns:minmax(280px,420px) auto minmax(260px,1fr);gap:10px;align-items:end;margin-top:12px}.video-watermark-select-label{min-width:0}.video-watermark-select-row .small-text{align-self:center;line-height:1.55}.prompt-usage-guide-card{margin-bottom:18px}.novel-usage-guide-card,.split-usage-guide-card,.audio-usage-guide-card,.storyboard-usage-guide-card,.character-usage-guide-card,.character-draw-usage-guide-card,.cg-usage-guide-card,.cg-review-usage-guide-card,.align-usage-guide-card,.video-usage-guide-card,.subtitle-usage-guide-card{margin-bottom:0}.prompt-usage-guide-text{min-height:176px;font-weight:760;line-height:1.75;resize:vertical}.novel-usage-guide-text{min-height:128px}.split-usage-guide-text{min-height:152px}.audio-usage-guide-text{min-height:128px}.storyboard-usage-guide-text{min-height:188px}.character-usage-guide-text,.character-draw-usage-guide-text,.cg-usage-guide-text,.cg-review-usage-guide-text{min-height:156px}.align-usage-guide-text,.video-usage-guide-text,.subtitle-usage-guide-text{min-height:128px}textarea.prompt-usage-guide-text[readonly]{color:#dc2626}.inline-danger-text{color:#dc2626;font-weight:900}.cg-review-redo-cost-box{border:1px solid #fecaca;border-radius:var(--radius-sm);padding:12px 14px;background:#fff7f7;color:#b42318;line-height:1.65}.cg-review-redo-cost-box p{margin:0}.cg-review-redo-cost-total{color:#b42318;font-weight:850}.cg-review-redo-cost-total strong,.cg-review-redo-cost-balance strong{color:#dc2626;font-weight:900}.cg-review-redo-cost-list{display:grid;gap:4px;margin:8px 0;padding-left:18px}.cg-review-redo-cost-list strong{color:#dc2626;font-weight:900}.cg-review-redo-cost-list em{display:block;color:#9f1239;font-style:normal}.cg-review-redo-cost-note,.cg-review-redo-cost-balance{color:#9f1239;font-size:13px}.storyboard-check-cost-line{margin-top:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(220,38,38,.24);background:#fef2f2b8;color:#7f1d1d}.storyboard-check-cost-line strong{margin-left:8px;color:#dc2626;font-weight:900}.novel-top-actions{margin-top:14px;padding-top:14px;border-top:1px solid rgba(216,226,243,.78)}.storyboard-help-button{margin-left:auto}.storyboard-check-toggle{background:linear-gradient(135deg,#ef4444,#f97373);color:#fff;border-color:transparent;box-shadow:0 12px 26px #dc35452e}.storyboard-check-toggle:hover{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 16px 34px #dc354542}.storyboard-check-toggle.active{background:linear-gradient(135deg,#dc3545,#ef4444);color:#fff;border-color:transparent;box-shadow:0 12px 26px #dc354538}.storyboard-check-toggle.active:hover{background:linear-gradient(135deg,#b42333,#dc2626);box-shadow:0 16px 34px #dc35454d}.actions-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.secret-clear-panel{display:grid;gap:8px;padding:12px;border:1px solid #fecaca;border-radius:14px;background:#fff7f7}.secret-clear-panel.active{border-color:#ef4444;background:#fef2f2;box-shadow:0 10px 24px #dc26261a}.secret-clear-option{display:grid!important;grid-template-columns:auto minmax(0,1fr);gap:10px!important;align-items:start;margin:0}.secret-clear-option input{width:18px;min-height:18px;margin-top:3px;accent-color:var(--danger)}.secret-clear-option span{display:grid;gap:4px;min-width:0}.secret-clear-option strong{color:#b91c1c;font-size:14px;line-height:1.35}.secret-clear-option em,.secret-clear-impact{color:#7f1d1d;font-size:12px;font-style:normal;font-weight:750;line-height:1.55}.secret-clear-impact{padding-left:28px}.checkbox-line{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:8px}.checkbox-line input{width:auto;min-height:auto}.checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.small-inline{display:inline-flex;align-items:center;gap:6px}.small-input{width:80px!important}button{border:1px solid var(--line-strong);background:#fffffff2;color:#26334d;border-radius:13px;padding:10px 15px;font-weight:750;min-height:42px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,color .16s ease}button:hover{transform:translateY(-1px);background:#f8faff;border-color:#aebde0;box-shadow:0 10px 22px #1f2c5517}button:active{transform:translateY(0)}button.primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;border-color:transparent;box-shadow:0 12px 26px #3b5bdb3d}button.primary:hover{background:linear-gradient(135deg,var(--primary-dark),#584be8);box-shadow:0 16px 34px #3b5bdb52}button.compact-button{min-height:34px;padding:0 14px;border-radius:12px;font-size:13px}button.success{background:linear-gradient(135deg,var(--success),#22b884);color:#fff;border-color:transparent;box-shadow:0 12px 26px #13a16738}button.success:hover{background:linear-gradient(135deg,#0e8f5a,#16a36f)}button.ghost-button{background:#ffffffb8;border-color:#cfd9eae0;color:#475569}button.ghost-button:hover{background:#fff}button:disabled{background:#eef2f7!important;color:#94a3b8!important;border-color:#d7e0ee!important;opacity:1;cursor:not-allowed;transform:none!important;box-shadow:none!important}.header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.login-entry{min-width:118px}.user-pill{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:8px 10px 8px 14px;border:1px solid rgba(255,255,255,.23);border-radius:999px;background:#ffffff29;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.user-pill span{color:#ffffffd1}.user-pill button{min-height:34px;padding:6px 12px;border-radius:999px}.user-pill button.recharge-entry{color:#20305f;background:#fff;border-color:#ffffffdb;box-shadow:0 10px 22px #14225029}.project-create,.workbench-area>.card,.workbench-area>section{margin-bottom:16px}.project-create{background:linear-gradient(180deg,#fffffff0,#f7f9fff0)}.project-list{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}.chip{border-radius:999px;padding:9px 15px;min-height:40px}.chip.active{background:linear-gradient(135deg,#172554,#3b5bdb);color:#fff;border-color:transparent;box-shadow:0 12px 28px #3b5bdb38}.story-tabs-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.story-tab-row,.tabs-row{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 8px;align-items:center;scroll-padding-inline:18px;scrollbar-width:thin}.story-tab-row{min-width:0}.story-tab-actions{display:flex;flex:0 0 auto;gap:10px;align-items:center;padding:2px 0 8px}.story-tab,.step-tab{white-space:nowrap;border-radius:999px;background:#fff}.story-tab{position:relative;flex:0 0 auto}.story-tab.active,.step-tab.active{background:linear-gradient(135deg,#121b37,#3346d3 64%,#7258ff);color:#fff;border-color:transparent;box-shadow:0 12px 26px #3346d33d;outline:3px solid rgba(59,91,219,.22);outline-offset:2px}.story-tab-editor{display:inline-flex;align-items:center;padding:0;min-height:42px;border:1px solid transparent;box-sizing:border-box;cursor:text;overflow:hidden}.story-tab-editor input{border:0;outline:0;min-height:40px;padding:10px 16px;background:transparent;color:inherit;font:inherit;font-weight:800;text-align:center}.story-tab-title{display:inline-block;max-width:22em;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.story-tab.add,.story-tab.remove{min-width:88px;min-height:46px;padding-inline:18px;font-size:16px;font-weight:800}.step-tab{padding:10px 16px}.story-tab.expired{min-height:46px;padding:9px 24px 17px 14px;color:#64748b;background:linear-gradient(180deg,#f4f6f9,#e8edf3);border-color:#cbd5e1;box-shadow:inset 0 1px #ffffffdb}.story-tab.expired:hover{color:#475569;border-color:#ef4444;background:linear-gradient(180deg,#f8fafc,#edf2f7)}.story-tab.expired .story-tab-title{display:inline-block;max-width:18em;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.story-expired-stamp{position:absolute;right:7px;bottom:3px;padding:1px 4px;border:1px solid #dc2626;border-radius:3px;color:#dc2626;background:#ffffffb3;font-size:10px;font-weight:900;line-height:1.15;transform:rotate(-8deg)}.workflow-nav-card{padding:14px}.workflow-nav{display:flex;gap:12px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin;align-items:stretch}.workflow-group{display:flex;align-items:center;gap:10px;flex:0 0 auto;padding:10px;border:1px solid #dbe4f5;border-radius:24px;background:linear-gradient(135deg,#f6f9fff5,#eff4fff5);box-shadow:inset 0 1px #ffffffe6}.workflow-group.active{border-color:#5066e46b;background:radial-gradient(circle at 12% 20%,rgba(255,255,255,.85),transparent 34%),linear-gradient(135deg,#e6ecfffa,#f4effffa);box-shadow:0 14px 34px #3b5bdb1f}.workflow-group-title{position:sticky;left:0;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,#e9efff,#f4f0ff);border:1px solid #cdd8f0;color:#1e2a52;font-weight:900;letter-spacing:-.02em;white-space:nowrap}.workflow-group.active .workflow-group-title{color:#fff;border-color:transparent;background:linear-gradient(135deg,#172554,#3b5bdb 64%,#7258ff);box-shadow:0 12px 28px #3346d338}.workflow-group-tabs,.later-tabs{display:flex;gap:10px;align-items:center;flex:0 0 auto}.later-tabs{padding:10px 0}.workflow-group .step-tab{box-shadow:none}.workflow-group .step-tab:not(.active){background:#ffffffdb}.tab-page>*+*{margin-top:16px}.two-col{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.two-col.uneven{grid-template-columns:2fr 1fr}.three-col{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.equal>.card,.three-col>.card,.two-col>.card{min-width:0}.footer-line{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;color:var(--muted)}.footer-line-right{justify-content:flex-end}.alignment-runtime-line{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.alignment-slow-stage-notice{color:#dc2626;font-weight:900}.alignment-missing-panel{display:grid;gap:10px;padding:12px 14px;border:1px solid #fecaca;border-radius:var(--radius-md);background:#fff7ed;color:#7f1d1d}.alignment-missing-heading{display:flex;flex-wrap:wrap;align-items:center;gap:8px;line-height:1.5}.alignment-missing-heading strong{color:#b91c1c;font-weight:900}.alignment-missing-heading span{color:#991b1b;font-size:13px;font-weight:750}.alignment-missing-list{display:flex;flex-wrap:wrap;gap:8px;max-height:112px;overflow:auto}.alignment-missing-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-color:#fca5a5;background:#fff;color:#b91c1c;font-weight:900}.alignment-missing-chip span{color:#9a3412;font-size:12px;font-weight:750}.subtitle-progress-footer{align-items:flex-start}.subtitle-progress-note{min-width:0;line-height:1.6;overflow-wrap:anywhere}.subtitle-progress-percent{flex:0 0 auto}.empty-box,.preview-placeholder,.hint-box{border:1px dashed #bdc9dd;border-radius:var(--radius-md);padding:18px;background:linear-gradient(180deg,#f8fbff,#f3f6fd);color:var(--muted);line-height:1.7}.fix-list{display:grid;gap:12px}.fix-item{border:1px solid #e4ebf7;border-radius:var(--radius-md);padding:14px;background:#fbfdff}.fix-row{display:grid;grid-template-columns:78px 1fr;gap:10px;align-items:start;margin-bottom:8px}.success-text{color:#0f8b58;font-weight:800}.warning-text{color:#b45309;font-weight:850}.narrow-col textarea{min-height:520px}.full-progress{width:100%;height:20px;overflow:hidden;border:0;border-radius:999px;background:#e8eef9}.full-progress::-webkit-progress-bar{background:#e8eef9;border-radius:999px}.full-progress::-webkit-progress-value{background:linear-gradient(90deg,var(--primary),#22b8cf);border-radius:999px}.full-progress::-moz-progress-bar{background:linear-gradient(90deg,var(--primary),#22b8cf);border-radius:999px}.subtitle-download-box{display:grid;justify-items:start;gap:8px;margin-bottom:14px;padding:12px 14px;border:1px solid #bfdbfe;border-radius:var(--radius-md);background:#eff6ff}.subtitle-download-box strong{color:#1e3a8a}.subtitle-download-box a{display:inline-flex;align-items:center;gap:8px;width:fit-content;max-width:100%;justify-self:start;color:#2563eb;font-weight:800;word-break:break-all;text-decoration:none}.subtitle-download-box a:hover{text-decoration:underline}.subtitle-download-box a.is-loading,.subtitle-download-box a[aria-disabled=true]{cursor:wait;pointer-events:none;text-decoration:none}.subtitle-download-box .download-spinner{width:14px;height:14px;flex:0 0 auto;border:2px solid #bfdbfe;border-top-color:#2563eb;border-radius:999px;animation:download-spin .75s linear infinite}@keyframes download-spin{to{transform:rotate(360deg)}}.billing-card pre{margin:0;padding:14px;border-radius:var(--radius-md);background:#111827;color:#e5e7eb;overflow:auto}.hidden-input{display:none}.character-progress-panel{border:1px solid #e3eaf8;border-radius:18px;padding:16px 18px;background:linear-gradient(180deg,#f8fbff,#f3f7ff)}.character-progress-header{gap:12px;align-items:flex-start}.character-progress-percent{font-size:28px;line-height:1;color:var(--primary);letter-spacing:-.02em}.character-progress-summary{display:flex;flex-wrap:wrap;gap:10px 16px;font-size:13px;color:#51607c}.character-progress-summary span{padding:6px 10px;border-radius:999px;background:#ffffffd9;border:1px solid #e1e8f7}.audio-playback-strip{display:grid;grid-template-columns:46px minmax(0,1fr) minmax(58px,auto);column-gap:12px;row-gap:2px;align-items:center;min-height:68px;padding:10px 14px 8px;border:1px solid #d7e0ee;border-radius:14px;background:#eef2f7;color:#7b8798}.audio-playback-strip.enabled{border-color:#a9dfc8;background:linear-gradient(180deg,#f2fff8,#e9fbf2);color:#0f7d51}.audio-playback-strip.playing{border-color:#ffc2c9;background:linear-gradient(180deg,#fff7f7,#fff0f1);color:#be2434}.audio-playback-strip.loading{border-color:#8ec5ff;background:linear-gradient(180deg,#f4fbff,#ecf6ff);color:#1769aa}button.audio-playback-toggle{display:grid;place-items:center;width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border:0;border-radius:999px;background:#dfe7f2;color:#8a96a8;box-shadow:none;font-size:15px;line-height:1}.audio-playback-strip.enabled button.audio-playback-toggle{background:linear-gradient(135deg,#11a466,#22b884);color:#fff;box-shadow:0 10px 22px #13a16733}.audio-playback-strip.playing button.audio-playback-toggle,button.audio-playback-toggle.playing{background:linear-gradient(135deg,#dc3545,#ef5b67);color:#fff;box-shadow:0 10px 22px #dc354533}.audio-playback-strip.loading button.audio-playback-toggle{background:linear-gradient(135deg,#1c7ed6,#32a7e2);color:#fff;box-shadow:0 10px 22px #1c7ed62e}.audio-playback-toggle:hover{transform:translateY(-1px)}.audio-playback-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:999px;animation:audio-playback-spin .8s linear infinite}.audio-playback-range{width:100%;min-height:28px;padding:0;border:0;border-radius:999px;background:transparent;accent-color:var(--success);box-shadow:none}.audio-playback-range:focus{box-shadow:none}.audio-playback-range:disabled{opacity:.65;cursor:not-allowed}.audio-playback-duration{min-width:58px;text-align:right;color:inherit;font-size:13px;font-weight:850;font-variant-numeric:tabular-nums}.audio-playback-current-time{grid-column:2 / 4;display:flex;justify-content:space-between;gap:10px;color:inherit;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.2}.audio-playback-current-time span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audio-playback-current-time strong{font-weight:850;white-space:nowrap}@keyframes audio-playback-spin{to{transform:rotate(360deg)}}.character-draw-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.9fr);gap:16px;align-items:start}.character-preview-header{align-items:flex-start}.character-preview-header .section-title{margin-bottom:0}.character-role-nav-actions,.character-preview-primary-actions{justify-content:flex-end}.character-preview-primary-actions{padding:10px 12px;border:1px solid #e3ebf8;border-radius:var(--radius-md);background:#f8fbff}.character-preview-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.character-preview-meta>div{border:1px solid #e3ebf8;border-radius:var(--radius-md);padding:12px 14px;background:linear-gradient(180deg,#f8fbfff2,#f2f7ffeb)}.character-preview-meta span{display:block;font-size:12px;color:var(--muted);margin-bottom:6px;font-weight:700}.character-preview-meta strong{font-size:16px;color:#18264f}.character-preview-stage,.character-approved-stage{border:1px solid #dde6f5;border-radius:20px;padding:16px;background:linear-gradient(180deg,#f8fbff,#f2f6ff)}.character-preview-stage{min-height:440px;display:flex;align-items:center;justify-content:center}.character-preview-stage.empty{border-style:dashed}.character-preview-zoom-button{display:grid;place-items:center;max-width:min(360px,100%);max-height:420px;padding:0;border:0;background:transparent;box-shadow:none;cursor:zoom-in}.character-preview-zoom-button:hover{transform:none;box-shadow:none}.character-preview-zoom-button img{display:block;width:auto;max-width:100%;max-height:420px;height:auto;object-fit:contain;border-radius:16px;background:#fff;box-shadow:0 14px 28px #1f2c551a}.character-approved-stage img{display:block;width:100%;height:auto;object-fit:contain;border-radius:16px;background:#fff;box-shadow:0 14px 28px #1f2c5514}.character-preview-empty{display:grid;place-items:center;min-height:100%;width:100%;text-align:center;color:var(--muted);line-height:1.8}.character-preview-empty p{max-width:360px}.character-preview-error{color:#a61e2d;border-color:#ffc9c9;background:#fff1f2}.character-thumb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:12px}.character-thumb-card{display:flex;flex-direction:column;gap:10px;min-height:0;padding:10px;border-radius:18px;text-align:left}.character-thumb-card.active{border-color:var(--primary);box-shadow:0 0 0 3px #3b5bdb24}.character-thumb-image{aspect-ratio:3 / 4;border-radius:14px;overflow:hidden;background:#f4f7fd;border:1px solid #e2e8f5}.character-thumb-image img{width:100%;height:100%;object-fit:cover;display:block}.character-thumb-caption{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.character-thumb-caption strong{color:#24304a}.character-approved-stage{max-width:280px}.image-lightbox-mask{z-index:120;background:#0e1526b8;padding:34px}.image-lightbox-mask img{display:block;max-width:min(94vw,1200px);max-height:92vh;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 28px 80px #0000005c}.image-lightbox-close{position:fixed;top:24px;right:30px;z-index:121;width:44px;height:44px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.42);background:#ffffff29;color:#fff;font-size:26px;line-height:1}.cg-generation-progress-card .character-progress-summary,.cg-review-redo-progress-card .character-progress-summary{justify-content:flex-start}.cg-review-redo-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cg-review-redo-details div{min-width:0;padding:10px 12px;border:1px solid #e1e8f7;border-radius:10px;background:#f8fbff}.cg-review-redo-details span{display:block;margin-bottom:4px;color:#73809a;font-size:12px;font-weight:800}.cg-review-redo-details strong{display:block;max-height:52px;overflow:auto;color:#263956;font-size:13px;line-height:1.5;word-break:break-word}.cg-review-redo-failures{display:grid;gap:8px}.cg-review-redo-failures div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;padding:8px 10px;border:1px solid #ffd6d6;border-radius:10px;background:#fff7f7;color:#a52828;font-size:13px}.cg-review-redo-failures span{min-width:0;word-break:break-word}.cg-thread-status-box{display:flex;align-items:center;min-height:44px;padding:10px 13px;border:1px solid var(--line-strong);border-radius:10px;background:#f6f8fb;color:#1f3a5f;font-weight:850;line-height:1.45;overflow-wrap:anywhere}.cg-progress-bar{display:flex;height:20px;overflow:hidden;border-radius:999px;background:#e8eef9;border:1px solid #dbe5f5}.cg-progress-bar span{display:block;height:100%;transition:width .25s ease}.cg-progress-success{background:linear-gradient(90deg,#16a46a,#22c58b)}.cg-progress-fail{background:linear-gradient(90deg,#e03131,#ff6b6b)}.cg-scene-status-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cg-scene-status-legend{display:flex;flex-wrap:wrap;gap:8px}.cg-status-legend-item{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 10px;border-radius:999px;border:1px solid #dbe5f5;background:#f8fbff;color:#52617d;font-size:13px;font-weight:700}.cg-status-legend-item i{width:9px;height:9px;border-radius:999px;background:currentColor}.cg-status-legend-item.is-pending{color:#64748b}.cg-status-legend-item.is-preparing{color:#0e7490}.cg-status-legend-item.is-submitting{color:#2563eb}.cg-status-legend-item.is-retrying{color:#b45309}.cg-status-legend-item.is-success{color:#15803d}.cg-status-legend-item.is-failed{color:#dc2626}.cg-scene-button-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(42px,1fr));gap:8px;max-height:410px;overflow:auto;padding:12px;border-radius:16px;border:1px solid #e2e9f6;background:#f8fbff}.cg-scene-status-button{min-width:0;height:36px;padding:0 6px;border-radius:10px;border:1px solid #d4deee;background:#edf2f7;color:#64748b;font-size:14px;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 1px #0f172a0a}.cg-scene-status-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1a}.cg-scene-status-button.is-pending{border-color:#d8e1ee;background:#eef2f7;color:#64748b}.cg-scene-status-button.is-preparing{border-color:#67e8f9;background:#cffafe;color:#0e7490}.cg-scene-status-button.is-submitting{border-color:#93c5fd;background:#dbeafe;color:#1d4ed8}.cg-scene-status-button.is-retrying{border-color:#facc15;background:#fef3c7;color:#92400e}.cg-scene-status-button.is-success{border-color:#16a34a;background:#18a957;color:#fff}.cg-scene-status-button.is-failed{border-color:#dc2626;background:#ef4444;color:#fff}@media(max-width:860px){.cg-scene-status-toolbar{align-items:flex-start;flex-direction:column}.cg-scene-button-grid{grid-template-columns:repeat(auto-fill,minmax(38px,1fr));max-height:340px}.cg-scene-status-button{height:34px;border-radius:9px;font-size:13px}}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d14288a;display:grid;place-items:center;padding:24px;z-index:50;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.modal-panel{width:min(880px,100%);max-height:86vh;overflow:auto;background:#fffffff5;border:1px solid rgba(230,236,248,.95);border-radius:24px;padding:24px;box-shadow:var(--shadow-lg)}.modal-panel.large{width:min(1100px,100%)}.static-watermark-modal{width:min(1040px,100%)}.static-watermark-preview-grid{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(380px,1.25fr);gap:16px;align-items:stretch}.static-watermark-sample-box,.static-watermark-preview-box{min-width:0;border:1px solid #dfe8f5;border-radius:16px;background:#f8fbff;padding:14px}.static-watermark-box-title{color:#16294a;font-weight:850;margin-bottom:10px}.static-watermark-image-pad{display:grid;place-items:center;min-height:180px;border:1px dashed #b8c9e4;border-radius:14px;background:linear-gradient(45deg,rgba(216,226,240,.46) 25%,transparent 25%),linear-gradient(-45deg,rgba(216,226,240,.46) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(216,226,240,.46) 75%),linear-gradient(-45deg,transparent 75%,rgba(216,226,240,.46) 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.static-watermark-sample-image{display:block;max-width:min(100%,360px);max-height:160px;object-fit:contain}.static-watermark-missing-box{width:min(100%,360px);margin:0;background:#ffffffd1}.static-watermark-preview-stage{position:relative;aspect-ratio:16 / 9;overflow:hidden;border:3px solid #2563eb;border-radius:12px;background:linear-gradient(135deg,#2563eb2e,#14b8a62e),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.22) 1px,transparent 1px),#eaf2ff;background-size:auto,44px 44px,44px 44px,auto;box-shadow:inset 0 0 0 1px #ffffffbd}.static-watermark-preview-caption{position:absolute;left:16px;bottom:14px;color:#16294ab8;font-weight:800}.static-watermark-preview-mark{position:absolute;top:0;right:0;width:19.75%;height:10.35%;object-fit:contain;background:#ffffffad;outline:3px solid #f59e0b;outline-offset:3px}.watermark-designer-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);gap:16px;align-items:stretch}.watermark-designer-panel,.watermark-preview-panel{min-width:0;border:1px solid #dfe8f5;border-radius:16px;background:#f8fbff;padding:16px}.watermark-toggle-label{min-height:42px;display:flex;flex-direction:row;align-items:center;gap:8px;align-self:end;padding:0}.watermark-toggle-label input{width:18px;height:18px;accent-color:var(--primary)}.watermark-preview-title{color:#16294a;font-weight:850;margin-bottom:10px}.watermark-transparent-stage,.user-watermark-card-preview{display:grid;place-items:center;border:1px dashed #b8c9e4;border-radius:14px;background:linear-gradient(45deg,rgba(216,226,240,.56) 25%,transparent 25%),linear-gradient(-45deg,rgba(216,226,240,.56) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(216,226,240,.56) 75%),linear-gradient(-45deg,transparent 75%,rgba(216,226,240,.56) 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.watermark-transparent-stage{min-height:190px;padding:12px}.user-watermark-canvas{display:block;width:min(100%,720px);height:auto}.user-watermark-video-stage{border-color:#14b8a6}.user-watermark-preview-mark{position:absolute;top:0;right:0;width:24%;max-height:18%;object-fit:contain;object-position:top right;filter:drop-shadow(0 4px 8px rgba(0,0,0,.32));outline:3px solid #f59e0b;outline-offset:3px}.user-watermark-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.user-watermark-card{min-width:0;display:grid;gap:12px;border:1px solid #dfe8f5;border-radius:16px;background:#fff;padding:14px}.user-watermark-card-preview{min-height:116px;padding:10px}.user-watermark-card-preview img{display:block;max-width:100%;max-height:100px;object-fit:contain}.user-watermark-card-body{display:grid;gap:4px;min-width:0}.user-watermark-card-body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-voice-designer-grid{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(320px,.75fr);gap:16px;align-items:stretch}.custom-voice-heading{flex-wrap:wrap;row-gap:6px;margin-bottom:10px}.custom-voice-qwen3-note{color:#dc2626;font-size:13px;font-weight:900;line-height:1.35}.custom-voice-designer-panel,.custom-voice-preview-panel{min-width:0;border:1px solid #dfe8f5;border-radius:16px;background:#f8fbff;padding:16px}.custom-voice-preview-box{display:grid;gap:8px;min-height:150px;align-content:center;border:1px dashed #b8c9e4;border-radius:14px;background:#fff;padding:16px}.custom-voice-list{display:grid;gap:12px}.custom-voice-card{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid #dfe8f5;border-radius:16px;background:#fff;padding:14px}.custom-voice-card strong,.custom-voice-card p{overflow-wrap:anywhere}@media(max-width:860px){.video-watermark-select-row{grid-template-columns:1fr;align-items:stretch}.static-watermark-modal{max-height:92vh;padding:18px;border-radius:18px}.static-watermark-preview-grid{grid-template-columns:1fr;gap:10px}.custom-voice-designer-grid,.custom-voice-card{grid-template-columns:1fr}.watermark-designer-grid{grid-template-columns:1fr;gap:10px}.watermark-designer-panel,.watermark-preview-panel{padding:12px}.watermark-transparent-stage{min-height:112px}.user-watermark-preview-mark{outline-width:2px;outline-offset:2px}.static-watermark-sample-box,.static-watermark-preview-box{padding:12px}.static-watermark-image-pad{min-height:112px}.static-watermark-sample-image{max-height:118px}.static-watermark-preview-caption{left:12px;bottom:10px;font-size:12px}.static-watermark-preview-mark{outline-width:2px;outline-offset:2px}}.recharge-modal{width:min(760px,100%)}.recharge-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px;border:1px solid #e2eaf8;border-radius:18px;background:#f8fbff}.recharge-summary div{display:grid;gap:4px;min-width:0}.recharge-summary span{color:#69758a;font-size:12px;font-weight:800}.recharge-summary strong{color:#172033;font-size:16px;overflow-wrap:anywhere}.recharge-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.recharge-package-card{position:relative;display:grid;gap:7px;justify-items:start;min-height:92px;padding:18px;border-radius:18px;background:#fff}.recharge-package-card.discounted{padding-right:104px}.recharge-package-card strong{color:#172033;font-size:22px;line-height:1.1}.recharge-package-card span{color:#526074;font-weight:850}.recharge-package-discount{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border-radius:999px;border:1px solid #f6cf4a;background:linear-gradient(180deg,#fff6c7,#ffe27a);color:#a16207;font-size:13px;font-style:normal;font-weight:950;line-height:1;white-space:nowrap;box-shadow:0 10px 20px #f59e0b2e}.recharge-package-card.active,.payment-method-button.active{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));border-color:transparent;box-shadow:0 14px 30px #3b5bdb42}.recharge-package-card.active strong,.recharge-package-card.active span{color:#fff}.recharge-package-card.active .recharge-package-discount{color:#7a4a00;border-color:#ffd666;background:linear-gradient(180deg,#fff5bf,#ffd85c)}.payment-method-panel{padding:16px;border:1px solid #e3ebf8;border-radius:18px;background:#fbfdff}.payment-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.payment-method-button{min-height:46px}.cg-id-button-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:10px;max-height:48vh;overflow:auto;padding:4px}.cg-id-button-grid button{min-height:42px;border-radius:12px;background:#f7f9ff}.cg-id-button-grid button.active{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;border-color:transparent;box-shadow:0 12px 26px #3b5bdb38}.announcement-panel{width:min(760px,calc(100vw - 40px));padding:30px;background:#fff}.announcement-panel .modal-header h3{font-size:28px;letter-spacing:0}.announcement-body{min-height:180px;white-space:pre-wrap;line-height:1.85;padding:22px;border:1px solid #e2e8f5;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff)}.announcement-view-card{display:grid;gap:18px}.announcement-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.announcement-display-box{min-height:260px;padding:26px;border:1px solid #dfe7f5;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:inset 0 0 0 1px #ffffffb8}.announcement-display-box h3{margin:0 0 16px;color:#14213d;font-size:26px;line-height:1.35;letter-spacing:0}.rich-announcement-content{color:#172033;font-size:18px;white-space:normal}.rich-announcement-content.compact{max-height:260px;overflow:auto}.rich-announcement-content p,.rich-announcement-content div{margin:0 0 12px;line-height:1.85}.rich-announcement-content h2,.rich-announcement-content h3,.rich-announcement-content h4{margin:14px 0 10px;color:#14213d;line-height:1.35}.rich-announcement-content h2{font-size:28px}.rich-announcement-content h3{font-size:23px}.rich-announcement-content h4{font-size:20px}.rich-announcement-content blockquote{margin:14px 0;padding:12px 16px;border-left:4px solid #5b58f6;background:#f3f6ff;border-radius:8px}.rich-announcement-content ul,.rich-announcement-content ol{margin:10px 0 12px 24px;padding:0}.rich-announcement-content li{margin:6px 0}.rich-editor-wrap{display:grid;gap:10px}.rich-text-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:10px;border:1px solid #d9e4f7;border-radius:16px;background:#f8fbff}.rich-text-toolbar button{min-width:42px;padding:9px 12px}.rich-text-toolbar select{width:auto;min-width:98px;height:42px}.inline-tool{display:inline-flex;align-items:center;gap:6px;margin:0;color:#42526b;font-size:13px}.rich-text-editor{min-height:330px;max-height:48vh;overflow:auto;padding:18px;border:1px solid #c7d4ef;border-radius:18px;background:#fff;color:#172033;font-size:18px;line-height:1.85;outline:none}.rich-text-editor:focus{border-color:#5a58f5;box-shadow:0 0 0 3px #5753f51f}.rich-text-editor:empty:before{content:attr(data-placeholder);color:#8b98ad}.announcement-preview-box{display:grid;gap:12px;min-height:180px;padding:16px;border:1px solid #e2e8f5;border-radius:18px;background:#f8fbff}.announcement-preview-box strong{color:#14213d;font-size:20px}.announcement-preview-box p{margin:0;white-space:pre-wrap;line-height:1.8}.announcement-preview-box .rich-announcement-content p,.announcement-preview-box .rich-announcement-content div{margin:0 0 12px;white-space:normal;line-height:1.85}.announcement-history-list{display:grid;gap:10px;max-height:360px;overflow:auto}.announcement-history-item{display:grid;gap:5px;text-align:left}.announcement-history-item span{color:var(--muted);font-size:12px}.color-input{padding:5px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.modal-header h3{margin:0;color:#14213d}.auth-panel{width:min(430px,100%);border-radius:28px;padding:30px;box-shadow:var(--shadow-lg);background:radial-gradient(circle at 0 0,rgba(59,91,219,.1),transparent 32%),#fff}.auth-panel .modal-header{margin-bottom:10px}.auth-panel h3{margin:4px 0 0;font-size:26px;letter-spacing:-.03em}.auth-intro{margin:0 0 22px;line-height:1.7}.auth-form{display:grid;gap:15px}.auth-form label{display:grid;gap:8px}.auth-form input{height:48px;border-radius:14px}.auth-inline-actions{display:flex;justify-content:flex-end;margin-top:-6px}.auth-inline-actions .text-button,.inline-link-button{width:auto;min-height:0;height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#3046c7;font-size:12px;font-weight:800;line-height:1.5}.auth-inline-actions .text-button:hover,.inline-link-button:hover{background:transparent;box-shadow:none;color:#1d2b8f;transform:none}.auth-actions{display:grid;gap:10px;margin-top:4px}.auth-actions button{width:100%;height:48px;border-radius:14px}.error-line{color:#a61e2d;background:#fff0f0;border:1px solid #ffc9c9;padding:9px 11px;border-radius:12px}.toast{position:fixed;top:32px;right:clamp(24px,5vw,72px);max-width:min(640px,calc(100vw - 48px));padding:15px 22px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#233876,#3b5bdb);z-index:100;box-shadow:var(--shadow-lg);font-size:18px;font-weight:750;line-height:1.55;text-align:center}.toast.error{background:linear-gradient(135deg,#b42333,#dc3545)}.loggedOut .workbench-area .card{border-color:#cad6ebe6}@media(max-width:1200px){.character-draw-layout{grid-template-columns:1fr}.character-preview-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.character-preview-stage{min-height:380px}.dashboard-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storyboard-style-textareas{grid-template-columns:1fr}.form-grid.cols-3,.form-grid.cols-4,.form-grid.cols-5,.form-grid.cols-6,.three-col{grid-template-columns:repeat(2,minmax(0,1fr))}.span-3,.span-4,.span-5,.span-6{grid-column:span 2}}@media(max-width:860px){.character-preview-meta{grid-template-columns:1fr}.character-preview-stage{min-height:320px;padding:12px}.character-thumb-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.image-lightbox-mask{padding:18px}.page-shell{padding:14px}.app-header,.two-col,.three-col,.form-grid.cols-2,.form-grid.cols-3,.form-grid.cols-4,.form-grid.cols-5,.form-grid.cols-6{grid-template-columns:1fr;display:grid}.audio-settings-grid{grid-template-columns:1fr}.audio-preview-control.with-custom-voice-entry{grid-column:auto}.app-header{padding:24px}.span-2,.span-3,.span-4,.span-5,.span-6{grid-column:span 1}.header-actions{justify-content:flex-start}.actions-between,.footer-line{flex-direction:column;align-items:stretch}.checkbox-grid,.dashboard-metric-grid,.storyboard-style-switches{grid-template-columns:1fr}.user-pill{border-radius:16px}.auth-panel{padding:24px}}.admin-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:18px;align-items:start}.small-text{font-size:12px}.logs-card{min-width:0}.log-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;margin-top:12px}.log-file-list{display:grid;gap:8px;align-content:start}.log-file-list button{display:grid;gap:3px;text-align:left;border-radius:14px;padding:10px 12px;background:#f7f9ff}.log-file-list button.active{border-color:#3b5bdb80;background:#edf1ff;color:#243a8f}.log-file-list button span{font-size:12px;color:#7b879b}.log-content{min-height:360px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.55;white-space:pre}@media(max-width:1200px){.admin-grid{grid-template-columns:1fr}}@media(max-width:860px){.log-layout{grid-template-columns:1fr}}@media(max-width:1180px){.storyboard-control-grid{grid-template-columns:minmax(0,1fr) minmax(120px,180px)}.storyboard-control-grid .storyboard-status-field{grid-column:1 / -1}}@media(max-width:720px){.storyboard-control-grid{grid-template-columns:1fr}}.model-config-card{padding:18px 20px}.model-config-row{display:grid;grid-template-columns:minmax(260px,420px) minmax(260px,1fr);gap:14px;align-items:end}.model-config-row.novel-model-config-row{grid-template-columns:minmax(260px,420px) minmax(300px,1fr) minmax(140px,180px)}.model-config-row label{display:grid;gap:7px}.model-config-row input[readonly]{font-weight:700;color:#38445c;background:linear-gradient(180deg,#f7f9ff,#eef3ff)}@media(max-width:860px){.model-config-row{grid-template-columns:1fr}}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 18px;padding:5px;border-radius:16px;background:#eef3ff;border:1px solid #dce6f7}.auth-tabs button{min-height:42px;border:0;border-radius:12px;background:transparent;box-shadow:none;color:#5b6780}.auth-tabs button.active{background:linear-gradient(135deg,#1d2b8f,#5c63f6);color:#fff;box-shadow:0 10px 24px #3346d338}.auth-actions.two-buttons{grid-template-columns:1fr 1fr}.auth-tip{margin:2px 0 0;line-height:1.6}.password-rules{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border:1px solid #e0e7f6;border-radius:14px;background:#f7f9ff}.password-rules span{font-size:12px;color:#8792a8;background:#fff;border:1px solid #e2e8f5;border-radius:999px;padding:5px 9px}.password-rules span.ok{color:#0f8b58;border-color:#13a16747;background:#eefaf5}.auth-agreement-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:8px;row-gap:4px;padding:0;color:#5c6780;font-size:12px;line-height:1.5}.auth-form .auth-agreement-checkbox{display:inline-flex;grid-template-columns:none;align-items:center;gap:6px;margin:0;color:#536079;font-weight:750;white-space:nowrap;cursor:pointer}.auth-agreement-required{color:#ef4444;font-size:13px;font-weight:900;line-height:1}.auth-form .auth-agreement-checkbox input{width:16px;min-width:16px;height:16px;margin:0;border-radius:4px;accent-color:var(--primary);box-shadow:none;cursor:pointer}.auth-agreement-links{display:inline-flex;align-items:center;flex-wrap:wrap;gap:0 4px;min-width:0;line-height:1.5}.auth-agreement-links button{width:auto;min-height:0;height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--primary);font-size:12px;font-weight:850;line-height:1.5}.auth-agreement-links button:hover{background:transparent;color:var(--primary-dark);transform:none;box-shadow:none;text-decoration:underline;text-underline-offset:3px}.auth-legal-modal{z-index:60}.auth-legal-panel{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(920px,100%);max-height:min(86vh,820px);overflow:hidden;padding:0;border-radius:18px}.auth-legal-header{margin:0;padding:22px 24px 14px;border-bottom:1px solid #e7edf6}.auth-legal-header h3{margin-top:3px;font-size:22px;letter-spacing:0}.auth-legal-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px 24px;border-bottom:1px solid #e7edf6;background:#f8fbff}.auth-legal-tabs button{min-height:38px;padding:0 10px;border-radius:10px;color:#546179;font-size:13px;font-weight:850}.auth-legal-tabs button.active{border-color:#2563eb61;background:#eaf2ff;color:var(--primary-dark)}.auth-legal-body{display:grid;gap:16px;min-height:0;overflow:auto;padding:22px 24px 24px;color:#354052;background:#fff}.auth-legal-intro,.auth-legal-note{margin:0;padding:12px 14px;border:1px solid #e3eaf5;border-radius:12px;background:#f8fbff;color:#5a667a;line-height:1.75}.auth-legal-note{color:#7a4b00;border-color:#f4d698;background:#fff9eb}.auth-legal-section{display:grid;gap:8px;padding-bottom:14px;border-bottom:1px solid #eef2f7}.auth-legal-section:last-of-type{border-bottom:0}.auth-legal-section h4{margin:0;color:#14213d;font-size:15px;line-height:1.5}.auth-legal-section p{margin:0;color:#445066;line-height:1.85}.auth-legal-actions{display:grid;grid-template-columns:minmax(120px,180px) minmax(160px,220px);justify-content:end;gap:10px;padding:14px 24px 20px;border-top:1px solid #e7edf6;background:#fbfdff}.auth-legal-actions button{min-height:42px;border-radius:12px}@media(max-width:720px){.auth-agreement-row{display:grid;grid-template-columns:1fr;gap:4px}.auth-agreement-links{padding-left:29px}.auth-legal-panel{max-height:calc(100vh - 28px)}.auth-legal-header,.auth-legal-body,.auth-legal-actions{padding-left:16px;padding-right:16px}.auth-legal-tabs{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:16px;padding-right:16px}.auth-legal-actions{grid-template-columns:1fr}}.captcha-box{display:grid;gap:10px;padding:12px;border-radius:16px;border:1px solid #dbe5f7;background:linear-gradient(180deg,#f8faff,#f1f5ff)}.captcha-title{font-size:12px;font-weight:800;color:#55637b}.captcha-row{display:grid;grid-template-columns:1fr 94px;gap:10px;align-items:center}.captcha-row img,.captcha-placeholder{width:100%;max-width:148px;height:48px;border-radius:14px;border:1px solid #d3def3;background:#fff}.captcha-placeholder{display:flex;align-items:center;justify-content:center;color:#8b96ad;font-size:12px;font-weight:800}.captcha-row button{height:48px;padding:0 10px}.captcha-success{margin-top:-4px;font-size:12px;font-weight:800;color:#0f8b58}.workflow-layout{display:grid;grid-template-columns:286px minmax(0,1fr);gap:18px;align-items:start;margin-top:16px}.workflow-sidebar{position:sticky;top:18px;max-height:calc(100vh - 36px);overflow:auto;padding:18px}.sidebar-title{display:grid;gap:6px;margin-bottom:14px}.sidebar-title span{color:#14213d;font-weight:900;font-size:18px;letter-spacing:-.02em}.sidebar-title em{font-style:normal;color:var(--muted);font-size:12px;line-height:1.4}.nav-tree{display:grid;gap:8px}.nav-tree button{width:100%;min-height:42px;border-radius:14px;text-align:left;box-shadow:none}.nav-tree button:hover{transform:translate(2px)}.nav-tree-group,.nav-tree-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px}.nav-tree .nav-tree-group:not(:first-child){margin-top:10px}.nav-tree-group{padding:12px;background:linear-gradient(135deg,#eef3ff,#f7f4ff);border-color:#d1dcf2}.nav-tree-group.active{border-color:#3b5bdb6b;background:linear-gradient(135deg,#e9efff,#f1edff);color:#172554}.tree-caret{display:grid;place-items:center;width:24px;height:24px;border-radius:9px;background:#ffffffbd;color:#3346d3;font-size:22px;line-height:1;transition:transform .18s ease,background .18s ease}.nav-tree-group.expanded .tree-caret{transform:rotate(90deg);background:#fff}.tree-group-name{font-weight:900;min-width:0}.tree-range{padding:4px 8px;border-radius:999px;background:#3b5bdb1a;color:#3346d3;font-size:12px;font-weight:900}.tree-meta{display:inline-flex;justify-content:flex-end;align-items:center;gap:6px;min-width:0}.tree-requirement{display:inline-flex;align-items:center;min-height:22px;padding:3px 7px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap;line-height:1}.tree-requirement-optional{color:#9a5b00;background:#fff7dd;border:1px solid #f5cf75}.tree-requirement-required{color:#b42318;background:#fff1f3;border:1px solid #fecdd3}.nav-tree-children{display:grid;gap:7px;padding:2px 0 8px 18px;margin-left:12px;border-left:1px dashed #c5d2e8}.nav-tree .nav-tree-group.admin-console-group-button{margin-top:0}.admin-console-group-button{min-height:38px;padding:9px 10px;border-radius:12px;background:linear-gradient(135deg,#eef3ffc7,#f7f4ffc7)}.admin-console-group-button .tree-caret{width:21px;height:21px;border-radius:8px;font-size:19px}.admin-console-leaves{gap:6px;padding:0 0 5px 14px;margin-left:10px}.admin-console-leaves .nav-tree-item{min-height:38px;padding:9px 10px;border-radius:12px;font-size:14px}.nav-tree-item{grid-template-columns:auto minmax(0,1fr) auto;padding:10px 12px;background:#ffffffd1;color:#30405d;border-color:#dce5f4}.tree-step-title{display:block;min-width:0;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-tree-item.active{background:linear-gradient(135deg,#172554,#3346d3 64%,#7258ff);color:#fff;border-color:transparent;box-shadow:0 14px 28px #3346d338}.tree-dot{width:8px;height:8px;border-radius:999px;background:#a9b7d2}.nav-tree-item.active .tree-dot{background:#fff;box-shadow:0 0 0 4px #ffffff2e}.nav-tree-item.completed{background:linear-gradient(135deg,#dcfce7,#ecfdf5);border-color:#22c55e6b;color:#14532d;box-shadow:0 10px 22px #22c55e1f}.nav-tree-item.completed .tree-dot{background:#22c55e;box-shadow:0 0 0 4px #22c55e24}.nav-tree-item.completed.active{background:linear-gradient(135deg,#16a34a,#10b981);border-color:transparent;color:#fff;box-shadow:0 14px 28px #16a34a38}.nav-tree-item.completed.active .tree-dot{background:#fff;box-shadow:0 0 0 4px #ffffff2e}.tree-check{display:grid;place-items:center;width:20px;height:20px;border-radius:999px;background:#16a34a;color:#fff;font-size:13px;font-weight:900;line-height:1}.nav-tree-item.active .tree-check{background:#16a34a;color:#fff;border:1px solid rgba(255,255,255,.74)}.tree-status-meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;min-width:max-content}.tree-status-badge{display:inline-flex;align-items:center;min-height:22px;padding:3px 7px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:900;line-height:1;white-space:nowrap;cursor:not-allowed;-webkit-user-select:none;user-select:none}.tree-status-completed{color:#92400e;background:#fef3c7;border-color:#fcd34d}.tree-status-pending{color:#667085;background:#f2f4f7;border-color:#d0d5dd}.tree-status-ready{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.tree-status-skipped{color:#fff;background:#3f3f46;border-color:#27272a}.nav-tree-item.skipped,.nav-tree .nav-tree-item.skipped:disabled{color:#344054!important;background:#f4f5f7!important;border-color:#cfd4dc!important;box-shadow:none!important;cursor:not-allowed}.nav-tree-item.skipped .tree-dot{background:#3f3f46;box-shadow:0 0 0 4px #3f3f461f}.nav-tree-item.skipped .tree-step-title{color:#1f2937;font-weight:900}.nav-tree-item.skipped .tree-step-title:before,.nav-tree-item.skipped .tree-step-title:after{content:"";position:absolute;left:0;pointer-events:none;border-radius:999px}.nav-tree-item.skipped .tree-step-title:before{top:48%;width:min(92%,9em);height:3px;background:#0a0a0af5;transform:rotate(6deg)}.nav-tree-item.skipped .tree-step-title:after{top:35%;width:min(92%,9em);height:16px;background:linear-gradient(174deg,transparent 0 16%,rgba(10,10,10,.98) 17% 27%,transparent 28% 42%,rgba(10,10,10,.98) 43% 52%,transparent 53% 68%,rgba(10,10,10,.92) 69% 78%,transparent 79% 100%);transform:rotate(-4deg)}.nav-tree-item.skipped.active{color:#344054!important;background:#f4f5f7!important;border-color:#cfd4dc!important;box-shadow:none!important}.nav-tree-divider{margin:6px 2px 2px;padding-top:10px;border-top:1px solid #e1e8f5;color:#7b879b;font-size:12px;font-weight:900;letter-spacing:.08em}.nav-tree-main{background:#ffffffb8}.guide-nav-tree-button.active .tree-caret{background:#fff;color:#172554}.workflow-content{min-width:0;display:grid;gap:16px}.content-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;background:radial-gradient(circle at 0 0,rgba(59,91,219,.12),transparent 30%),#ffffffeb}.content-head h2{margin:4px 0 0;font-size:24px;line-height:1.2;letter-spacing:-.03em}.content-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#eef3ff;color:#3346d3;font-size:13px;font-weight:900;white-space:nowrap}.story-position-card{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 20px;background:radial-gradient(circle at 0 0,rgba(34,197,94,.1),transparent 32%),linear-gradient(135deg,#fffffff5,#f7fafff5)}.story-position-card h3{margin:4px 0 0;color:#14213d;font-size:20px;line-height:1.25;letter-spacing:-.02em}.story-position-meta-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;min-width:0}.story-position-meta{display:flex;align-items:center;gap:10px;min-height:40px;padding:8px 12px;border-radius:999px;background:#f4f7ff;border:1px solid #dce6f7;color:#657086;white-space:nowrap}.story-position-meta strong{color:#253b90;font-weight:900}.story-retention-help-button{flex:0 0 auto;min-height:40px;padding:7px 11px 7px 7px}.resource-cleanup-help-content{display:grid;gap:10px}.resource-cleanup-help-content p{margin:0}.resource-cleanup-example{color:#dc2626;font-weight:900}.guide-page{--guide-blue: #2563eb;--guide-teal: #0f9f95;--guide-amber: #f59f00;--guide-red: #dc3545}.guide-hero-card{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:24px;min-height:250px;padding:28px;overflow:hidden;border-color:#d7e3f5;background:linear-gradient(90deg,rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(135deg,#fff,#f6fbff 58%,#edf7ff);background-size:30px 30px,30px 30px,auto}.guide-hero-copy{display:grid;gap:12px;align-content:center}.guide-hero-card h3{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.12;color:#14213d}.guide-hero-card p{max-width:760px;margin:0;line-height:1.85;font-size:16px}.guide-hero-visual{position:relative;min-height:210px}.guide-video-frame{position:absolute;right:10px;top:18px;width:270px;aspect-ratio:16 / 10;padding:14px;border-radius:22px;border:1px solid rgba(37,99,235,.2);background:#111827;box-shadow:0 24px 46px #0f172a2e}.guide-frame-top{height:14px;border-radius:999px;background:linear-gradient(90deg,#93c5fd 0,#93c5fd 28%,#2dd4bf 28%,#2dd4bf 60%,#fbbf24 60%,#fbbf24);opacity:.9}.guide-frame-body{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.guide-frame-body span{min-height:50px;border-radius:13px;background:linear-gradient(135deg,#1d4ed8,#0f766e)}.guide-frame-body span:first-child{grid-row:span 2;min-height:108px;background:linear-gradient(135deg,#475569,#1e3a8a)}.guide-frame-body span:last-child{background:linear-gradient(135deg,#f59e0b,#dc2626)}.guide-frame-caption{height:10px;width:64%;margin-top:12px;border-radius:999px;background:#ffffffc7}.guide-asset-stack{position:absolute;left:0;bottom:16px;display:grid;gap:9px;width:150px}.guide-asset-stack span{display:block;height:42px;border-radius:14px;border:1px solid #d8e4f5;background:#fffffff0;box-shadow:0 14px 26px #1f2c551a}.guide-asset-sheet:before,.guide-asset-wave:before,.guide-asset-image:before{content:"";display:block;height:8px;margin:10px 12px 0;border-radius:999px}.guide-asset-sheet:before{width:74%;background:#94a3b8}.guide-asset-wave:before{width:86%;background:repeating-linear-gradient(90deg,#0f9f95 0 8px,transparent 8px 13px)}.guide-asset-image:before{width:58%;background:#f59f00}.guide-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.guide-route-card{position:relative;display:grid;gap:10px;min-height:172px;padding:20px 22px;overflow:hidden;border:1px solid #d8e4f5;border-radius:18px;background:#fff;text-align:left;box-shadow:var(--shadow-sm)}.guide-route-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--guide-blue)}.guide-route-card:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 16px 34px #2563eb1f}.guide-route-script:before{background:var(--guide-teal)}.guide-route-eyebrow{color:#64748b;font-size:12px;font-weight:900;letter-spacing:.08em}.guide-route-card strong{color:#14213d;font-size:22px;line-height:1.25}.guide-route-card>span:not(.guide-route-eyebrow){color:#5f6c82;line-height:1.7}.guide-route-card em{justify-self:start;align-self:end;padding:8px 12px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#2563eb,#0891b2);font-style:normal;font-size:13px;font-weight:900}.guide-route-script em{background:linear-gradient(135deg,#0f9f95,#13a167)}.guide-stage-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.guide-stage-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 12px;align-items:start;min-width:0;padding:16px;border:1px solid #d8e4f5;border-radius:18px;background:#ffffffeb;box-shadow:var(--shadow-sm)}.guide-stage-card span{grid-row:span 2;display:grid;place-items:center;min-width:54px;min-height:36px;padding:0 10px;border-radius:999px;color:#0369a1;background:#e0f2fe;font-size:13px;font-weight:950}.guide-stage-card strong{color:#14213d;font-size:17px}.guide-stage-card p{margin:0;color:#64748b;line-height:1.6}.guide-flow-card{overflow:hidden}.guide-flow-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}.guide-flow-head p{margin:-6px 0 0;line-height:1.7}.guide-flow-head>span{flex:0 0 auto;padding:8px 11px;border-radius:999px;color:#b42318;background:#fff1f3;border:1px solid #fecdd3;font-size:12px;font-weight:950}.guide-timeline{position:relative;display:grid;gap:12px}.guide-timeline:before{content:"";position:absolute;left:35px;top:18px;bottom:18px;width:3px;border-radius:999px;background:linear-gradient(180deg,#94a3b8,#2563eb 42%,#0f9f95 72%,#f59f00);opacity:.45}.guide-phase-marker,.guide-timeline-step{position:relative;z-index:1;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center}.guide-phase-marker{margin-top:6px;padding:12px 14px 12px 0}.guide-phase-marker>span{display:grid;place-items:center;min-height:42px;padding:0 10px;border-radius:999px;color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;font-size:13px;font-weight:950;box-shadow:0 10px 22px #0284c71f}.guide-phase-marker.required>span{color:#b42318;background:#fff1f3;border-color:#fecdd3;box-shadow:0 10px 22px #dc35451a}.guide-phase-marker strong{color:#111827;font-size:20px;line-height:1.25}.guide-phase-marker p{margin:4px 0 0;color:#64748b;line-height:1.65}.guide-phase-marker em{justify-self:end;padding:6px 10px;border-radius:999px;color:#475569;background:#f1f5f9;border:1px solid #dbe5f7;font-style:normal;font-size:12px;font-weight:950;white-space:nowrap}.guide-phase-marker.required em{color:#b42318;background:#fff1f3;border-color:#fecdd3}.guide-timeline-step{grid-template-columns:72px minmax(300px,420px) minmax(0,1fr);min-height:238px;padding:14px 16px 14px 0;border:1px solid #d8e4f5;border-radius:20px;background:#fff;color:inherit;text-align:left;box-shadow:none}.guide-timeline-step:hover{transform:translate(3px);border-color:#bfdbfe;box-shadow:0 14px 28px #2563eb1a}.guide-timeline-step.optional{background:linear-gradient(135deg,#fff,#f8fafc)}.guide-timeline-step.required{background:linear-gradient(135deg,#fff,#fbfdff)}.guide-timeline-rail{display:grid;place-items:center;align-self:stretch}.guide-step-number{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;color:#fff;background:#1d4ed8;font-size:15px;font-weight:950;box-shadow:0 12px 24px #1d4ed838}.guide-timeline-step.optional .guide-step-number{background:#64748b;box-shadow:0 12px 24px #64748b29}.guide-step-demo{position:relative;min-height:210px;overflow:hidden;border-radius:18px;border:1px solid #cfe0f6;background:#f8fbff;box-shadow:inset 0 1px #ffffffd1}.guide-demo-toolbar{display:flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border-bottom:1px solid #dbe6f6;background:linear-gradient(180deg,#fff,#eef5ff)}.guide-demo-toolbar span{width:8px;height:8px;border-radius:999px;background:#cbd5e1}.guide-demo-toolbar span:first-child{background:#f97316}.guide-demo-toolbar span:nth-child(2){background:#facc15}.guide-demo-toolbar span:nth-child(3){background:#22c55e}.guide-demo-toolbar strong{margin-left:6px;color:#334155;font-size:12px;font-weight:950}.guide-demo-body{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr);min-height:174px}.guide-demo-sidebar{display:grid;align-content:start;gap:10px;padding:16px 12px;border-right:1px solid #e2eaf6;background:#f1f6ff}.guide-demo-sidebar span{height:24px;border-radius:9px;background:#dbeafe}.guide-demo-sidebar span:first-child{background:#2563eb}.guide-demo-main{position:relative;display:grid;gap:8px;align-content:start;padding:16px;background:#fff}.guide-demo-field{display:grid;gap:5px;opacity:0;transform:translateY(8px);animation:guideDemoFieldIn 5.4s ease-in-out infinite}.guide-demo-field-2{animation-delay:.35s}.guide-demo-field-3{animation-delay:.7s}.guide-demo-field span{color:#475569;font-size:12px;font-weight:900}.guide-demo-field i{position:relative;display:block;height:24px;overflow:hidden;border-radius:9px;border:1px solid #cfe0f6;background:#f8fafc}.guide-demo-field i:after{content:"";position:absolute;left:8px;top:8px;height:7px;width:38%;border-radius:999px;background:#2563eb;animation:guideDemoTyping 5.4s ease-in-out infinite}.guide-demo-field-2 i:after{width:58%;animation-delay:.35s}.guide-demo-field-3 i:after{width:46%;animation-delay:.7s}.guide-demo-action{justify-self:start;margin-top:3px;min-height:30px;padding:7px 12px;border-radius:10px;color:#fff;background:linear-gradient(135deg,#2563eb,#0891b2);font-size:12px;font-weight:950;animation:guideDemoButton 5.4s ease-in-out infinite}.guide-demo-output{display:grid;gap:5px;min-height:44px;padding:9px 10px;border-radius:12px;border:1px solid #bbf7d0;background:#ecfdf5;color:#047857;font-size:12px;font-weight:900;opacity:0;transform:translateY(8px);animation:guideDemoOutput 5.4s ease-in-out infinite}.guide-demo-output i{display:block;width:72%;height:6px;border-radius:999px;background:#86efac}.guide-demo-cursor{position:absolute;left:142px;top:74px;width:16px;height:22px;border-radius:7px 7px 7px 2px;background:#111827;box-shadow:0 8px 18px #0f172a3d;clip-path:polygon(0 0,100% 50%,42% 62%,26% 100%);animation:guideDemoCursor 5.4s ease-in-out infinite}.guide-step-demo-audio .guide-demo-field i:after,.guide-step-demo-align .guide-demo-field i:after{width:72%;background:repeating-linear-gradient(90deg,#0f9f95 0 7px,transparent 7px 12px)}.guide-step-demo-video .guide-demo-main,.guide-step-demo-download .guide-demo-main,.guide-step-demo-image .guide-demo-main,.guide-step-demo-portrait .guide-demo-main{background:linear-gradient(135deg,rgba(15,23,42,.08),transparent 50%),#fff}.guide-step-demo-video .guide-demo-output,.guide-step-demo-download .guide-demo-output{color:#1e3a8a;background:#eff6ff;border-color:#bfdbfe}.guide-step-demo-check .guide-demo-output,.guide-step-demo-review .guide-demo-output{color:#166534;background:#f0fdf4;border-color:#bbf7d0}@keyframes guideDemoFieldIn{0%,8%{opacity:0;transform:translateY(8px)}18%,to{opacity:1;transform:translateY(0)}}@keyframes guideDemoTyping{0%,16%{transform:scaleX(.08);transform-origin:left;opacity:.45}32%,to{transform:scaleX(1);opacity:1}}@keyframes guideDemoButton{0%,46%{transform:scale(1);filter:brightness(1)}52%{transform:scale(.96);filter:brightness(.9)}60%,to{transform:scale(1);filter:brightness(1.08)}}@keyframes guideDemoOutput{0%,58%{opacity:0;transform:translateY(8px)}72%,to{opacity:1;transform:translateY(0)}}@keyframes guideDemoCursor{0%{transform:translate(0);opacity:1}20%{transform:translate(96px)}42%{transform:translate(126px,42px)}52%{transform:translate(116px,90px) scale(.9)}70%{transform:translate(180px,118px);opacity:1}to{transform:translate(180px,118px);opacity:0}}@media(prefers-reduced-motion:reduce){.guide-step-demo *,.guide-step-demo *:before,.guide-step-demo *:after{animation:none!important}}.guide-step-visual{position:relative;min-height:134px;overflow:hidden;border-radius:17px;border:1px solid #dbe5f7;background:linear-gradient(135deg,#eef4ff,#f8fbff)}.guide-step-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0 38%,rgba(255,255,255,.56) 46%,transparent 56% 100%);transform:translate(-120%);animation:guideShine 3.2s ease-in-out infinite}.guide-visual-label{position:absolute;z-index:3;left:10px;right:10px;top:9px;display:grid;place-items:center;height:24px;border-radius:999px;color:#334155;background:#ffffffdb;border:1px solid rgba(203,213,225,.82);font-size:12px;font-weight:900}.visual-mark{position:absolute;display:block;border-radius:12px}.visual-mark-main{left:18px;top:43px;width:60px;height:44px;background:#2563eb;animation:guideMainPulse 2.6s ease-in-out infinite}.visual-mark-sub{right:14px;bottom:18px;width:34px;height:34px;border-radius:999px;background:#2dd4bf;animation:guideFloatDot 2.4s ease-in-out infinite}.visual-mark-line{left:18px;right:18px;bottom:24px;height:7px;border-radius:999px;background:#0f172a2e;overflow:hidden}.visual-mark-line:after{content:"";display:block;width:42%;height:100%;border-radius:inherit;background:#2dd4bf;animation:guideProgress 2.8s ease-in-out infinite}.visual-mark-extra,.visual-mark-extra-2{left:20px;right:20px;height:6px;border-radius:999px;background:#3341552e}.visual-mark-extra{top:94px;animation:guideTextLine 2.8s ease-in-out infinite}.visual-mark-extra-2{top:106px;width:52px;animation:guideTextLine 2.8s ease-in-out .28s infinite}.guide-step-visual-script .visual-mark-main,.guide-step-visual-cut .visual-mark-main,.guide-step-visual-storyboard .visual-mark-main,.guide-step-visual-review .visual-mark-main{height:68px;background:repeating-linear-gradient(180deg,#fff 0,#fff 10px,#dbeafe 10px,#dbeafe 16px);border:1px solid #bfdbfe}.guide-step-visual-idea .visual-mark-main{left:18px;right:18px;width:auto;height:10px;border-radius:999px;background:#2563eb;animation:guideTypingField 2.4s ease-in-out infinite}.guide-step-visual-idea .visual-mark-sub{width:18px;height:18px;right:20px;bottom:43px;background:#f59f00;animation:guideCursorBlink 1s steps(2) infinite}.guide-step-visual-script .visual-mark-main{animation:guidePaperScroll 2.7s linear infinite}.guide-step-visual-script .visual-mark-extra,.guide-step-visual-script .visual-mark-extra-2{background:#93c5fd}.guide-step-visual-cut .visual-mark-sub{left:50%;right:auto;top:42px;bottom:auto;width:3px;height:70px;border-radius:999px;background:#dc2626;animation:guideCutLine 2.4s ease-in-out infinite}.guide-step-visual-check .visual-mark-sub,.guide-step-visual-review .visual-mark-sub,.guide-step-visual-download .visual-mark-sub{background:#22c55e}.guide-step-visual-check .visual-mark-sub:before,.guide-step-visual-review .visual-mark-sub:before,.guide-step-visual-download .visual-mark-sub:before{content:"";position:absolute;left:10px;top:8px;width:12px;height:7px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(-45deg)}.guide-step-visual-check .visual-mark-extra{background:#fca5a5;animation:guideScoreScan 2.4s ease-in-out infinite}.guide-step-visual-audio .visual-mark-main,.guide-step-visual-align .visual-mark-main{height:38px;background:repeating-linear-gradient(90deg,#0f9f95 0,#0f9f95 7px,#ccfbf1 7px,#ccfbf1 13px)}.guide-step-visual-audio .visual-mark-main{left:16px;right:16px;width:auto;animation:guideWave 1.35s ease-in-out infinite}.guide-step-visual-audio .visual-mark-extra,.guide-step-visual-align .visual-mark-extra{background:#0f9f95}.guide-step-visual-storyboard .visual-mark-main{left:16px;width:42px;height:36px;background:#dbeafe;box-shadow:48px 0 #bfdbfe,24px 45px #e0f2fe;animation:guideStoryboardCards 3s ease-in-out infinite}.guide-step-visual-character .visual-mark-main,.guide-step-visual-portrait .visual-mark-main{border-radius:999px 999px 16px 16px;background:#8b5cf6}.guide-step-visual-character .visual-mark-main,.guide-step-visual-portrait .visual-mark-main{left:28px;top:52px;width:54px;height:54px;animation:guideCharacterBuild 2.6s ease-in-out infinite}.guide-step-visual-character .visual-mark-extra,.guide-step-visual-portrait .visual-mark-extra{left:72px;right:18px;top:58px;background:#c4b5fd}.guide-step-visual-character .visual-mark-extra-2,.guide-step-visual-portrait .visual-mark-extra-2{left:72px;right:28px;top:72px;background:#ddd6fe}.guide-step-visual-image .visual-mark-main,.guide-step-visual-video .visual-mark-main{background:linear-gradient(135deg,#f59e0b,#dc2626)}.guide-step-visual-image .visual-mark-main{width:38px;height:38px;box-shadow:44px 0 #0f9f95,22px 43px #2563eb;animation:guideImageBatch 2.6s ease-in-out infinite}.guide-step-visual-review .visual-mark-main{animation:guideReviewSweep 2.8s ease-in-out infinite}.guide-step-visual-align .visual-mark-main{top:50px;animation:guideAlignWave 2.4s ease-in-out infinite}.guide-step-visual-align .visual-mark-sub{left:20px;right:20px;bottom:44px;width:auto;height:8px;border-radius:999px;background:#2563eb;animation:guideAlignBar 2.4s ease-in-out infinite}.guide-step-visual-video .visual-mark-main{left:16px;right:16px;width:auto;height:62px;animation:guideVideoFlicker 2.2s ease-in-out infinite}.guide-step-visual-video .visual-mark-sub{left:50%;top:66px;right:auto;bottom:auto;width:0;height:0;border-radius:0;border-left:15px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;background:transparent;transform:translate(-40%,-50%);animation:guidePlayPulse 1.7s ease-in-out infinite}.guide-step-visual-download .visual-mark-main{left:17px;right:17px;width:auto;height:56px;border-radius:8px;background:#111827}.guide-step-visual-download .visual-mark-extra,.guide-step-visual-download .visual-mark-extra-2{left:27px;right:27px;height:8px;background:#fff;animation:guideSubtitleLines 2.3s ease-in-out infinite}.guide-step-visual-download .visual-mark-extra{top:76px}.guide-step-visual-download .visual-mark-extra-2{top:91px;animation-delay:.2s}@keyframes guideShine{0%,40%{transform:translate(-120%)}72%,to{transform:translate(120%)}}@keyframes guideMainPulse{0%,to{transform:scale(1);opacity:.95}50%{transform:scale(1.06);opacity:1}}@keyframes guideFloatDot{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes guideProgress{0%{transform:translate(-85%)}55%,to{transform:translate(150%)}}@keyframes guideTextLine{0%,to{width:34px;opacity:.45}50%{width:88px;opacity:.95}}@keyframes guideTypingField{0%,to{width:26px}50%{width:84px}}@keyframes guideCursorBlink{0%,to{opacity:.15}50%{opacity:1}}@keyframes guidePaperScroll{0%{background-position:0 0}to{background-position:0 32px}}@keyframes guideCutLine{0%,to{transform:translate(-22px);opacity:.55}50%{transform:translate(22px);opacity:1}}@keyframes guideScoreScan{0%,to{background:#fca5a5;transform:scaleX(.5);transform-origin:left}50%{background:#86efac;transform:scaleX(1)}}@keyframes guideWave{0%,to{transform:scaleY(.72)}50%{transform:scaleY(1.18)}}@keyframes guideStoryboardCards{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes guideCharacterBuild{0%,to{transform:scale(.92);border-radius:999px 999px 16px 16px}50%{transform:scale(1.04);border-radius:999px 999px 22px 22px}}@keyframes guideImageBatch{0%,to{transform:translateY(0)}33%{transform:translate(6px,-3px)}66%{transform:translate(-4px,4px)}}@keyframes guideReviewSweep{0%,to{filter:saturate(.7)}50%{filter:saturate(1.4)}}@keyframes guideAlignWave{0%,to{transform:translate(-6px)}50%{transform:translate(8px)}}@keyframes guideAlignBar{0%,to{transform:scaleX(.45);transform-origin:left}50%{transform:scaleX(1)}}@keyframes guideVideoFlicker{0%,to{filter:brightness(.92)}50%{filter:brightness(1.18)}}@keyframes guidePlayPulse{0%,to{opacity:.72;transform:translate(-40%,-50%) scale(.92)}50%{opacity:1;transform:translate(-40%,-50%) scale(1.08)}}@keyframes guideSubtitleLines{0%,to{opacity:.35;transform:translateY(6px)}50%{opacity:.92;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.guide-step-visual:before,.guide-step-visual .visual-mark,.guide-step-visual .visual-mark:after{animation:none!important}}.guide-step-body{min-width:0;display:grid;gap:9px;align-content:center}.guide-step-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.guide-step-head strong{color:#14213d;font-size:20px;line-height:1.3}.guide-step-head em{flex:0 0 auto;padding:3px 8px;border-radius:999px;color:#b42318;background:#fff1f3;border:1px solid #fecdd3;font-style:normal;font-size:12px;font-weight:900}.guide-timeline-step.optional .guide-step-head em{color:#475569;background:#f1f5f9;border-color:#dbe5f7}.guide-step-body p{margin:0;color:#5f6c82;line-height:1.65}.guide-step-result{padding:8px 10px;border-radius:12px;color:#0f766e;background:#ecfdf5;border:1px solid #bbf7d0;font-size:13px;font-weight:800;line-height:1.5}.guide-step-body small{color:#7a8496;line-height:1.55}.guide-info-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.25fr) minmax(0,.95fr);gap:14px}.guide-info-card{min-width:0}.guide-prep-list{display:grid;gap:10px}.guide-prep-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:12px;border:1px solid #dbe5f7;border-radius:14px;background:#f8fbff}.guide-prep-item>span{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;color:#fff;background:#2563eb;font-size:12px;font-weight:950}.guide-prep-item strong{color:#14213d}.guide-prep-item p{margin:4px 0 0;color:#64748b;line-height:1.55;font-size:13px}.guide-pricing-list{display:grid;gap:10px}.guide-pricing-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border:1px solid #dbe5f7;border-radius:14px;background:#f8fbff}.guide-pricing-row strong{color:#14213d}.guide-pricing-row p{margin:5px 0 0;color:#64748b;line-height:1.55;font-size:13px}.guide-pricing-row>span{color:#3346d3;font-weight:950;white-space:nowrap}.guide-download-warning{margin:0 0 12px;padding:12px;border-radius:14px;border:1px solid #fecdd3;background:#fff1f2;color:var(--danger);font-size:18px;font-weight:950;line-height:1.6}@media(max-width:1180px){.guide-hero-card{grid-template-columns:1fr}.guide-hero-visual{min-height:210px}.guide-stage-strip,.guide-info-grid{grid-template-columns:1fr}}@media(max-width:760px){.guide-hero-card{padding:22px}.guide-hero-visual{display:none}.guide-route-grid{grid-template-columns:1fr}.guide-flow-head{flex-direction:column}.guide-timeline:before{left:25px}.guide-phase-marker{grid-template-columns:52px minmax(0,1fr);padding-right:0}.guide-phase-marker em{grid-column:2;justify-self:start}.guide-timeline-step{grid-template-columns:52px minmax(0,1fr);padding:12px}.guide-timeline-rail{grid-row:1 / span 2;align-self:stretch}.guide-step-demo{grid-column:2;min-height:196px}.guide-step-body{grid-column:2}.guide-step-head{align-items:flex-start;flex-direction:column}.guide-pricing-row{grid-template-columns:1fr}.guide-pricing-row>span{white-space:normal}}@media(max-width:1100px){.workflow-layout{grid-template-columns:1fr}.workflow-sidebar{position:relative;top:auto;max-height:none}.nav-tree{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-tree-group,.nav-tree-divider,.nav-tree-children{grid-column:1 / -1}}@media(max-width:760px){.nav-tree{grid-template-columns:1fr}.content-head{align-items:flex-start;flex-direction:column}}.split-density-panel{display:grid;gap:10px;padding:14px;border-radius:18px;border:1px solid #dbe5f7;background:linear-gradient(135deg,#f8fbff,#f2f5ff)}.split-mode-panel{display:grid;gap:16px}.split-mode-head{align-items:flex-start;gap:16px}.split-mode-head p{margin:-4px 0 0}.split-mode-current{flex:0 0 auto;padding:8px 12px;border-radius:999px;color:#075985;background:#e0f2fe;border:1px solid #bae6fd;font-size:12px;font-weight:950}.video-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.video-mode-option{position:relative;display:grid;gap:10px;min-height:156px;padding:16px;border-radius:16px;border:1px solid #d8e4f5;background:#fff;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.video-mode-option:hover{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 12px 24px #2563eb17}.video-mode-option.active{border-color:#2563eb;box-shadow:0 14px 28px #2563eb1f}.video-mode-option.locked{background:linear-gradient(135deg,#fff,#f8fbff)}.video-mode-option.disabled{cursor:not-allowed;opacity:.48;background:#f8fafc;box-shadow:none}.video-mode-option.disabled:hover{transform:none;border-color:#d8e4f5;box-shadow:none}.video-mode-option input{position:absolute;opacity:0;pointer-events:none}.video-mode-option-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.video-mode-option-head strong{color:#14213d;font-size:17px;font-weight:950}.video-mode-option-head em{flex:0 0 auto;padding:5px 9px;border-radius:999px;color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;font-style:normal;font-size:12px;font-weight:950}.video-mode-option>span:not(.video-mode-option-head){color:#52627c;line-height:1.6}.video-mode-option b{color:#0f766e;font-size:13px;line-height:1.55}.video-mode-option>span.video-mode-notice{color:#dc2626!important;font-size:13px;font-weight:850;line-height:1.55}.video-mode-size-control{display:grid;grid-template-columns:minmax(72px,auto) minmax(160px,1fr);gap:6px 10px;align-items:center;margin-top:4px;padding:10px 12px;border-radius:12px;border:1px solid #dbe7f5;background:#f8fbff;cursor:default}.video-mode-size-label{color:#475569;font-size:12px;font-weight:900}.video-mode-size-control select{width:100%;min-height:38px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#14213d;font-weight:850}.video-mode-size-control small{grid-column:1 / -1;color:#64748b;font-size:12px;line-height:1.45}.video-mode-option-actions{display:flex;justify-content:flex-end;align-items:center;min-height:40px;margin-top:2px}.video-mode-confirm-button,.mode-confirmed-pill{min-height:36px;padding:8px 13px;font-size:13px;font-weight:900}.mode-confirmed-pill{border:1px solid #bbf7d0;background:#ecfdf5;color:#047857;box-shadow:none;cursor:default}.mode-confirmed-pill:disabled{opacity:1}.split-metrics-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.split-metrics-row>div{min-width:0;padding:13px 14px;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc}.split-metrics-row span,.split-metrics-row small{display:block;color:#64748b;font-size:12px;font-weight:800}.split-metrics-row strong{display:block;margin:5px 0 3px;color:#111827;font-size:22px;line-height:1.15;font-weight:950}.split-source-results-grid.only-source{grid-template-columns:1fr}.budget-mode-action{display:flex;align-items:center;justify-content:space-between;gap:16px}.budget-mode-action p{margin:0;line-height:1.65}@media(max-width:980px){.video-mode-grid,.split-metrics-row{grid-template-columns:1fr}.budget-mode-action{align-items:flex-start;flex-direction:column}}.split-density-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.split-density-header strong{color:#172554;font-weight:900}.split-density-header p{margin:4px 0 0}.split-density-header>span{flex:0 0 auto;padding:8px 11px;border-radius:999px;color:#3346d3;background:#eef3ff;border:1px solid #d7e1f6;font-size:12px;font-weight:900}.density-range{padding:0;min-height:28px;accent-color:var(--primary)}.density-labels{display:flex;justify-content:space-between;color:#77849a;font-size:12px;font-weight:800}.split-script-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.script-import-field{display:grid;gap:8px}.script-import-title-field{display:grid;gap:8px;margin-bottom:14px}.script-import-title-field input{min-height:52px}.script-import-field textarea{min-height:340px}.script-import-footer{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.script-import-counter{color:#526078;font-size:14px;font-weight:850}.script-import-counter.over{color:#dc2626}.script-library-viewer-text{width:100%;min-height:520px}.model-console-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:16px}.api-management-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.model-console-box{min-width:0;border:1px solid #e2e9f6;border-radius:18px;padding:16px;background:#f8fbffc7}.model-console-box label{display:grid;gap:7px;margin-top:12px}.model-console-box label>span{color:#526078;font-size:12px;font-weight:850}.model-list{display:grid;gap:10px}.model-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px;border:1px solid #dfe8f6;border-radius:16px;background:#fff}.model-item strong{color:#172554}.model-item p{margin:4px 0 0;color:#6b768c;font-size:12px;line-height:1.5}.model-console-box select{min-width:260px;flex:1}.storyboard-style-list{display:grid;gap:14px}.storyboard-style-row{min-width:0;border:1px solid #dfe8f6;border-radius:8px;padding:14px;background:#fff}.storyboard-style-row-header{align-items:center}.storyboard-style-row-header strong{color:#172554}.storyboard-style-switches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.storyboard-style-textareas{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.storyboard-style-textareas label{display:grid;gap:7px;min-width:0}.storyboard-style-textareas textarea{width:100%;min-height:118px;resize:vertical}.cpu-worker-settings-box{border-radius:16px}.cpu-worker-summary{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid #dce8f7;border-radius:999px;background:#f7fbff;color:#526074;font-size:13px;font-weight:850}.cpu-worker-queue-status{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #dce8f7;border-radius:14px;background:#f8fbff}.cpu-worker-queue-status strong{display:block;color:#172033}.cpu-worker-queue-status span{display:block;margin-top:4px;color:#64748b;font-size:12px;line-height:1.45}.cpu-worker-table{min-width:1120px}.cpu-worker-url{max-width:260px}.cpu-worker-image{max-width:320px}.cpu-worker-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cpu-worker-overview-grid .inline-note{display:grid;gap:4px;min-height:72px;align-content:center}.cpu-worker-overview-grid .inline-note strong{color:#526074;font-size:12px}.cpu-worker-overview-grid .inline-note span{color:#172033;font-weight:800;word-break:break-word}.cpu-worker-status-cell{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.tiny-button{min-height:28px;padding:0 10px;border-radius:10px;font-size:12px}.table-actions{gap:8px}.status-toggle-button{min-height:30px;padding:0 10px;border-color:#e0e7f3;background:#f8fafc;color:#64748b}.status-toggle-button.active{color:#0f8b58;border-color:#13a1673d;background:#eefaf5}.cpu-worker-test-error{margin-top:8px;max-width:360px;white-space:normal}.cpu-worker-modal{width:min(820px,100%)}.cpu-worker-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cpu-worker-detail-grid .inline-note{display:grid;gap:4px}.cpu-worker-detail-grid .inline-note strong{color:#526074;font-size:12px}.cpu-worker-detail-grid .inline-note span{color:#172033;font-weight:800;word-break:break-word}.cpu-worker-detail-grid .span-2{grid-column:span 2}@media(max-width:960px){.cpu-worker-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cpu-worker-enabled-checkbox{justify-content:flex-start;align-self:end;min-height:44px}.cpu-worker-clear-secret{margin-top:14px;border:1px solid rgba(220,53,69,.22);border-radius:14px;padding:12px;background:#fff7f7}.voice-list-preview-box{grid-column:span 1}.voice-list-preview{display:grid;gap:8px;max-height:360px;overflow:auto;padding-right:4px}.voice-list-preview-item{display:grid;gap:4px;padding:10px;border:1px solid #dfe8f6;border-radius:12px;background:#fff}.voice-list-preview-item strong{color:#172554;font-size:13px}.voice-list-preview-item span{color:#64748b;font-size:12px;line-height:1.45;word-break:break-word}@media(max-width:1100px){.model-console-grid,.api-management-grid{grid-template-columns:1fr}.split-density-header{flex-direction:column}.split-density-header>span{flex:none}}.admin-console-head{display:block}.admin-user-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) auto;gap:12px;align-items:end;padding:14px;border:1px solid #e1e8f5;border-radius:18px;background:#f8fbff}.admin-user-filter-grid label,.admin-user-operation-grid label{display:grid;gap:7px}.admin-user-operation-summary{display:flex;flex-wrap:wrap;gap:10px}.admin-user-operation-summary span{display:inline-flex;min-height:38px;align-items:center;padding:0 12px;border:1px solid #e1e8f5;border-radius:14px;background:#f8fbff;color:#526074}.content-safety-delete-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.content-safety-delete-summary span{min-width:0;padding:10px 12px;border:1px solid #e1e8f5;border-radius:14px;background:#f8fbff;color:#526074;line-height:1.5;word-break:break-word}.content-safety-delete-summary strong{color:#16294a}@media(max-width:680px){.content-safety-delete-summary{grid-template-columns:1fr}}.admin-user-operation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-user-operation-grid .admin-ban-checkbox{display:flex;align-items:center;gap:10px;min-height:44px;padding:11px 13px;border:1px solid var(--line-strong);border-radius:13px;background:#ffffffe6;color:var(--text);font-weight:850}.admin-user-operation-grid .admin-ban-checkbox input{width:auto;min-height:0}.recharge-pricing-table{display:grid;gap:8px}.recharge-pricing-row{display:grid;grid-template-columns:130px minmax(180px,1fr) minmax(180px,1fr) 90px;gap:10px;align-items:center;padding:10px;border:1px solid #e1e8f5;border-radius:16px;background:#fff}.recharge-pricing-row.header{min-height:42px;color:#526074;background:#f7f9ff;font-size:12px;font-weight:900}.recharge-pricing-row input{min-height:40px}.help-center-view{max-width:1120px}.help-center-card{padding:0;overflow:hidden;border-radius:8px}.help-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:22px 24px;border-bottom:1px solid #edf2fb}.help-card-head .section-title{margin-bottom:4px}.help-card-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#2563eb;font-size:20px;font-weight:900}.help-card-icon.contact{border-color:#bbf7d0;background:#f0fdf4;color:#16a34a}.help-faq-list.top-space,.help-contact-grid.top-space{margin-top:0}.help-faq-item{border-bottom:1px solid #edf2fb;background:#fff}.help-faq-item:last-child{border-bottom:0}.help-faq-question{width:100%;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;border:0;border-radius:0;background:#fff;color:#14213d;text-align:left;font-size:16px;font-weight:900}.help-faq-question:hover{background:#f8fbff}.help-faq-caret{flex:0 0 auto;color:#8a97aa;font-size:20px;transition:transform .16s ease}.help-faq-item.open .help-faq-caret{transform:rotate(180deg)}.help-faq-answer{padding:0 24px 20px;color:#334155;line-height:1.8;white-space:pre-wrap}.help-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;padding:24px}.help-contact-card .empty-box,.help-faq-card .empty-box{margin:20px 24px 24px}.help-contact-method-card{position:relative;min-height:188px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px 16px;border:1px solid #e1e8f5;border-radius:8px;background:#fff;text-align:center}button.help-contact-method-card{cursor:pointer}button.help-contact-method-card:hover{background:#f8fbff}.feedback-contact-card{border-color:#22c55e57;background:linear-gradient(180deg,#f7fffb,#fff)}.feedback-contact-card .help-contact-icon{background:#dcfce7;color:#16a34a}.help-contact-method-card strong{color:#14213d;font-size:16px}.help-contact-method-card a,.help-contact-value{color:#2563eb;font-weight:800;overflow-wrap:anywhere}.help-contact-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:8px;background:#eff6ff;color:#2563eb;font-weight:900}.help-contact-recommended{position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:999px;background:#fff7ed;color:#ea580c;font-size:12px;font-weight:900}.help-contact-unread-badge,.nav-unread-badge,.admin-feedback-title-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:950;line-height:1;box-shadow:0 8px 18px #ef44443d}.help-contact-unread-badge{position:absolute;top:12px;right:12px}.nav-unread-badge{min-width:20px;height:20px;padding:0 6px}.nav-tree-item.active .nav-unread-badge{background:#fff;color:#dc2626;box-shadow:none}.admin-feedback-title-badge{margin-left:8px;vertical-align:middle}.feedback-modal{width:min(980px,100%)}.feedback-compose-panel label,.feedback-admin-reply-box label{display:grid;gap:8px}.feedback-success-panel,.feedback-message-box,.feedback-reply-box,.feedback-admin-reply-box{padding:18px;border:1px solid #dfe8f5;border-radius:12px;background:#f8fbff}.feedback-success-panel{display:grid;justify-items:center;gap:10px;text-align:center;border-color:#22c55e47;background:linear-gradient(180deg,#f0fdf4,#fff);color:#14532d}.feedback-success-panel.compact{justify-items:start;text-align:left;grid-template-columns:auto minmax(0,1fr)}.feedback-success-panel.compact p{grid-column:2;margin:0}.feedback-success-icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:999px;background:#22c55e;color:#fff;font-size:28px;font-weight:950;line-height:1}.feedback-message-box p,.feedback-reply-box p{white-space:pre-wrap;line-height:1.75;color:#334155}.feedback-reply-box{border-color:#22c55e38;background:#f0fdf4}.feedback-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:12px}.feedback-image-grid img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;border:1px solid #e1e8f5;background:#fff}.feedback-image-draft{display:grid;gap:8px}.feedback-upload-button{display:inline-flex;align-items:center;min-height:42px;padding:0 15px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:#26334d;font-weight:850;cursor:pointer}.feedback-upload-button input{display:none}.feedback-admin-summary{display:flex;flex-wrap:wrap;gap:10px}.feedback-admin-summary span{display:inline-flex;min-height:34px;align-items:center;padding:5px 10px;border:1px solid #dfe8f5;border-radius:999px;background:#f8fbff;color:#526074}.help-management-section{padding:16px;border:1px solid #e1e8f5;border-radius:8px;background:#fbfdff}.help-admin-list{display:grid;gap:12px}.help-admin-row{display:grid;gap:12px;align-items:end;padding:14px;border:1px solid #e1e8f5;border-radius:8px;background:#fff}.help-admin-row label{display:grid;gap:7px}.help-admin-row label>span{color:#526074;font-size:12px;font-weight:900}.help-admin-faq-row{grid-template-columns:minmax(180px,.9fr) minmax(260px,1.4fr) 90px auto}.help-admin-contact-row{grid-template-columns:120px minmax(130px,.7fr) minmax(190px,1fr) minmax(220px,1.1fr) 90px 90px auto}.help-admin-answer-field textarea,.help-admin-contact-note textarea{min-height:84px}.help-admin-enabled{min-height:42px}.help-admin-actions{justify-content:flex-end}.help-admin-actions button{min-height:36px}.compact-checkbox{flex-direction:row!important;align-items:center;gap:8px;margin:0}.compact-checkbox input{width:auto;min-height:0}.mode-startup-list{display:grid;gap:10px}.mode-startup-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:64px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#ffffffc7}.mode-startup-row input{width:18px;height:18px;min-height:0}.mode-startup-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.mode-startup-copy strong{color:#172033;font-size:15px}.mode-startup-copy small{color:var(--muted);font-size:12px}.cloud-config-toggle-list{display:grid;gap:10px}.cloud-config-toggle-list.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.setting-toggle-row{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) auto 48px;align-items:center;gap:12px;min-height:70px;margin:0!important;padding:12px 14px;border:1px solid #dbe6f6;border-radius:14px;background:#fff;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.setting-toggle-row:hover{border-color:#bcd0ef;background:#f8fbff;box-shadow:0 8px 20px #0f172a0a}.setting-toggle-danger{border-color:#f6d6d6;background:snow}.setting-toggle-danger:hover{border-color:#f0b9b9;background:#fff7f7}.setting-toggle-input{position:absolute;width:1px!important;height:1px;min-height:0!important;opacity:0;pointer-events:none}.setting-toggle-copy{display:grid;gap:4px;min-width:0}.model-console-box .setting-toggle-copy,.model-console-box label>.setting-toggle-copy{color:#1f2a44;font-size:13px;font-weight:800}.setting-toggle-copy strong{color:#1f2a44;font-size:14px;font-weight:900}.setting-toggle-copy small{color:#64748b;font-size:12px;font-weight:700;line-height:1.45}.setting-toggle-danger .setting-toggle-copy strong{color:#8a2b2b}.setting-toggle-state{justify-self:end;min-width:72px;padding:5px 9px;border-radius:999px;background:#edf5ff;color:#28518a;font-size:12px;font-weight:900;text-align:center;white-space:nowrap}.setting-toggle-danger .setting-toggle-state{background:#fff0f0;color:#a33a3a}.setting-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;border-radius:999px;background:#cbd5e1;box-shadow:inset 0 1px 3px #0f172a2e;transition:background .18s ease,box-shadow .18s ease}.setting-toggle-switch:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 2px 6px #0f172a38;transition:transform .18s ease}.setting-toggle-input:checked~.setting-toggle-switch{background:linear-gradient(135deg,#2563eb,#0891b2);box-shadow:inset 0 1px 3px #0f172a24}.setting-toggle-danger .setting-toggle-input:checked~.setting-toggle-switch{background:linear-gradient(135deg,#dc2626,#f97316)}.setting-toggle-input:checked~.setting-toggle-switch:after{transform:translate(20px)}.setting-toggle-input:focus-visible~.setting-toggle-switch{outline:3px solid rgba(37,99,235,.22);outline-offset:3px}@media(max-width:860px){.cloud-config-toggle-list.cols-2{grid-template-columns:1fr}.setting-toggle-row{grid-template-columns:minmax(0,1fr) 48px}.setting-toggle-state{grid-column:1;grid-row:2;justify-self:start}.setting-toggle-switch{grid-column:2;grid-row:1 / span 2}}.user-table-wrap{overflow:auto;border:1px solid #e1e8f5;border-radius:18px;background:#fff}.user-table{width:100%;border-collapse:collapse;min-width:1080px;font-size:13px}.user-table th,.user-table td{padding:13px 14px;border-bottom:1px solid #edf2fb;text-align:left;white-space:nowrap}.user-table th{color:#526074;font-size:12px;background:#f7f9ff;font-weight:900}.user-table tr:last-child td{border-bottom:0}.user-table tbody tr:hover{background:#f8fbff}.task-id-cell{display:inline-block;max-width:180px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.dashboard-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-stat-card{min-height:118px;padding:22px 24px;border:1px solid #e1e8f5;border-radius:8px;background:#fff;box-shadow:0 12px 28px #314b8112}.dashboard-stat-card span{display:block;color:#667085;font-weight:850;font-size:14px}.dashboard-stat-card strong{display:block;margin-top:10px;color:#17233f;font-size:30px;line-height:1;letter-spacing:0}.dashboard-chart-card{border-radius:8px}.dashboard-chart-wrap{position:relative;overflow-x:auto;margin-top:14px;border:1px solid #e1e8f5;border-radius:8px;background:#fff}.dashboard-chart{display:block;width:100%;min-width:760px;height:360px}.chart-grid-line{stroke:#d8deea;stroke-dasharray:4 4;stroke-width:1}.chart-axis-line{stroke:#8d97aa;stroke-width:1.2}.chart-axis-label{fill:#667085;font-size:12px;font-weight:750}.chart-area{fill:url(#dashboardChartFill)}.chart-line{fill:none;stroke:#22304a;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.chart-point{fill:#22304a;stroke:#fff;stroke-width:2}.site-stats-card,.resource-monitor-card{min-width:0}.resource-monitor-current-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.resource-current-card{display:grid;gap:8px;min-height:116px;padding:14px;border:1px solid #dfe8f6;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbff)}.resource-current-card span{color:#526074;font-size:13px;font-weight:850}.resource-current-card strong{color:#16223a;font-size:23px;line-height:1.15;letter-spacing:0}.resource-current-card small{color:#667085;font-size:12px;font-weight:760;line-height:1.5}.resource-monitor-recommendations{display:grid;gap:10px}.resource-recommendation{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:12px 14px;border:1px solid #e1e8f5;border-radius:8px;background:#fbfdff}.resource-recommendation strong{display:block;margin-bottom:4px;color:#17233f;font-size:14px}.resource-recommendation p{margin:0;color:#667085;font-size:13px;line-height:1.6}.site-stats-overview-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.resource-monitor-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-stat-card{display:grid;gap:8px;min-height:152px;padding:14px;text-align:left;border:1px solid #dfe8f6;border-radius:8px;background:#fff;color:var(--text);box-shadow:0 10px 24px #314b810f}.site-stat-card.active{border-color:#4459e8;box-shadow:0 12px 26px #4459e824}.site-stat-card span{color:#526074;font-size:13px;font-weight:850}.site-stat-card strong{color:#16223a;font-size:24px;line-height:1.1;letter-spacing:0}.site-stat-card em,.site-stat-card small{font-style:normal;color:#667085;font-size:12px;font-weight:780}.site-stat-card em.positive{color:#0f8b58}.site-stat-card em.negative{color:#d14b4b}.site-stat-card em.neutral{color:#667085}.site-stats-chart-panel{padding:16px;border:1px solid #e1e8f5;border-radius:8px;background:#fbfdff}.segmented-control{display:inline-flex;gap:4px;padding:4px;border:1px solid #dfe8f6;border-radius:8px;background:#fff}.segmented-control button{min-height:34px;padding:0 12px;border:0;border-radius:6px;background:transparent;color:#526074;font-weight:850}.segmented-control button.active{background:#22304a;color:#fff}.site-stats-chart-area{fill:url(#siteStatsChartFill)}.site-stats-chart-line{fill:none;stroke:#14966b;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.site-stats-chart-point{fill:#14966b;stroke:#fff;stroke-width:2}.resource-monitor-chart-area{fill:url(#resourceMonitorChartFill)}.resource-monitor-chart-line{fill:none;stroke:#2563eb;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.resource-monitor-chart-point{fill:#2563eb;stroke:#fff;stroke-width:2}.resource-monitor-bar-track i{background:linear-gradient(90deg,#2563eb,#0ea5b7)}.site-stats-bar-list{display:grid;gap:10px;margin-top:14px;padding:12px;border:1px solid #e1e8f5;border-radius:8px;background:#fff}.site-stats-bar-row{display:grid;grid-template-columns:74px minmax(0,1fr) minmax(110px,auto);gap:12px;align-items:center}.site-stats-bar-row span{color:#667085;font-size:12px;font-weight:850}.site-stats-bar-row strong{text-align:right;color:#17233f;font-size:13px}.site-stats-bar-track{height:14px;overflow:hidden;border-radius:999px;background:#eef3ff}.site-stats-bar-track i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4459e8,#14966b)}.site-stats-table-wrap{max-height:460px}.site-stats-daily-table th,.site-stats-daily-table td{white-space:nowrap}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;border-radius:999px;border:1px solid #dde7f6;background:#f7f9ff;color:#526074;font-weight:850;font-size:12px}.status-pill.admin{color:#3346d3;background:#eef3ff;border-color:#3b5bdb3d}.status-pill.user{color:#526074;background:#f7f9ff}.status-pill.normal{color:#0f8b58;background:#eefaf5;border-color:#13a16738}.status-pill.warning{color:#a16207;background:#fffbeb;border-color:#f59e0b42}.status-pill.banned{color:#b42333;background:#fff1f2;border-color:#dc354538}.backup-artifact-list{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.backup-artifact-list a{color:#2563eb;font-size:13px;line-height:1.35;text-decoration:none}.backup-artifact-list a:hover{text-decoration:underline}.empty-box{padding:18px;border:1px dashed #cfd9ed;border-radius:16px;color:#7b879b;background:#f8fbff}.storyboard-correction-modal{display:grid;gap:16px}.storyboard-correction-history{display:grid;gap:12px;max-height:360px;overflow:auto;padding:14px;border:1px solid #d8e2f3;border-radius:18px;background:#f7faff}.storyboard-correction-message{width:min(760px,92%);padding:14px 16px;border:1px solid #dbe5f5;border-radius:16px;background:#fff;box-shadow:0 10px 24px #4c5c8c14}.storyboard-correction-message.user{justify-self:end;background:#edf3ff;border-color:#c8d7fb}.storyboard-correction-meta{display:flex;justify-content:space-between;gap:12px;color:#6a7893;font-size:13px;margin-bottom:8px}.storyboard-correction-content{white-space:pre-wrap;line-height:1.75;color:#1e2b45}.storyboard-role-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.storyboard-role-item{display:grid;gap:5px;min-height:76px;padding:12px 14px;border:1px solid #e2e9f6;border-radius:12px;background:#f8fbff}.storyboard-role-item strong{color:#1d2b4f}.storyboard-role-item span{color:#5d687a;font-size:13px;line-height:1.55}.storyboard-pagination{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.storyboard-pagination-bottom{justify-content:flex-end;margin-top:14px}.storyboard-pagination span{min-width:64px;text-align:center;color:#526074;font-weight:850}.storyboard-character-modal{display:grid;gap:16px}.storyboard-character-table-wrap{overflow:auto;border:1px solid #e1e8f5;border-radius:14px;background:#fff}.storyboard-character-table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px}.storyboard-character-table th,.storyboard-character-table td{padding:12px;border-bottom:1px solid #edf2fb;text-align:left;vertical-align:top}.storyboard-character-table th{color:#526074;background:#f7f9ff;font-size:12px;font-weight:900;white-space:nowrap}.storyboard-character-table tr:last-child td{border-bottom:0}.storyboard-character-table td:first-child{width:70px;color:#526074;font-weight:850}.storyboard-character-table td:last-child{width:110px}.character-role-table-wrap{max-height:520px;overflow:auto;border:1px solid #e1e8f5;border-radius:14px;background:#fff}.character-role-table{width:100%;min-width:980px;table-layout:fixed;border-collapse:collapse;font-size:13px}.character-role-col-name{width:14%}.character-role-col-note{width:28%}.character-role-col-description{width:58%}.character-role-table th,.character-role-table td{padding:10px 11px;border-bottom:1px solid #edf2fb;text-align:left;vertical-align:top;overflow-wrap:anywhere;word-break:break-word}.character-role-table th{position:sticky;top:0;z-index:1;color:#526074;background:#f7f9ff;font-size:12px;font-weight:900;white-space:nowrap}.character-role-table tr:last-child td{border-bottom:0}.character-role-table tbody tr:hover{background:#f8fbff}.character-role-name{color:#22304d;font-weight:900;line-height:1.55}.character-role-readonly-text{color:#526074;line-height:1.65}.character-role-description-input{min-height:82px;resize:vertical;line-height:1.6}.storyboard-table-wrap{overflow-x:hidden;overflow-y:visible;border:1px solid #e1e8f5;border-radius:14px;background:#fff}.storyboard-table{width:100%;min-width:0;table-layout:fixed;border-collapse:collapse;font-size:13px}.storyboard-col-id{width:44px}.storyboard-col-type{width:56px}.storyboard-col-text{width:15%}.storyboard-col-subject{width:7%}.storyboard-col-secondary{width:8%}.storyboard-col-background{width:12%}.storyboard-col-time{width:60px}.storyboard-col-weather{width:6%}.storyboard-col-style{width:10%}.storyboard-col-shot,.storyboard-col-composition{width:6%}.storyboard-col-prompt{width:15%}.storyboard-col-action{width:96px}.storyboard-table th,.storyboard-table td{padding:10px 9px;border-bottom:1px solid #edf2fb;text-align:left;vertical-align:top;overflow-wrap:anywhere;word-break:break-word}.storyboard-table th{position:sticky;top:0;z-index:1;color:#526074;background:#f7f9ff;font-size:12px;font-weight:900;white-space:nowrap}.storyboard-table tr:last-child td{border-bottom:0}.storyboard-table tbody tr:hover{background:#f8fbff}.storyboard-table-text{max-width:none;min-width:0;white-space:normal;line-height:1.6}.storyboard-table td:last-child button{min-width:46px;padding:8px 10px}.cg-review-storyboard-actions{display:grid;gap:8px;justify-items:center}.cg-review-storyboard-actions button{width:72px}.alignment-result-card{overflow:hidden}.alignment-table-wrap{max-height:620px;overflow:auto;border:1px solid #e1e8f5;border-radius:14px;background:#fff}.alignment-table{width:100%;min-width:0;table-layout:fixed;border-collapse:collapse;font-size:13px}.alignment-col-id{width:80px}.alignment-col-time{width:160px}.alignment-col-action{width:110px}.alignment-table th,.alignment-table td{padding:11px 12px;border-bottom:1px solid #edf2fb;text-align:left;vertical-align:middle;overflow-wrap:anywhere}.alignment-table th{position:sticky;top:0;z-index:1;color:#526074;background:#f7f9ff;font-size:12px;font-weight:900;white-space:nowrap}.alignment-table tr:last-child td{border-bottom:0}.alignment-table tbody tr:hover{background:#f8fbff}.alignment-table tbody tr.missing{background:#fffaf0}.alignment-table tbody tr.missing:hover{background:#fff4db}.alignment-name-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.storyboard-scene-editor textarea[readonly]{min-height:76px}.storyboard-scene-editor{width:min(1180px,calc(100vw - 48px));height:min(960px,calc(100vh - 32px));max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow:hidden}.storyboard-scene-editor .modal-header,.storyboard-scene-editor>.confirm-warning-box,.storyboard-scene-editor>.actions-row{flex:0 0 auto}.storyboard-scene-editor>.form-grid{flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px}.storyboard-scene-editor>.actions-row{align-self:stretch;justify-content:flex-end;margin-top:14px;padding-top:14px;border-top:1px solid #eef2f7;background:#fffffff5}@media(max-width:1100px){.admin-console-head{display:block}.storyboard-role-list{grid-template-columns:1fr}.storyboard-pagination{width:100%;justify-content:space-between}}.small-status{display:inline-flex;align-items:center;margin-left:8px;padding:2px 8px;border-radius:999px;background:#eef3ff;color:#3b5bdb;font-size:12px;font-weight:850}.muted-note{margin:8px 0 0;color:#71809d;font-size:13px;line-height:1.6}.cg-review-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:16px;align-items:start}.cg-review-toolbar-head{align-items:flex-start}.cg-review-counter{font-weight:900;font-size:22px;color:var(--primary);padding:8px 13px;border-radius:999px;background:#eef3ff;border:1px solid #dbe5ff}.cg-review-bad-summary{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding:10px 12px;border-radius:14px;border:1px solid #e3eaf8;background:#f8fbff;color:#51607c}.cg-review-bad-summary strong{color:#22304d}.cg-review-bad-editor{display:grid;gap:8px;padding:10px 12px;border-radius:14px;border:1px solid #e3eaf8;background:#f8fbff}.cg-review-bad-editor span{font-size:13px;color:#22304d;font-weight:800}.cg-review-bad-editor textarea{min-height:54px;resize:vertical}.cg-review-current-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cg-review-current-meta>div{border:1px solid #e3ebf8;border-radius:var(--radius-md);padding:12px 14px;background:linear-gradient(180deg,#f8fbfff2,#f2f7ffeb)}.cg-review-current-meta span{display:block;font-size:12px;color:var(--muted);margin-bottom:6px;font-weight:700}.cg-review-current-meta strong{color:#18264f}.cg-review-current-meta .filename-text{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cg-review-preview-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.cg-review-preview-title em{font-style:normal;font-size:12px;font-weight:900;color:#0b7285;background:#dffcff;border:2px solid #19d3f3;border-radius:999px;padding:6px 12px}.cg-review-stage{min-height:620px;border:4px solid #13c2ff;border-radius:20px;padding:18px;background:linear-gradient(180deg,#ffffffeb,#f1f9ffeb),repeating-linear-gradient(45deg,#13c2ff38 0,#13c2ff38 10px,#ffc10733 10px,#ffc10733 20px);box-shadow:0 0 0 5px #ffc1075c,0 18px 34px #13c2ff29;display:flex;align-items:center;justify-content:center}.cg-review-stage.empty{border-style:dashed;box-shadow:0 0 0 5px #ffc10738}.cg-review-stage img{display:block;max-width:100%;max-height:78vh;object-fit:contain;border:6px solid #13c2ff;border-radius:14px;background:#fff;box-shadow:0 0 0 5px #ffc107,0 18px 32px #0d6efd2e}.cg-review-preview-button{width:100%;min-height:100%;border:0;padding:0;background:transparent;display:grid;place-items:center;gap:12px;color:var(--muted);cursor:zoom-in}.cg-review-preview-button:disabled{cursor:wait;opacity:.82}.cg-review-preview-button span{font-size:13px;font-weight:700;color:#60718e}.cg-review-empty{display:grid;place-items:center;min-height:300px;width:100%;text-align:center;color:var(--muted);line-height:1.8}.cg-review-empty p{max-width:430px}.cg-review-storyboard-panel{display:grid;gap:10px;padding:12px;border:1px solid #e3eaf8;border-radius:16px;background:#fbfdff}.cg-review-storyboard-head .subhead{margin-bottom:2px}.cg-review-storyboard-table-wrap{overflow:auto;border:1px solid #e1e8f5;border-radius:14px;background:#fff}.cg-review-storyboard-table{width:100%;min-width:1120px;table-layout:fixed;border-collapse:collapse;font-size:13px}.cg-review-storyboard-table th,.cg-review-storyboard-table td{padding:10px 9px;border-bottom:1px solid #edf2fb;text-align:left;vertical-align:top;overflow-wrap:anywhere;word-break:break-word}.cg-review-storyboard-table th{color:#526074;background:#f7f9ff;font-size:12px;font-weight:900;white-space:nowrap}.cg-review-storyboard-table tr:last-child td{border-bottom:0}.cg-review-storyboard-table th:last-child,.cg-review-storyboard-table td:last-child{position:sticky;right:0;z-index:1;text-align:center;background:#fff;box-shadow:-8px 0 14px #1f2c550f}.cg-review-storyboard-table th:last-child{z-index:2;background:#f7f9ff}.cg-review-storyboard-table td:last-child button{min-width:46px;padding:8px 10px}.cg-review-scene-list{display:grid;gap:9px;max-height:760px;overflow:auto;padding-right:4px}.cg-review-scene-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;border:1px solid #dbe5f5;border-radius:15px;outline:0;padding:10px 12px;background:#f8fbff}.cg-review-scene-item strong{color:#1d2b4f}.cg-review-scene-item span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#51607c}.cg-review-scene-item em{font-style:normal;font-size:12px;font-weight:800;padding:4px 8px;border-radius:999px;background:#fff0f0;color:#c92a2a}.cg-review-scene-item.active{border-color:var(--primary);box-shadow:0 0 0 3px #3b5bdb24,inset 3px 0 0 var(--primary);background:#eef3ff}.cg-review-scene-item:focus,.cg-review-scene-item:focus-visible{outline:0}.cg-review-scene-item:focus-visible:not(.active){border-color:#2563eb7a;box-shadow:0 0 0 3px #2563eb1f}.cg-review-scene-item.active:focus,.cg-review-scene-item.active:focus-visible{box-shadow:0 0 0 3px #3b5bdb24,inset 3px 0 0 var(--primary)}.cg-review-scene-item.bad{border-color:#ffc9c9}.cg-review-scene-item.failed,.cg-review-scene-item.missing{border-color:#fecaca;border-style:solid;background:#fff1f2}.cg-review-scene-item.failed strong,.cg-review-scene-item.missing strong{color:#b91c1c}.cg-review-scene-item.pending{border-color:#d1d5db;background:#f3f4f6}.cg-review-scene-item.pending strong{color:#6b7280}.cg-review-scene-item.pending em{background:#e5e7eb;color:#4b5563}.cg-review-scene-item.active.bad,.cg-review-scene-item.active.failed,.cg-review-scene-item.active.missing,.cg-review-scene-item.active.pending{border-color:var(--primary);background:#eef3ff}.log-card-inner{box-shadow:none;background:#fbfdff}.log-card-inner textarea{min-height:120px}@media(max-width:1200px){.cg-review-layout{grid-template-columns:1fr}.cg-review-stage{min-height:520px}}@media(max-width:860px){.cg-review-current-meta{grid-template-columns:1fr}.cg-review-scene-item{grid-template-columns:58px minmax(0,1fr)}.cg-review-scene-item em{grid-column:1 / -1;justify-self:start}.cg-review-stage{min-height:360px;padding:12px}}.operation-filter-grid{display:grid;grid-template-columns:minmax(160px,1fr) minmax(220px,1.4fr) minmax(130px,.7fr) minmax(120px,.6fr) auto;gap:12px;align-items:end}.operation-filter-grid label{display:grid;gap:7px}.operation-log-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr);gap:16px;align-items:start}.operation-log-table-wrap{max-height:560px;overflow:auto;border:1px solid #e5ecf8;border-radius:16px;background:#fff}.operation-log-table tr{cursor:pointer}.operation-log-table tbody tr.selected,.operation-log-table tbody tr:hover{background:#eef3ff}.story-debug-card .operation-log-table tr{cursor:default}.story-debug-card .operation-log-table tbody tr.selected{background:#eef3ff}.story-debug-steps-panel{scroll-margin-top:18px}.story-debug-steps-panel:focus{outline:none}.operation-log-count{padding:0 2px 8px}.operation-log-detail{min-width:0}.operation-log-detail textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;white-space:pre}.cost-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:12px}.cost-stat-box{display:grid;gap:8px;min-height:84px;padding:14px;border:1px solid #dbe7f7;border-radius:12px;background:#f8fbff}.cost-stat-box span{color:var(--muted);font-size:12px;font-weight:800}.cost-stat-box strong{color:var(--text);font-size:22px;line-height:1.1}.cost-chart-panel{padding:14px;border:1px solid #e5ecf8;border-radius:12px;background:#fff}.cost-line-chart-wrap{position:relative;margin-top:8px}.cost-line-chart{width:100%;height:260px;display:block;overflow:visible}.cost-line-grid{fill:none;stroke:#d8e3f1;stroke-width:1.5}.cost-line-path{fill:none;stroke:#2563eb;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.cost-axis-title{fill:#64748b;font-weight:800}.cost-line-hit-point{fill:transparent;cursor:pointer;outline:none;pointer-events:all}.cost-line-point{fill:#fff;stroke:#2563eb;stroke-width:3;pointer-events:none;transition:r .15s ease,stroke-width .15s ease,fill .15s ease}.cost-line-hit-point:focus+.cost-line-point,.cost-line-point.active{fill:#2563eb;stroke-width:4}.cost-line-tooltip{pointer-events:none}.cost-line-tooltip rect{fill:#0f172a;stroke:#ffffff6b;stroke-width:1;filter:drop-shadow(0 8px 18px rgba(15,23,42,.18))}.cost-line-tooltip text{fill:#fff;font-size:12px;font-weight:800}.cost-provider-breakdown{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.cost-provider-breakdown span{padding:6px 10px;border:1px solid #dbe7f7;border-radius:999px;background:#f8fbff;color:var(--text);font-size:12px;font-weight:800}.cost-audit-card .operation-log-table input[type=number],.cost-audit-card .operation-log-table input[type=text],.cost-audit-card .operation-log-table input:not([type]){min-width:110px}.video-record-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.video-record-detail-grid label{display:grid;gap:8px;font-weight:800;color:var(--text)}.video-record-detail-grid textarea{resize:vertical;min-height:72px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.6}@media(max-width:1200px){.site-stats-overview-grid,.resource-monitor-current-grid,.resource-monitor-metric-grid,.cost-summary-grid,.operation-filter-grid,.admin-user-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operation-log-layout{grid-template-columns:1fr}.help-admin-faq-row,.help-admin-contact-row,.recharge-package-grid,.recharge-summary,.payment-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.site-stats-overview-grid,.resource-monitor-current-grid,.resource-monitor-metric-grid,.cost-summary-grid,.resource-recommendation{grid-template-columns:1fr}.site-stats-bar-row{grid-template-columns:58px minmax(0,1fr)}.site-stats-bar-row strong{grid-column:1 / -1;text-align:left}.operation-filter-grid,.admin-user-filter-grid,.admin-user-operation-grid,.video-record-detail-grid{grid-template-columns:1fr}.help-card-head{grid-template-columns:auto minmax(0,1fr)}.help-card-head>button{grid-column:1 / -1}.help-admin-faq-row,.help-admin-contact-row{grid-template-columns:1fr}.help-admin-actions{justify-content:flex-start}.help-contact-grid,.recharge-pricing-row,.recharge-package-grid,.recharge-summary,.payment-method-grid{grid-template-columns:1fr}}.confirm-panel{width:min(560px,100%)}.split-quality-cost-panel{width:min(920px,calc(100vw - 48px));max-height:min(86vh,820px);display:flex;flex-direction:column;overflow:hidden}.split-quality-cost-panel .modal-header,.split-quality-cost-panel .actions-row{flex:0 0 auto}.split-quality-cost-panel .actions-row{align-self:stretch;justify-content:flex-end;margin-top:14px;padding-top:14px;border-top:1px solid #eef2f7}.split-quality-cost-box{display:block;min-height:0;overflow:auto;padding:18px 20px}.split-quality-cost-box>.confirm-warning-icon,.split-quality-cost-box>div:not(.split-quality-cost-summary){display:none}.split-quality-cost-summary{color:#5f1f2a}.split-quality-cost-lead{margin:0 0 12px;color:#9f1239;font-size:18px;font-weight:900;line-height:1.45}.split-quality-cost-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;margin:0}.split-quality-cost-grid>div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;padding:9px 0;border-top:1px solid rgba(190,18,60,.12)}.split-quality-cost-grid dt{color:#7f1d3d;font-weight:800}.split-quality-cost-grid dd{margin:0;color:#71303f;line-height:1.55}.split-quality-cost-grid strong,.split-quality-cost-total strong{color:#9f1239;font-weight:900}.split-quality-cost-total{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;margin:14px 0 0;padding:12px 14px;border-radius:12px;border:1px solid rgba(190,18,60,.18);background:#ffffffa3;color:#5f1f2a;font-weight:800}.split-quality-cost-note{margin:10px 0 0;color:#8a4352;line-height:1.55}.cg-generate-charge-panel{width:min(820px,calc(100vw - 48px));max-height:min(86vh,820px);display:flex;flex-direction:column;overflow:hidden}.cg-generate-charge-panel .modal-header,.cg-generate-charge-panel .actions-row{flex:0 0 auto}.cg-generate-charge-panel .confirm-warning-box{min-height:0;overflow:auto}.cg-generate-charge-panel .confirm-warning-box p{word-break:break-word}.cg-generate-charge-panel .actions-row{align-self:stretch;justify-content:flex-end;margin-top:14px;padding-top:14px;border-top:1px solid #eef2f7}.confirm-warning-box{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;padding:18px;border-radius:18px;border:1px solid #ffd6d6;background:linear-gradient(180deg,#fff7f7,#fff1f1);color:#5f1f2a}.confirm-warning-box strong{display:block;margin-bottom:8px;color:#9f1239;font-size:17px}.confirm-warning-box p strong{display:inline;margin-bottom:0;color:inherit;font-size:inherit}.confirm-warning-box p{margin:0;line-height:1.7;color:#7f3644}.confirm-warning-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#dc3545,#ff6b6b);color:#fff;font-weight:900;font-size:22px;box-shadow:0 12px 26px #dc354538}.confirm-warning-box.split-quality-cost-box{display:block;min-height:0;overflow:auto;padding:18px 20px}.confirm-warning-box.split-quality-cost-box>.confirm-warning-icon,.confirm-warning-box.split-quality-cost-box>div:not(.split-quality-cost-summary){display:none}.confirm-warning-box.split-quality-cost-box strong{display:inline;margin-bottom:0;color:#9f1239;font-size:inherit;font-weight:900}@media(max-width:640px){.split-quality-cost-panel{width:min(100%,calc(100vw - 24px));max-height:90vh}.split-quality-cost-grid{grid-template-columns:1fr}.split-quality-cost-grid>div{grid-template-columns:92px minmax(0,1fr)}.cg-generate-charge-panel{width:min(100%,calc(100vw - 24px));max-height:90vh}.cg-generate-charge-panel .confirm-warning-box{grid-template-columns:1fr}}.check-ai-warning{margin-top:10px;color:#dc2626;font-weight:800;line-height:1.65}button.danger{background:linear-gradient(135deg,#dc3545,#ef4444);color:#fff;border-color:transparent;box-shadow:0 12px 26px #dc354538}button.danger:hover{background:linear-gradient(135deg,#b42333,#dc2626);box-shadow:0 16px 34px #dc35454d}:root{--bg: #f3f6fb;--surface: #ffffff;--surface-solid: #ffffff;--surface-soft: #f7f9fc;--line: #e3e9f2;--line-strong: #d3dde9;--text: #111827;--muted: #667085;--muted-2: #98a2b3;--primary: #2563eb;--primary-2: #0ea5b7;--primary-dark: #1d4ed8;--success: #059669;--danger: #dc2626;--warning: #d97706;--shadow-sm: 0 10px 26px rgba(15, 23, 42, .06);--shadow-md: 0 18px 42px rgba(15, 23, 42, .09);--shadow-lg: 0 26px 64px rgba(15, 23, 42, .14);--radius-lg: 16px;--radius-md: 12px;--radius-sm: 9px}html{background:var(--bg)}body{background:linear-gradient(180deg,#ffffffb8,#fff0 26%),linear-gradient(180deg,#f8fafc,#eef3f8 46%,#f5f8fc);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{background-image:linear-gradient(rgba(37,99,235,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.035) 1px,transparent 1px);background-size:40px 40px;opacity:.85;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 68%);mask-image:linear-gradient(180deg,rgba(0,0,0,.42),transparent 68%)}*{scrollbar-color:#c9d4e5 transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#c9d4e5;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#aebbd0;background-clip:padding-box}.page-shell{display:flex;flex-direction:column;max-width:1780px;min-height:100vh;padding:22px}.site-record-footer{display:flex;justify-content:center;align-items:center;min-height:30px;margin:auto 0 0;padding:16px 12px 0;color:#9aa4b2;font-size:12px;line-height:1.6;text-align:center}.site-record-link{color:inherit;font-weight:600;text-decoration:none;white-space:nowrap}.site-record-link:hover{color:#667085;text-decoration:underline}.card{background:var(--surface-solid);border-color:#d3dde9f2;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:none;backdrop-filter:none}.card+.card{margin-top:14px}.app-header{border:1px solid rgba(31,41,55,.18);border-radius:18px;padding:24px 28px;background:linear-gradient(135deg,#102033,#17365f 52%,#0f766e);box-shadow:0 24px 58px #0f172a29}.app-header:after{display:none}.app-header h1{margin:6px 0 8px;font-size:clamp(28px,2.4vw,40px);line-height:1.08;letter-spacing:0}.app-header .eyebrow,.app-header .muted{color:#ffffffc7}.app-header .muted{max-width:760px;line-height:1.7}.eyebrow{letter-spacing:.09em;color:#6b7280}.section-title{gap:9px;margin-bottom:12px;color:#111827;font-size:17px;letter-spacing:0}.section-title:before{width:4px;height:20px;background:linear-gradient(180deg,var(--primary),var(--success));box-shadow:none}.subhead{color:#1f2937;font-weight:850}.inline-note,.empty-box,.preview-placeholder,.hint-box{background:#f8fafc;border-color:#dbe3ef;color:#667085}input,select,textarea{border-color:var(--line-strong);border-radius:10px;background:#fbfdff;box-shadow:inset 0 1px #0f172a08}input:hover,select:hover,textarea:hover{border-color:#b8c4d6}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb21}input[readonly],textarea[readonly]{background:#f6f8fb;color:#4b5563}button{border-color:#d5deea;border-radius:10px;background:#fff;color:#243044;box-shadow:none}button:hover{border-color:#b7c4d7;background:#f8fafc;box-shadow:0 8px 18px #0f172a12}button.primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 14px 28px #2563eb2e}button.primary:hover{background:linear-gradient(135deg,var(--primary-dark),#0891b2);box-shadow:0 16px 32px #2563eb3d}button.success{background:linear-gradient(135deg,var(--success),#0d9488);box-shadow:0 14px 28px #0596692e}button.success:hover{background:linear-gradient(135deg,#047857,#0f766e)}button.ghost-button{background:#f8fafc;border-color:#d8e0ea}button.danger{background:linear-gradient(135deg,#dc2626,#f97316)}.prompt-help-button{color:#8a4b00;border-color:#f6c66b;background:#fff7e6}.prompt-help-button:hover{color:#6b3a00;border-color:#e8ad39;background:#fff1c7}.workflow-layout{grid-template-columns:296px minmax(0,1fr);gap:20px}.workflow-sidebar{padding:16px;border-radius:18px}.sidebar-title{padding:0 2px 12px;border-bottom:1px solid #e5ebf3}.sidebar-title span{color:#111827;letter-spacing:0}.nav-tree{gap:7px}.nav-tree button{border-radius:11px}.nav-tree button:hover{transform:translate(1px)}.nav-tree-group{background:#f8fafc;border-color:#dce5f1}.nav-tree-group.active{color:#1e3a8a;border-color:#bfdbfe;background:#eff6ff;box-shadow:inset 3px 0 #2563eb}.tree-caret{width:22px;height:22px;border-radius:7px;color:#1d4ed8;background:#eef4ff;font-size:19px}.tree-range{color:#0369a1;background:#e0f2fe}.tree-meta{gap:5px}.tree-requirement-optional{color:#9a5b00;background:#fff7dd;border-color:#f5cf75}.tree-requirement-required{color:#b42318;background:#fff1f3;border-color:#fecdd3}.nav-tree-children{gap:6px;border-left-color:#d8e2f0}.nav-tree-item{background:#fff;border-color:#dce5f1;color:#344054}.nav-tree-item.active{color:#fff;background:linear-gradient(135deg,#1e3a8a,#2563eb 70%,#0891b2);box-shadow:0 12px 26px #2563eb2e}.nav-tree-item.completed{color:#166534;background:#f0fdf4;border-color:#bbf7d0;box-shadow:none}.nav-tree-item.completed .tree-dot{background:#16a34a}.nav-tree-item.completed.active{color:#fff;background:linear-gradient(135deg,#16a34a,#10b981);border-color:transparent;box-shadow:0 12px 26px #16a34a2e}.nav-tree-item.completed.active .tree-dot{background:#fff}.tree-check{background:#16a34a;color:#fff}.nav-tree-item.active .tree-check,.nav-tree-item.completed.active .tree-check{background:#16a34a;color:#fff;border:1px solid rgba(255,255,255,.74)}.nav-tree-item.status-pending .tree-dot{background:#a9b7d2;box-shadow:none}.nav-tree-item.status-ready .tree-dot{background:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.nav-tree-item.skipped,.nav-tree .nav-tree-item.skipped:disabled,.nav-tree-item.skipped.active{color:#344054!important;background:#f4f5f7!important;border-color:#cfd4dc!important;box-shadow:none!important;cursor:not-allowed}.nav-tree-item.skipped:hover,.nav-tree .nav-tree-item.skipped:disabled:hover{transform:none}.nav-tree-item.skipped .tree-dot,.nav-tree-item.skipped.active .tree-dot{background:#3f3f46;box-shadow:0 0 0 4px #3f3f461f}.nav-tree-item.skipped .tree-step-title{color:#1f2937}.nav-tree-item.locked{color:#98a2b3;background:#f8fafc;border-color:#e4eaf3;box-shadow:none}.nav-tree-item.guest-locked,.nav-tree-item.guest-locked:hover{cursor:pointer;opacity:.72;transform:none;box-shadow:none}.nav-tree-item.locked .tree-dot{background:#b9c4d6}.nav-tree-item.locked.active{color:#fff;background:linear-gradient(135deg,#1e3a8a,#2563eb 70%,#0891b2);border-color:transparent;box-shadow:0 12px 26px #2563eb2e}.tree-lock-dot{width:18px;height:18px;border-radius:999px;border:2px solid #b9c4d6;background:#eef2f7}.nav-tree-item.locked.active .tree-lock-dot{border-color:#ffffffc7;background:#ffffff38}.nav-tree-divider{color:#667085;border-top-color:#e5ebf3}.story-position-card,.content-head{border-radius:18px;background:#fff}.story-position-card{border-left:4px solid #0d9488}.story-position-card h3,.content-head h2{letter-spacing:0;color:#111827}.story-position-meta{border-color:#dde6f1;background:#f8fafc;border-radius:999px}.story-position-meta.warning{color:#9a5b00;background:#fff7dd;border-color:#f5cf75}.story-position-meta.warning strong{color:#a16207}.story-position-meta.danger{color:#b42318;background:#fff1f2;border-color:#fecdd3}.story-position-meta.danger strong{color:#dc2626}.content-head{border-left:4px solid var(--primary)}.content-badge{color:#075985;background:#e0f2fe;border:1px solid #bae6fd}.story-tab,.step-tab{border-radius:10px}.story-tab.active,.step-tab.active{background:linear-gradient(135deg,#1e3a8a,#2563eb 72%,#0891b2);box-shadow:0 12px 26px #2563eb2e}.story-tab-editor input{border-radius:0;box-shadow:none}.model-config-card{background:linear-gradient(180deg,#fff,#f9fbfe)}.model-config-row input[readonly]{color:#344054;background:#f7f9fc}.prompt-usage-guide-card{border-left:4px solid #f97316;background:#fff}.prompt-usage-guide-text{line-height:1.72}textarea.prompt-usage-guide-text[readonly]{color:#b42318;border-color:#fed7aa;background:linear-gradient(180deg,#fffaf5,#fff7ed)}.check-rules-box{border-color:#fecaca;background:#fff7f7;color:#b42318}.check-fix-reference-note,.inline-danger-text,.check-ai-warning{color:#b42318}.split-density-panel,.character-progress-panel,.subtitle-download-box,.site-stats-chart-panel,.payment-method-panel,.model-console-box{border-color:#dce5f1;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc)}.split-density-header>span,.small-status,.status-pill.admin{color:#1e40af;border-color:#bfdbfe;background:#eff6ff}.density-range{accent-color:#2563eb}.full-progress,.full-progress::-webkit-progress-bar{background:#e6edf6}.full-progress::-webkit-progress-value,.full-progress::-moz-progress-bar{background:linear-gradient(90deg,#2563eb,#0d9488)}.fix-item,.storyboard-role-item,.storyboard-correction-message,.recharge-package-card,.announcement-display-box,.announcement-body,.announcement-preview-box,.rich-text-editor,.storyboard-table-wrap,.storyboard-character-table-wrap,.character-role-table-wrap,.alignment-table-wrap,.operation-log-table-wrap{border-color:#dce5f1;border-radius:14px;background:#fff}.storyboard-table th,.storyboard-character-table th,.character-role-table th,.alignment-table th{color:#475467;background:#f8fafc}.storyboard-table tbody tr:hover,.storyboard-character-table tbody tr:hover,.character-role-table tbody tr:hover,.alignment-table tbody tr:hover,.user-table tbody tr:hover,.operation-log-table tbody tr.selected,.operation-log-table tbody tr:hover{background:#f1f7ff}.modal-mask{background:#0f172a8f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-panel,.announcement-panel,.model-intro-panel,.confirm-panel,.prompt-help-modal{border-radius:18px}.toast{border-radius:14px;background:linear-gradient(135deg,#1e3a8a,#0f766e);box-shadow:var(--shadow-lg)}.toast.error{background:linear-gradient(135deg,#b42318,#dc2626)}@media(max-width:1100px){.workflow-layout{grid-template-columns:1fr}.workflow-sidebar{position:relative;top:auto;max-height:none}}@media(max-width:860px){.page-shell{padding:12px}.story-position-meta-row{width:100%;justify-content:flex-start}.story-position-meta{width:100%;justify-content:space-between;border-radius:12px}.card{border-radius:14px;padding:16px}.app-header{border-radius:16px}}
