.studio-app{width:min(880px,calc(94vw - 64px));margin:0 auto;padding:26px 0 72px}.studio-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 2px 16px;min-height:32px}.studio-title{margin:0;font-size:15px;font-weight:700;color:var(--muted);letter-spacing:0}.studio-availability{min-height:30px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font:500 11px var(--font-mono);white-space:nowrap}.studio-availability.available{border-color:#3ecf8e4d;color:var(--green)}.studio-availability.unavailable{border-color:#ff6b5e4d;color:var(--red)}.studio-workspace{min-width:0;display:grid;gap:16px;align-content:start}.studio-workspace.idle{min-height:calc(100svh - 190px);align-content:center;padding-bottom:4vh}.studio-workspace.split{grid-template-columns:minmax(300px,380px) minmax(0,1fr);align-items:start}.studio-workspace.split .studio-input{position:sticky;top:16px}.studio-workspace.split .studio-brief-field textarea{min-height:110px;max-height:220px}.studio-input{min-width:0;display:flex;flex-direction:column}.studio-phase{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 10px;min-height:24px}.studio-phase-badge{display:inline-flex;align-items:center;gap:7px;padding:4px 11px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--muted);font:500 11px var(--font-mono);text-transform:uppercase;letter-spacing:.04em}.studio-phase-badge.plan-ready{border-color:#3ecf8e4d;background:var(--green-dim);color:var(--green)}.studio-phase-badge.rendering{border-color:#f5b84d4d;background:var(--amber-dim);color:var(--amber)}.studio-phase-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.studio-phase-hint{min-width:0;color:var(--faint);font-size:var(--text-xs);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-phase-hint a{color:var(--coral-strong);font-weight:700}.studio-phase-hint a:hover{text-decoration:underline;text-underline-offset:3px}.studio-prompt{min-width:0;border:1px solid var(--line-strong);border-radius:var(--radius-l);background:var(--surface-2);box-shadow:inset 0 1px 0 var(--shimmer),var(--shadow-m);transition:border-color .14s ease,box-shadow .14s ease}.studio-prompt:focus-within{border-color:var(--hover-line);box-shadow:var(--focus-ring)}.studio-composer{min-width:0}.studio-brief-field{position:relative}.studio-brief-field textarea{width:100%;min-height:132px;max-height:420px;padding:18px 18px 10px;border:0;border-radius:var(--radius-l) var(--radius-l) 0 0;background:transparent;color:var(--ink);outline:0;resize:none;font-size:16px;line-height:1.6}.studio-brief-field textarea::placeholder{color:var(--faint)}.studio-brief-field textarea:disabled{opacity:.55;cursor:not-allowed}.studio-mention-menu{width:min(400px,calc(100% - 16px));max-height:280px;overflow-y:auto;position:absolute;z-index:15;left:10px;top:calc(100% - 6px);display:grid;padding:8px;border:1px solid var(--line-strong);border-radius:var(--radius-m);background:var(--surface-2);box-shadow:var(--shadow-m);animation:studio-pop .14s ease-out both}.studio-mention-menu>span{padding:6px 8px 8px;color:var(--muted);font:500 11px var(--font-mono);text-transform:uppercase}.studio-mention-menu>button{min-width:0;min-height:50px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px;padding:6px 8px;border:0;border-radius:var(--radius-s);background:transparent;color:var(--ink);text-align:left}.studio-mention-menu>button:hover,.studio-mention-menu>button:focus-visible{background:var(--surface-3);outline:0}.studio-mention-menu img{width:38px;height:38px;border-radius:var(--radius-s);object-fit:cover;background:var(--surface-3)}.studio-restored-image-placeholder{display:grid;place-items:center;border-radius:var(--radius-s);background:var(--surface-3);color:var(--muted)}.studio-mention-menu .studio-restored-image-placeholder{width:38px;height:38px}.studio-mention-menu button>span{min-width:0;display:grid;gap:2px}.studio-mention-menu strong,.studio-mention-menu small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-mention-menu strong{color:var(--coral-strong);font-size:13px}.studio-mention-menu small{color:var(--muted);font-size:var(--text-xs)}.studio-mention-menu>small{padding:11px 8px;color:var(--muted);font-size:var(--text-xs)}.studio-image-strip{min-width:0;display:flex;flex-wrap:wrap;gap:8px;padding:0 14px;margin-top:2px}.studio-image-strip figure{min-width:0;position:relative;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-s);background:var(--surface-3)}.studio-image-strip figure>img{width:76px;height:76px;object-fit:cover;background:var(--surface-3)}.studio-image-strip figure>.studio-restored-image-placeholder{width:76px;height:76px}.studio-image-strip figcaption{display:none}.studio-image-strip figure>button{width:22px;height:22px;position:absolute;top:3px;right:3px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#0a0a0bd1;color:#fff}.studio-image-strip figure>button:hover{background:#0a0a0bf5}.studio-source-list{min-width:0;display:flex;flex-wrap:wrap;gap:6px;padding:0 14px;margin-top:8px}.studio-source-list>span{min-width:0;max-width:220px;min-height:28px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;padding:0 4px 0 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface-3);color:var(--ink-2);font-size:var(--text-xs)}.studio-source-list>span svg{color:var(--muted)}.studio-source-list>span>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-source-list button{width:22px;height:22px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:var(--muted)}.studio-source-list button:hover{background:var(--surface);color:var(--ink)}.studio-url-entry{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:8px 14px 0;padding:5px 6px 5px 11px;border:1px solid var(--line-strong);border-radius:var(--radius-s);background:var(--surface-3)}.studio-url-entry svg{color:var(--muted)}.studio-url-entry input{width:100%;min-width:0;height:34px;border:0;background:transparent;outline:0;font-size:14px}.studio-url-entry>button{min-height:34px;padding:0 13px;border:0;border-radius:var(--radius-s);background:var(--ink);color:var(--on-ink);font-size:var(--text-xs);font-weight:800}.studio-url-entry>button:disabled{opacity:.4;cursor:not-allowed}.studio-source-toolbar{display:flex;align-items:center;gap:8px;padding:10px 12px 12px}.studio-source-toolbar>div{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.studio-tool-button{min-height:34px;display:inline-flex;align-items:center;gap:5px;padding:0 10px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);font-size:var(--text-xs);font-weight:700;cursor:pointer;transition:background-color .14s ease,color .14s ease}.studio-tool-button:hover:not(:disabled){background:var(--surface-3);color:var(--ink)}.studio-tool-button svg{color:var(--muted);transition:color .14s ease}.studio-tool-button:hover:not(:disabled) svg{color:var(--coral-strong)}.studio-tool-count{font:500 11px var(--font-mono);color:var(--faint)}.studio-tool-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.studio-tool-button:has(input:disabled),button.studio-tool-button:disabled{cursor:not-allowed;opacity:.4}.studio-upload-state{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:var(--text-xs)}.studio-prompt-divider{height:1px;margin:0 14px;background:var(--line)}.studio-prompt-controls{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:11px 12px 4px}.studio-chip{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:6px}.studio-chip-label{display:inline-flex;align-items:center;gap:6px;color:var(--faint);font-size:var(--text-xs);font-weight:700;white-space:nowrap}.studio-chip-label svg{color:var(--faint)}.studio-chip select,.studio-chip input{width:auto;min-width:0;min-height:32px;padding:0 21px 0 9px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--ink-2);font-size:var(--text-xs);font-weight:700;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2363636d' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;transition:background-color .14s ease,color .14s ease}.studio-chip select:hover:not(:disabled),.studio-chip select:focus-visible{background-color:var(--surface-2);color:var(--ink)}.studio-chip select:disabled{cursor:not-allowed;opacity:.5}.studio-chip input{width:86px;padding-right:9px;background-color:transparent}.studio-chip input:hover,.studio-chip input:focus{background-color:var(--surface-2)}.studio-chip-number{display:inline-grid;gap:4px}.studio-chip-number .studio-field-error{grid-column:1 / -1}.studio-field-error{color:var(--red);font-size:var(--text-xs);line-height:1.45}.studio-message{display:flex;align-items:flex-start;gap:9px;margin:10px 14px 0;padding:10px 12px;border:1px solid rgba(255,107,94,.3);border-radius:var(--radius-s);background:var(--red-dim);color:var(--red);font-size:var(--text-s);line-height:1.5;overflow-wrap:anywhere}.studio-message svg{flex:0 0 auto;margin-top:2px}.studio-prompt-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px 12px}.studio-prompt-actions>div{min-width:0;display:flex;align-items:center;gap:9px}.studio-prompt-actions>div>span:not(.studio-mini-presenter){min-width:0;display:grid;gap:1px}.studio-prompt-actions strong,.studio-prompt-actions small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-prompt-actions strong{font-size:12px;color:var(--ink)}.studio-prompt-actions small{color:var(--faint);font-size:11px}.studio-mini-presenter{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:50%;background:var(--surface-3);color:var(--muted)}.studio-mini-presenter img{width:100%;height:100%;object-fit:contain;object-position:center bottom;background:var(--surface-3)}.studio-generate{min-width:172px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:999px;background:var(--coral);color:#fff;font-size:14px;font-weight:800;transition:background-color .14s ease,transform .14s ease,box-shadow .14s ease}.studio-generate:hover:not(:disabled){background:var(--coral-strong);transform:translateY(-1px);box-shadow:0 6px 24px #ff5c3859}.studio-generate:active:not(:disabled){background:var(--coral-press)}.studio-generate:disabled{cursor:not-allowed;opacity:.4}.studio-generate>span{margin-left:4px;padding-left:9px;border-left:1px solid var(--on-dark);font:500 10px var(--font-mono);text-transform:uppercase;letter-spacing:.05em}.studio-presenters{min-width:0}.studio-section-label{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 2px 10px}.studio-section-label h2{margin:0;font-size:11px;font-weight:700;color:var(--faint);font:500 11px var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.studio-text-action{min-height:30px;display:inline-flex;align-items:center;gap:5px;padding:0 11px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--coral-strong);font-size:var(--text-xs);font-weight:800;white-space:nowrap;transition:border-color .14s ease,background-color .14s ease}.studio-text-action:hover:not(:disabled){border-color:var(--coral);background:var(--coral-dim)}.studio-text-action:disabled{cursor:not-allowed;opacity:.45}.studio-presenter-groups{min-width:0;display:grid;gap:10px}.studio-presenter-strip{min-width:0;display:flex;align-items:flex-start;gap:12px;overflow-x:auto;padding:2px 2px 4px;scrollbar-width:thin}.studio-presenter-option{position:relative;flex:0 0 auto;width:96px;display:grid;gap:5px;justify-items:center}.studio-presenter-select{width:100%;display:grid;gap:5px;justify-items:center;padding:0;border:0;background:transparent;color:inherit;text-align:center}.studio-presenter-select:disabled{cursor:not-allowed;opacity:.5}.studio-presenter-portrait{width:56px;height:56px;position:relative;display:grid;place-items:center;overflow:hidden;border:2px solid transparent;border-radius:50%;background:var(--surface-2);color:var(--muted);transition:border-color .14s ease,box-shadow .14s ease}.studio-presenter-portrait>img{width:100%;height:100%;object-fit:cover;background:var(--surface-2)}.studio-presenter-option:hover .studio-presenter-portrait{border-color:var(--line-strong)}.studio-presenter-option.selected .studio-presenter-portrait{border-color:var(--coral);box-shadow:0 0 0 3px var(--coral-dim)}.studio-presenter-check{width:18px;height:18px;position:absolute;right:-2px;bottom:-2px;display:grid;place-items:center;border-radius:50%;background:var(--coral);color:#fff;box-shadow:0 0 0 2px var(--bg)}.studio-presenter-tag{position:absolute;left:50%;top:-7px;transform:translate(-50%);padding:1px 6px;border-radius:999px;background:var(--surface-3);color:var(--muted);font:500 8px var(--font-mono);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.studio-presenter-tag.custom{color:var(--coral-strong)}.studio-presenter-copy{min-width:0;width:100%;display:grid;gap:1px;justify-items:center}.studio-presenter-copy strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:var(--ink)}.studio-presenter-copy .studio-presenter-languages{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--faint);font-size:9px}.studio-presenter-hover{position:absolute;left:50%;bottom:calc(100% - 46px);transform:translate(-50%);z-index:12;display:flex;align-items:center;gap:3px;padding:3px 5px;border:1px solid var(--line);border-radius:999px;background:var(--surface);box-shadow:var(--shadow-m);opacity:0;pointer-events:none;transition:opacity .14s ease;white-space:nowrap}.studio-presenter-option:hover .studio-presenter-hover,.studio-presenter-option:focus-within .studio-presenter-hover{opacity:1;pointer-events:auto}.studio-presenter-example{min-height:24px;display:inline-flex;align-items:center;gap:4px;padding:0 7px;border:0;border-radius:999px;background:transparent;color:var(--coral-strong);font-size:10px;font-weight:800;white-space:nowrap}.studio-presenter-example:hover{background:var(--coral-dim)}.studio-presenter-example-unavailable{padding:0 6px;color:var(--faint);font-size:10px}.studio-presenter-manage{display:flex;align-items:center;gap:1px}.studio-presenter-manage button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:var(--muted)}.studio-presenter-manage button:hover:not(:disabled){background:var(--surface-3);color:var(--ink)}.studio-presenter-new{flex:0 0 auto;width:56px;height:56px;display:grid;place-items:center;border:1px dashed var(--line-strong);border-radius:50%;background:transparent;color:var(--muted);transition:border-color .14s ease,color .14s ease,background-color .14s ease}.studio-presenter-new:hover:not(:disabled){border-color:var(--coral);color:var(--coral-strong);background:var(--coral-dim)}.studio-presenter-new:disabled{cursor:not-allowed;opacity:.45}.studio-presenter-empty{width:100%;min-height:56px;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;border:1px dashed var(--line-strong);border-radius:var(--radius-m);background:transparent;color:var(--ink);text-align:left;transition:border-color .14s ease,background-color .14s ease}.studio-presenter-empty:hover:not(:disabled){border-color:var(--coral);background:var(--coral-dim)}.studio-presenter-empty:disabled{cursor:not-allowed;opacity:.5}.studio-presenter-empty>span{display:grid;gap:2px}.studio-presenter-empty strong{font-size:13px}.studio-presenter-empty small{color:var(--muted);font-size:var(--text-xs)}.studio-presenter-notice{display:flex;align-items:flex-start;gap:8px;margin:10px 0 0;padding:10px 12px;border:1px solid rgba(62,207,142,.3);border-radius:var(--radius-s);background:var(--green-dim);color:var(--green);font-size:var(--text-xs);line-height:1.5}.studio-presenter-notice svg{flex:0 0 auto;margin-top:2px}.studio-plan{min-width:0;padding:22px;border:1px solid var(--line);border-radius:var(--radius-l);background:var(--surface);box-shadow:inset 0 1px 0 var(--shimmer)}.studio-plan-working{align-items:center;text-align:center;min-height:180px;display:flex;flex-direction:column;justify-content:center}.studio-plan-working>svg{margin-bottom:14px;color:var(--coral)}.studio-plan-working>p{margin:0 0 8px;color:var(--coral-strong);font:500 11px var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.studio-plan-working h2{max-width:480px;margin:0;font-size:22px;line-height:1.25;color:var(--ink)}.studio-plan-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.studio-plan-header p{display:flex;align-items:center;gap:6px;margin:0 0 6px;color:var(--coral-strong);font:500 11px var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.studio-plan-header h2{margin:0;font-size:22px;color:var(--ink)}.studio-plan-version{padding:5px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:var(--muted);font:500 11px var(--font-mono);text-transform:uppercase}.studio-plan-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.studio-plan-summary>span{min-width:0;display:grid;gap:3px;padding:12px 0}.studio-plan-summary>span+span{padding-left:18px;border-left:1px solid var(--line)}.studio-plan-summary strong{font-size:14px;color:var(--ink)}.studio-plan-summary small{color:var(--muted);font-size:var(--text-xs)}.studio-full-script{border-bottom:1px solid var(--line)}.studio-full-script summary{min-height:46px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:var(--ink-2);font-size:var(--text-s);font-weight:700;list-style:none}.studio-full-script summary::-webkit-details-marker{display:none}.studio-full-script summary svg{color:var(--muted);transition:transform .16s ease}.studio-full-script[open] summary svg{transform:rotate(180deg)}.studio-full-script p{max-height:240px;overflow-y:auto;margin:0 0 16px;color:var(--ink-2);font-size:var(--text-s);line-height:1.7;overflow-wrap:anywhere;white-space:pre-wrap}.studio-script-segments,.studio-render-segments{display:grid;gap:10px;max-height:460px;overflow-y:auto;margin:16px 0 0;padding:2px;list-style:none;scrollbar-width:thin}.studio-script-segments>li{min-width:0;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-m);background:var(--surface-2)}.studio-script-segments li>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.studio-script-segments header span{color:var(--coral-strong);font:500 12px var(--font-mono)}.studio-script-segments header strong{color:var(--muted);font:500 11px var(--font-mono);text-transform:uppercase}.studio-script-segments li>p{margin:8px 0 10px;color:var(--ink-2);font-size:14px;line-height:1.65;overflow-wrap:anywhere}.studio-segment-visual-plan{margin:10px 0;padding-top:10px;border-top:1px solid var(--line)}.studio-segment-visual-plan>h3{display:flex;align-items:center;gap:6px;margin:0 0 5px;color:var(--teal);font:500 11px var(--font-mono);text-transform:uppercase;letter-spacing:.05em}.studio-segment-visual-plan>ol{margin:0;padding:0;list-style:none}.studio-segment-visual-plan>ol>li{min-width:0;display:grid;grid-template-columns:62px minmax(0,1fr);gap:10px;padding:9px 0;border-top:1px solid var(--line)}.studio-segment-visual-plan>ol>li:first-child{border-top:0}.studio-beat-time{padding-top:2px;color:var(--faint);font:500 11px var(--font-mono);white-space:nowrap}.studio-segment-visual-plan li>div{min-width:0}.studio-segment-visual-plan q{display:block;margin-bottom:5px;color:var(--muted);font-size:var(--text-xs);line-height:1.55;overflow-wrap:anywhere;quotes:none}.studio-segment-visual-plan strong{display:block;color:var(--ink);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.studio-segment-visual-plan li>div>p{margin:4px 0 0;color:var(--ink-2);font-size:var(--text-xs);line-height:1.55;overflow-wrap:anywhere}.studio-beat-action{display:block;margin-top:5px;padding-left:10px;border-left:2px solid var(--line-strong);color:var(--muted);font-size:var(--text-xs);line-height:1.5;overflow-wrap:anywhere}.studio-segment-visual-plan details{margin-top:6px}.studio-segment-visual-plan summary{width:fit-content;min-height:28px;display:flex;align-items:center;gap:4px;cursor:pointer;color:var(--teal);font-size:var(--text-xs);font-weight:700;list-style:none}.studio-segment-visual-plan summary::-webkit-details-marker{display:none}.studio-segment-visual-plan summary svg{transition:transform .16s ease}.studio-segment-visual-plan details[open] summary svg{transform:rotate(180deg)}.studio-segment-visual-plan dl{display:grid;gap:6px;margin:7px 0 0}.studio-segment-visual-plan dl>div{display:grid;grid-template-columns:56px minmax(0,1fr);gap:8px}.studio-segment-visual-plan dt{color:var(--faint);font:500 10px var(--font-mono);text-transform:uppercase}.studio-segment-visual-plan dd{min-width:0;margin:0;color:var(--ink-2);font-size:var(--text-xs);line-height:1.5;overflow-wrap:anywhere}.studio-visual-plan-missing{margin:8px 0 0;color:var(--red);font-size:var(--text-xs)}.studio-segment-products{display:flex;flex-wrap:wrap;gap:6px}.studio-segment-products>span{min-height:26px;display:inline-flex;align-items:center;gap:6px;padding:2px 9px 2px 3px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink-2);font-size:var(--text-xs)}.studio-segment-products img{width:20px;height:20px;border-radius:50%;object-fit:cover}.studio-script-segments li>small{color:var(--faint);font-size:var(--text-xs)}.studio-render-row{position:sticky;bottom:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:14px 0 2px;border-top:1px solid var(--line);background:linear-gradient(180deg,rgba(20,20,22,0),var(--surface) 26%)}.studio-credit-shortfall{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;margin-top:14px;padding:12px 14px;border:1px solid rgba(255,107,94,.3);border-radius:var(--radius-s);background:var(--red-dim);color:var(--red)}.studio-credit-shortfall>svg{flex:0 0 auto}.studio-credit-shortfall>span{min-width:0;display:grid;gap:3px}.studio-credit-shortfall strong{color:var(--red);font-size:var(--text-s)}.studio-credit-shortfall small{color:var(--ink-2);font-size:var(--text-xs);line-height:1.45;overflow-wrap:anywhere}.studio-credit-shortfall a{color:var(--red);font-size:var(--text-s);font-weight:800;white-space:nowrap;text-decoration:underline;text-underline-offset:3px}.studio-render-row>span{min-width:0;display:flex;align-items:center;gap:10px;color:var(--coral-strong)}.studio-render-row>span>span{min-width:0;display:grid;gap:2px}.studio-render-row strong{color:var(--ink);font-size:14px}.studio-render-row small{color:var(--muted);font-size:var(--text-xs)}.studio-render-row>button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:0;border-radius:999px;background:var(--coral);color:#fff;font-size:14px;font-weight:800;white-space:nowrap;transition:background-color .14s ease,transform .14s ease}.studio-render-row>button:hover:not(:disabled){background:var(--coral-strong);transform:translateY(-1px)}.studio-render-row>button:disabled{cursor:not-allowed;opacity:.45}.studio-render-status{padding:22px}.studio-cancel{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--line-strong);border-radius:var(--radius-s);background:transparent;color:var(--ink-2);font-size:var(--text-xs);font-weight:700}.studio-cancel:hover:not(:disabled){border-color:#ff6b5e73;color:var(--red)}.studio-cancel:disabled{cursor:not-allowed;opacity:.5}.studio-render-meta{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:8px 12px;padding:11px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font:500 11px var(--font-mono);text-transform:uppercase}.studio-render-progress{margin:15px 0 2px;height:6px;border-radius:999px;background:var(--surface-3);overflow:hidden}.studio-render-progress>span{display:block;width:var(--progress, 40%);height:100%;min-width:24px;border-radius:999px;background:var(--coral);transition:width .8s ease}.studio-render-hint{margin:12px 0;color:var(--muted);font-size:var(--text-xs);line-height:1.6}.studio-first-qc{min-width:0;display:grid;gap:13px;margin:15px 0;padding:16px;border:1px solid rgba(245,184,77,.3);border-radius:var(--radius-m);background:var(--surface-2)}.studio-first-qc>div:first-child p{margin:0 0 5px;color:var(--amber);font:500 11px var(--font-mono);text-transform:uppercase;letter-spacing:.05em}.studio-first-qc h3{margin:0;color:var(--ink);font-size:16px;line-height:1.35}.studio-first-qc video{width:100%;max-height:380px;border-radius:var(--radius-s);background:var(--surface-3);object-fit:contain}.studio-first-qc fieldset{min-width:0;margin:0;padding:0;border:0}.studio-first-qc legend{margin-bottom:9px;color:var(--ink-2);font-size:var(--text-xs);font-weight:800}.studio-first-qc fieldset>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 12px}.studio-first-qc fieldset>div label{min-width:0;display:flex;align-items:flex-start;gap:8px;padding:9px 11px;border:1px solid var(--line);border-radius:var(--radius-s);background:var(--surface);color:var(--ink-2);font-size:var(--text-xs);line-height:1.45;cursor:pointer;transition:border-color .14s ease}.studio-first-qc fieldset>div label:hover{border-color:var(--line-strong)}.studio-first-qc input[type=checkbox]{width:15px;height:15px;flex:0 0 15px;margin:0;accent-color:var(--coral)}.studio-qc-notes{display:grid;gap:7px;margin-top:12px;color:var(--ink-2);font-size:var(--text-xs);font-weight:800}.studio-qc-notes small{color:var(--faint);font-weight:400}.studio-qc-notes textarea{width:100%;min-height:60px;padding:10px;border:1px solid var(--line-strong);border-radius:var(--radius-s);background:var(--surface);color:var(--ink);outline:0;resize:vertical;font-size:var(--text-s);line-height:1.55}.studio-qc-notes textarea:focus{border-color:var(--hover-line);box-shadow:var(--focus-ring)}.studio-first-qc>footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding-top:2px}.studio-first-qc>footer button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border-radius:var(--radius-s);font-size:var(--text-s);font-weight:800}.studio-first-qc>footer button:disabled{cursor:not-allowed;opacity:.45}.studio-qc-reject{border:1px solid var(--line-strong);background:transparent;color:var(--ink-2)}.studio-qc-reject:hover:not(:disabled){border-color:#ff6b5e73;color:var(--red)}.studio-qc-approve{border:0;background:var(--coral);color:#fff}.studio-qc-approve:hover:not(:disabled){background:var(--coral-strong)}.studio-panel-warning,.studio-panel-error{min-width:0;display:flex;gap:8px;margin:12px 0 0;padding:11px 13px;border-radius:var(--radius-s);background:var(--amber-dim);color:var(--amber);font-size:var(--text-xs);line-height:1.55;overflow-wrap:anywhere}.studio-panel-warning svg{flex:0 0 auto;margin-top:2px}.studio-panel-error{background:var(--red-dim);color:var(--red)}.studio-recovery-action{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin:14px 0 0;padding:13px 14px;border:1px solid var(--line-strong);border-radius:var(--radius-m);background:var(--surface-2)}.studio-recovery-action strong{color:var(--ink);font-size:var(--text-s)}.studio-recovery-action p{margin:4px 0 0;color:var(--muted);font-size:var(--text-xs)}.studio-recovery-action button{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border:1px solid var(--line-strong);border-radius:var(--radius-s);background:var(--surface-3);color:var(--ink);font-size:var(--text-xs);font-weight:800}.studio-recovery-action button:hover:not(:disabled){border-color:var(--coral);color:var(--coral-strong)}.studio-recovery-action button:disabled{cursor:not-allowed;opacity:.5}.studio-render-segments>li{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:start;gap:10px;padding:12px;border:1px solid var(--line);border-radius:var(--radius-m);background:var(--surface-2)}.studio-render-segments>li>span{color:var(--coral-strong);font:500 11px var(--font-mono)}.studio-render-segments strong{color:var(--ink);font-size:var(--text-xs);text-transform:capitalize}.studio-render-segments p{margin:5px 0 0;color:var(--muted);font-size:var(--text-xs);line-height:1.5;overflow-wrap:anywhere}.studio-segment-tools{display:inline-flex;align-items:center;gap:6px}.studio-segment-tools button,.studio-render-segments a{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:var(--radius-s);background:var(--surface);color:var(--ink)}.studio-segment-tools button[aria-expanded=true],.studio-segment-tools button:hover,.studio-render-segments a:hover{border-color:var(--coral);background:var(--coral-dim);color:var(--coral-strong)}.studio-segment-preview{grid-column:1 / -1;width:100%;max-height:300px;border-radius:var(--radius-s);background:var(--surface-3);object-fit:contain}.studio-delivery{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.studio-delivery video{width:100%;max-height:520px;border-radius:var(--radius-m);background:var(--surface-3);object-fit:contain}.studio-delivery>div{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.studio-delivery .button{min-height:42px;font-size:var(--text-s)}.studio-presenter-dialog{width:min(640px,100%)}.studio-dialog-header{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:22px;padding-right:44px}.studio-dialog-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:var(--radius-s);background:var(--coral-dim);color:var(--coral-strong)}.studio-dialog-header p{margin:0 0 3px;color:var(--coral-strong);font:500 10px var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.studio-dialog-header h2{margin:0;font-size:20px;color:var(--ink)}.studio-dialog-steps{display:grid;gap:14px}.studio-dialog-field{display:grid;gap:7px}.studio-dialog-field>span,.studio-presenter-asset>span{display:inline-flex;align-items:center;gap:8px;font-size:var(--text-xs);font-weight:800;color:var(--ink-2)}.studio-dialog-field>span em,.studio-presenter-asset>span em{width:20px;height:20px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:var(--surface-2);color:var(--coral-strong);font:500 10px var(--font-mono);font-style:normal}.studio-presenter-assets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.studio-presenter-asset{min-width:0;display:grid;gap:7px;align-content:start}.studio-presenter-asset>label{min-height:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:16px;border:1px dashed var(--line-strong);border-radius:var(--radius-m);background:var(--surface-2);cursor:pointer;text-align:center;transition:border-color .14s ease,background-color .14s ease}.studio-presenter-asset>label:hover{border-color:var(--coral);background:var(--coral-dim)}.studio-presenter-asset>label svg{color:var(--coral-strong)}.studio-presenter-asset>label strong{font-size:13px;color:var(--ink)}.studio-presenter-asset>label small{max-width:240px;color:var(--muted);font-size:var(--text-xs);line-height:1.45}.studio-presenter-asset>label input{position:absolute;width:1px;height:1px;opacity:0}.studio-presenter-asset-ready{min-width:0;min-height:118px;position:relative;display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:var(--radius-m);background:var(--surface-2)}.studio-presenter-asset-ready>img{width:56px;height:80px;border-radius:var(--radius-s);object-fit:cover}.studio-presenter-asset-ready>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-xs);color:var(--ink-2)}.studio-presenter-asset-ready>button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:var(--radius-s);background:transparent;color:var(--muted)}.studio-presenter-asset-ready>button:hover:not(:disabled){background:var(--surface-3);color:var(--ink)}.studio-presenter-asset-ready.audio{grid-template-columns:auto minmax(0,1fr) auto}.studio-presenter-asset-ready.audio>svg{color:var(--coral-strong)}.studio-presenter-asset-ready.audio audio{grid-column:1 / -1;width:100%;height:34px}.studio-dialog-note{margin:14px 0 0;color:var(--muted);font-size:var(--text-xs);line-height:1.55}.studio-dialog-error{display:flex;align-items:flex-start;gap:8px;margin:12px 0 0;padding:10px 12px;border-radius:var(--radius-s);background:var(--red-dim);color:var(--red);font-size:var(--text-s);line-height:1.45}.studio-presenter-dialog>footer{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.studio-presenter-dialog .button{min-height:42px;font-size:var(--text-s)}.studio-manage-dialog{width:min(460px,100%)}.studio-delete-copy{padding:3px 0 5px}.studio-delete-copy strong{font-size:15px;color:var(--ink)}.studio-delete-copy p{margin:8px 0 0;color:var(--muted);font-size:var(--text-s);line-height:1.55}@keyframes studio-pop{0%{opacity:0;transform:translateY(-4px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:980px){.studio-app{width:min(94vw,720px)}.studio-workspace.split{grid-template-columns:minmax(0,1fr)}.studio-workspace.split .studio-input{position:static}}@media(max-width:600px){.studio-app{width:100%;padding:12px 4vw 40px}.studio-brief-field textarea{min-height:120px;padding:14px 14px 8px;font-size:15px}.studio-image-strip figure>img,.studio-image-strip figure>.studio-restored-image-placeholder{width:64px;height:64px}.studio-prompt-controls{gap:7px}.studio-prompt-actions{align-items:stretch;flex-direction:column}.studio-prompt-actions>div{width:100%}.studio-generate{width:100%}.studio-render-row{align-items:stretch;flex-direction:column}.studio-render-row>button{width:100%}.studio-first-qc fieldset>div{grid-template-columns:minmax(0,1fr)}.studio-presenter-dialog{padding:22px 5vw}.studio-presenter-assets{grid-template-columns:minmax(0,1fr)}.studio-dialog-header{padding-right:40px}}@media(max-width:390px){.studio-url-entry{margin:8px 10px 0}.studio-image-strip,.studio-source-list{padding:0 10px}.studio-plan-summary{grid-template-columns:minmax(0,1fr)}.studio-plan-summary>span+span{padding-left:0;border-top:1px solid var(--line);border-left:0}.studio-credit-shortfall{grid-template-columns:auto minmax(0,1fr)}.studio-credit-shortfall a{grid-column:2;justify-self:start}.studio-first-qc{padding:13px}.studio-first-qc>footer{align-items:stretch;flex-direction:column-reverse}.studio-first-qc>footer button{width:100%}}@media(prefers-reduced-motion:reduce){.studio-mention-menu{animation:none}.studio-render-progress>span{transition:none}.studio-presenter-option,.studio-generate,.studio-render-row>button,.studio-text-action{transition:none}}
