.camera-editor{margin-block:1rem;min-width:0;color:var(--ink)}.camera-editor fieldset{border:0;padding:0;margin:0;min-width:0}.camera-editor button{min-width:44px;min-height:44px;border:1px solid var(--line);border-radius:var(--radius-control);background:var(--raise);padding:8px 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background-color var(--motion-feedback),border-color var(--motion-feedback);color:var(--ink)}.camera-editor button:hover{background:var(--surface)}.camera-editor button[aria-pressed=true]{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,var(--surface))}.camera-editor button:disabled{opacity:.45;cursor:not-allowed}.camera-editor :is(button,input):focus-visible{outline:2px solid var(--accent);outline-offset:3px}.camera-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.camera-preview{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-media);min-width:0}.camera-stage-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:12px 12px 0;font-size:12px;flex-wrap:wrap}.camera-disclosure>span,.camera-help,.camera-stage-heading span:last-child{color:var(--ink-3)}.camera-preview>svg{display:block;width:100%;height:200px}.camera-preview svg text{fill:var(--ink-2);font-size:12px}.camera-guide{stroke:var(--line);fill:none;stroke-width:1}.camera-track{stroke:var(--accent);fill:none;stroke-width:2.5}.camera-node{fill:var(--accent)}.camera-current{fill:var(--ink);stroke:var(--accent);stroke-width:2}.camera-timeline{display:flex;align-items:center;gap:10px;padding:0 12px 12px;min-width:0}.camera-timeline input{min-width:44px;flex:1;width:0}.camera-timeline span{font-size:12px;white-space:nowrap;font-variant-numeric:tabular-nums}.camera-editor input[type=range]{accent-color:var(--accent);min-height:44px;min-width:44px}.camera-editor input[type=number]{width:80px;min-height:44px;min-width:0;border:1px solid var(--line);border-radius:var(--radius-field);background:var(--bg);color:var(--ink);padding:6px 8px;font-size:16px}.camera-disclosure{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-block:12px;font-size:12px}.camera-keyframes{display:flex;gap:7px;flex-wrap:wrap;margin-block:12px}.camera-keyframes button{font-variant-numeric:tabular-nums}.camera-frame-actions{justify-content:space-between;flex-wrap:wrap}.camera-frame-actions,.camera-frame-actions label,.camera-frame-actions>div{display:flex;align-items:center;gap:8px}.camera-field{display:grid;grid-template-columns:95px minmax(44px,1fr) 80px;align-items:center;gap:10px;margin-block:12px;font-size:13px}.camera-field input{width:100%}.camera-error,.camera-help{font-size:12px;margin-top:10px;line-height:1.6}.camera-error{color:var(--bad)}@media(max-width:430px){.camera-field{grid-template-columns:68px minmax(44px,1fr) 66px;gap:7px}.camera-field input[type=number]{width:66px}.camera-timeline{gap:6px;padding-inline:8px}.camera-timeline button{padding:8px}.camera-presets button{padding-inline:4px;font-size:13px}}@media(prefers-reduced-motion:reduce){.camera-editor button{transition:none}}[data-creation-workbench]{--composer-space:224px;display:flex;flex-direction:column;height:100dvh;min-height:0;position:relative}.workbench-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 38px;min-height:76px;border-bottom:1px solid var(--line);flex-shrink:0}.workbench-heading :is(h1,h2){font-size:18px;font-weight:600;max-width:65vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.workbench-heading>a{font-size:13px;color:var(--ink-2);min-height:44px;display:flex;align-items:center;white-space:nowrap}.workbench-results{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;scroll-padding-top:24px;scroll-padding-bottom:calc(var(--composer-space) + 45px)}.workbench-result-list{width:calc(100% - 76px);max-width:840px;margin:0 auto;padding:28px 0 calc(var(--composer-space) + 68px);display:flex;flex-direction:column;gap:30px}.workbench-result{border-bottom:1px solid var(--line);padding-bottom:27px;scroll-margin-top:24px}.workbench-result-top{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--ink-3);margin-bottom:10px;flex-wrap:wrap}.workbench-result-top b{color:var(--ink);font-size:13px;font-weight:600}.workbench-result[data-selected] .workbench-result-top b{border:1px solid color-mix(in srgb,var(--accent) 50%,var(--line));background:color-mix(in srgb,var(--accent) 10%,var(--bg));color:var(--accent);padding:3px 7px;border-radius:6px}.workbench-result-source{border-left:1px solid var(--line);padding-left:9px;font-size:11px;color:var(--ink-2)}.workbench-result-top time{margin-left:auto;font-size:11px}.workbench-result-prompt{font-size:14px;line-height:1.6;color:var(--ink-2);margin:0 0 12px;max-width:710px;white-space:pre-wrap;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.workbench-result-prompt[data-expanded]{display:block}.workbench-prompt-more{font-size:12px;color:var(--ink-3);padding:0;min-height:32px;margin:-6px 0 8px}.workbench-result-media{position:relative;width:100%;max-width:760px;aspect-ratio:16/9;border-radius:var(--radius-media);overflow:hidden;background:var(--surface);border:1px solid var(--line)}.workbench-result-media video{display:block;width:100%;height:100%;object-fit:contain}.workbench-result-meta{display:flex;gap:9px;font-size:13px;color:var(--ink-2);margin:11px 0 10px}.workbench-result-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.workbench-result-actions a,.workbench-result-actions button{display:inline-flex;align-items:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:7px 11px;min-height:44px;font-size:14px;text-decoration:none;color:var(--ink-2)}.workbench-result-actions button[data-result-primary]{background:var(--ink);color:var(--bg)}.workbench-result-actions button:disabled{opacity:.45;cursor:not-allowed}.workbench-result-actions a:hover,.workbench-result-actions button:not([data-result-primary]):hover{border-color:var(--ink-3);color:var(--ink)}.workbench-run-state{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:16px;text-align:center;background:var(--surface)}.workbench-run-state p{font-size:14px}.workbench-run-state small{font-size:12px;color:var(--ink-3)}.workbench-run-state>svg{color:var(--accent)}.workbench-run-state a,.workbench-run-state button{border:1px solid var(--line);padding:7px 12px;border-radius:7px;font-size:12px;min-height:40px}.workbench-empty{padding:90px 20px;text-align:center}.workbench-empty>svg{color:var(--ink-3);margin:0 auto 16px}.workbench-empty h2{font-size:23px;font-weight:600;margin-bottom:12px}.workbench-empty p{color:var(--ink-3);font-size:14px}.workbench-empty button{color:var(--ink-2);border:1px solid var(--line);border-radius:24px;padding:9px 16px;margin-top:20px;min-height:44px;font-size:13px}.workbench-notice{font-size:12px;padding:8px 18px;border-bottom:1px solid var(--line);color:var(--ink-2);display:flex;align-items:center;gap:12px;flex-wrap:wrap;flex-shrink:0}.workbench-notice button{min-height:32px;text-decoration:underline;text-underline-offset:3px}.workbench-notice[role=alert]{color:var(--warn)}.workbench-composer{height:0;flex-shrink:0;z-index:var(--layer-composer)}.workbench-source-option{display:flex;width:100%;align-items:center;gap:12px;padding:10px;border-radius:9px;text-align:left}.workbench-source-option:hover{background:var(--surface)}.workbench-source-option video{width:90px;aspect-ratio:16/9;object-fit:cover;border-radius:6px}.workbench-source-option>span{flex:1;min-width:0;font-size:13px}.workbench-source-option small{display:block;color:var(--ink-3);font-size:11px;margin-top:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.workbench-about{font-size:13px;color:var(--ink-3);margin-top:32px}.workbench-about>summary{cursor:pointer;min-height:44px}[data-workbench-empty] .workbench-result-list{max-width:840px;padding:clamp(32px,6vh,64px) 0 48px;gap:24px}[data-workbench-empty] .workbench-empty{padding:0 16px;text-align:center}[data-workbench-empty] .workbench-empty h2{font-size:clamp(24px,2.1vw,28px);font-weight:500;line-height:1.35;margin:0 0 12px}[data-workbench-empty] .workbench-empty p{font-size:16px;line-height:1.6;color:var(--ink-2)}[data-workbench-empty] .workbench-composer{height:auto;position:relative;z-index:auto}[data-workbench-empty] .shared-composer-slot{max-width:840px}[data-workbench-empty] [data-composer-workspace] .shared-composer[data-composer-docked]{position:relative;z-index:auto;left:auto;bottom:auto;transform:none;width:100%;max-width:none!important}[data-workbench-empty] .composer-heading{display:none}[data-workbench-empty] .shared-composer .composer-expanded{padding:20px 22px}[data-workbench-empty] .shared-composer .composer-prompt{min-height:110px}.workbench-heading :is(h1,h2){max-width:36ch;font-weight:500}@media(max-width:1023px){[data-creation-workbench]{height:calc(100dvh - 64px)}.workbench-heading{min-height:66px;padding:0 18px}.workbench-heading :is(h1,h2){font-size:16px}.workbench-heading>a{font-size:12px}.workbench-result-list{width:calc(100% - 34px);padding-top:21px;padding-bottom:calc(var(--composer-space) + 100px);gap:23px}.workbench-result{padding-bottom:20px}.workbench-result-top{gap:7px;font-size:11px}.workbench-result-top time{font-size:10px}.workbench-result-prompt{font-size:13px}.workbench-result-actions{gap:6px}.workbench-result-actions a,.workbench-result-actions button{font-size:11px;padding:7px 9px;min-height:44px}.workbench-result-media{width:100%;border-radius:10px}.workbench-empty{padding:70px 15px}.workbench-empty h2{font-size:21px}.workbench-notice{font-size:11px;gap:8px}.workbench-run-state{gap:8px;padding:10px}.workbench-run-state small{font-size:11px}}.workbench-input-undo{display:flex;align-items:center;flex-shrink:0;margin-left:auto}.workbench-input-undo button{min-width:44px;min-height:44px;padding:0 4px;white-space:nowrap;font-size:12px;color:var(--ink-2);text-decoration:underline;text-underline-offset:3px}.workbench-organization{display:flex;gap:8px;align-items:center;min-width:0}.image-library-items video{width:100%;aspect-ratio:16/9;object-fit:contain}@media(max-width:600px){.workbench-heading{flex-wrap:wrap;padding:12px;gap:8px}.workbench-organization{width:100%;justify-content:space-between}.workbench-organization .image-project-trigger{max-width:48%;font-size:12px}[data-creation-workbench]{height:auto;min-height:calc(100dvh - 64px)}.workbench-results{flex:none;overflow:visible}.workbench-result-list{padding-bottom:24px}.workbench-composer{height:auto;padding:16px 12px 24px;position:relative;z-index:auto;scroll-margin-top:76px}[data-creation-workbench] [data-composer-workspace] .shared-composer[data-composer-docked]{position:relative;z-index:auto;left:auto;bottom:auto;transform:none;width:100%;max-width:none!important}[data-workbench-empty] .workbench-result-list{width:100%;padding:24px 0;gap:12px}}.video-image-inventory{display:flex;flex-wrap:wrap;gap:10px;max-height:190px;overflow-y:auto;margin-bottom:16px;padding:3px}.video-image-inventory>div{display:flex;align-items:center;gap:10px;min-width:0;max-width:100%;padding:6px;border:0;border-radius:var(--radius-control);background:var(--raise)}.video-image-inventory img{width:56px;height:48px;object-fit:cover;border-radius:6px}.video-image-inventory>div>span{flex:1;min-width:56px;font-size:13px;line-height:1.5}.video-image-inventory small{display:block;color:var(--ink-2);font-size:12px}.video-image-inventory button:disabled{opacity:.45;cursor:not-allowed}.reference-image-inventory{margin-bottom:12px;min-width:0}.reference-image-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.reference-image-heading small,.reference-image-hint{color:var(--ink-2);font-size:12px}.reference-image-heading button{min-height:44px;border-radius:var(--radius-control);padding:0 8px;background:var(--raise);font-size:12px}.reference-image-hint{margin:2px 0 8px;line-height:1.5}.reference-image-tray{display:flex;flex-wrap:wrap;gap:10px;max-height:184px;overflow-y:auto;padding:3px}.reference-image-tray>div{display:flex;align-items:center;gap:10px;max-width:100%;padding:6px;border:0;border-radius:var(--radius-control);background:var(--raise)}.reference-image-tray>div[data-reference-enabled=false]{background:var(--surface);box-shadow:inset 0 0 0 1px var(--line)}.reference-image-tray img{display:block;width:56px;height:48px;object-fit:cover;border-radius:6px}.reference-material-label{min-width:64px;font-size:13px;line-height:1.5}.reference-material-label>button{display:block;min-height:44px;text-align:start;font:inherit}.reference-material-label>small{display:block;color:var(--ink-2);font-size:12px}.reference-image-inventory button:disabled{opacity:.45;cursor:not-allowed}.reference-image-inventory button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:no-preference){.reference-image-inventory button{transition:background-color .14s ease,color .14s ease}.reference-image-inventory button:not(:disabled):hover{background:var(--raise)}}