.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}:root{--page: #050506;--panel: #111113;--panel-2: #18181b;--surface: #222226;--border: rgba(255, 255, 255, .085);--border-strong: rgba(255, 255, 255, .145);--text: #f5f5f7;--text-2: #d2d2d7;--muted: #8e8e93;--gold: #a8c7fa;--gold-soft: #e8f0ff;--cyan: #64d2ff;--blue: #0a84ff;--green: #32d74b;--red: #ff453a;--warning: #ffd60a;--ink-on-gold: #06111f;--glass: rgba(24, 24, 27, .72);--glass-strong: rgba(31, 31, 35, .84);--glass-soft: rgba(255, 255, 255, .045);--highlight: rgba(10, 132, 255, .24);--shadow-soft: 0 14px 34px rgba(0, 0, 0, .24);--shadow-elevated: 0 22px 64px rgba(0, 0, 0, .36);--ease-apple: cubic-bezier(.2, .8, .2, 1);--director-panel-width: 500px;--radius-panel: 14px;--radius-card: 12px;--radius-embedded: 10px;--module-padding-full: 20px 18px 80px;--module-padding-embedded: 0 0 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text);background:var(--page)}*{box-sizing:border-box}body{margin:0;min-width:1180px;background:radial-gradient(circle at 18% 0%,rgba(10,132,255,.032),transparent 30%),linear-gradient(180deg,#0f0f12 0%,var(--page) 42%);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}button,textarea{font:inherit}button{cursor:pointer}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,.project-card,.showcase-card,.canvas-module,.shot-row,.assistant-message,.assistant-action,.workflow-card,.style-card,.asset-card,.production-node,.project-media-card{transition:background-color .18s var(--ease-apple),border-color .18s var(--ease-apple),color .18s var(--ease-apple),box-shadow .22s var(--ease-apple),transform .22s var(--ease-apple),filter .22s var(--ease-apple)}button:active{transform:scale(.985)}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(10,132,255,.78);outline-offset:3px}img{display:block;max-width:100%}@media (max-width: 1300px){:root{--director-panel-width: 420px}body{min-width:1080px}}.app-shell{min-height:100vh;display:flex}.sidebar{width:128px;padding:24px 18px;position:fixed;inset:0 auto 0 0;z-index:20;pointer-events:none}.brand,.nav-pill{pointer-events:auto}.brand{height:44px;display:flex;align-items:center;gap:10px;color:var(--gold-soft);background:transparent;border:0;font-size:22px;font-weight:800}.nav-pill{margin-top:92px;padding:18px 10px;border:1px solid var(--border);border-radius:28px;background:rgba(14,16,20,.92);box-shadow:0 28px 80px #0000006b;display:grid;gap:10px}.nav-item{height:76px;border:0;border-radius:18px;color:var(--muted);background:transparent;display:grid;place-items:center;gap:6px;font-size:12px;font-weight:700}.nav-item.active{color:var(--gold-soft);background:rgba(216,194,106,.08)}.main{width:100%;min-height:100vh;padding-left:150px}.topbar{height:74px;display:flex;justify-content:space-between;align-items:center;padding:0 42px 0 0}.top-actions{display:flex;align-items:center;gap:12px}.ghost-button,.secondary-button,.chip,.icon-button,.tab-chip{border:1px solid var(--border);color:var(--text-2);background:rgba(23,26,32,.86);border-radius:12px;min-height:38px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;font-weight:700}.ghost-button{border:0;background:transparent}.primary-button{border:0;background:var(--gold-soft);color:#14120a;min-height:40px;border-radius:12px;padding:0 18px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px}.credit-upgrade-pill{min-height:56px;padding:7px;border:1px solid rgba(243,234,162,.28);border-radius:999px;display:inline-flex;align-items:center;gap:8px;background:radial-gradient(circle at 16% 20%,rgba(243,234,162,.16),transparent 38%),rgba(216,194,106,.13);box-shadow:inset 0 0 0 1px #ffffff09,0 18px 42px #00000038}.credit-pill{min-height:42px;border:0;border-radius:999px;padding:0 8px 0 12px;color:var(--gold-soft);background:transparent;display:inline-flex;align-items:center;gap:8px;font-size:22px;font-weight:900;letter-spacing:-.02em}.credit-pill svg{flex:0 0 auto;fill:currentColor}.upgrade-button{min-height:42px;border:0;border-radius:16px;padding:0 20px;color:var(--ink-on-gold);background:linear-gradient(135deg,#f4e4bd 0%,#cbb98a 58%,#b58f82 100%);display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:950;box-shadow:inset 0 1px #ffffff47,0 10px 28px #cbb98a24}.user-avatar{width:38px;height:38px;border:1px solid rgba(216,194,106,.38);border-radius:999px;padding:0;overflow:hidden;background:#0e1014;box-shadow:inset 0 0 0 1px #ffffff14,0 0 24px #d8c26a2e}.user-avatar img{display:block;width:100%;height:100%;object-fit:cover}.primary-button.wide{min-width:300px}@media (max-width: 1300px){.shot-row{grid-template-columns:42px 280px 120px 1fr}.model-grid{grid-template-columns:repeat(3,1fr)}.showcase-grid{column-count:3}}.image-workbench{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;grid-template-columns:112px minmax(0,1fr) 430px;color:var(--text);background:#050607}.image-stage{position:relative;min-width:0;min-height:0;padding:58px 28px 34px;background:#050607;display:grid;place-items:center}.stage-status{position:absolute;left:28px;top:18px;display:flex;align-items:center;gap:12px}.stage-status span,.stage-status strong{border-radius:7px;padding:7px 12px;font-size:13px;font-weight:900}.stage-status span{color:#14120a;background:rgba(243,234,162,.74)}.stage-status strong{color:#dfffe9;background:rgba(114,211,145,.26)}.stage-toolbar{position:absolute;top:12px;left:50%;transform:translate(-50%);min-height:38px;padding:0 8px;border:1px solid var(--border);border-radius:12px;background:rgba(23,26,32,.94);display:flex;align-items:center;gap:8px;white-space:nowrap}.stage-toolbar button{border:0;border-right:1px solid var(--border);padding:0 10px;color:var(--text-2);background:transparent;min-height:26px;display:inline-flex;align-items:center;gap:6px;font-weight:800}.stage-toolbar button.active{color:var(--gold-soft)}.stage-toolbar button:last-child{border-right:0}.stage-toolbar.compact{left:50%}.workbench-close{position:absolute;right:18px;top:12px;width:42px;height:42px;border:1px solid var(--border);border-radius:999px;color:var(--text);background:rgba(23,26,32,.9);font-size:28px}.stage-image-wrap{width:min(100%,1120px);aspect-ratio:16 / 9;display:grid;place-items:center;background:#020304;border-radius:8px;overflow:hidden}.stage-image-wrap img{width:100%;height:100%;object-fit:cover}.stage-image-wrap span{color:var(--text-2);font-weight:900}.stage-version-actions{position:absolute;left:28px;right:28px;bottom:24px;min-height:50px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:rgba(12,14,18,.86);display:flex;align-items:center;justify-content:space-between;gap:16px}.stage-version-actions div{min-width:0;display:grid;gap:3px}.stage-version-actions span,.stage-version-actions small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage-version-actions span{color:var(--text);font-weight:900}.stage-version-actions small{color:var(--muted)}.stage-version-actions .version-quality-note{color:#ffd166}.stage-version-actions button{min-width:92px;height:34px;border:0;border-radius:999px;color:#14120a;background:var(--gold-soft);font-weight:900}.stage-version-actions button:disabled{cursor:not-allowed;color:var(--muted);background:rgba(255,255,255,.08)}.asset-workbench .asset-stage-image{width:min(100%,860px);aspect-ratio:1 / 1}.asset-workbench .asset-stage-image img{object-fit:contain;background:radial-gradient(circle at 50% 20%,rgba(216,194,106,.08),transparent 30%),#020304}.image-side{min-width:0;min-height:0;padding:12px 16px 18px;background:#0d0f13;display:grid;grid-template-rows:auto 1fr;gap:18px}.scene-summary{padding-top:4px}.scene-summary h2{margin:0 0 14px;font-size:28px}.scene-summary p{margin:0;color:var(--text-2);line-height:1.7}.scene-summary button{margin-top:10px;border:0;color:var(--muted);background:transparent;font-weight:800}.workbench-notice{border:1px solid rgba(216,194,106,.24);border-radius:9px;padding:10px 12px;color:var(--gold-soft);background:rgba(216,194,106,.08);font-size:13px;font-weight:800;line-height:1.5}.image-version-rail{min-height:0;padding:14px 10px;border-right:1px solid rgba(255,255,255,.06);background:#07080a;display:flex;flex-direction:column;gap:10px;overflow:visible}.version-upload-wrap{position:relative}.version-upload,.version-thumb{border-radius:10px;background:rgba(23,26,32,.78);color:var(--text-2)}.version-upload{width:100%;height:96px;border:1px dashed var(--border-strong);display:grid;place-items:center;align-content:center;gap:8px;font-weight:900}.version-upload-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.version-upload-menu{position:absolute;left:104px;top:0;z-index:4;width:168px;border:1px solid var(--border);border-radius:10px;padding:8px;background:#15181f;box-shadow:0 18px 50px #00000061;display:grid;gap:6px}.version-upload-menu label,.version-upload-menu button{min-height:34px;border:0;border-radius:7px;padding:0 10px;color:var(--text);background:transparent;display:flex;align-items:center;font-weight:800;text-align:left}.version-upload-menu label:hover,.version-upload-menu button:hover{background:rgba(255,255,255,.07)}.version-upload-menu input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.version-list{min-height:0;display:grid;gap:10px;overflow-y:auto;padding-right:2px}.version-thumb{position:relative;width:92px;height:58px;padding:0;border:1px solid var(--border);overflow:hidden}.version-thumb.active{border-color:var(--gold-soft);box-shadow:inset 0 0 0 1px #f3eaa273}.version-thumb img{width:100%;height:100%;object-fit:cover}.version-delete-button{position:absolute;right:5px;top:5px;width:24px;height:24px;border-radius:999px;color:var(--text);background:rgba(9,10,12,.76);display:grid;place-items:center;opacity:0;transform:translateY(-2px);transition:opacity .16s ease,transform .16s ease}.version-thumb:hover .version-delete-button,.version-thumb:focus-visible .version-delete-button{opacity:1;transform:translateY(0)}.version-thumb:hover .version-delete-button+.check-dot,.version-thumb:focus-visible .version-delete-button+.check-dot{opacity:0}.status-dot,.check-dot{position:absolute;border-radius:999px}.status-dot{left:6px;bottom:6px;width:12px;height:12px;background:var(--green)}.check-dot{right:5px;top:5px;width:18px;height:18px;background:var(--gold-soft);color:#14120a;display:grid;place-items:center;font-size:12px;font-weight:900}.version-label{position:absolute;left:5px;bottom:5px;max-width:62px;border-radius:999px;padding:2px 6px;color:#fff;background:rgba(0,0,0,.62);font-size:10px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.version-quality-badge{position:absolute;right:5px;bottom:5px;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;color:#15120a;font-size:12px;font-weight:900}.version-quality-badge.blocked{background:#ff8a65}.version-quality-badge.warning{background:#ffd166}.version-generating{border-style:dashed;display:grid;place-items:center;align-content:center;gap:5px}.version-spinner{width:18px;height:18px;border:2px solid rgba(243,234,162,.25);border-top-color:var(--gold-soft);border-radius:999px;animation:version-spin .8s linear infinite}.version-generating small{font-size:11px;font-weight:900}@keyframes version-spin{to{transform:rotate(360deg)}}.remix-panel{align-self:end;border-radius:14px;padding:16px;background:var(--panel-2);box-shadow:0 -16px 50px #00000059}.remix-references{position:relative;display:flex;gap:8px;margin-bottom:14px}.remix-references button,.remix-references img,.remix-reference-thumb,.reference-upload-control{width:56px;height:56px;border:1px solid var(--border);border-radius:8px;object-fit:cover}.reference-upload-control{position:relative;flex:0 0 auto;border:0}.reference-upload-control .reference-add-button{width:100%;height:100%}.remix-reference-thumb{position:relative;overflow:hidden;display:inline-flex}.remix-reference-thumb img{width:100%;height:100%;border:0;border-radius:0}.remix-reference-thumb button{position:absolute;right:4px;top:4px;width:24px;height:24px;border:0;border-radius:999px;color:var(--text);background:rgba(8,10,12,.78);display:grid;place-items:center;opacity:0;transform:translateY(-2px);transition:opacity .16s ease,transform .16s ease}.remix-reference-thumb button:hover,.remix-reference-thumb button:focus-visible{background:rgba(227,92,92,.92)}.remix-reference-thumb:hover button,.remix-reference-thumb:focus-within button{opacity:1;transform:translateY(0)}.remix-references button{color:var(--text);background:var(--surface);display:grid;place-items:center}.remix-references .reference-empty{min-height:56px;display:inline-flex;align-items:center;color:var(--muted);font-size:13px;font-weight:900}.reference-upload-menu{position:absolute;left:0;bottom:calc(100% + 10px);z-index:10;width:190px;padding:8px;border:1px solid rgba(245,241,219,.12);border-radius:12px;background:rgba(20,22,27,.99);box-shadow:0 22px 60px #00000080}.reference-upload-menu label,.reference-upload-menu button{width:100%;height:38px;border:0;border-radius:8px;padding:0 10px;color:var(--text);background:transparent;display:flex;align-items:center;justify-content:flex-start;font-size:13px;font-weight:900}.reference-upload-menu label:hover,.reference-upload-menu button:hover{background:rgba(255,255,255,.055)}.reference-upload-menu input{display:none}.remix-panel p{margin:0;color:var(--text);line-height:1.65}.asset-description-editor{display:grid;gap:8px;margin:12px 0}.asset-description-editor span{color:var(--text-2);font-size:12px;font-weight:900}.asset-description-editor textarea{width:100%;min-height:118px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;color:var(--text);background:rgba(7,8,10,.72);resize:vertical;line-height:1.55}.asset-image-prompt-editor{display:grid;gap:10px;margin-top:14px;border:1px solid rgba(216,194,106,.22);border-radius:12px;padding:12px;background:rgba(216,194,106,.055)}.asset-image-prompt-editor header{display:flex;align-items:center;justify-content:space-between;gap:10px}.asset-image-prompt-editor strong{color:var(--text);font-size:13px}.asset-image-prompt-editor span{border-radius:999px;padding:4px 8px;color:var(--green);background:rgba(143,190,157,.12);font-size:12px;font-weight:900}.asset-image-prompt-editor span.stale{color:#ffb199;background:rgba(215,122,114,.12)}.asset-image-prompt-editor textarea{width:100%;min-height:128px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;color:var(--text);background:rgba(7,8,10,.72);resize:vertical;line-height:1.55}.asset-image-prompt-editor small{color:#ffb199;line-height:1.45}.asset-image-prompt-editor button{justify-self:end;border:1px solid rgba(216,194,106,.4);border-radius:999px;padding:8px 12px;color:var(--gold-soft);background:rgba(216,194,106,.1);font-weight:900}.remix-prompt-input{width:100%;min-height:96px;margin-top:14px;border:1px solid var(--border);border-radius:10px;padding:10px 12px;color:var(--text);background:rgba(7,8,10,.72);resize:vertical;line-height:1.55}.remix-panel footer{position:relative;margin-top:16px;display:flex;align-items:center;gap:12px;color:var(--text-2);font-size:13px;font-weight:900}.image-workbench:not(.asset-workbench) .remix-panel footer{flex-wrap:wrap}.remix-panel footer span,.remix-panel footer strong{display:inline-flex;align-items:center;gap:4px}.remix-panel footer strong{margin-left:auto;color:var(--gold-soft)}.remix-panel footer button{width:38px;height:38px;border:0;border-radius:999px;color:#14120a;background:var(--gold-soft);display:grid;place-items:center}.asset-remix-panel footer{flex-wrap:wrap}.asset-generation-controls{position:relative;display:inline-flex;align-items:center;gap:8px;min-width:0}.asset-generation-select{position:relative}.remix-panel footer .asset-generation-select>button{width:auto;min-width:0;height:30px;padding:0;border:0;border-radius:0;color:var(--text);background:transparent;display:inline-flex;align-items:center;gap:6px;font:inherit;font-weight:900}.asset-generation-select>button svg{color:var(--text)}.asset-generation-select>button>span{white-space:nowrap}.asset-generation-select.compact>button{gap:7px}.asset-generation-menu{position:absolute;left:0;bottom:calc(100% + 10px);z-index:8;min-width:220px;padding:10px;border:1px solid rgba(245,241,219,.12);border-radius:12px;background:rgba(20,22,27,.99);box-shadow:0 22px 60px #00000080}.asset-generation-menu.asset-model-menu{width:330px}.asset-generation-menu.ratio-menu{width:190px}.asset-generation-menu.quality-menu{width:150px}.remix-panel footer .asset-generation-menu button{position:relative;width:100%;height:46px;border:0;border-radius:8px;padding:0 34px 0 12px;color:var(--text);background:transparent;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;text-align:left;font-size:15px;font-weight:900}.remix-panel footer .asset-generation-menu button:hover,.remix-panel footer .asset-generation-menu button.selected{background:rgba(255,255,255,.055)}.asset-generation-menu button i{position:absolute;right:12px;top:50%;width:10px;height:10px;border-radius:999px;background:var(--gold-soft);transform:translateY(-50%)}.ratio-icon{display:inline-block;flex:0 0 auto;border:2px solid currentColor;border-radius:3px;color:var(--text)}.ratio-icon.square{width:18px;height:18px}.ratio-icon.wide{width:22px;height:12px}.ratio-icon.landscape{width:22px;height:15px}.ratio-icon.portrait-soft{width:15px;height:22px}.ratio-icon.portrait{width:12px;height:24px}.ratio-icon.cinema{width:26px;height:9px}.local-edit-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;padding:44px 68px;background:rgba(0,0,0,.58);display:grid;place-items:center}.local-edit-modal{width:min(1720px,94vw);max-height:calc(100vh - 88px);border-radius:14px;padding:38px;color:var(--text);background:#343532;box-shadow:0 34px 120px #0000009e;display:grid;grid-template-rows:auto minmax(320px,1fr) auto auto;gap:24px}.local-edit-modal header{display:flex;align-items:center;justify-content:space-between}.local-edit-modal header div{display:inline-flex;align-items:center;gap:18px}.local-edit-modal header span{width:6px;height:32px;border-radius:999px;background:var(--gold-soft)}.local-edit-modal h2{margin:0;font-size:30px}.local-edit-modal header button{width:60px;height:60px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:var(--text);background:rgba(255,255,255,.06);display:grid;place-items:center}.local-edit-stage{min-height:0;border-radius:12px;padding:18px;background:#1b1c1a;display:grid;place-items:center;gap:12px}.local-edit-canvas-wrap{position:relative;max-width:min(520px,72vw);max-height:min(58vh,620px);border-radius:12px;overflow:hidden;cursor:crosshair;touch-action:none}.local-edit-canvas-wrap img{display:block;max-width:100%;max-height:min(58vh,620px);object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.local-edit-canvas-wrap canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.local-edit-canvas-wrap:hover{box-shadow:0 0 0 2px #f3eaa273}.local-edit-stage p{margin:0;color:#f5f1dba3;font-weight:800}.local-edit-controls{display:flex;align-items:center;gap:18px}.local-edit-controls label{display:inline-flex;align-items:center;gap:14px;color:var(--text);font-size:18px;font-weight:900}.local-edit-controls input{width:200px;accent-color:var(--cyan)}.local-edit-controls strong{min-width:34px;font-size:20px}.local-edit-controls button{margin-left:auto;min-height:48px;border:0;border-radius:12px;padding:0 20px;color:var(--text);background:rgba(255,255,255,.1);font-weight:900}.local-edit-controls button:disabled{opacity:.38}.local-edit-prompt{border-radius:18px;padding:24px;background:#1b1d20;display:grid;gap:18px}.local-edit-prompt textarea{min-height:118px;border:0;color:var(--text);background:transparent;outline:none;resize:vertical;font:inherit;font-size:22px;line-height:1.55}.local-edit-prompt textarea::placeholder{color:#f5f1db7a}.local-edit-prompt footer{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;display:flex;align-items:center;gap:16px}.local-edit-prompt .asset-generation-controls{font-size:17px}.local-edit-cost{margin-left:auto;color:var(--gold-soft);display:inline-flex;align-items:center;gap:6px;font-size:20px;font-weight:950}.local-edit-submit{width:54px;height:54px;border:0;border-radius:999px;color:#14120a;background:var(--gold-soft);display:grid;place-items:center}.video-workbench .image-version-rail{width:112px}.video-thumb{height:70px}.video-stage{padding-top:64px}.stage-video-wrap{position:relative;width:min(100%,1120px);aspect-ratio:16 / 9;overflow:hidden;border-radius:8px;background:#020304;display:grid;place-items:center}.stage-video-wrap img{width:100%;height:100%;object-fit:cover;filter:brightness(.82)}.stage-video-wrap video{width:100%;height:100%;object-fit:contain;background:#020304}.stage-video-wrap>span{color:var(--text-2);font-weight:900}.stage-video-wrap .play-big{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:72px;height:72px;border:0;border-radius:999px;color:var(--text);background:rgba(5,6,7,.46);display:grid;place-items:center}.video-control-bar{position:absolute;left:20px;right:20px;bottom:18px;min-height:34px;display:flex;align-items:center;gap:24px;color:var(--text);font-weight:900}.video-control-bar span{display:inline-flex;align-items:center;gap:8px}.video-control-bar button{border:0;border-radius:999px;padding:6px 10px;color:var(--text);background:rgba(255,255,255,.12);font-weight:900}.video-control-bar button:hover,.video-control-bar button:focus-visible{background:rgba(243,234,162,.24)}.video-remix-panel{display:grid;gap:14px;position:relative;z-index:3}.video-settings-footer{align-items:center;flex-wrap:wrap}.video-settings-footer .video-submit-button:focus-visible{outline:2px solid rgba(243,234,162,.72);outline-offset:3px}.video-settings-footer .video-submit-button{width:38px;height:38px;min-height:38px;border:0;border-radius:999px;padding:0;color:#14120a;background:var(--gold-soft);display:grid;place-items:center}.video-settings-footer .video-submit-button:hover{background:#f4e7a7}.video-generation-controls{flex-wrap:wrap}.video-generation-menu.quality-menu{width:170px}.mini-toggle{width:30px;height:16px;border-radius:999px;background:rgba(255,255,255,.16);position:relative}.mini-toggle:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:999px;background:var(--text)}.mini-toggle.active{background:var(--gold-soft)}.mini-toggle.active:after{left:17px;background:#151308}.media-library-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:rgba(0,0,0,.68);display:grid;place-items:center}.media-library-modal{width:min(920px,calc(100vw - 40px));max-height:min(720px,calc(100vh - 40px));border:1px solid var(--border);border-radius:12px;background:#0d0f13;box-shadow:0 30px 90px #0000008c;display:grid;grid-template-rows:auto 1fr;overflow:hidden}.media-library-modal header{min-height:58px;padding:0 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.media-library-modal header div{display:flex;align-items:center;gap:10px}.media-library-modal h2{margin:0;font-size:18px}.media-library-modal header button{width:36px;height:36px;border:1px solid var(--border);border-radius:999px;color:var(--text);background:rgba(255,255,255,.04);font-size:22px}.media-library-grid{min-height:0;padding:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;overflow-y:auto}.media-library-grid button{position:relative;border:1px solid var(--border);border-radius:10px;padding:8px;color:var(--text);background:rgba(23,26,32,.74);display:grid;gap:8px;text-align:left}.media-library-grid button.blocked{cursor:not-allowed;border-color:#ff8a6561;opacity:.72}.media-library-grid button.blocked img{filter:saturate(.55) brightness(.68)}.media-library-grid img{width:100%;aspect-ratio:16 / 9;border-radius:7px;object-fit:cover;background:#020304}.media-library-grid span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:900}.media-library-grid em{position:absolute;right:14px;top:14px;border-radius:999px;padding:4px 8px;color:#1b0f0a;background:#ff8a65;font-size:12px;font-style:normal;font-weight:900}.media-library-grid p{grid-column:1 / -1;margin:0;color:var(--text-2);text-align:center;align-self:center}.project-media-view{min-height:100%;padding:46px 56px 96px;color:var(--text)}.project-media-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px}.project-media-header span{display:inline-flex;align-items:center;gap:8px;color:var(--gold-soft);font-size:13px;font-weight:900}.project-media-header h1{margin:12px 0 0;font-size:34px;line-height:1.1}.project-media-header p{max-width:780px;margin:12px 0 0;color:var(--text-2);line-height:1.7}.project-media-stats{min-width:130px;border:1px solid var(--border);border-radius:10px;padding:14px 16px;background:rgba(246,241,228,.045);text-align:right}.project-media-stats strong,.project-media-stats span{display:block}.project-media-stats strong{font-size:30px}.project-media-stats span{color:var(--text-2);font-size:12px}.project-media-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.project-media-view-switch{display:inline-flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:5px;border:1px solid var(--border);border-radius:12px;background:rgba(23,26,32,.62)}.project-media-view-switch button{min-height:36px;border:0;border-radius:8px;padding:0 12px;color:var(--text-2);background:transparent;display:inline-flex;align-items:center;gap:8px;font-weight:900}.project-media-view-switch button.active{color:var(--ink-on-gold);background:var(--gold-soft)}.project-media-view-switch small{min-width:22px;border-radius:999px;padding:2px 6px;background:rgba(255,255,255,.12)}.project-media-filters{display:flex;flex-wrap:wrap;gap:8px}.project-media-filters button,.project-media-search{min-height:42px;border:1px solid var(--border);border-radius:10px;color:var(--text-2);background:rgba(23,26,32,.72);display:inline-flex;align-items:center;gap:8px}.project-media-filters button{padding:0 13px;font-weight:900}.project-media-filters button.active{color:var(--ink-on-gold);border-color:transparent;background:var(--gold-soft)}.project-media-filters small{min-width:22px;border-radius:999px;padding:2px 6px;background:rgba(255,255,255,.12)}.project-media-search{width:min(360px,100%);padding:0 12px}.project-media-search input{width:100%;border:0;outline:0;color:var(--text);background:transparent;font:inherit}.project-media-grid{--project-media-card-width: clamp(245px, 22vw, 320px);display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.project-media-sections{display:grid;gap:22px}.project-media-section{display:grid;gap:14px}.project-media-section>header{border:1px solid var(--border);border-radius:10px;padding:15px 16px;background:rgba(246,241,228,.035);display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.project-media-section h2{margin:0;font-size:18px;line-height:1.3}.project-media-section p{max-width:780px;margin:7px 0 0;color:var(--text-2);line-height:1.6}.project-media-section-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.project-media-section-meta span{border:1px solid var(--border);border-radius:999px;padding:5px 8px;color:var(--text-2);background:rgba(255,255,255,.05);font-size:12px;font-weight:900;white-space:nowrap}.project-media-card{flex:1 1 var(--project-media-card-width);max-width:340px;min-width:0;border:1px solid var(--border);border-radius:10px;background:var(--panel-2);overflow:hidden}.project-media-card.media-blocked{border-color:#ff8a6573}.project-media-card.media-blocked .project-media-image img{filter:saturate(.65) brightness(.72)}.project-media-image{width:100%;border:0;padding:0;position:relative;background:#060708;display:block;overflow:hidden}.project-media-image img,.project-media-video-thumb{display:block;width:100%;aspect-ratio:16 / 9}.project-media-image img{object-fit:cover;transition:transform .16s ease}.project-media-image:hover img{transform:scale(1.035)}.project-media-video-thumb{color:var(--gold-soft);background:linear-gradient(135deg,rgba(216,194,106,.12),transparent),#08090b;display:grid;place-items:center}.project-media-video-thumb svg{width:38px;height:38px}.project-media-image span{position:absolute;left:10px;bottom:10px;width:32px;height:32px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:var(--gold-soft);background:rgba(0,0,0,.58);display:grid;place-items:center}.project-media-blocked-ribbon{position:absolute;right:10px;top:10px;border-radius:999px;padding:5px 9px;color:#1b0f0a;background:#ff8a65;font-size:12px;font-weight:900}.project-media-card-body{padding:13px 14px 10px;display:grid;gap:10px}.project-media-card-body strong,.project-media-card-body small,.project-media-card-body p,.project-media-card footer span{min-width:0;overflow:hidden;text-overflow:ellipsis}.project-media-card-body strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;line-height:1.35;min-height:2.7em;overflow-wrap:anywhere}.project-media-card-body small{display:block;margin-top:5px;color:var(--text-2);white-space:nowrap}.project-media-badges{display:flex;flex-wrap:wrap;gap:6px}.project-media-card-body em{width:fit-content;max-width:100%;border-radius:999px;padding:4px 8px;color:var(--text-2);background:rgba(255,255,255,.06);display:inline-flex;align-items:center;gap:5px;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-style:normal;font-weight:900;white-space:nowrap}.project-media-card-body em.current{color:var(--gold-soft);background:rgba(216,194,106,.1)}.project-media-card-body em.blocked{color:#ffb199;background:rgba(255,138,101,.12)}.project-media-card-body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;color:var(--text-2);font-size:12px;line-height:1.5}.project-media-card-body .project-media-quality-note{color:#ffb199}.project-media-card footer{min-height:44px;border-top:1px solid var(--border);padding:0 12px 0 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.project-media-card footer span{color:var(--muted);white-space:nowrap;font-size:12px}.project-media-card footer button{border:0;border-radius:8px;padding:7px 9px;color:#14120a;background:var(--gold-soft);font-size:12px;font-weight:900;white-space:nowrap}.project-media-empty{min-height:360px;border:1px dashed var(--border);border-radius:12px;color:var(--text-2);background:rgba(246,241,228,.03);display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.project-media-empty h2,.project-media-empty p{margin:0}@media (max-width: 1200px){.project-media-view{padding:34px 28px 80px}.project-media-header,.project-media-toolbar{align-items:stretch;flex-direction:column}.project-media-stats{text-align:left}.project-media-view-switch{display:flex}.project-media-section>header{flex-direction:column}.project-media-section-meta{justify-content:flex-start}}.canvas-view{height:100%;position:relative;background:radial-gradient(circle at 38% 18%,rgba(216,194,106,.08),transparent 24%),linear-gradient(135deg,rgba(255,255,255,.035),transparent 38%),#050607}.canvas-workbench .react-flow__viewport{cursor:grab}.canvas-workbench .react-flow__node{border:0;background:transparent}.canvas-workbench .react-flow__edge-path{filter:drop-shadow(0 0 10px rgba(243,234,162,.4))}.canvas-workbench .react-flow__edge-textbg{fill:#0f1115eb;stroke:#f3eaa25c}.canvas-module-handle{width:12px;height:12px;border:2px solid rgba(5,6,7,.92);background:var(--gold-soft);box-shadow:0 0 18px #f3eaa29e}.canvas-workbench .react-flow__controls,.canvas-workbench .react-flow__minimap{border:1px solid rgba(245,241,219,.12);border-radius:8px;overflow:hidden;background:rgba(15,17,21,.84);box-shadow:0 18px 44px #00000057}.canvas-workbench .react-flow__controls button{border-bottom-color:#f5f1db1a;background:rgba(15,17,21,.92);color:var(--text-2)}.canvas-module{width:100%;height:100%;overflow:hidden;border:1px solid rgba(245,241,219,.12);border-radius:var(--radius-embedded);color:var(--text);background:rgba(15,17,21,.96);box-shadow:0 30px 80px #0000007a}.canvas-module.selected{border-color:#f3eaa2c2}.canvas-module:hover{border-color:#f3eaa275;box-shadow:0 0 0 1px #f3eaa214,0 30px 80px #0000007a}.canvas-module.active{border-color:#f3eaa2e6;box-shadow:0 0 0 1px #f3eaa238,0 30px 80px #0000007a}.canvas-module-header{height:46px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(245,241,219,.08);background:rgba(20,23,28,.92)}.canvas-module-header span{color:var(--gold-soft);font-size:11px;font-weight:900}.canvas-module-header strong{display:block;color:var(--text);font-size:15px}.canvas-module-header button{height:30px;border:1px solid var(--border);border-radius:var(--radius-embedded);color:var(--text-2);background:rgba(255,255,255,.04);display:inline-flex;align-items:center;gap:4px;font-weight:800}.canvas-module-body{height:calc(100% - 46px);overflow:auto;padding:14px;overscroll-behavior:contain;scrollbar-width:none}.canvas-module-body::-webkit-scrollbar{display:none}.canvas-module-body:focus{outline:none}.canvas-module.active .canvas-module-body{background:linear-gradient(180deg,rgba(243,234,162,.018),transparent 120px)}.canvas-resize-line{z-index:12;border-color:#f3eaa2b8!important;pointer-events:all}.canvas-resize-handle{z-index:13;width:16px!important;height:16px!important;border:2px solid #111!important;border-radius:5px!important;background:var(--gold-soft)!important;box-shadow:0 0 0 2px #f3eaa238,0 0 18px #f3eaa280;pointer-events:all}.canvas-workbench .react-flow__resize-control.line.left,.canvas-workbench .react-flow__resize-control.line.right{width:12px}.canvas-workbench .react-flow__resize-control.line.top,.canvas-workbench .react-flow__resize-control.line.bottom{height:12px}.canvas-module.selected .canvas-resize-line,.canvas-module.active .canvas-resize-line{border-color:#f3eaa2e6!important}.canvas-resize-handle:hover{transform:scale(1.08)}.embedded-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:12px}.embedded-toolbar span,.embedded-toolbar strong{min-height:28px;border-radius:8px;padding:0 10px;color:var(--text-2);background:rgba(255,255,255,.055);display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:900}.hero-output-top,.timeline-status{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:12px}.timeline-status strong{min-height:28px;border-radius:8px;padding:0 10px;color:var(--text-2);background:rgba(255,255,255,.055);display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:900}.hero-output-play{position:absolute;color:var(--gold-soft);filter:drop-shadow(0 8px 18px rgba(0,0,0,.55))}.embedded-hero-output{display:grid;height:100%;grid-template-rows:auto minmax(0,1fr)}.hero-output-top{justify-content:space-between}.hero-output-top span,.hero-output-top button,.timeline-status button{border:0;border-radius:8px;color:var(--text);background:rgba(255,255,255,.06);min-height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;font-weight:900}.hero-output-top button{color:#14120a;background:var(--gold-soft)}.hero-output-media{position:relative;min-height:0;overflow:hidden;border-radius:8px}.hero-output-preview-trigger{min-height:0;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.hero-output-play{top:0;right:0;bottom:0;left:0;width:64px;height:64px;margin:auto;border:0;border-radius:999px;display:grid;place-items:center;background:rgba(0,0,0,.42)}.hero-output-sequence{position:absolute;left:10px;bottom:10px;border-radius:999px;padding:5px 9px;color:var(--gold-soft);background:rgba(5,6,7,.72);font-size:12px;font-weight:900}.hero-output-summary{margin-top:10px;border:1px solid rgba(243,234,162,.14);border-radius:8px;padding:9px 10px;display:grid;gap:3px;background:rgba(243,234,162,.055)}.hero-output-summary strong{color:var(--text);font-size:13px}.hero-output-summary span{color:var(--text-2);font-size:12px;font-weight:800}.assembled-video-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:32px;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.assembled-video-modal{width:min(1040px,92vw);max-height:90vh;overflow:hidden;border:1px solid rgba(245,241,219,.13);border-radius:16px;background:#0d1015;box-shadow:0 34px 100px #00000094;display:grid;grid-template-rows:auto minmax(320px,1fr) auto auto}.assembled-video-modal header,.assembled-video-modal footer{min-height:64px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(245,241,219,.08)}.assembled-video-modal header div{display:grid;gap:4px}.assembled-video-modal header span{color:var(--gold-soft);font-size:12px;font-weight:900}.assembled-video-modal header strong{color:var(--text);font-size:18px}.assembled-video-modal header button,.assembled-video-modal footer button{border:0;border-radius:999px;color:var(--text);background:rgba(255,255,255,.07);display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:900}.assembled-video-modal header button{width:38px;height:38px}.assembled-video-player{min-height:0;background:#050607;display:grid;place-items:center}.assembled-video-player video,.assembled-video-fallback{width:100%;height:100%;min-height:320px}.assembled-video-player video{object-fit:contain}.assembled-video-fallback{position:relative;overflow:hidden;border:0;padding:0;color:var(--text);background:#050607}.assembled-video-fallback img{width:100%;height:100%;display:block;object-fit:contain;filter:brightness(.72)}.assembled-video-fallback span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;align-content:center;gap:12px;color:var(--gold-soft);font-weight:900}.assembled-video-strip{padding:12px 14px;display:flex;gap:10px;overflow-x:auto;border-top:1px solid rgba(245,241,219,.08)}.assembled-video-strip button{flex:0 0 132px;border:1px solid rgba(245,241,219,.1);border-radius:10px;padding:0;overflow:hidden;color:var(--text-2);background:rgba(255,255,255,.045);text-align:left}.assembled-video-strip button.active{border-color:#f3eaa2b3}.assembled-video-strip img{width:100%;height:70px;display:block;object-fit:cover}.assembled-video-strip span,.assembled-video-strip small{display:block;margin:7px 8px 0;font-weight:900}.assembled-video-strip small{margin-bottom:8px;color:var(--gold-soft);font-size:11px}.assembled-video-modal footer{border-top:1px solid rgba(245,241,219,.08);border-bottom:0}.assembled-video-modal footer span{color:var(--text-2);font-weight:800}.assembled-video-modal footer button{min-height:38px;border-radius:10px;padding:0 12px;color:#14120a;background:var(--gold-soft)}.embedded-shot-table{display:grid;gap:10px}.embedded-shot-head,.embedded-shot-row{display:grid;grid-template-columns:28px minmax(210px,1.35fr) 136px minmax(170px,.9fr) minmax(170px,1fr);gap:10px;align-items:center}.embedded-shot-head{color:var(--text-2);font-size:12px;font-weight:900}.embedded-shot-row{min-height:126px;border-radius:8px;padding:10px;background:rgba(255,255,255,.045)}.embedded-shot-row p{max-height:96px;overflow:hidden;margin:0;color:var(--text);font-size:12px;line-height:1.55}.embedded-shot-row p strong{display:block;margin-bottom:4px;color:var(--gold-soft);font-size:11px}.shot-no{color:var(--text);font-weight:900;text-align:center}.embedded-refs{display:grid;grid-template-columns:repeat(2,54px) 36px;gap:6px}.embedded-media-thumb,.embedded-refs button{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:rgba(255,255,255,.05);color:var(--text-2)}.embedded-media-thumb{display:grid;place-items:center}.embedded-media-thumb img{width:100%;height:100%;display:block;object-fit:cover}.embedded-media-thumb.is-empty{background:linear-gradient(135deg,rgba(243,234,162,.1),transparent 38%),rgba(255,255,255,.045)}.embedded-media-thumb.is-empty>svg{color:#f3eaa2b8}.embedded-ref-thumb,.embedded-refs button{width:54px;height:42px}.embedded-refs button{width:36px;display:grid;place-items:center}.embedded-image,.embedded-video{width:100%;height:104px;border-radius:8px}.embedded-image-state,.embedded-video-state{width:100%;height:104px;border:1px solid var(--border);border-radius:8px;display:grid;place-items:center;align-content:center;gap:6px;color:var(--text-2);background:linear-gradient(135deg,rgba(243,234,162,.08),transparent 40%),rgba(255,255,255,.045);font-size:12px;font-weight:900}.embedded-image-state.running svg,.embedded-video-state.running svg{animation:spin 1.2s linear infinite}.embedded-image-state.failed,.embedded-video-state.failed{color:var(--red);border-color:#d77a7259}.embedded-video{position:relative;overflow:hidden}.embedded-video-ready{border:1px solid var(--border);background:rgba(255,255,255,.045);display:grid;place-items:center}.embedded-video-ready video,.embedded-video-thumb{width:100%;height:100%}.embedded-video-ready video{object-fit:cover;display:block}.embedded-video-thumb{border:0;border-radius:0}.embedded-video svg{position:absolute;color:var(--gold-soft);filter:drop-shadow(0 8px 18px rgba(0,0,0,.55))}.embedded-assets{display:grid;gap:26px}.embedded-assets section header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.embedded-assets h3,.embedded-script h2,.embedded-script h3{margin:0;color:var(--text)}.embedded-assets section header button{min-height:30px;border:0;border-radius:8px;padding:0 10px;color:var(--text-2);background:rgba(255,255,255,.06);display:inline-flex;align-items:center;gap:6px;font-weight:800}.embedded-asset-grid{--embedded-asset-card-width: clamp(190px, 24vw, 240px);display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.embedded-asset-card{flex:1 1 var(--embedded-asset-card-width);max-width:260px;overflow:hidden;border-radius:8px;background:rgba(255,255,255,.055)}.embedded-asset-card img,.embedded-asset-media,.embedded-skeleton{width:100%;height:138px}.embedded-asset-card strong,.embedded-asset-card p{display:block;margin:10px 12px 0}.embedded-asset-card p{height:48px;overflow:hidden;color:var(--text-2);font-size:12px;line-height:1.45}.embedded-asset-card footer{display:flex;gap:8px;padding:12px}.embedded-asset-card footer button{border:0;color:var(--text-2);background:transparent;font-weight:800}.embedded-script{width:min(760px,100%);margin:0 auto;display:grid;gap:22px}.embedded-script section{border:1px solid rgba(243,234,162,.26);border-radius:8px;padding:18px}.embedded-script p{white-space:pre-wrap;max-height:260px;overflow:auto;margin:12px 0 0;color:var(--text-2);line-height:1.65}.embedded-timeline{height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:14px}.timeline-preview{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px;align-content:center}.timeline-preview button{position:relative;height:110px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:rgba(255,255,255,.04)}.timeline-thumb{width:100%;height:100%;border:0;border-radius:0}.timeline-preview span{position:absolute;left:8px;bottom:8px;color:var(--text);font-size:12px;font-weight:900}.canvas-module-summary{display:grid;gap:10px;border:1px solid var(--border);border-radius:12px;padding:14px;background:rgba(23,26,32,.58)}.canvas-module-summary h3{margin:0;color:var(--text);font-size:15px}.canvas-module-summary article{display:grid;gap:4px;border-radius:10px;padding:10px;background:rgba(255,255,255,.04)}.canvas-module-summary strong{color:var(--text);font-size:13px}.canvas-module-summary span{color:var(--text-2);font-size:12px}.storyboard-view{padding:var(--module-padding-full)}.params-bar{position:sticky;top:0;z-index:3;min-height:56px;background:#050607;display:flex;justify-content:flex-end;gap:10px;padding-bottom:14px}.params-bar button,.params-bar span{border:1px solid var(--border);border-radius:10px;min-height:42px;padding:0 16px;color:var(--text);background:var(--panel-2);display:inline-flex;align-items:center;gap:8px;font-weight:900}.params-bar span{color:var(--gold-soft);border-color:#d8c26a59}.params-bar button.active{border-color:#d8c26a8c;color:var(--gold-soft);background:rgba(216,194,106,.12)}.batch-download-wrap{position:relative;display:inline-flex}.batch-download-menu{position:fixed;z-index:210;width:274px;padding:8px;border:1px solid rgba(245,241,219,.12);border-radius:12px;background:rgba(21,23,27,.98);box-shadow:0 22px 60px #0000007a}.batch-download-menu button{width:100%;min-height:42px;padding:0 12px;border:0;border-radius:8px;justify-content:space-between;color:var(--text);background:transparent}.batch-download-menu button:hover{background:rgba(245,241,219,.07)}.batch-download-menu button span{min-height:0;padding:0;border:0;color:inherit;background:transparent}.batch-download-menu small{color:var(--muted);font-size:13px;font-weight:900}.batch-download-menu hr{margin:8px 4px;border:0;border-top:1px solid rgba(245,241,219,.08)}.storyboard-table{display:grid;gap:16px}.storyboard-header{position:sticky;top:56px;z-index:2;display:grid;grid-template-columns:60px minmax(260px,1.05fr) 172px minmax(210px,.92fr) minmax(210px,.92fr);gap:14px;padding:0 14px 8px;color:var(--text);background:#050607;font-size:15px;font-weight:900}.storyboard-table-image .storyboard-header,.storyboard-table-video .storyboard-header{grid-template-columns:60px minmax(300px,1.15fr) 172px minmax(260px,1fr)}.shot-row{--shot-row-height: 276px;position:relative;border:1px solid transparent;border-radius:var(--radius-panel);background:var(--panel-2);padding:14px;display:grid;grid-template-columns:60px minmax(260px,1.05fr) 172px minmax(210px,.92fr) minmax(210px,.92fr);gap:14px;align-items:stretch;height:var(--shot-row-height);min-height:var(--shot-row-height);overflow:hidden}.storyboard-table-image .shot-row,.storyboard-table-video .shot-row{grid-template-columns:60px minmax(300px,1.15fr) 172px minmax(260px,1fr)}.storyboard-empty-state{min-height:260px;border:1px dashed rgba(245,241,219,.2);border-radius:var(--radius-panel);background:rgba(255,255,255,.035);display:grid;place-items:center;align-content:center;gap:10px;padding:32px;text-align:center}.storyboard-empty-state strong{color:var(--text);font-size:18px;font-weight:900}.storyboard-empty-state p{max-width:520px;margin:0;color:var(--text-2);font-size:14px;line-height:1.7}.shot-create-modal{width:min(820px,90vw);max-height:min(880px,90vh);overflow:auto}.shot-create-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(180px,.55fr);gap:8px}.shot-create-description textarea{min-height:150px}.shot-create-references{margin:0 26px 6px;border:1px solid rgba(245,241,219,.12);border-radius:12px;padding:16px;background:rgba(255,255,255,.035);display:grid;gap:14px}.shot-create-references>div:first-child{display:grid;gap:4px}.shot-create-references strong{color:var(--text);font-size:15px;font-weight:900}.shot-create-references span,.shot-create-references small,.shot-create-reference-empty{color:var(--text-2);font-size:13px;line-height:1.55}.shot-create-reference-groups{display:grid;gap:14px}.shot-create-reference-group{display:grid;gap:8px}.shot-create-reference-group>span{color:var(--gold-soft);font-weight:900}.shot-create-reference-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.shot-create-reference{min-width:0;min-height:70px;border:1px solid rgba(245,241,219,.12);border-radius:10px;padding:8px;color:var(--text);background:rgba(255,255,255,.04);display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;gap:4px 10px;text-align:left}.shot-create-reference:hover,.shot-create-reference.selected{border-color:#d8c26a80;background:rgba(216,194,106,.1)}.shot-create-reference img,.shot-create-reference i{grid-row:span 2;width:48px;height:48px;border-radius:8px;object-fit:cover}.shot-create-reference i{border:1px solid rgba(245,241,219,.12);color:var(--text-2);background:rgba(255,255,255,.05);display:grid;place-items:center;font-style:normal;font-size:12px;font-weight:900}.shot-create-reference strong,.shot-create-reference small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 720px){.shot-create-grid,.shot-create-reference-list{grid-template-columns:minmax(0,1fr)}}.shot-row:before{content:"";position:absolute;top:12px;bottom:12px;left:0;width:2px;border-radius:0 999px 999px 0;background:var(--blue);opacity:0;transform:scaleY(.72);transform-origin:center;transition:opacity .18s var(--ease-apple),transform .18s var(--ease-apple)}.shot-row.active{border-color:#d8c26ab3}.shot-row.active:before{opacity:1;transform:scaleY(1)}.shot-row.demo-shot-pending{opacity:.7}.shot-row.demo-shot-visible{animation:demo-row-in .26s ease both}@keyframes demo-row-in{0%{transform:translateY(8px);opacity:.42}to{transform:translateY(0);opacity:1}}.shot-index{min-height:100%;border-radius:var(--radius-card);background:rgba(255,255,255,.04);display:grid;place-items:center;font-weight:900}.shot-refs,.shot-output{min-width:0}.shot-refs{position:relative}.refs{display:grid;grid-template-columns:repeat(2,60px);gap:8px;align-content:start}.refs img,.refs button,.ref-thumb{width:60px;height:60px;border-radius:var(--radius-card)}.refs img,.refs button{object-fit:cover;border:1px solid var(--border);background:var(--surface);color:var(--text-2);display:grid;place-items:center}.ref-thumb{position:relative;min-width:0;margin:0;overflow:hidden;border:1px solid var(--border);background:var(--surface);outline:none}.ref-thumb img{width:100%;height:100%;border:0;border-radius:inherit}.ref-thumb-text-only{display:grid;place-items:center;padding:6px;background:rgba(27,30,37,.94)}.ref-thumb-text-only:after{display:none}.ref-thumb-text-only .ref-thumb-info{position:static;z-index:1;width:100%;color:var(--text);opacity:1;transform:none;place-items:center;text-align:center}.ref-thumb-text-only .ref-thumb-info strong{max-width:100%;color:var(--text);font-size:12px}.ref-thumb-text-only .ref-thumb-info span{color:var(--text-2);background:transparent;border-color:transparent}.ref-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,rgba(7,9,12,.08),rgba(7,9,12,.76));opacity:0;transition:opacity .16s ease}.ref-thumb:hover:after,.ref-thumb:focus-within:after,.ref-thumb:focus-visible:after{opacity:1}.ref-thumb-info{position:absolute;right:5px;bottom:5px;left:5px;z-index:1;display:grid;gap:1px;min-width:0;color:#fff7d3;opacity:0;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease;pointer-events:none}.ref-thumb:hover .ref-thumb-info,.ref-thumb:focus-within .ref-thumb-info,.ref-thumb:focus-visible .ref-thumb-info{opacity:1;transform:translateY(0)}.ref-thumb-info strong,.ref-thumb-info span,.ref-thumb-info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ref-thumb-info strong{font-size:10px;line-height:1.15}.ref-thumb-info span{width:fit-content;max-width:100%;padding:1px 5px;border:1px solid rgba(243,234,162,.38);border-radius:999px;color:#14120a;background:rgba(243,234,162,.86);font-size:9px;font-weight:800}.ref-thumb-info small{display:none;font-size:9px;color:#fff7d3d1}.ref-remove-button{position:absolute;top:4px;right:4px;z-index:2;width:18px!important;height:18px!important;min-height:18px;padding:0;border-radius:999px!important;border-color:#fff6!important;color:#1b120b!important;background:rgba(255,247,211,.92)!important;box-shadow:0 8px 20px #00000047;opacity:0;transform:translateY(-3px) scale(.92);transition:opacity .16s ease,transform .16s ease,background .16s ease}.ref-thumb:hover .ref-remove-button,.ref-thumb:focus-within .ref-remove-button{opacity:1;transform:translateY(0) scale(1)}.ref-remove-button:hover{background:#f4c66b!important}.refs .ref-skeleton{width:60px;height:60px;border:1px solid var(--border);border-radius:var(--radius-card)}.ref-add-button{cursor:pointer}.shot-desc{min-height:0;height:100%;max-height:100%;overflow:hidden;color:var(--text-2);line-height:1.7;padding-top:2px;display:grid;grid-template-rows:auto minmax(0,1fr)}.shot-desc strong{color:var(--gold-soft);font-size:16px;line-height:1.3}.shot-desc p{margin:10px 0 0}.shot-desc-head{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.shot-desc-ai-edit{min-width:58px;min-height:28px;border:1px solid rgba(216,194,106,.22);border-radius:8px;padding:0 8px;color:var(--text-2);background:rgba(216,194,106,.055);display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:900;opacity:0;transform:translateY(-2px);transition:opacity .16s ease,transform .16s ease,border-color .16s ease,color .16s ease,background .16s ease}.shot-desc:hover .shot-desc-ai-edit,.shot-desc:focus-within .shot-desc-ai-edit{opacity:1;transform:translateY(0)}.shot-desc-ai-edit:hover{border-color:#d8c26a6b;color:var(--gold-soft);background:rgba(216,194,106,.1)}.shot-desc-scroll{min-height:0;max-height:100%;overflow-y:auto;overscroll-behavior:contain;padding-right:6px;scrollbar-width:thin;scrollbar-color:rgba(216,194,106,.45) transparent}.shot-desc-scroll.editable{cursor:text;border-radius:8px;transition:background .16s ease,box-shadow .16s ease}.shot-desc-scroll.editable:hover{background:rgba(216,194,106,.035);box-shadow:inset 0 0 0 1px #d8c26a24}.shot-desc-scroll::-webkit-scrollbar{width:5px}.shot-desc-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(216,194,106,.45)}.shot-desc-editor{border-radius:0;background:transparent;box-shadow:none}.shot-desc-inline-editor{min-height:100%;color:var(--text);background:transparent;font:inherit;line-height:inherit;white-space:pre-wrap;outline:none;box-shadow:none;caret-color:var(--gold-soft)}.shot-desc-inline-editor:focus,.shot-desc-inline-editor:focus-visible{outline:none;box-shadow:none}.reference-picker{position:fixed;z-index:200;width:360px;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#14171c;box-shadow:0 26px 80px #0000008c;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.reference-search{height:46px;margin-bottom:12px;border:1px solid rgba(255,255,255,.16);border-radius:12px;color:var(--muted);background:rgba(255,255,255,.04);display:flex;align-items:center;gap:10px;padding:0 14px}.reference-search input{width:100%;border:0;outline:0;color:var(--text);background:transparent;font:inherit}.reference-list{min-height:0;overflow:auto;display:grid;gap:8px}.reference-option{width:100%;min-height:58px;border:1px solid transparent;border-radius:12px;padding:7px 10px;color:var(--text);background:transparent;display:grid;grid-template-columns:28px 46px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left}.reference-option:hover{background:rgba(255,255,255,.06)}.reference-option.selected{border-color:#5aa6ff52;background:rgba(35,105,185,.2)}.reference-option img{width:46px;height:46px;border-radius:10px;object-fit:cover}.reference-option-text-thumb{width:46px;height:46px;border:1px solid var(--border);border-radius:10px;color:var(--text-2);background:rgba(255,255,255,.04);display:grid;place-items:center;font-size:12px;font-weight:900}.reference-option strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.reference-option small{color:var(--muted);font-weight:800}.check-box{width:24px;height:24px;border:1px solid rgba(210,224,244,.34);border-radius:7px;background:rgba(255,255,255,.045);display:grid;place-items:center;color:transparent;font-size:15px;font-weight:900;line-height:1;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.reference-option.selected .check-box{border-color:#7abbffeb;color:#eaf5ff;background:linear-gradient(180deg,#5ab0ff,#1677d8);box-shadow:0 0 0 3px #0a84ff29}.reference-done{width:100%;min-height:40px;margin-top:12px;border:0;border-radius:10px;color:#14120a;background:var(--gold-soft);font-weight:900}.shot-output{display:grid;grid-template-rows:210px 30px;gap:8px;align-content:start;align-items:stretch;min-height:248px}.image-open{position:relative;display:block;width:100%;height:210px;min-height:0;padding:0;border:0;border-radius:var(--radius-card);background:transparent;overflow:hidden}.shot-image,.video-box{width:100%;height:100%;border-radius:var(--radius-card);object-fit:cover}.shot-image{display:block;transition:transform .18s ease,filter .18s ease}.shot-image-placeholder{width:100%;height:210px;border:1px dashed rgba(216,194,106,.3);border-radius:var(--radius-card);color:var(--text-2);display:grid;place-items:center;align-content:center;gap:8px}.shot-image-placeholder-open{position:relative;padding:0;cursor:pointer;font:inherit;overflow:hidden}.shot-image-placeholder-open:hover,.shot-image-placeholder-open:focus-visible{border-color:#d8c26ab8;background:rgba(216,194,106,.075)}.shot-image-placeholder-open:focus-visible{outline:2px solid rgba(243,234,162,.78);outline-offset:3px}.shot-image-placeholder svg{color:var(--gold-soft)}.shot-image-placeholder strong{position:relative;z-index:1}.shot-image-placeholder-note{position:relative;z-index:1;max-width:calc(100% - 24px);overflow:hidden;color:#ffe29cdb;font-size:11px;font-weight:800;line-height:1.35;text-align:center;text-overflow:ellipsis;white-space:nowrap}.image-open:hover .shot-image{transform:scale(1.018);filter:saturate(1.02) brightness(1.03)}.shot-image-hover-hint{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;max-width:calc(100% - 20px);padding:7px 9px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#ffffffeb;background:rgba(18,18,20,.42);box-shadow:0 10px 24px #0000002e;opacity:0;transform:translateY(-4px) scale(.98);transition:opacity .16s ease,transform .16s ease;pointer-events:none;-webkit-backdrop-filter:blur(14px) saturate(1.12);backdrop-filter:blur(14px) saturate(1.12)}.shot-image-hover-hint span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-size:12px;font-weight:760}.shot-image-hover-hint span+span{padding-left:6px;border-left:1px solid rgba(255,255,255,.16)}.image-open:hover .shot-image-hover-hint,.image-open:focus-visible .shot-image-hover-hint,.shot-image-placeholder-open:hover .shot-image-hover-hint,.shot-image-placeholder-open:focus-visible .shot-image-hover-hint{opacity:1;transform:translateY(0) scale(1)}.image-open:focus-visible{outline:2px solid rgba(243,234,162,.78);outline-offset:3px}.video-box{position:relative;min-height:0;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.01)),#20252c;display:grid;place-items:center;color:#e8e6db38;box-shadow:inset 0 0 0 1px #ffffff0d,inset 0 -42px 80px #0000002e}.video-box img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.72);transition:transform .18s ease,filter .18s ease}.video-box.ready:hover img{transform:scale(1.018);filter:brightness(.92) saturate(1.03)}.video-box svg{position:relative;z-index:1}.video-box.ready{cursor:pointer;color:var(--text);background:linear-gradient(135deg,#1f2530,#0d0f13)}.video-box[role=button]{cursor:pointer}.video-box[role=button]:focus-visible{outline:2px solid rgba(243,234,162,.78);outline-offset:3px}.shot-video-hover-hint{position:absolute;top:10px;right:10px;z-index:3;display:inline-flex;align-items:center;gap:6px;max-width:calc(100% - 20px);padding:7px 9px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#ffffffeb;background:rgba(18,18,20,.42);box-shadow:0 10px 24px #0000002e;opacity:0;transform:translateY(-4px) scale(.98);transition:opacity .16s ease,transform .16s ease;pointer-events:none;-webkit-backdrop-filter:blur(14px) saturate(1.12);backdrop-filter:blur(14px) saturate(1.12)}.shot-video-hover-hint span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-size:12px;font-weight:760}.shot-video-hover-hint span+span{padding-left:6px;border-left:1px solid rgba(255,255,255,.16)}.video-box[role=button]:hover .shot-video-hover-hint,.video-box[role=button]:focus-visible .shot-video-hover-hint{opacity:1;transform:translateY(0) scale(1)}.video-box.queued,.video-box.failed{background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.035),rgba(255,255,255,0) 30%),linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.008)),#20252c;color:#e8e6db66}.video-box.running{background:radial-gradient(circle at 50% 38%,rgba(242,232,147,.12),rgba(242,232,147,0) 34%),linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),#252b33}.video-placeholder-play{position:relative;z-index:1;color:#e8e6db6b;filter:drop-shadow(0 1px 0 rgba(0,0,0,.28))}.shot-status{position:absolute;left:10px;bottom:10px;z-index:2;border-radius:999px;padding:5px 9px;color:var(--text);background:rgba(5,6,7,.72);font-size:12px;font-weight:900}.shot-status.queued{color:var(--text-2)}.shot-status.running{color:var(--blue)}.shot-status.succeeded{color:var(--gold-soft)}.shot-status.failed{color:var(--red)}.video-generating{width:min(170px,calc(100% - 28px));color:var(--text);display:grid;place-items:center;gap:7px;text-align:center}.video-generating svg{color:var(--gold-soft);animation:spin 1.1s linear infinite}.video-generating.failed svg{color:var(--red);animation:none}.video-generating.failed strong{color:var(--red)}.video-generating strong{font-size:15px}.video-generating span{color:var(--text-2);font-size:12px;font-weight:800}.video-generating i{width:100%;height:5px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.1)}.video-generating i:after{content:"";display:block;width:48%;height:100%;border-radius:inherit;background:var(--gold-soft);animation:progress-sweep 1.4s ease-in-out infinite}.shot-video-status-note{margin:7px 0 0;color:var(--text-2);font-size:11px;font-weight:800;line-height:1.45}.shot-video-status-note.failed,.shot-video-status-note.running,.shot-media-status-note.failed{color:#ffe29cdb}@keyframes spin{to{transform:rotate(360deg)}}@keyframes progress-sweep{0%{transform:translate(-110%)}to{transform:translate(220%)}}.video-pending-actions{justify-self:center;width:100%;max-width:100%;min-height:30px;height:30px;margin-top:0;padding:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:18px}.video-pending-actions button,.video-pending-actions label{min-height:30px;border:0;color:var(--text-2);background:transparent;display:inline-flex;align-items:center;gap:6px;font-weight:800;white-space:nowrap;cursor:pointer;transition:color .16s ease,opacity .16s ease}.video-pending-actions button:hover,.video-pending-actions label:hover{color:var(--gold-soft)}.video-pending-actions input{display:none}.video-pending-actions.disabled{opacity:.72}.video-pending-actions.disabled button{cursor:default}.video-pending-actions.disabled button:hover{color:var(--text-2)}.media-actions{display:flex;align-items:center;justify-content:center;gap:18px;min-height:30px;height:30px}.media-actions button,.row-actions button{border:0;color:var(--text-2);background:transparent;display:inline-flex;gap:6px;align-items:center;font-weight:800}.storyboard-view.embedded-module-surface{padding:var(--module-padding-embedded)}.storyboard-view.embedded-module-surface .params-bar{position:sticky;top:0;min-height:42px;gap:6px;padding-bottom:8px;background:rgba(13,15,19,.98)}.storyboard-view.embedded-module-surface .params-bar button,.storyboard-view.embedded-module-surface .params-bar span{min-height:30px;border-radius:7px;padding:0 8px;font-size:11px}.storyboard-view.embedded-module-surface .storyboard-table{gap:10px}.storyboard-view.embedded-module-surface .storyboard-header,.storyboard-view.embedded-module-surface .shot-row{grid-template-columns:32px minmax(190px,1.1fr) 132px minmax(160px,.85fr) minmax(160px,.85fr);gap:10px}.storyboard-view.embedded-module-surface .storyboard-header{top:42px;padding:0 10px 6px;font-size:12px;background:rgba(13,15,19,.98)}.storyboard-view.embedded-module-surface .shot-row{height:190px;min-height:190px;padding:10px;border-radius:var(--radius-embedded);overflow:visible}.storyboard-view.embedded-module-surface .shot-desc{font-size:12px;line-height:1.55;max-height:170px}.storyboard-view.embedded-module-surface .shot-desc strong{font-size:12px}.storyboard-view.embedded-module-surface .shot-desc-scroll{max-height:146px}.storyboard-view.embedded-module-surface .detailed-shot-description article{margin-top:7px}.storyboard-view.embedded-module-surface .detailed-shot-description article:first-child{margin-top:6px}.storyboard-view.embedded-module-surface .shot-desc-inline-editor{font-size:12px}.storyboard-view.embedded-module-surface .refs{grid-template-columns:repeat(2,48px);gap:6px}.storyboard-view.embedded-module-surface .refs img,.storyboard-view.embedded-module-surface .refs button,.storyboard-view.embedded-module-surface .ref-thumb,.storyboard-view.embedded-module-surface .refs .ref-skeleton{width:48px;height:48px;border-radius:var(--radius-embedded)}.storyboard-view.embedded-module-surface .ref-remove-button{width:16px!important;height:16px!important;min-height:16px}.storyboard-view.embedded-module-surface .ref-thumb-info{right:4px;bottom:4px;left:4px}.storyboard-view.embedded-module-surface .ref-thumb-info strong{font-size:9px}.storyboard-view.embedded-module-surface .ref-thumb-info span{padding:1px 4px;font-size:8px}.storyboard-view.embedded-module-surface .shot-output{grid-template-rows:130px minmax(28px,auto);min-height:170px;gap:6px}.storyboard-view.embedded-module-surface .image-open,.storyboard-view.embedded-module-surface .shot-image-placeholder{height:130px}.storyboard-view.embedded-module-surface .media-actions,.storyboard-view.embedded-module-surface .video-pending-actions{min-height:28px;gap:6px;font-size:11px}.storyboard-view.embedded-module-surface .media-actions button,.storyboard-view.embedded-module-surface .video-pending-actions button,.storyboard-view.embedded-module-surface .video-pending-actions label{min-height:28px;padding:0 7px;border-radius:7px;font-size:11px}.script-sheet{width:min(980px,calc(100% - 120px));margin:80px auto;padding:50px;border:1px solid rgba(216,194,106,.7);border-radius:12px}.script-sheet.demo-script-loading{border-color:#d8c26a80;background:radial-gradient(circle at 20% 0%,rgba(216,194,106,.08),transparent 28%),rgba(14,16,20,.66)}.script-sheet h1{margin:0 0 42px;font-size:42px}.script-sheet section,.script-section{margin:0 0 34px}.script-section.revealed{animation:demo-row-in .32s ease both}.script-section.pending{opacity:.72}.script-section-header{margin:0 0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.script-sheet h2{margin:0 0 14px;font-size:26px}.script-section-header h2{margin:0}.script-sheet p{margin:0;padding:18px;border-radius:8px;background:var(--panel-2);color:var(--text-2);line-height:1.8;white-space:pre-line}.script-editable-content{cursor:text;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.script-editable-content:hover{box-shadow:inset 0 0 0 1px #d8c26a38;background:linear-gradient(180deg,rgba(216,194,106,.035),rgba(216,194,106,0)),var(--panel-2)}.script-edit-box{display:grid;gap:10px}.script-edit-box textarea{min-height:180px;border:1px solid rgba(216,194,106,.28);border-radius:8px;padding:16px;color:var(--text);background:var(--panel-2);outline:none;resize:vertical;font:inherit;line-height:1.8}.script-demo-status{margin:-16px 0 34px;padding:18px;border:1px solid rgba(216,194,106,.28);border-radius:12px;background:rgba(216,194,106,.06)}.script-demo-status strong{display:block;color:var(--gold-soft);font-size:18px}.script-demo-status span{display:block;margin-top:5px;color:var(--text-2);font-weight:800}.script-demo-status div{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.script-demo-status em{border:1px solid var(--border);border-radius:999px;padding:6px 10px;color:var(--muted);background:rgba(255,255,255,.04);font-size:13px;font-style:normal;font-weight:900}.script-demo-status em.current{color:#14120a;border-color:var(--gold-soft);background:var(--gold-soft)}.script-demo-status em.done{color:#06120b;border-color:#8fbe9db8;background:var(--green)}.script-placeholder{min-height:78px;border:1px dashed rgba(216,194,106,.28);border-radius:8px;display:grid;place-items:center;color:var(--muted);font-weight:900}.script-placeholder span{position:relative;z-index:1}.script-beats{display:grid;gap:12px}.script-beats article{display:grid;grid-template-columns:92px minmax(120px,.55fr) minmax(0,1.45fr);gap:14px;align-items:start;padding:16px 18px;border:1px solid var(--border);border-radius:10px;background:var(--panel-2)}.script-beats strong{color:var(--gold-soft)}.script-beats span{color:var(--text);font-weight:900}.script-beats p{padding:0;background:transparent}.script-sheet.embedded-module-surface{width:auto;margin:0;padding:18px;border-color:#d8c26a52;border-radius:8px}.script-sheet.embedded-module-surface h1{margin-bottom:22px;font-size:24px}.script-sheet.embedded-module-surface section,.script-sheet.embedded-module-surface .script-section{margin-bottom:18px}.script-sheet.embedded-module-surface h2{font-size:16px}.script-sheet.embedded-module-surface p{padding:12px;font-size:12px;line-height:1.65}.script-sheet.embedded-module-surface .script-edit-box textarea{min-height:120px;padding:12px;font-size:12px;line-height:1.65}.script-sheet.embedded-module-surface .script-beats article{grid-template-columns:70px minmax(86px,.48fr) minmax(0,1fr);padding:12px;gap:10px;font-size:12px}.script-empty-draft{height:100%;display:flex;flex-direction:column}.script-empty-draft.embedded-module-surface{padding:18px 132px 120px;border:0;background:transparent}.script-empty-draft h1,.script-empty-draft.embedded-module-surface h1{margin:0 0 34px;font-size:16px}.script-empty-draft textarea{height:min(340px,calc(100% - 72px));min-height:260px;width:100%;max-width:680px;margin:0 auto;border:1px solid rgba(245,241,219,.28);border-radius:8px;padding:18px 22px;color:var(--text);background:rgba(10,12,15,.5);outline:none;resize:none;font:inherit;font-size:11px;line-height:1.7}.script-empty-draft textarea::placeholder{color:#f5f1db8f}.script-empty-draft textarea:focus{border-color:#f5f1db73;box-shadow:0 0 0 1px #f5f1db14}.script-source-document{display:grid;grid-template-rows:auto minmax(420px,1fr);gap:22px}.script-source-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.script-source-header div{min-width:0}.script-source-header span{display:inline-flex;align-items:center;gap:8px;color:var(--text-2);font-size:13px;font-weight:900}.script-source-header h1{margin:14px 0 10px}.script-source-header p{max-width:720px;padding:0;background:transparent}.script-upload-button{position:relative;flex:0 0 auto;border:1px solid rgba(64,144,255,.6);border-radius:8px;padding:10px 14px;color:#fff;background:var(--blue);display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:900;cursor:pointer}.script-upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.script-source-textarea{width:100%;min-height:420px;border:1px solid rgba(245,241,219,.24);border-radius:8px;padding:22px;color:var(--text);background:rgba(10,12,15,.64);outline:none;resize:vertical;font:inherit;line-height:1.8;white-space:pre-wrap}.script-source-textarea::placeholder{color:#f5f1db80}.script-source-textarea:focus{border-color:#4090ff94;box-shadow:0 0 0 1px #4090ff2e}.script-result-document{width:min(940px,calc(100% - 64px));margin:48px auto;padding:36px 40px 42px;border:1px solid rgba(245,241,219,.24);border-radius:8px;background:rgba(4,5,6,.76)}.script-result-document.embedded-module-surface{width:auto;min-height:100%;margin:0;padding:24px 36px 36px;border-color:#f5f1db2e;background:rgba(4,5,6,.42)}.script-result-section{margin:0 0 34px}.script-result-section:last-child{margin-bottom:0}.script-result-section h2,.script-result-document.embedded-module-surface .script-result-section h2{margin:0 0 18px;color:var(--text);font-size:24px;line-height:1.2}.script-result-section textarea{width:100%;min-height:126px;border:0;border-radius:8px;padding:18px 20px;color:#f5f1dbeb;background:rgba(28,31,35,.88);outline:none;resize:vertical;font:inherit;font-size:15px;font-weight:650;line-height:1.9;white-space:pre-wrap}.script-result-section.screenplay textarea{min-height:720px}.script-result-section textarea::placeholder{color:#f5f1db6b}.script-result-section textarea:focus{box-shadow:inset 0 0 0 1px #f3eaa257,0 0 0 1px #f3eaa214}.script-result-document.embedded-module-surface .script-result-section{margin-bottom:26px}.script-result-document.embedded-module-surface .script-result-section h2{font-size:20px}.script-result-document.embedded-module-surface .script-result-section textarea{min-height:104px;padding:16px 18px;font-size:13px;line-height:1.8}.script-result-document.embedded-module-surface .script-result-section.screenplay textarea{min-height:560px}.assets-view{padding:70px 74px 120px}.assets-view.embedded-module-surface{padding:0}.asset-create-modal{width:min(720px,90vw);border:1px solid var(--border);border-radius:14px;color:var(--text);background:rgba(12,14,18,.98);box-shadow:0 34px 100px #00000094}.asset-create-modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 26px 12px}.asset-create-modal header span{display:inline-flex;align-items:center;gap:8px;color:var(--gold-soft);font-size:13px;font-weight:900}.asset-create-modal h2,.asset-create-modal p{margin:0}.asset-create-modal h2{margin-top:10px;font-size:26px}.asset-create-modal p{margin-top:10px;color:var(--text-2);line-height:1.6}.asset-create-modal header button{width:36px;height:36px;border:1px solid var(--border);border-radius:999px;color:var(--text);background:rgba(255,255,255,.04)}.asset-create-grid{display:grid;grid-template-columns:190px minmax(0,1fr);gap:8px}.asset-description-field{padding-top:0}.asset-create-modal footer{display:flex;justify-content:flex-end;gap:12px;padding:18px 26px 26px}.assets-view.embedded-module-surface .asset-category-tabs{margin-bottom:14px}.assets-view.embedded-module-surface .asset-category-tabs button{min-height:32px;padding:0 10px;font-size:12px}.asset-category-tabs{position:sticky;top:0;z-index:3;margin:0 0 30px;padding:10px;border:1px solid rgba(245,241,219,.08);border-radius:16px;background:rgba(9,11,14,.82);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:inline-flex;gap:10px}.asset-category-tabs button{min-height:42px;border:1px solid transparent;border-radius:12px;padding:0 16px;color:var(--text-2);background:rgba(255,255,255,.045);display:inline-flex;align-items:center;gap:10px;font-weight:900}.asset-category-tabs button.active{color:#14120a;border-color:#f3eaa2b3;background:var(--gold-soft)}.asset-category-tabs strong{min-width:22px;min-height:22px;border-radius:999px;color:inherit;background:rgba(0,0,0,.16);display:grid;place-items:center;font-size:12px}.asset-category-tabs button:not(.active) strong{color:var(--gold-soft);background:rgba(216,194,106,.1)}.assets-view.embedded-module-surface .asset-section{margin-bottom:28px}.assets-view.embedded-module-surface .section-row{margin-bottom:12px}.assets-view.embedded-module-surface .asset-grid{--asset-card-width: clamp(190px, 28vw, 240px);gap:12px}.assets-view.embedded-module-surface .asset-card{max-width:260px;border-radius:8px}.assets-view.embedded-module-surface .asset-card img,.assets-view.embedded-module-surface .asset-image-wrap,.assets-view.embedded-module-surface .asset-skeleton{height:164px}.assets-view.embedded-module-surface .asset-card img{object-fit:contain;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01)),#202329}.assets-view.embedded-module-surface .asset-card h3,.assets-view.embedded-module-surface .asset-card p,.assets-view.embedded-module-surface .asset-actions,.assets-view.embedded-module-surface .asset-voice{margin-left:10px;margin-right:10px}.assets-view.embedded-module-surface .asset-card h3{margin-top:-34px;margin-bottom:10px;font-size:16px}.assets-view.embedded-module-surface .asset-card p{min-height:48px;max-height:66px;overflow:hidden;padding:0 0 12px;font-size:11px;line-height:1.45}.asset-section{margin-bottom:52px}.asset-grid{--asset-card-width: clamp(260px, 28vw, 340px);display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.asset-empty-state{flex:1 1 100%;grid-column:1 / -1;border:1px dashed var(--border);border-radius:10px;padding:22px;background:rgba(255,255,255,.03)}.asset-empty-state strong,.asset-empty-state p{margin:0}.asset-empty-state p{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.6}.asset-card{flex:1 1 var(--asset-card-width);max-width:360px;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--panel-2)}.asset-card.demo-hidden{border-style:dashed;opacity:.86}.asset-card.demo-generating{border-color:#d8c26a85;box-shadow:0 0 0 1px #d8c26a29,0 18px 44px #00000047}.asset-card img{width:100%;height:240px;object-fit:cover}.asset-image-wrap{position:relative;width:100%;height:240px;background:#202329}.asset-image-wrap img{display:block}.asset-card img.asset-image-character{object-fit:contain;object-position:center top;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01)),#202329}.asset-card.asset-failed{border-color:#d6606073}.asset-card.asset-candidate-candidate{border-color:#d8c26a6b}.asset-card.asset-candidate-blocked{border-color:#ff8a6585}.asset-candidate-ribbon{position:absolute;top:10px;right:10px;border-radius:999px;padding:5px 9px;color:#1b0f0a;background:var(--gold-soft);font-size:12px;font-weight:900}.asset-candidate-blocked .asset-candidate-ribbon{background:#ff8a65}.asset-skeleton{width:100%;height:240px;color:#e8e6db38;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01)),#202329;display:grid;place-items:center}.demo-shimmer{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}.demo-shimmer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(216,194,106,.16),transparent);transform:translate(-100%);animation:demo-shimmer 1.35s ease-in-out infinite}@keyframes demo-shimmer{to{transform:translate(100%)}}.asset-card h3{margin:-48px 18px 24px;position:relative;font-size:24px;text-shadow:0 2px 18px rgba(0,0,0,.8)}.asset-card p{min-height:72px;margin:0;padding:0 18px 18px;color:var(--text-2);line-height:1.6}.asset-candidate-note{display:block;margin:-8px 18px 16px;color:var(--gold-soft);font-size:12px;font-weight:900;line-height:1.45}.asset-candidate-note.blocked{color:#ffb199}.assets-view.embedded-module-surface .asset-voice{grid-template-columns:34px minmax(0,1fr) auto;margin-top:0;margin-bottom:8px;padding:8px 0;gap:8px}.assets-view.embedded-module-surface .voice-play{width:32px;height:32px}.assets-view.embedded-module-surface .voice-switch{min-height:30px;padding:0 8px}.asset-voice{margin:0 14px 14px;padding:12px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px}.asset-voice button{border:0;color:var(--text);background:var(--surface);font-weight:900}.voice-play{width:40px;height:40px;border-radius:999px;display:grid;place-items:center}.voice-info{min-width:0;display:grid;gap:3px}.voice-info span{color:var(--muted);font-size:12px;font-weight:800}.voice-info strong{overflow:hidden;color:var(--gold-soft);white-space:nowrap;text-overflow:ellipsis}.voice-switch{min-height:38px;border-radius:10px!important;padding:0 12px;display:inline-flex;align-items:center;gap:7px}.assets-view.embedded-module-surface .asset-actions{padding:8px 0;font-size:12px}.assets-view.embedded-module-surface .asset-actions button{gap:4px}.asset-actions{border-top:1px solid var(--border);padding:14px;display:flex;justify-content:space-between}.asset-actions button,.asset-actions label,.row-actions button{border:0;color:var(--text-2);background:transparent;display:inline-flex;gap:6px;align-items:center;cursor:pointer;font:inherit;font-weight:800}.asset-actions button:disabled{cursor:not-allowed;opacity:.45}.asset-actions input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.timeline-view{height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) 152px;overflow:hidden}.timeline-stage{min-height:0;display:grid;grid-template-columns:clamp(280px,30%,400px) minmax(0,1fr);overflow:hidden}.timeline-detail{padding:16px;background:var(--panel);overflow:auto}.timeline-detail h3{margin:0 0 12px;color:var(--text-2)}.timeline-detail p{margin:0;color:var(--text-2);line-height:1.75}.entity-mark{color:var(--gold-soft);background:transparent;font-weight:900}.timeline-shot-card{border:1px solid var(--border);border-radius:12px;background:var(--panel-2);padding:16px;margin-bottom:14px}.timeline-shot-card.compact{padding:14px}.timeline-shot-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;min-width:0}.timeline-shot-head h2,.timeline-shot-head h3{margin:0;color:var(--text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-shot-head span{flex:0 0 auto;color:var(--gold-soft);font-weight:900}.timeline-shot-head button{border:0;color:var(--text-2);background:transparent;font-weight:900}.timeline-meta{display:grid;gap:8px;margin-top:14px;color:var(--gold-soft);font-size:13px}.reference-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.reference-strip figure{flex:0 0 62px;margin:0;min-width:0}.reference-strip img{width:62px;height:62px;object-fit:cover;border:1px solid var(--border);border-radius:10px}.reference-strip figcaption{margin-top:6px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-image{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.player-area{min-width:0;min-height:0;padding:16px 18px 12px;display:grid;grid-template-rows:auto minmax(260px,1fr) auto;gap:12px;overflow:hidden}.preview-toolbar{min-height:52px;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;min-width:0}.preview-toolbar>div{margin-right:auto;display:grid;gap:3px;min-width:180px;max-width:100%;flex:1 1 240px}.preview-toolbar span{color:var(--gold-soft);font-size:13px;font-weight:900}.preview-toolbar strong{color:var(--text);font-size:18px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.render-button,.export-button{min-height:40px;border:0;border-radius:12px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px}.render-button{background:var(--gold-soft);color:#14120a;min-width:170px;padding:0 14px}.export-button{min-width:116px;padding:0 14px;color:var(--text);background:var(--panel-2);border:1px solid var(--border)}.demo-preview-button{min-width:180px}.video-player{position:relative;overflow:hidden;border-radius:4px;background:#000;width:min(100%,calc((100vh - 300px) * 16 / 9));aspect-ratio:16 / 9;min-height:220px;height:auto;align-self:start;justify-self:center;margin-top:clamp(20px,7vh,84px)}.video-player img,.video-player video{width:100%;height:100%;object-fit:cover}.export-hint{border:1px solid rgba(216,194,106,.26);border-radius:10px;padding:12px 14px;display:grid;gap:4px;color:var(--text);background:rgba(216,194,106,.08)}.export-hint span{color:var(--text-2)}.play-big{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:72px;height:72px;border:0;border-radius:999px;color:var(--text);background:rgba(0,0,0,.52);display:grid;place-items:center}.watermark{position:absolute;right:22px;bottom:20px;color:#ffffffc7;font-size:24px;font-weight:900}.demo-final-badge{position:absolute;left:22px;top:20px;border-radius:999px;padding:9px 13px;color:#14120a;background:var(--gold-soft);font-size:13px;font-weight:900}.timeline-bottom{min-height:0;border-top:1px solid var(--border);background:#050607;display:grid;grid-template-rows:38px 1fr;overflow:hidden}.time-readout{position:relative;display:flex;align-items:center;justify-content:center;gap:clamp(10px,2vw,22px);padding:0 clamp(12px,2vw,22px);color:var(--gold-soft);font-weight:900}.time-readout button{width:34px;height:34px;border:0;border-radius:9px;color:var(--text);background:var(--surface)}.timeline-zoom{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:10px;color:var(--text-2)}.timeline-zoom button{width:28px;height:28px;border:0;color:var(--text-2);background:transparent;font-weight:900}.timeline-zoom span{width:92px;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--border-strong),var(--surface));position:relative}.timeline-zoom span:after{content:"";position:absolute;left:42px;top:-6px;width:20px;height:20px;border-radius:999px;background:var(--text)}.timeline-track-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.timeline-track-scroll::-webkit-scrollbar{height:8px}.timeline-track-scroll::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.timeline-track{position:relative;min-width:100%;height:114px}.timeline-ruler{position:relative;height:30px;border-bottom:1px solid rgba(255,255,255,.08)}.timeline-tick{position:absolute;top:0;bottom:0;min-width:46px;border-left:1px solid rgba(255,255,255,.13);padding:7px 0 0 4px;color:#89909d;font-size:12px;font-weight:800}.timeline-playhead{position:absolute;top:0;bottom:0;width:2px;background:var(--gold-soft);z-index:4}.timeline-playhead span{position:absolute;left:-9px;top:0;width:20px;height:22px;border-radius:0 0 5px 5px;background:var(--gold-soft)}.timeline-strip{height:78px;padding:6px 0 0;display:flex;align-items:stretch;gap:0}.clip{flex:0 0 auto;min-width:132px;height:72px;border:1px solid var(--border);border-radius:8px;background:var(--panel-2);color:var(--text);padding:0;overflow:hidden;text-align:left;position:relative}.clip.active{border-color:var(--gold-soft);box-shadow:inset 0 0 0 1px #f3eaa261}.clip img{width:100%;height:72px;object-fit:cover;filter:brightness(.82)}.clip span{position:absolute;left:8px;right:44px;bottom:8px;display:block;padding:5px 7px;border-radius:7px;background:rgba(0,0,0,.58);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:800}.clip small{position:absolute;right:6px;bottom:8px;background:rgba(0,0,0,.72);padding:2px 5px;border-radius:6px;font-size:12px;font-weight:900}.director-panel{min-width:0;min-height:0;height:100%;border-left:1px solid rgba(255,255,255,.08);background:var(--panel);display:grid;grid-template-rows:58px 1fr 172px}.director-panel header{padding:10px;display:grid;grid-template-columns:1fr auto;gap:8px;border-bottom:1px solid var(--border)}.chat-select{border:1px solid var(--border);border-radius:10px;color:var(--text-2);background:var(--panel-2);display:flex;align-items:center;justify-content:space-between;padding:0 12px}.director-content{min-height:0;overflow-y:auto;overflow-x:hidden;padding:18px 20px 24px;display:grid;align-content:start;gap:16px;color:var(--text-2);font-size:16px;line-height:1.7;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.director-content::-webkit-scrollbar{width:8px}.director-content::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.mini-player{position:relative;overflow:hidden;border-radius:10px;border:1px solid var(--border)}.mini-player img{height:150px;width:100%;object-fit:cover;filter:brightness(.75)}.mini-player svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.assistant-action{min-height:58px;border:0;border-radius:12px;color:var(--text-2);background:var(--surface);font-size:16px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px}.assistant-message,.assistant-flow,.director-inspector-section,.task-log{border:1px solid var(--border);border-radius:12px;background:rgba(23,26,32,.68);padding:14px}.assistant-message.featured{border-color:#d8c26a4d;background:rgba(216,194,106,.07)}.assistant-message span{display:block;margin-bottom:8px;color:var(--gold-soft);font-size:13px;font-weight:900}.assistant-message p,.flow-step p{margin:0}.assistant-flow,.task-log,.assistant-actions{display:grid;gap:10px}.director-inspector-section{display:grid;gap:12px}.inspector-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.inspector-section-title span{color:var(--text);font-size:12px;font-weight:900}.inspector-section-title em{color:var(--muted);font-size:12px;font-style:normal;font-weight:800}.inspector-shot-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.inspector-shot-summary strong{display:block;overflow:hidden;color:var(--text);font-size:18px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.inspector-shot-summary p,.inspector-advice{margin:5px 0 0;color:var(--text-2)}.inspector-status-pill{border-radius:999px;padding:4px 8px;color:var(--text-2);background:var(--surface);font-size:12px;font-weight:900;white-space:nowrap}.inspector-status-pill.succeeded{color:var(--green)}.inspector-status-pill.running{color:var(--blue)}.inspector-status-pill.failed{color:var(--red)}.inspector-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.inspector-metric-grid span{min-width:0;border:1px solid var(--border);border-radius:10px;padding:10px;color:var(--muted);background:rgba(255,255,255,.035);display:grid;gap:4px;font-size:12px;font-weight:800}.inspector-metric-grid svg{color:var(--blue)}.inspector-metric-grid strong{overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.inspector-actions{grid-template-columns:1fr}.inspector-utility-actions{opacity:.78}.assistant-flow h3,.task-log h3{margin:0 0 2px;color:var(--text);font-size:16px}.flow-step{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:12px;border:1px solid rgba(42,47,57,.82);border-radius:10px;background:rgba(16,18,22,.72)}.flow-step>span{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;color:var(--muted);background:var(--surface);font-size:12px;font-weight:900}.flow-step strong{display:block;margin-bottom:4px;color:var(--text)}.flow-step.done>span{color:#14120a;background:var(--gold-soft)}.flow-step.current{border-color:#d8c26a75;background:rgba(216,194,106,.08)}.assistant-action.highlighted{color:var(--gold-soft);border:1px solid rgba(216,194,106,.45);background:rgba(216,194,106,.08)}.assistant-action.primary-flow{color:#151308;background:var(--gold-soft)}.assistant-action.primary-flow.danger{color:#fff2f2;background:rgba(240,106,106,.22);border:1px solid rgba(240,106,106,.5)}.task-log{margin-bottom:4px}.task-log span{border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:rgba(16,18,22,.68)}.chat-input{border-top:1px solid var(--border);padding:14px;display:grid;grid-template-columns:44px 1fr 44px;gap:10px;align-items:end}.composer-context{grid-column:1 / -1;justify-self:start;min-height:34px;border-radius:10px;padding:0 12px;color:var(--text-2);background:var(--surface);display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900}.composer-context.active{color:var(--text);border:1px solid rgba(216,194,106,.28);background:rgba(216,194,106,.08)}.composer-context button{width:24px;height:24px;min-width:24px;border-radius:7px;color:inherit;background:rgba(255,255,255,.05)}.chat-input textarea{grid-column:1 / -1;min-height:88px;resize:none;border:0;outline:0;color:var(--text);background:transparent;font-size:18px}.chat-input button{width:44px;height:44px;border:1px solid var(--border);border-radius:12px;color:var(--text-2);background:var(--surface)}.chat-input .send{grid-column:3;background:var(--gold-soft);color:#14120a}.agent-run-panel{display:grid;gap:16px}.agent-prompt-bubble{justify-self:end;max-width:92%;border-radius:16px;padding:18px 20px;color:var(--text);background:#343a43;white-space:pre-wrap;line-height:1.65;font-weight:800}.agent-settings-pill,.agent-message,.agent-step{border:1px solid var(--border);border-radius:12px;background:rgba(23,26,32,.68)}.agent-settings-pill{min-height:44px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;color:var(--gold-soft);font-weight:900}.agent-settings-pill svg,.agent-step.done span{color:var(--green)}.agent-message{padding:16px;color:var(--text);line-height:1.65;white-space:pre-wrap}.agent-message.primary{border-color:#d8c26a4d;background:rgba(216,194,106,.07)}.agent-step-list{display:grid;gap:12px}.agent-step{min-height:56px;padding:0 14px;overflow:hidden}.agent-step-head{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;min-height:56px}.agent-step-head span{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;color:var(--muted);background:rgba(143,190,157,.11)}.agent-step.running{border-color:#d8c26a73}.agent-step.decision-step{padding-bottom:12px}.agent-step.decision-step .agent-step-progress{color:var(--gold-soft)}.agent-step-options{display:flex;flex-wrap:wrap;gap:8px;padding:0 0 2px 44px}.agent-step-options span{max-width:100%;border:1px solid var(--border);border-radius:999px;padding:5px 10px;color:var(--text-2);background:rgba(255,255,255,.04);font-size:13px;font-weight:900;overflow-wrap:anywhere}.agent-step-options span.selected{border-color:#d8c26a80;color:var(--gold-soft);background:rgba(216,194,106,.12)}.agent-step.failed{border-color:#d77a7273;background:rgba(215,122,114,.07)}.agent-step.running .agent-step-head span svg{color:var(--gold-soft);animation:spin 1.1s linear infinite}.agent-step.failed .agent-step-head span{background:rgba(215,122,114,.12)}.agent-step.failed .agent-step-head span svg,.agent-step.failed .agent-step-progress{color:var(--red)}.agent-step.pending{opacity:.52}.agent-step-head strong{color:var(--text)}.agent-step-progress{margin:5px 0 0;color:var(--text-2);font-size:13px;font-weight:800;line-height:1.3}.agent-step-result,.agent-step-summary{margin:6px 0 0;color:var(--text-2);font-size:13px;font-weight:800;line-height:1.45}.agent-step-result.current{color:var(--green)}.agent-step-result.candidate{color:var(--gold-soft)}.agent-step-result.blocked{color:#ffb199}.agent-step-summary{padding:0 0 14px 44px}.agent-prompt-preview{margin:0 0 14px 44px;border:1px solid rgba(216,194,106,.22);border-radius:10px;padding:10px 12px;color:var(--text-2);background:rgba(216,194,106,.055)}.agent-prompt-preview summary{cursor:pointer;color:var(--gold-soft);font-size:13px;font-weight:900}.agent-prompt-preview div{display:grid;gap:8px;margin-top:10px}.agent-prompt-preview p{margin:0;line-height:1.55}.agent-prompt-preview strong,.agent-prompt-preview span{display:block}.agent-prompt-preview strong{color:var(--text);font-size:12px}.agent-prompt-preview span{margin-top:2px;overflow-wrap:anywhere;font-size:12px}.agent-step.running .agent-step-progress:after{content:"";display:inline-block;width:1.4em;animation:progressDots 1.25s steps(4,end) infinite}.agent-step img{display:block;max-width:min(72%,360px);max-height:230px;object-fit:cover;margin:10px auto 16px;border-radius:12px;border:1px solid var(--border);background:#0c0e12}.agent-choice-list,.agent-decision-list{display:grid;gap:12px}.agent-decision-card{border:1px solid rgba(216,194,106,.3);border-radius:12px;padding:14px;background:rgba(216,194,106,.055)}.agent-decision-card p{margin:0 0 10px;color:var(--text-2);font-weight:800;line-height:1.55}.agent-decision-card strong{display:block;margin-top:10px;color:var(--gold-soft);line-height:1.45}.agent-decision-options{display:flex;flex-wrap:wrap;gap:8px}.agent-decision-options span{max-width:100%;border:1px solid var(--border);border-radius:999px;padding:5px 10px;color:var(--text-2);background:rgba(255,255,255,.04);font-size:13px;font-weight:900;overflow-wrap:anywhere}.agent-decision-options span.selected{border-color:#d8c26a80;color:var(--gold-soft);background:rgba(216,194,106,.12)}.shot-rewrite-proposal{border:1px solid rgba(216,194,106,.28);border-radius:12px;padding:14px;background:linear-gradient(180deg,rgba(216,194,106,.07),rgba(255,255,255,.018)),rgba(23,26,32,.72);display:grid;gap:12px}.shot-rewrite-proposal header,.shot-rewrite-proposal footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.shot-rewrite-proposal header span{color:var(--gold-soft);font-weight:900}.shot-rewrite-proposal header button{width:30px;height:30px;border:1px solid var(--border);border-radius:9px;color:var(--text-2);background:rgba(255,255,255,.04)}.shot-rewrite-summary{margin:0;color:var(--text);line-height:1.6;font-weight:800}.shot-rewrite-compare{display:grid;gap:10px}.shot-rewrite-compare section{min-width:0;max-height:220px;overflow:auto;border:1px solid var(--border);border-radius:10px;padding:12px;background:rgba(255,255,255,.035)}.shot-rewrite-compare strong{display:block;margin-bottom:8px;color:var(--text)}.shot-rewrite-compare p{margin:0;color:var(--text-2);line-height:1.65;white-space:pre-wrap}.shot-rewrite-proposal footer{justify-content:flex-end}.shot-rewrite-proposal footer button{width:auto;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px}.agent-using-tools{margin:-2px 0 0;color:var(--text-2);font-size:14px;font-weight:800}@keyframes progressDots{0%{content:""}25%{content:"."}50%{content:".."}75%,to{content:"..."}}.agent-choice{min-height:72px;border:0;border-radius:12px;padding:0 16px;color:var(--text);background:var(--surface);font-size:17px;font-weight:900}.agent-choice.preferred{color:var(--gold-soft);border:1px solid rgba(216,194,106,.55);background:rgba(216,194,106,.1)}.agent-choice-list p{margin:4px 0 0;color:var(--text-2);font-weight:800}.validation-card{border:1px solid var(--border);border-radius:12px;background:rgba(23,26,32,.68);padding:14px}.validation-card.passed{border-color:#69d58c52}.validation-card.warning{border-color:#d8c26a66}.validation-card.blocked{border-color:#d660606b}.validation-card h3{margin:0 0 10px;font-size:16px}.validation-card p{margin:0 0 12px;color:var(--text-2);line-height:1.6}.validation-check-list{display:grid;gap:10px}.validation-check{border:1px solid var(--border);border-radius:10px;background:rgba(16,18,22,.68);padding:10px 12px}.validation-check strong{display:block;color:var(--text)}.validation-check span{display:block;color:var(--text-2);line-height:1.5}.validation-check.failed{border-color:#d6606073}.validation-check.warning{border-color:#d8c26a61}.demo-director{display:grid;gap:14px}.demo-stage-card,.demo-log-list,.demo-video-queue{border:1px solid rgba(216,194,106,.32);border-radius:14px;background:linear-gradient(180deg,rgba(216,194,106,.08),rgba(255,255,255,.025)),rgba(18,20,25,.86);padding:14px}.demo-stage-card span{color:var(--gold-soft);font-size:13px;font-weight:900}.demo-stage-card h3,.demo-log-list h3,.demo-video-queue h3{margin:6px 0 8px;color:var(--text);font-size:17px}.demo-stage-card p{margin:0 0 12px;color:var(--text-2)}.demo-progress-bar,.demo-queue-item i{height:7px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.09)}.demo-progress-bar i,.demo-queue-item b{display:block;height:100%;border-radius:inherit;background:var(--gold-soft);transition:width .26s ease}.demo-stage-card small{display:block;margin-top:8px;color:var(--muted);font-weight:800}.demo-log-list{display:grid;gap:8px}.demo-log-list span{border:1px solid var(--border);border-radius:10px;padding:9px 10px;background:rgba(5,6,7,.45);color:var(--text-2);font-size:14px;line-height:1.45}.demo-video-queue{display:grid;gap:10px}.demo-queue-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px;background:rgba(5,6,7,.45)}.demo-queue-item div{min-width:0;display:grid;gap:2px}.demo-queue-item strong{color:var(--text);font-size:14px}.demo-queue-item span{overflow:hidden;color:var(--text-2);font-size:13px;white-space:nowrap;text-overflow:ellipsis}.demo-queue-item em{color:var(--muted);font-style:normal;font-size:12px;font-weight:900}.demo-queue-item i{grid-column:1 / -1}.demo-queue-item.running{border-color:#d8c26a73}.demo-queue-item.pending_review em{color:var(--gold-soft)}.demo-main-action{color:#14120a;background:var(--gold-soft)}.demo-main-action:disabled{cursor:wait;opacity:.72}.demo-stage-card.compact{padding:12px}.demo-stage-card.compact .assistant-action{width:100%;margin-top:12px}.demo-production-map{position:relative;height:100%;min-height:0;background:radial-gradient(circle at 50% 18%,rgba(216,194,106,.08),transparent 34%),#050607}.demo-production-map .react-flow{background:transparent}.demo-production-map .react-flow__controls{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:rgba(17,19,24,.92);box-shadow:0 18px 44px #00000052}.demo-production-map .react-flow__controls button{border-bottom-color:var(--border);background:transparent;color:var(--text)}.demo-production-map .react-flow__minimap{border:1px solid var(--border);border-radius:14px;background:rgba(17,19,24,.92);overflow:hidden}.demo-map-hud{position:absolute;z-index:5;left:28px;top:24px;width:360px;border:1px solid rgba(216,194,106,.28);border-radius:16px;padding:16px;background:rgba(17,19,24,.84);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 22px 64px #00000057}.demo-map-hud span{color:var(--gold-soft);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.demo-map-hud strong{display:block;margin:8px 0 6px;color:var(--text);font-size:22px}.demo-map-hud p{margin:0;color:var(--text-2);line-height:1.55}.production-node{width:330px;min-height:236px;border:1px solid var(--border);border-radius:16px;padding:14px;color:var(--text);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018)),rgba(18,20,25,.94);box-shadow:0 22px 70px #0000006b;text-align:left;transition:border-color .18s ease,transform .18s ease,opacity .18s ease,box-shadow .18s ease}.production-node:hover{transform:translateY(-2px);border-color:#d8c26a7a}.production-node.current{border-color:var(--gold-soft);box-shadow:0 22px 70px #0000006b,0 0 0 1px #d8c26a52,0 0 44px #d8c26a24}.production-node.done{border-color:#8fbe9d75}.production-node.waiting{opacity:.56;filter:saturate(.72)}.production-node header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.production-node header span{color:var(--gold-soft);font-size:12px;font-weight:900}.production-node header em{border-radius:999px;padding:4px 8px;color:var(--muted);background:rgba(255,255,255,.06);font-size:12px;font-style:normal;font-weight:900}.production-node.current header em{color:#14120a;background:var(--gold-soft)}.production-node.done header em{color:#06120b;background:var(--green)}.production-node h3{margin:0 0 8px;font-size:24px}.production-node p{min-height:62px;margin:0 0 12px;color:var(--text-2);font-size:14px;line-height:1.55}.production-previews{height:72px;display:flex;gap:8px;overflow:hidden}.production-previews img,.production-previews span{flex:0 0 92px;width:92px;height:72px;border:1px solid var(--border);border-radius:10px;object-fit:cover}.production-previews.empty span{flex:1 1 auto;display:grid;place-items:center;color:var(--muted);font-weight:900}.production-node footer{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.production-node footer strong{color:var(--text);font-size:13px}.production-node footer span{color:var(--gold-soft);font-size:13px;font-weight:900}.production-edge{stroke:#d8c26a73;stroke-width:2}.production-edge.active{stroke:var(--gold-soft)}.demo-production-map .react-flow__edge-path{filter:drop-shadow(0 0 8px rgba(216,194,106,.18))}.workspace-main{padding-left:0}.workspace{height:100vh;overflow:hidden;background:#050607;min-height:0}.workspace-top{height:58px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:minmax(340px,1fr) auto minmax(390px,1fr);align-items:center}.project-title,.workspace-tabs,.workspace-tools{display:flex;align-items:center;gap:12px}.project-title{padding-left:0}.project-title button,.workspace-tools button{border:0;color:var(--text-2);background:transparent;display:inline-flex;align-items:center;gap:6px}.workspace-brand{width:46px;height:46px;border-right:1px solid rgba(255,255,255,.12)!important;border-radius:0!important;color:var(--gold-soft)!important;justify-content:center}.workspace-tools{justify-content:flex-end}.workspace-tools .theme-toggle{min-height:36px;padding:0 8px;color:var(--text);font-weight:900}.workspace-tools .credit-upgrade-pill{gap:8px}.workspace-tools .credit-pill{color:var(--gold-soft);background:transparent}.workspace-tools .upgrade-button{color:var(--ink-on-gold);background:linear-gradient(135deg,#f4e4bd 0%,#cbb98a 58%,#b58f82 100%)}.workspace-tab{border:0;min-height:38px;border-radius:999px;padding:0 18px;color:var(--text-2);background:rgba(255,255,255,.06);display:inline-flex;align-items:center;gap:8px;font-weight:900;white-space:nowrap}.workspace-tab.active{color:#14120a;background:var(--gold-soft)}.workspace-body{height:calc(100vh - 58px);display:grid;grid-template-columns:minmax(0,1fr) var(--director-panel-width);min-height:0;overflow:hidden}.canvas-workspace-body{grid-template-columns:minmax(0,1fr) var(--director-panel-width)}.workspace-content{min-width:0;min-height:0;height:100%;overflow:auto;position:relative}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;overflow:hidden;overscroll-behavior:contain;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center}.settings-modal{width:min(980px,86vw);max-height:90vh;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;border:1px solid var(--border-strong);background:linear-gradient(135deg,rgba(23,26,32,.98),rgba(12,13,16,.98));border-radius:16px;box-shadow:0 40px 120px #0009}.settings-modal header,.settings-modal footer{height:78px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.settings-modal footer{border-top:1px solid var(--border);border-bottom:0;justify-content:center;gap:16px}.settings-modal h2,.settings-modal h3{margin:0;color:var(--gold-soft)}.settings-modal h3{padding:24px 28px 12px}.settings-modal header span{display:inline-flex;align-items:center;color:var(--text-2);gap:4px}.settings-scope-note{margin:22px 28px 0;border:1px solid rgba(216,194,106,.22);border-radius:14px;padding:16px 18px;display:grid;gap:8px;color:var(--text);background:rgba(216,194,106,.06)}.settings-scope-note strong{color:var(--gold-soft);font-size:15px}.settings-scope-note span{font-weight:900}.settings-scope-note p{margin:0;color:var(--text-2);line-height:1.55}.settings-section-heading{padding:24px 28px 12px;display:grid;gap:6px}.settings-section-heading h3{padding:0}.settings-section-heading p{margin:0;color:var(--muted);line-height:1.45}.close-button{border:0;background:transparent;color:var(--text-2);font-size:34px}.settings-grid,.workflow-grid,.style-grid{padding:22px 28px 0;display:grid;gap:16px}.toggle-dot{width:48px;height:26px;border-radius:999px;background:var(--gold-soft);position:relative}.toggle-dot:after{content:"";width:20px;height:20px;border-radius:999px;background:var(--page);position:absolute;right:3px;top:3px}.workflow-grid{grid-template-columns:repeat(2,1fr)}.workflow-locked{padding:22px 28px 0}.workflow-card{min-height:86px;border:1px solid var(--border);border-radius:12px;color:var(--text);background:var(--surface);padding:18px;display:grid;grid-template-columns:36px 1fr;text-align:left;gap:4px 14px}.workflow-card svg{grid-row:span 2;color:var(--gold)}.workflow-card span{color:var(--muted)}.workflow-card.active,.style-card.active{border-color:var(--gold);background:rgba(216,194,106,.1)}.workflow-card.locked{width:min(520px,100%);cursor:default}.style-grid{grid-template-columns:repeat(4,1fr)}.style-card{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);padding:0;text-align:left;font-weight:900;min-height:154px}.style-card img{width:100%;height:154px;object-fit:cover;display:block;transition:transform .16s ease}.style-card span{position:absolute;inset:auto 0 0;display:flex;align-items:flex-end;min-height:66px;padding:0 14px 14px;background:linear-gradient(180deg,rgba(5,6,7,0) 0%,rgba(5,6,7,.72) 55%,rgba(5,6,7,.92) 100%);color:#f5f1db;text-shadow:0 1px 8px rgba(0,0,0,.55)}.style-card:hover img{transform:scale(1.03)}.settings-flow-preview{margin:20px 28px 0;border:1px solid rgba(216,194,106,.25);border-radius:12px;padding:14px 16px;display:grid;gap:6px;color:var(--text);background:rgba(216,194,106,.07)}.settings-flow-preview span{color:var(--text-2);line-height:1.5}.settings-grid{grid-template-columns:repeat(3,1fr);align-items:start;position:relative;overflow:visible}.setting-select{position:relative;display:grid;gap:8px}.setting-select span{font-size:18px;font-weight:900}.setting-select small{min-height:18px;color:var(--muted)}.setting-select button{height:58px;border:1px solid var(--border);border-radius:12px;color:var(--text);background:var(--surface);padding:0 16px;display:flex;align-items:center;justify-content:space-between;font-size:17px;font-weight:900}.setting-select>button.open{border-color:#d8c26a8c;box-shadow:0 0 0 3px #d8c26a14}.setting-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:20;padding:8px;border:1px solid rgba(245,241,219,.12);border-radius:12px;background:rgba(21,23,27,.98);box-shadow:0 22px 60px #0000007a}.setting-menu.setting-menu-inline{position:static;margin-top:-2px;padding:18px;display:grid;gap:18px;border-color:#f5f1db1a;background:rgba(22,24,29,.98)}.setting-menu.setting-menu-spec{position:absolute;top:calc(100% + 10px);left:0;width:calc(((100% - 16px) / 3) * 2 + 16px);min-width:520px;max-width:640px;right:auto;margin-top:0;padding:18px;display:grid;gap:18px;border-color:#f5f1db1a;background:rgba(22,24,29,.99)}.setting-menu button{width:100%;height:40px;min-height:40px;border:0;border-radius:8px;background:transparent;color:var(--text)}.setting-menu button:hover,.setting-menu button.selected{color:var(--gold-soft);background:rgba(216,194,106,.1)}.spec-menu{display:grid;gap:20px}.spec-group{display:grid;gap:12px;position:relative}.spec-group>span{color:var(--text);font-size:17px;font-weight:900}.spec-group-trigger,.spec-group-dropdown button{min-height:66px;height:auto;border:1px solid var(--border);border-radius:14px;padding:0 20px;background:#252930;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;text-align:left}.spec-group-trigger{color:var(--text);background:#262b31}.spec-group-trigger.open{border-color:#d8c26ab8;box-shadow:0 0 0 2px #d8c26a14}.spec-group-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:4;padding:10px;border:1px solid rgba(245,241,219,.1);border-radius:16px;background:rgba(20,22,27,.985);display:grid;gap:10px;box-shadow:0 22px 44px #00000073}.spec-group-trigger strong,.spec-group-dropdown button strong{color:var(--text);font-size:17px}.spec-group-trigger small,.spec-group-dropdown button small{min-height:auto;color:var(--text-2);font-size:14px;font-weight:700}.spec-group-dropdown button.selected{border-color:#d8c26a8c;color:var(--gold-soft);background:rgba(255,255,255,.07)}.spec-group-dropdown button.selected strong,.spec-group-dropdown button.selected small{color:inherit}.upload-modal{width:min(880px,86vw);overflow:hidden;border:1px solid var(--border);border-radius:16px;background:rgba(9,10,13,.98);box-shadow:0 40px 120px #0000009e}.upload-modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 32px 18px}.upload-modal h2,.upload-modal h3,.upload-modal p{margin:0}.upload-modal h2{color:var(--text);font-size:28px}.upload-modal p{margin-top:12px;color:var(--text-2);font-size:17px;line-height:1.6}.upload-dropzone{width:calc(100% - 64px);min-height:250px;margin:10px 32px 24px;display:grid;place-items:center;align-content:center;gap:14px;border:2px dashed rgba(245,241,219,.16);border-radius:14px;color:var(--text-2);background:rgba(255,255,255,.015);cursor:pointer}.upload-dropzone:hover{border-color:#d8c26a73;color:var(--text);background:rgba(216,194,106,.05)}.upload-dropzone.selected{border-color:#d8c26a8c;background:rgba(216,194,106,.07)}.upload-dropzone strong{color:var(--text);font-size:18px}.upload-dropzone span{color:var(--text-2);font-weight:700}.upload-selected{margin:-10px 32px 24px!important;color:var(--gold-soft)!important;font-size:15px!important;font-weight:800}.upload-guidance{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;padding:0 32px 28px}.upload-guidance article{border:1px solid rgba(245,241,219,.09);border-radius:12px;padding:18px;background:rgba(255,255,255,.025)}.upload-guidance h3{color:var(--gold-soft);font-size:16px}.upload-guidance article>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.upload-guidance span{padding:6px 10px;border-radius:999px;color:var(--text);background:rgba(245,241,219,.07);font-size:13px;font-weight:800}.upload-modal footer{display:flex;justify-content:flex-end;gap:12px;padding:18px 32px 28px}.home-page,.standard-page,.models-page{padding:0 64px 80px}.hero{min-height:620px;display:grid;justify-items:center;align-content:center;text-align:center}.eyebrow{margin:0 0 18px;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:3px}.hero h1,.model-hero h1,.zoclaw-hero h1{margin:0;font-size:54px;line-height:1.05;color:var(--gold-soft)}.subtle,.model-hero p,.zoclaw-hero p{color:var(--muted);font-size:18px}.prompt-box{position:relative;width:min(960px,78vw);min-height:168px;margin-top:26px;border:1px solid rgba(216,194,106,.7);background:rgba(23,26,32,.9);border-radius:6px;padding:18px;box-shadow:0 30px 90px #0006}.prompt-box textarea{position:relative;z-index:1;width:100%;height:78px;resize:none;border:0;outline:0;background:transparent;color:var(--text);font-size:18px}.prompt-placeholder{position:absolute;z-index:0;top:18px;left:18px;right:18px;min-height:78px;color:#b8b5aa8f;font-size:18px;line-height:1.6;text-align:left;pointer-events:none;white-space:pre-wrap}.prompt-placeholder span{display:inline-block;width:2px;height:1.15em;margin-left:2px;vertical-align:-.16em;background:var(--gold-soft);animation:caret-blink .9s steps(2,start) infinite}@keyframes caret-blink{50%{opacity:0}}.prompt-actions{display:flex;align-items:center;gap:8px;padding-right:132px}.prompt-actions .primary-button{position:absolute;right:18px;bottom:18px}.demo-fill.active{color:#14120a;border-color:var(--gold-soft);background:var(--gold-soft)}.file-input{display:none}.model-select{position:relative}.model-trigger.active{color:var(--text);border-color:#d8c26a94;background:rgba(216,194,106,.1)}.model-menu{position:absolute;left:0;top:calc(100% + 12px);z-index:12;width:360px;max-height:380px;overflow-y:auto;padding:10px;border:1px solid rgba(245,241,219,.16);border-radius:14px;background:rgba(15,17,22,.98);box-shadow:0 24px 70px #00000085;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.model-option{width:100%;min-height:72px;display:grid;grid-template-columns:28px minmax(0,1fr) 22px;align-items:center;gap:12px;border:0;border-radius:10px;padding:10px 12px;color:var(--text-2);background:transparent;text-align:left;cursor:pointer}.model-option:hover,.model-option.selected{color:var(--text);background:rgba(245,241,219,.08)}.model-option span{min-width:0;display:grid;gap:4px}.model-option strong{display:flex;align-items:center;gap:8px;color:inherit;font-size:17px}.model-option em{padding:2px 6px;border-radius:6px;color:var(--gold-soft);background:rgba(216,194,106,.18);font-size:12px;font-style:normal}.model-option small{overflow:hidden;color:var(--muted);font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.model-option svg:last-child{color:var(--gold-soft)}.icon-button{width:44px;padding:0;justify-content:center}.chip.attached{color:var(--text);border-color:#d8c26a6b}.quick-types{display:flex;gap:12px;margin-top:18px}.chip.large{min-height:44px}.chip.large.active{color:#14120a;border-color:var(--gold-soft);background:var(--gold-soft)}.blank-project-dialog{width:min(520px,90vw);border:1px solid var(--border);border-radius:14px;color:var(--text);background:rgba(12,14,18,.98);box-shadow:0 34px 100px #00000094}.blank-project-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 26px 16px}.blank-project-dialog header span{display:inline-flex;align-items:center;gap:8px;color:var(--gold-soft);font-size:13px;font-weight:900}.blank-project-dialog h2,.blank-project-dialog p{margin:0}.blank-project-dialog h2{margin-top:10px;font-size:26px}.blank-project-dialog p{margin-top:10px;color:var(--text-2);line-height:1.6}.blank-project-dialog header button{width:36px;height:36px;border:1px solid var(--border);border-radius:999px;color:var(--text);background:rgba(255,255,255,.04)}.dialog-field{display:grid;gap:8px;padding:6px 26px 22px;color:var(--text);font-weight:900;text-align:left}.dialog-field input,.dialog-field textarea,.dialog-field select{width:100%;border:1px solid rgba(245,241,219,.14);border-radius:9px;padding:11px 12px;color:var(--text);background:rgba(255,255,255,.05);font:inherit}.dialog-field textarea{min-height:108px;resize:vertical;line-height:1.55}.dialog-field.has-error input,.dialog-field.has-error textarea{border-color:#ff7676c2}.dialog-field small{color:#ffb8b8;font-size:13px}.blank-project-dialog footer{display:flex;justify-content:flex-end;gap:12px;padding:18px 26px 26px}.content-band{margin:36px 0 0}.section-title,.section-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-title h2,.section-row h2{margin:0;font-size:28px}.section-title button{border:0;background:transparent;color:var(--gold-soft);font-weight:900}.project-grid{--project-card-width: clamp(220px, 15vw, 280px);display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:100%;max-width:1480px;margin:0 auto}.project-card{position:relative;flex:0 1 var(--project-card-width);width:var(--project-card-width);min-height:170px;border:1px solid var(--border);color:var(--text);background:linear-gradient(180deg,#24272f,#111318);border-radius:12px;padding:24px;display:grid;justify-items:center;align-content:center;gap:10px;overflow:hidden}.home-page .project-card{min-height:220px}.project-card.new{border-color:#d8c26a8c;background:rgba(216,194,106,.08)}.project-card span{color:var(--muted)}.project-card-cover{min-height:170px;padding:0;border-color:#d8c26a59;background:#111318;justify-items:stretch;align-content:stretch}.project-card-placeholder{background:radial-gradient(circle at 22% 18%,rgba(216,194,106,.22),transparent 28%),radial-gradient(circle at 82% 16%,rgba(158,207,227,.1),transparent 24%),linear-gradient(135deg,rgba(216,194,106,.16),rgba(17,19,24,.96) 48%,rgba(5,6,7,.98))}.project-cover-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#f3eaa252!important;font-size:72px;font-weight:900}.project-card-cover img{width:100%;height:100%;min-height:170px;object-fit:cover;display:block;transition:transform .18s ease}.home-page .project-card-cover,.home-page .project-card-cover img{min-height:220px}.project-card-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(5,6,7,.05) 0%,rgba(5,6,7,.25) 44%,rgba(5,6,7,.88) 100%),linear-gradient(90deg,rgba(5,6,7,.38),rgba(5,6,7,.02) 58%)}.project-card-cover:hover img{transform:scale(1.035)}.project-card-copy{position:absolute;z-index:1;left:18px;right:18px;bottom:16px;display:grid;gap:4px;justify-items:start;color:var(--text)!important;text-align:left}.project-card-copy small{color:#f5f1dbb3;font-size:14px;font-weight:800}@media (max-width: 1180px){.project-grid{--project-card-width: clamp(220px, 28vw, 280px);max-width:880px}}@media (max-width: 860px){.project-grid{--project-card-width: min(100%, 320px);max-width:660px}}.case-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.tab-chip.active{color:var(--gold-soft);border-color:#d8c26a8c;background:rgba(216,194,106,.08)}.showcase-grid{column-count:4;column-gap:18px}.showcase-card{break-inside:avoid;position:relative;overflow:hidden;display:block;margin:0 0 18px;border:1px solid rgba(245,241,219,.12);border-radius:12px;background:rgba(17,20,27,.88);box-shadow:0 22px 60px #00000042}.showcase-cover{position:relative;display:block;width:100%;padding:0;overflow:hidden;color:inherit;background:transparent;border:0;border-radius:inherit;cursor:pointer;text-align:left}.showcase-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(2,3,6,0) 42%,rgba(2,3,6,.78) 100%),linear-gradient(90deg,rgba(2,3,6,.32),rgba(2,3,6,0) 40%);pointer-events:none}.showcase-card.landscape .showcase-cover{aspect-ratio:16 / 9}.showcase-card.portrait .showcase-cover{aspect-ratio:9 / 16}.showcase-card.featured.landscape .showcase-cover{aspect-ratio:4 / 3}.showcase-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease,filter .35s ease}.showcase-card:hover img{filter:saturate(1.08) brightness(1.05);transform:scale(1.035)}.showcase-play{position:absolute;top:14px;right:14px;z-index:2;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(245,241,219,.28);border-radius:999px;color:var(--gold-soft);background:rgba(7,9,13,.68);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.showcase-meta,.showcase-title{position:absolute;z-index:2;left:14px;max-width:calc(100% - 24px)}.showcase-meta{bottom:14px;border-radius:999px;padding:6px 10px;color:var(--gold-soft);background:rgba(12,14,18,.72);font-size:12px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.showcase-title{bottom:52px;color:var(--text);font-size:20px;font-weight:900;line-height:1.18;text-shadow:0 3px 18px rgba(0,0,0,.55)}.showcase-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:36px;background:rgba(0,0,0,.76);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.showcase-preview{position:relative;width:min(960px,92vw);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);overflow:hidden;border:1px solid rgba(245,241,219,.14);border-radius:16px;background:#10141c;box-shadow:0 32px 90px #0000008c}.showcase-preview.portrait{width:min(720px,92vw);grid-template-columns:minmax(260px,.72fr) minmax(260px,.88fr)}.showcase-preview-close{position:absolute;top:12px;right:12px;z-index:3;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(245,241,219,.18);border-radius:999px;color:var(--text);background:rgba(5,7,10,.72);cursor:pointer}.showcase-preview-media{position:relative;min-height:420px;background:#05070a}.showcase-preview.portrait .showcase-preview-media{min-height:620px}.showcase-preview-media img{width:100%;height:100%;display:block;object-fit:cover}.showcase-preview-play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:72px;height:72px;display:grid;place-items:center;border:1px solid rgba(245,241,219,.3);border-radius:999px;color:var(--gold-soft);background:rgba(7,9,13,.68);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.showcase-preview-copy{display:grid;align-content:center;gap:14px;padding:38px}.showcase-preview-copy span{color:var(--gold-soft);font-weight:900}.showcase-preview-copy strong{color:var(--text);font-size:30px;line-height:1.12;text-wrap:balance}.showcase-preview-copy p{margin:0;color:var(--text-2);line-height:1.7}.model-hero{text-align:center;padding:80px 0 70px}.model-hero h1{color:var(--text)}.model-section{max-width:1200px;margin:0 auto 80px}.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.model-card{overflow:hidden;border:1px solid var(--border);border-radius:12px;padding:0;color:inherit;background:var(--panel);text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.model-top{height:58px;padding:0 14px;display:flex;align-items:center;gap:10px}.model-top span{margin-left:auto;color:var(--gold-soft);font-size:10px;border:1px solid rgba(216,194,106,.4);border-radius:6px;padding:4px 6px}.model-art{height:190px;display:grid;place-items:center;background:linear-gradient(135deg,#6f3fe2,#20304c)}.model-art.color-1{background:linear-gradient(135deg,#2d9fd8,#316178)}.model-art.color-2{background:linear-gradient(135deg,#6164de,#252857)}.model-art.color-3{background:linear-gradient(135deg,#5a5bd7,#282044)}.model-card p{margin:0;padding:16px;color:var(--text-2)}.model-card footer{padding:0 16px 16px;display:flex;justify-content:space-between;color:var(--muted)}.model-card footer strong{color:var(--text);font-weight:900}.model-card:hover,.model-card:focus-visible{border-color:#d8c26a80;transform:translateY(-2px);box-shadow:0 24px 64px #00000057}.model-card:focus-visible{outline:2px solid rgba(243,234,162,.72);outline-offset:4px}.model-generator{max-width:980px;margin:0 auto;padding:60px 0 54px;text-align:center}.model-back{min-height:36px;margin-bottom:36px;border:1px solid var(--border);border-radius:999px;color:var(--text-2);background:rgba(255,255,255,.04);display:inline-flex;align-items:center;gap:7px;font-weight:900}.model-generator h1{margin:0;color:var(--gold-soft);font-size:56px}.model-generator>p:not(.eyebrow){color:var(--muted);font-size:18px}.model-prompt-box{margin-top:34px;border:1px solid rgba(216,194,106,.42);border-radius:18px;padding:18px;background:rgba(18,20,25,.88);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;box-shadow:0 30px 90px #00000052}.model-prompt-box textarea{min-height:132px;border:0;color:var(--text);background:transparent;resize:vertical;outline:none;font:inherit;line-height:1.65}.model-prompt-box button{align-self:end;min-height:42px;border:0;border-radius:12px;padding:0 18px;color:#12110b;background:var(--gold-soft);display:inline-flex;align-items:center;gap:7px;font-weight:900}.model-examples{max-width:1120px;margin:0 auto 90px}.model-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.model-example-grid button{min-height:150px;border:1px solid var(--border);border-radius:16px;padding:18px;color:var(--text);background:radial-gradient(circle at 20% 0%,rgba(216,194,106,.14),transparent 34%),var(--panel);text-align:left}.model-example-grid span{display:block;margin-bottom:14px;color:var(--gold-soft);font-size:11px;font-weight:900;letter-spacing:2px}.model-example-grid strong{color:var(--text-2);font-size:14px;line-height:1.7}.faq{max-width:760px;margin:0 auto 80px}.faq h2{text-align:center}.faq button{width:100%;height:58px;border:0;border-bottom:1px solid var(--border);color:var(--text-2);background:transparent;display:flex;justify-content:space-between;align-items:center}.zoclaw-hero{text-align:center;padding:80px 0 70px}.zoclaw-hero h1{color:var(--text)}.zoclaw-page{padding:24px 64px 90px}.floating-nav{max-width:1000px;height:58px;margin:0 auto;border:1px solid var(--border);border-radius:14px;background:rgba(12,14,18,.94);display:flex;align-items:center;justify-content:center;gap:34px}.floating-nav span{margin-right:auto;padding-left:22px;color:var(--gold-soft);font-weight:900}.floating-nav button{border:0;color:var(--text-2);background:transparent;font-weight:900}.api-card{width:min(560px,90vw);margin:32px auto 0;padding:24px;border:1px solid var(--border-strong);border-radius:14px;background:var(--panel-2);text-align:left}.api-card code{display:block;padding:18px;border:1px solid var(--border);border-radius:10px;color:var(--gold-soft);background:#080b0f;line-height:1.8}.api-card li{margin:12px 0;color:var(--text-2)}.agent-cards{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.agent-cards article{border:1px solid var(--border);border-radius:12px;background:var(--panel-2);padding:24px}.agent-cards p{color:var(--text-2)}.api-draft{max-width:980px;margin:34px auto 0}.api-draft>div{display:grid;gap:10px}.api-draft article{min-height:58px;border:1px solid var(--border);border-radius:12px;padding:12px 16px;background:rgba(23,26,32,.78);display:grid;grid-template-columns:70px minmax(300px,1fr) 1.2fr;align-items:center;gap:14px}.api-draft strong{color:var(--gold-soft)}.api-draft code{color:var(--text);font-family:Menlo,Consolas,monospace}.api-draft span{color:var(--text-2)}body{background:radial-gradient(circle at 18% 0%,rgba(10,132,255,.08),transparent 30%),radial-gradient(circle at 86% 2%,rgba(100,210,255,.045),transparent 28%),linear-gradient(180deg,#111115 0%,var(--page) 44%)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:radial-gradient(circle at 50% 8%,rgba(0,0,0,.5),transparent 62%);mask-image:radial-gradient(circle at 50% 8%,rgba(0,0,0,.5),transparent 62%)}.workspace,.workbench,.stage,.storyboard-view .params-bar,.storyboard-header,.assembled-video-player,.assembled-video-fallback,.timeline-track,.demo-production-map{background-color:var(--page)}.home-page,.standard-page,.models-page{background:radial-gradient(circle at 50% 10%,rgba(10,132,255,.075),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.025),transparent 360px)}.workspace,.canvas-view,.demo-production-map{background:radial-gradient(circle at 24% 14%,rgba(10,132,255,.08),transparent 24%),radial-gradient(circle at 76% 8%,rgba(100,210,255,.045),transparent 24%),linear-gradient(135deg,rgba(255,255,255,.035),transparent 40%),var(--page)}.workspace-top,.topbar,.nav-pill,.director-panel,.chat-input,.settings-modal,.upload-modal,.assembled-video-modal,.reference-picker,.model-menu,.setting-menu,.spec-group-dropdown,.batch-download-menu,.asset-generation-menu,.media-library-modal,.blank-project-dialog,.local-edit-modal,.asset-local-edit-panel,.asset-workbench-panel,.showcase-preview{border-color:var(--border);background:var(--glass);box-shadow:var(--shadow-elevated);-webkit-backdrop-filter:blur(28px) saturate(1.35);backdrop-filter:blur(28px) saturate(1.35)}.workspace-top{border-bottom-color:#ffffff17;background:rgba(24,24,28,.72);box-shadow:0 1px #ffffff0a,0 14px 36px #0003}.workspace-brand{border-right-color:#ffffff1f!important;color:var(--text)!important}.brand,.workspace-brand,.credit-pill,.eyebrow,.hero h1,.model-hero h1,.zoclaw-hero h1,.settings-modal h2,.settings-modal h3,.assistant-message span,.flow-step strong,.section-title button,.hero-output-play,.hero-output-sequence,.preview-toolbar span,.assembled-video-modal header span,.assembled-video-fallback span,.assembled-video-strip small,.shot-status.succeeded,.video-pending-actions button:hover,.video-pending-actions label:hover,.media-actions button:hover,.nav-item.active,.model-option em,.model-option svg:last-child,.project-media-header span,.upload-guidance h3,.upload-selected,.local-edit-cost,.timeline-status strong{color:var(--text)}.eyebrow{color:var(--muted);letter-spacing:4px}.hero h1,.model-hero h1,.zoclaw-hero h1{color:var(--text);font-weight:760;letter-spacing:0;text-shadow:0 18px 58px rgba(10,132,255,.12)}.ghost-button,.secondary-button,.chip,.icon-button,.tab-chip,.chat-select,.chat-input button,.assistant-action,.export-button,.hero-output-top span,.timeline-status button,.task-log span,.composer-context,.model-option:hover,.model-option.selected,.batch-download-menu button:hover,.reference-option:hover,.params-bar button,.params-bar span,.workspace-tab,.project-media-filters button,.project-media-search,.asset-category-tabs button,.embedded-toolbar span,.embedded-toolbar strong,.canvas-module-header button{color:var(--text-2);border-color:var(--border);background:rgba(255,255,255,.065);box-shadow:inset 0 1px #ffffff0a}.ghost-button:hover,.secondary-button:hover,.chip:hover,.icon-button:hover,.tab-chip:hover,.workspace-tab:hover,.chat-input button:hover,.assistant-action:hover,.project-media-filters button:hover,.asset-category-tabs button:hover,.canvas-module-header button:hover,.params-bar button:hover{color:var(--text);border-color:#ffffff2e;background:rgba(255,255,255,.105);transform:translateY(-1px)}.workspace-tab.active,.primary-button,.chat-input .send,.render-button,.demo-final-badge,.hero-output-top button,.assembled-video-modal footer button,.reference-done,.demo-fill.active,.chip.large.active,.assistant-action.primary-flow,.flow-step.done>span,.production-node.current header em,.canvas-hero-action,.timeline-player .render-button,.project-media-filters button.active,.asset-category-tabs button.active,.setting-menu button.selected,.setting-menu button:hover{color:#fff;border-color:transparent;background:linear-gradient(180deg,#2997ff,#0a84ff);box-shadow:inset 0 1px #ffffff3d,0 10px 28px #0a84ff42}.workspace-tools .upgrade-button,.upgrade-button{color:#07111f;background:linear-gradient(180deg,#ffffff,#dbe8ff);box-shadow:inset 0 1px #ffffffb8,0 12px 30px #0a84ff2e}.credit-upgrade-pill{border-color:#ffffff24;background:rgba(255,255,255,.075);box-shadow:inset 0 1px #ffffff14,0 16px 36px #00000042;-webkit-backdrop-filter:blur(24px) saturate(1.35);backdrop-filter:blur(24px) saturate(1.35)}.credit-pill{color:var(--text)}.nav-pill,.prompt-box,.project-card,.asset-card,.workflow-card,.style-card,.assistant-message,.assistant-flow,.task-log,.flow-step,.shot-row,.canvas-module,.production-node,.settings-flow-preview,.hero-output-summary,.reference-search,.reference-option-text-thumb,.assembled-video-strip button,.timeline-shot-card,.export-hint,.script-sheet,.script-card,.project-media-card,.media-library-grid button,.embedded-asset-card,.canvas-module-summary,.upload-guidance article{border-color:var(--border);background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.028)),rgba(28,28,32,.78);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px) saturate(1.22);backdrop-filter:blur(18px) saturate(1.22)}.nav-pill{border-radius:24px;background:rgba(30,30,34,.72)}.nav-item{border-radius:16px}.nav-item.active{background:rgba(255,255,255,.12)}.prompt-box{border-color:#ffffff2e;background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035)),rgba(30,30,34,.68);box-shadow:inset 0 1px #ffffff14,0 34px 90px #00000057}.prompt-box:focus-within{border-color:#0a84ff9e;box-shadow:0 0 0 4px #0a84ff1f,0 34px 90px #00000057}.prompt-placeholder span{background:var(--blue)}.project-card:hover,.showcase-card:hover,.asset-card:hover,.project-media-card:hover,.workflow-card:hover,.style-card:hover,.production-node:hover{border-color:#fff3;transform:translateY(-2px);box-shadow:0 28px 78px #00000057}.project-card.new,.assistant-message.featured,.flow-step.current,.assistant-action.highlighted,.settings-flow-preview,.export-hint,.model-trigger.active,.chip.attached,.project-card-cover,.script-sheet,.script-card,.asset-card.demo-generating,.workflow-card.active,.style-card.active,.params-bar button.active,.reference-option.selected{border-color:#0a84ff6b;background:linear-gradient(180deg,rgba(10,132,255,.13),rgba(10,132,255,.055)),rgba(28,28,32,.76)}.project-card{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.026)),rgba(28,28,32,.78)}.project-card-placeholder{background:radial-gradient(circle at 22% 18%,rgba(10,132,255,.18),transparent 28%),radial-gradient(circle at 82% 16%,rgba(100,210,255,.12),transparent 24%),linear-gradient(135deg,rgba(255,255,255,.11),rgba(28,28,32,.94) 48%,rgba(5,5,7,.98))}.project-card-cover:after{background:linear-gradient(180deg,rgba(5,5,7,.02) 0%,rgba(5,5,7,.25) 46%,rgba(5,5,7,.88) 100%),linear-gradient(90deg,rgba(5,5,7,.34),rgba(5,5,7,.02) 58%)}.canvas-workbench .react-flow__edge-path{filter:drop-shadow(0 0 8px rgba(10,132,255,.24))}.canvas-workbench .react-flow__edge-textbg{fill:#1c1c20e0;stroke:#0a84ff3d}.canvas-module{border-color:var(--border);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),rgba(24,24,28,.82);box-shadow:0 24px 68px #0000005c}.canvas-module:hover{border-color:#0a84ff5c;box-shadow:0 0 0 1px #0a84ff14,0 28px 74px #0006}.canvas-module.selected,.canvas-module.active,.shot-row.active,.production-node.current,.assembled-video-strip button.active,.style-card.active,.workflow-card.active{border-color:#0a84ffad}.canvas-module.active{box-shadow:0 0 0 1px #0a84ff2e,0 30px 86px #0000006b}.canvas-module-header{border-bottom-color:#ffffff14;background:rgba(36,36,40,.76);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.canvas-module-header span{color:var(--blue)}.canvas-module.active .canvas-module-body{background:linear-gradient(180deg,rgba(10,132,255,.045),transparent 120px)}.canvas-resize-line,.canvas-module.selected .canvas-resize-line,.canvas-module.active .canvas-resize-line{border-color:#0a84ffbd!important}.canvas-resize-handle,.canvas-module-handle{background:var(--blue)!important;box-shadow:0 0 0 2px #0a84ff29,0 0 14px #0a84ff57}.storyboard-view .params-bar,.storyboard-header{background:rgba(5,5,7,.86);-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2)}.shot-row{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018)),rgba(28,28,32,.76)}.shot-row:hover{border-color:#ffffff2b;transform:translateY(-1px)}.shot-index,.embedded-shot-row,.video-box,.shot-image-placeholder,.embedded-image-state,.embedded-video-state,.asset-skeleton,.asset-card img.asset-image-character,.assets-view.embedded-module-surface .asset-card img,.local-edit-stage,.local-edit-prompt{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),rgba(38,38,42,.78)}.shot-image-placeholder,.embedded-image-state,.embedded-video-state{border-color:#ffffff29}.video-box.ready{background:linear-gradient(135deg,#1d1d22,#0c0c10)}.video-box.running{background:radial-gradient(circle at 50% 38%,rgba(100,210,255,.17),rgba(100,210,255,0) 34%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.015)),rgba(38,38,42,.78)}.shot-status.running,.video-generating svg{color:var(--cyan)}.video-generating i:after{background:linear-gradient(90deg,var(--cyan),var(--blue))}.shot-status.failed,.video-generating.failed svg,.video-generating.failed strong,.asset-card.asset-failed,.embedded-image-state.failed,.embedded-video-state.failed{color:var(--red);border-color:#ff453a6b}.shot-image-placeholder-note,.shot-media-status-note.failed,.stage-version-actions .version-quality-note,.project-media-card-body .project-media-quality-note{color:#ffd60adb}.demo-shimmer:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)}.director-panel{border-left-color:#ffffff17;background:linear-gradient(180deg,rgba(34,34,38,.78),rgba(20,20,24,.88));box-shadow:-18px 0 44px #00000038}.assistant-message,.assistant-flow,.task-log,.agent-message,.agent-settings-pill,.agent-step{background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025)),rgba(34,34,38,.64)}.agent-prompt-bubble{background:linear-gradient(180deg,rgba(10,132,255,.26),rgba(10,132,255,.18)),rgba(44,44,48,.78);box-shadow:0 14px 38px #0a84ff24}.agent-message.primary,.agent-choice.preferred,.agent-decision-card,.agent-step.running{border-color:#0a84ff6b;background:rgba(10,132,255,.095)}.flow-step,.task-log span,.agent-step{border-color:var(--border);background:rgba(255,255,255,.045)}.agent-settings-pill,.agent-step.running .agent-step-head span svg,.agent-decision-card strong,.agent-decision-options span.selected,.agent-choice.preferred{color:var(--blue)}.assistant-action.primary-flow.danger,.agent-step.failed{color:#fff2f2;border-color:#ff453a70;background:rgba(255,69,58,.16)}.settings-modal{background:linear-gradient(135deg,rgba(44,44,48,.86),rgba(20,20,24,.92));box-shadow:0 42px 120px #00000085}.modal-backdrop,.assembled-video-backdrop,.asset-workbench-backdrop,.local-edit-backdrop,.media-library-backdrop,.showcase-preview-backdrop{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(18px) saturate(1.15);backdrop-filter:blur(18px) saturate(1.15)}.style-card span{background:linear-gradient(180deg,rgba(5,5,7,0) 0%,rgba(5,5,7,.68) 55%,rgba(5,5,7,.9) 100%);color:var(--text)}.reference-picker{border-color:var(--border);background:rgba(30,30,34,.88)}.reference-done{color:#fff}.reference-picker .check-box{color:transparent}.reference-picker .reference-option.selected .check-box{color:#fff}.production-node{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),rgba(30,30,34,.78)}.production-node:hover{border-color:#0a84ff61}.production-node.current{box-shadow:0 24px 70px #00000061,0 0 0 1px #0a84ff40,0 0 34px #0a84ff1a}.production-node.done{border-color:#32d74b70}.production-node.done header em{color:#041006;background:var(--green)}.production-edge{stroke:#0a84ff5c}.demo-production-map .react-flow__edge-path{filter:drop-shadow(0 0 8px rgba(10,132,255,.18))}.timeline-track-bar,.clip{background-color:#1c1c20c7}.watermark,.project-card-copy small{color:#f5f5f7b8}.asset-local-edit input,.asset-local-edit input[type=range],.local-edit-controls input{accent-color:var(--blue)}.upload-dropzone:hover,.upload-dropzone.selected,.spec-group-trigger.open,.setting-select>button.open,.spec-group-dropdown button.selected,.model-trigger.active{border-color:#0a84ff80;background:rgba(10,132,255,.09);box-shadow:0 0 0 3px #0a84ff14}.project-media-card.media-blocked,.media-library-grid button.blocked{border-color:#ff9f0a6b}.project-media-blocked-ribbon,.media-library-grid em,.version-quality-badge.blocked{color:#1f1200;background:#ff9f0a}.version-quality-badge.warning{color:#1f1800;background:var(--warning)}.tab-chip.active,.case-tabs .tab-chip.active,.demo-fill.active,.chip.large.active,.asset-card.selected,.asset-card.active,.asset-card.demo-generating,.style-card.active,.workflow-card.active,.model-card.active,.model-trigger.active,.setting-select>button.open,.spec-group-trigger.open,.spec-group-dropdown button.selected,.settings-flow-preview,.script-sheet,.script-card,.script-scene-card.active,.scene-card.active,.timeline-shot-card.active,.clip.active,.version-card.active,.shot-reference-card.active,.reference-card.active,.reference-done,.reference-option.selected,.project-media-filters button.active,.project-media-card footer button:hover,.media-library-grid button:hover,.storyboard-reference-card.selected,.reference-thumb.selected,.embedded-script section,.canvas-hero-action,.hero-output-top button,.timeline-player .render-button,.video-pending-actions button:hover,.video-pending-actions label:hover,.media-actions button:hover{border-color:#0a84ff7a!important;color:var(--text)!important;background:linear-gradient(180deg,rgba(10,132,255,.16),rgba(10,132,255,.07)),rgba(28,28,32,.78)!important;box-shadow:inset 0 1px #ffffff14,0 14px 34px #0a84ff1f}.primary-button,.workspace-tab.active,.render-button,.chat-input .send,.assistant-action.primary-flow,.assembled-video-modal footer button,.local-edit-submit,.director-panel .send,.director-composer-submit,.asset-generation-controls button.primary,.asset-create-submit,.upload-modal footer .primary-button,.settings-modal footer .primary-button,.workbench-remix-submit,.stage-version-actions button.primary,.timeline-player .render-button{color:#fff!important;background:linear-gradient(180deg,#2997ff,#0a84ff)!important;box-shadow:inset 0 1px #ffffff3d,0 12px 30px #0a84ff42!important}.tab-chip.active:hover,.case-tabs .tab-chip.active:hover,.project-media-filters button.active:hover,.workspace-tab.active:hover,.primary-button:hover,.render-button:hover,.assistant-action.primary-flow:hover,.chat-input .send:hover{filter:brightness(1.08);transform:translateY(-1px)}.shot-image-placeholder svg,.video-empty svg,.video-box svg,.asset-empty svg,.asset-generation-controls svg,.timeline-player svg,.canvas-hero-output svg,.project-media-video-thumb,.storyboard-reference-picker svg,.model-option em,.agent-settings-pill,.agent-step.running .agent-step-head span svg,.assistant-message span,.flow-step.current strong,.params-bar span,.project-media-header span,.upload-guidance h3,.assets-view h1 span,.timeline-status strong,.storyboard-media-actions button:hover,.storyboard-description h3,.script-card h3,.script-scene-card h3{color:var(--blue)!important}.project-card-cover,.project-card.new{border-color:#0a84ff57!important}.asset-card.demo-generating:after,.asset-skeleton:after,.demo-shimmer:after,.version-generating:after{background:linear-gradient(90deg,transparent,rgba(100,210,255,.2),transparent)!important}.image-open:focus-visible,.video-open:focus-visible,.project-media-image:focus-visible,.showcase-cover:focus-visible{outline-color:#0a84ffc7!important}body{background:radial-gradient(circle at 22% 0%,rgba(10,132,255,.026),transparent 28%),linear-gradient(180deg,#0f0f12 0%,#070708 48%,var(--page) 100%)}body:before{opacity:.2;background:linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.01) 1px,transparent 1px);background-size:128px 128px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.32),transparent 62%);mask-image:linear-gradient(180deg,rgba(0,0,0,.32),transparent 62%)}.home-page,.standard-page,.models-page{background:radial-gradient(circle at 50% 6%,rgba(10,132,255,.032),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.012),transparent 320px)}.workspace,.canvas-view,.demo-production-map{background:radial-gradient(circle at 22% 8%,rgba(10,132,255,.028),transparent 22%),linear-gradient(180deg,rgba(255,255,255,.012),transparent 34%),var(--page)}.workspace-top,.topbar,.nav-pill,.director-panel,.chat-input,.settings-modal,.upload-modal,.assembled-video-modal,.reference-picker,.model-menu,.setting-menu,.spec-group-dropdown,.batch-download-menu,.asset-generation-menu,.media-library-modal,.blank-project-dialog,.local-edit-modal,.asset-local-edit-panel,.asset-workbench-panel,.showcase-preview{border-color:var(--border);background:rgba(24,24,27,.78);box-shadow:inset 0 1px #ffffff0b,var(--shadow-elevated);-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18)}.workspace-top{height:56px;border-bottom-color:#ffffff13;background:rgba(18,18,21,.84);box-shadow:inset 0 -1px #ffffff09,0 10px 26px #00000029}.workspace-body{height:calc(100vh - 56px)}.workspace-content-enter{animation:workspace-surface-in .19s var(--ease-apple) both}@keyframes workspace-surface-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.workspace-tab{min-height:34px;border:1px solid rgba(255,255,255,.075);border-radius:12px;padding:0 14px;background:rgba(255,255,255,.045);box-shadow:none;font-weight:800}.workspace-tab.active{border-color:#0a84ffa3;background:linear-gradient(180deg,#1f9bff,#0a84ff)!important;box-shadow:inset 0 1px #ffffff2e,0 8px 20px #0a84ff38!important}.workspace-tools .upgrade-button,.upgrade-button{min-height:38px;border-radius:12px;color:#07111f;background:linear-gradient(180deg,#f7fbff,#dfeaff);box-shadow:inset 0 1px #ffffffad,0 8px 22px #0000002e}.credit-upgrade-pill{min-height:50px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px #ffffff0e,0 10px 24px #0003}.ghost-button,.secondary-button,.chip,.icon-button,.tab-chip,.chat-select,.chat-input button,.assistant-action,.export-button,.timeline-status button,.task-log span,.composer-context,.params-bar button,.params-bar span,.project-media-filters button,.project-media-search,.asset-category-tabs button,.embedded-toolbar span,.embedded-toolbar strong,.canvas-module-header button{border-color:#ffffff13;border-radius:10px;background:rgba(255,255,255,.045);box-shadow:none}.ghost-button:hover,.secondary-button:hover,.chip:hover,.icon-button:hover,.tab-chip:hover,.workspace-tab:hover,.chat-input button:hover,.assistant-action:hover,.project-media-filters button:hover,.asset-category-tabs button:hover,.canvas-module-header button:hover,.params-bar button:hover{border-color:#ffffff21;background:rgba(255,255,255,.075);box-shadow:none;transform:translateY(-1px)}.nav-pill,.prompt-box,.project-card,.asset-card,.workflow-card,.style-card,.assistant-message,.assistant-flow,.task-log,.flow-step,.shot-row,.canvas-module,.production-node,.settings-flow-preview,.hero-output-summary,.reference-search,.reference-option-text-thumb,.assembled-video-strip button,.timeline-shot-card,.export-hint,.script-sheet,.script-card,.project-media-card,.media-library-grid button,.embedded-asset-card,.canvas-module-summary,.upload-guidance article{border-color:var(--border);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018)),rgba(24,24,27,.82);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px) saturate(1.08);backdrop-filter:blur(14px) saturate(1.08)}.project-card:hover,.showcase-card:hover,.asset-card:hover,.project-media-card:hover,.workflow-card:hover,.style-card:hover,.production-node:hover{border-color:#ffffff25;transform:translateY(-1px);box-shadow:0 16px 40px #00000047}.canvas-module{border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.046),rgba(255,255,255,.018)),rgba(18,18,21,.9);box-shadow:0 18px 44px #00000047}.canvas-module:hover{border-color:#ffffff24;box-shadow:0 20px 50px #0000004d}.canvas-module.selected,.canvas-module.active{border-color:#0a84ff94;box-shadow:0 0 0 1px #0a84ff1f,0 20px 50px #00000052}.canvas-workbench .react-flow__edge-path{filter:drop-shadow(0 0 4px rgba(10,132,255,.18))}.canvas-workbench .react-flow__edge-textbg{fill:#121215eb;stroke:#ffffff1f}.canvas-module-header{background:rgba(26,26,29,.82)}.canvas-module.active .canvas-module-body{background:linear-gradient(180deg,rgba(10,132,255,.024),transparent 120px)}.canvas-resize-line,.canvas-module.selected .canvas-resize-line,.canvas-module.active .canvas-resize-line{border-color:#0a84ff8f!important}.canvas-resize-handle,.canvas-module-handle{background:#0a84ff!important;box-shadow:0 0 0 2px #0a84ff1f,0 0 8px #0a84ff33}.storyboard-view{padding:16px 14px 64px}.storyboard-table{gap:10px}.storyboard-view .params-bar,.storyboard-header{background:rgba(5,5,6,.92);-webkit-backdrop-filter:blur(14px) saturate(1.08);backdrop-filter:blur(14px) saturate(1.08)}.params-bar{min-height:50px;padding-bottom:10px;gap:8px}.params-bar button,.params-bar span{min-height:36px;border-radius:10px;padding:0 12px;font-size:13px}.params-bar span{color:var(--text-2)!important;border-color:#ffffff17;background:rgba(255,255,255,.04)}.storyboard-header{top:50px;padding:0 12px 7px;color:var(--muted);font-size:13px}.shot-row{--shot-row-height: 276px;border-color:#ffffff12;border-radius:10px;padding:12px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015)),rgba(23,23,26,.86);box-shadow:inset 0 1px #ffffff07,0 6px 18px #00000029}.shot-row:hover{border-color:#ffffff21;background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018)),rgba(26,26,29,.9);box-shadow:inset 0 1px #ffffff09,0 9px 24px #0003}.shot-row.active{border-color:#0a84ff61;background:linear-gradient(180deg,rgba(10,132,255,.036),rgba(255,255,255,.018)),rgba(24,24,27,.9);box-shadow:inset 0 1px #ffffff09,0 9px 24px #0003}.shot-row.active:before{background:linear-gradient(180deg,#64d2ff,#0a84ff);box-shadow:0 0 14px #0a84ff47}.shot-index,.embedded-shot-row,.video-box,.shot-image-placeholder,.embedded-image-state,.embedded-video-state,.asset-skeleton,.asset-card img.asset-image-character,.assets-view.embedded-module-surface .asset-card img{border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.034),rgba(255,255,255,.012)),rgba(32,32,36,.72)}.director-panel{border-left-color:#ffffff16;background:linear-gradient(180deg,rgba(28,28,31,.86),rgba(16,16,18,.94));box-shadow:-10px 0 28px #0000002e}.director-content{padding:14px 16px 18px;gap:12px;font-size:15px}.director-panel header,.chat-input{background:rgba(18,18,21,.62)}.assistant-message,.assistant-flow,.task-log,.agent-message,.agent-settings-pill,.agent-step{border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.043),rgba(255,255,255,.016)),rgba(28,28,31,.74);box-shadow:0 8px 22px #0000002e;animation:inspector-item-in .18s var(--ease-apple) both}@keyframes inspector-item-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.assistant-message.featured,.flow-step.current,.agent-message.primary,.shot-rewrite-proposal,.agent-choice.preferred,.agent-decision-card,.agent-step.running{border-color:#0a84ff5c;background:linear-gradient(180deg,rgba(10,132,255,.075),rgba(255,255,255,.018)),rgba(28,28,31,.78);box-shadow:0 8px 24px #0003}.agent-prompt-bubble{border-radius:14px;background:linear-gradient(180deg,rgba(10,132,255,.17),rgba(10,132,255,.11)),rgba(32,32,36,.82);box-shadow:0 10px 26px #0003}.assistant-action{min-height:50px;border-radius:12px;font-size:15px;background:rgba(255,255,255,.045)}.assistant-action.highlighted{border-color:#0a84ff57;color:var(--text);background:rgba(10,132,255,.07)}.primary-button,.workspace-tab.active,.render-button,.chat-input .send,.assistant-action.primary-flow,.assembled-video-modal footer button,.local-edit-submit,.director-panel .send,.director-composer-submit,.asset-generation-controls button.primary,.asset-create-submit,.upload-modal footer .primary-button,.settings-modal footer .primary-button,.workbench-remix-submit,.stage-version-actions button.primary,.timeline-player .render-button{background:linear-gradient(180deg,#238fff,#0a84ff)!important;box-shadow:inset 0 1px #ffffff2e,0 8px 20px #0a84ff38!important}.tab-chip.active,.case-tabs .tab-chip.active,.demo-fill.active,.chip.large.active,.asset-card.selected,.asset-card.active,.asset-card.demo-generating,.style-card.active,.workflow-card.active,.model-card.active,.model-trigger.active,.setting-select>button.open,.spec-group-trigger.open,.spec-group-dropdown button.selected,.settings-flow-preview,.script-sheet,.script-card,.script-scene-card.active,.scene-card.active,.timeline-shot-card.active,.clip.active,.version-card.active,.shot-reference-card.active,.reference-card.active,.reference-option.selected,.project-media-filters button.active,.storyboard-reference-card.selected,.reference-thumb.selected,.embedded-script section{border-color:#0a84ff57!important;background:linear-gradient(180deg,rgba(10,132,255,.075),rgba(255,255,255,.018)),rgba(24,24,27,.84)!important;box-shadow:0 8px 22px #0003}.shot-image-placeholder svg,.video-empty svg,.video-box svg,.asset-empty svg,.asset-generation-controls svg,.timeline-player svg,.canvas-hero-output svg,.storyboard-reference-picker svg,.model-option em,.agent-step.running .agent-step-head span svg,.flow-step.current strong,.storyboard-media-actions button:hover{color:var(--blue)!important}.assistant-message span,.params-bar span,.project-media-header span,.upload-guidance h3,.assets-view h1 span,.timeline-status strong,.storyboard-description h3,.script-card h3,.script-scene-card h3{color:var(--text-2)!important}.agent-settings-pill{color:var(--green)!important}.video-box.running{background:radial-gradient(circle at 50% 38%,rgba(100,210,255,.1),rgba(100,210,255,0) 34%),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012)),rgba(32,32,36,.78)}.asset-card.demo-generating:after,.asset-skeleton:after,.demo-shimmer:after,.version-generating:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent)!important}.shot-image-placeholder.demo-shimmer:after,.video-box.demo-shimmer:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent)!important}.shot-desc strong{color:var(--text)!important}.shot-desc{padding:0}.shot-desc-scroll{scrollbar-color:rgba(255,255,255,.22) transparent}.shot-desc-scroll.editable:hover{background:rgba(255,255,255,.035);box-shadow:inset 0 0 0 1px #ffffff17}.shot-desc-ai-edit{border-color:#ffffff1f;color:var(--text-2);background:rgba(255,255,255,.045)}.shot-desc-ai-edit:hover{border-color:#0a84ff57;color:var(--text);background:rgba(10,132,255,.08)}.shot-desc.editing .shot-desc-scroll,.shot-desc-editor{border-radius:0;background:transparent;box-shadow:none}.shot-desc-scroll::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}.shot-desc-inline-editor:focus-visible{border-color:transparent;box-shadow:none;outline:none}.shot-desc-inline-editor{min-height:100%;padding:0;caret-color:var(--blue)}.director-content{gap:10px;padding:12px 14px 16px;line-height:1.55}.director-inspector-section{border-color:#ffffff12;border-radius:11px;padding:12px;background:linear-gradient(180deg,rgba(255,255,255,.032),rgba(255,255,255,.012)),rgba(22,22,25,.74);box-shadow:none;animation:inspector-item-in .18s var(--ease-apple) both}.inspector-current-shot{border-color:#ffffff1b;background:linear-gradient(180deg,rgba(255,255,255,.044),rgba(255,255,255,.014)),rgba(26,26,29,.82)}.inspector-section-title{padding-bottom:2px}.inspector-section-title span{color:var(--muted);font-size:11px;letter-spacing:0;text-transform:none}.inspector-section-title em{color:#f5f5f79e}.inspector-shot-summary strong{font-size:17px;font-weight:760;letter-spacing:0}.inspector-shot-summary p,.inspector-advice,.flow-step p{color:#d2d2d7c7;font-size:12px;line-height:1.45}.inspector-status-pill{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);font-size:11px}.inspector-status-pill.succeeded{color:var(--green);border-color:#32d74b33}.inspector-status-pill.running{color:var(--blue);border-color:#0a84ff42}.inspector-status-pill.failed{color:var(--red);border-color:#ff453a47}.inspector-metric-grid{gap:7px}.inspector-metric-grid span{border-color:#fff1;border-radius:9px;padding:9px 10px;background:rgba(255,255,255,.028);box-shadow:inset 0 1px #ffffff06}.inspector-metric-grid svg{color:#0a84ffd1}.inspector-actions{gap:8px}.inspector-actions .assistant-action{min-height:40px}.inspector-actions .assistant-action:not(.primary-flow){justify-content:flex-start;padding:0 12px}.inspector-flow{gap:0}.inspector-flow .flow-step{grid-template-columns:22px 1fr;gap:8px;padding:8px 0;border:0;border-top:1px solid rgba(255,255,255,.062);border-radius:0;background:transparent;box-shadow:none}.inspector-flow .flow-step:first-child{border-top:0;padding-top:0}.inspector-flow .flow-step:last-child{padding-bottom:0}.inspector-flow .flow-step>span{width:18px;height:18px;margin-top:2px;color:#f5f5f78a;background:rgba(255,255,255,.045);font-size:10px}.inspector-flow .flow-step.done>span{color:var(--green);background:rgba(50,215,75,.1)!important}.inspector-flow .flow-step.current{border-color:#ffffff12;background:transparent;box-shadow:none}.inspector-flow .flow-step.current>span,.inspector-flow .flow-step.current strong{color:var(--blue)!important}.inspector-flow .flow-step strong{margin-bottom:2px;font-size:13px;font-weight:760}.inspector-task-log{gap:6px}.inspector-task-log span{border:0;border-top:1px solid rgba(255,255,255,.062);border-radius:0;padding:7px 0 0;background:transparent;color:#d2d2d7c7;font-size:12px;line-height:1.4}.inspector-task-log span:first-child{border-top:0;padding-top:0}.inspector-utility-actions{gap:8px;margin-top:2px}.inspector-utility-actions .assistant-action{min-height:34px;justify-content:flex-start;padding:0 10px;color:#d2d2d7ad;font-size:12px;background:transparent}.assistant-action.primary-flow.danger{background:linear-gradient(180deg,rgba(255,69,58,.82),rgba(255,69,58,.68))!important;box-shadow:inset 0 1px #ffffff29,0 8px 20px #ff453a29!important}.assistant-message,.assistant-flow:not(.inspector-flow),.task-log:not(.inspector-task-log){box-shadow:none}.agent-run-panel{gap:10px}.agent-prompt-bubble{max-width:94%;border:1px solid rgba(255,255,255,.085);border-radius:13px;padding:12px 14px;background:linear-gradient(180deg,rgba(10,132,255,.12),rgba(10,132,255,.055)),rgba(24,24,27,.82);box-shadow:none;font-size:13px;font-weight:760;line-height:1.52}.agent-settings-pill{min-height:36px;border-color:#ffffff12;border-radius:10px;padding:0 11px;color:#d2d2d7d1!important;background:rgba(255,255,255,.028);box-shadow:none;font-size:12px}.agent-step-list,.agent-decision-list,.agent-choice-list{gap:8px}.agent-step,.agent-message,.agent-decision-card{border-color:#ffffff12;border-radius:11px;background:linear-gradient(180deg,rgba(255,255,255,.032),rgba(255,255,255,.012)),rgba(22,22,25,.74);box-shadow:none}.agent-step{min-height:46px;padding:0 11px}.agent-step-head{grid-template-columns:24px 1fr;gap:8px;min-height:46px}.agent-step-head span{width:18px;height:18px;background:rgba(255,255,255,.045)}.agent-step-head span svg{width:12px;height:12px}.agent-step-head strong{font-size:13px;font-weight:760}.agent-step-progress{margin-top:3px;color:#d2d2d7bd;font-size:11px;line-height:1.35}.agent-step.done .agent-step-head span{color:var(--green);background:rgba(50,215,75,.1)}.agent-step.decision-step{border-color:#0a84ff42;background:linear-gradient(180deg,rgba(10,132,255,.06),rgba(255,255,255,.012)),rgba(24,24,27,.82)}.agent-step.decision-step .agent-step-progress{color:var(--blue)}.agent-step-options{padding-left:32px}.agent-step-options span{border-color:#ffffff16;color:#f5f5f7c2;background:rgba(255,255,255,.035);font-size:11px}.agent-step-options span.selected{border-color:#0a84ff57;color:var(--text);background:rgba(10,132,255,.1)}.agent-step.running{border-color:#0a84ff42;background:linear-gradient(180deg,rgba(10,132,255,.07),rgba(255,255,255,.012)),rgba(22,22,25,.76)}.agent-step.running .agent-step-head span,.agent-step.running .agent-step-head span svg{color:var(--blue)!important}.agent-step.failed{border-color:#ff453a47;background:rgba(255,69,58,.08)}.agent-message{padding:12px 13px;color:#f5f5f7e0;font-size:13px;line-height:1.55}.agent-message.primary,.agent-decision-card{border-color:#0a84ff52;background:linear-gradient(180deg,rgba(10,132,255,.08),rgba(255,255,255,.012)),rgba(24,24,27,.82)}.agent-decision-card{padding:12px}.agent-decision-card p,.agent-choice-list p{color:#d2d2d7b8;font-size:12px;line-height:1.45}.agent-decision-card strong{color:var(--blue);font-size:12px}.agent-decision-options span{border-color:#ffffff16;color:#f5f5f7c2;background:rgba(255,255,255,.035);font-size:11px}.agent-decision-options span.selected{border-color:#0a84ff57;color:var(--text);background:rgba(10,132,255,.1)}.agent-choice{min-height:44px;border:1px solid rgba(255,255,255,.075);border-radius:10px;padding:0 12px;background:rgba(255,255,255,.045);font-size:13px;font-weight:760}.agent-choice.preferred{color:#fff;border-color:transparent;background:linear-gradient(180deg,#238fff,#0a84ff);box-shadow:inset 0 1px #ffffff29,0 8px 20px #0a84ff33}.shot-output{position:relative;gap:8px}.shot-output:focus-within{z-index:1}.shot-output .image-open,.shot-output .video-box,.shot-image-placeholder{border-radius:9px}.shot-output .image-open,.shot-output .video-box{box-shadow:inset 0 0 0 1px #ffffff0d}.shot-output .image-open:after,.shot-output .video-box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(10,10,12,.1));opacity:0;transition:opacity .18s var(--ease-apple)}.shot-output .image-open:hover:after,.shot-output .video-box:hover:after,.shot-output:focus-within .image-open:after,.shot-output:focus-within .video-box:after{opacity:.56}.shot-output .media-actions,.shot-output .video-pending-actions{position:absolute;right:10px;bottom:10px;left:auto;z-index:4;width:auto;min-height:34px;height:auto;justify-content:flex-end;gap:6px;padding:5px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(24,24,27,.54);box-shadow:inset 0 1px #ffffff0e,0 10px 24px #0000002e;opacity:0;transform:translateY(6px);pointer-events:none;-webkit-backdrop-filter:blur(18px) saturate(1.12);backdrop-filter:blur(18px) saturate(1.12);transition:opacity .17s var(--ease-apple),transform .17s var(--ease-apple),border-color .17s var(--ease-apple),background-color .17s var(--ease-apple)}.shot-row.active .shot-output .media-actions,.shot-row.active .shot-output .video-pending-actions,.shot-output:hover .media-actions,.shot-output:hover .video-pending-actions,.shot-output:focus-within .media-actions,.shot-output:focus-within .video-pending-actions{opacity:1;transform:translateY(0);pointer-events:auto}.shot-output .media-actions button,.shot-output .video-pending-actions button,.shot-output .video-pending-actions label{min-height:24px;padding:0 8px;border-radius:999px;color:#f5f5f7d1;font-size:11px;font-weight:760}.shot-output .media-actions button:hover,.shot-output .video-pending-actions button:hover,.shot-output .video-pending-actions label:hover{color:#fff!important;background:rgba(255,255,255,.08)!important}.shot-output .video-pending-actions.disabled{pointer-events:none}.shot-image-placeholder{position:relative;overflow:hidden;border-color:#ffffff24;color:var(--muted)}.shot-image-placeholder-note{color:var(--text-2)}.shot-image-hover-hint,.shot-video-hover-hint{border-color:#ffffff24;color:#ffffffeb;background:rgba(24,24,27,.5);box-shadow:0 10px 24px #0000002e;-webkit-backdrop-filter:blur(14px) saturate(1.12);backdrop-filter:blur(14px) saturate(1.12)}.shot-image-hover-hint span+span,.shot-video-hover-hint span+span{border-left-color:#ffffff29}.image-open:focus-visible,.video-box.ready:focus-visible,.ref-thumb:focus-visible,.ref-add-button:focus-visible{outline-color:#0a84ffc7!important}.video-generating i:after{background:var(--blue)}.shot-video-status-note.running,.shot-media-status-note.running{color:#64d2ffdb}.shot-video-status-note.failed,.shot-media-status-note.failed{color:var(--red)}.video-pending-actions button:hover,.video-pending-actions label:hover,.media-actions button:hover{border-color:transparent!important;color:var(--text)!important;background:transparent!important;box-shadow:none!important}.ref-thumb-info{color:var(--text)}.ref-thumb-info span{border-color:#ffffff2e;color:var(--text);background:rgba(255,255,255,.1)}.ref-thumb-info small{color:var(--text-2)}.ref-remove-button{border-color:#ffffff47!important;color:var(--text)!important;background:rgba(36,36,40,.9)!important}.ref-remove-button:hover{color:#fff!important;background:rgba(255,69,58,.82)!important}.user-avatar{border-color:#ffffff29!important;background:rgba(255,255,255,.06)!important;box-shadow:inset 0 0 0 1px #ffffff0e,0 8px 20px #00000042!important}.user-avatar:hover{border-color:#ffffff3d!important;transform:translateY(-1px)}.workspace .brand,.workspace-brand,.workspace-tools .credit-pill,.workspace-tools .upgrade-button,.settings-modal h2,.settings-modal h3,.upload-guidance h3,.shot-desc strong,.timeline-status strong{text-shadow:none}.workspace-tools .credit-upgrade-pill,.workspace-tools .credit-pill,.workspace-tools .upgrade-button{letter-spacing:0}.project-media-card-body em.current{color:var(--blue)!important;background:rgba(10,132,255,.1)!important}.project-media-card footer button{color:#fff!important;background:linear-gradient(180deg,#238fff,#0a84ff)!important;box-shadow:none!important}.reference-picker,.model-menu,.setting-menu,.spec-group-dropdown,.batch-download-menu,.asset-generation-menu,.settings-modal,.upload-modal,.assembled-video-modal,.media-library-modal,.blank-project-dialog,.local-edit-modal,.asset-local-edit-panel,.asset-workbench-panel{animation:floating-panel-in .17s var(--ease-apple) both;transform-origin:top center}@keyframes floating-panel-in{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@supports not (backdrop-filter: blur(1px)){.workspace-top,.topbar,.nav-pill,.director-panel,.chat-input,.settings-modal,.upload-modal,.assembled-video-modal,.reference-picker,.model-menu,.setting-menu,.spec-group-dropdown,.batch-download-menu,.asset-generation-menu,.media-library-modal,.blank-project-dialog,.local-edit-modal,.asset-local-edit-panel,.asset-workbench-panel,.showcase-preview{background:rgba(28,28,32,.96)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}html[data-theme=light]{--page: #f6f7fb;--panel: #ffffff;--panel-2: #f9fafb;--surface: #eef1f5;--border: rgba(15, 23, 42, .12);--border-strong: rgba(15, 23, 42, .2);--text: #111827;--text-2: #374151;--muted: #6b7280;--gold: #2563eb;--gold-soft: #2563eb;--cyan: #0284c7;--blue: #2563eb;--green: #15803d;--red: #dc2626;--warning: #b45309;--ink-on-gold: #ffffff;--glass: rgba(255, 255, 255, .84);--glass-strong: rgba(255, 255, 255, .94);--glass-soft: rgba(15, 23, 42, .045);--highlight: rgba(37, 99, 235, .12);--shadow-soft: 0 14px 34px rgba(15, 23, 42, .09);--shadow-elevated: 0 22px 64px rgba(15, 23, 42, .13)}html[data-theme=light] body{background:radial-gradient(circle at 18% 0%,rgba(37,99,235,.12),transparent 32%),radial-gradient(circle at 82% 8%,rgba(14,165,233,.09),transparent 30%),linear-gradient(180deg,#ffffff 0%,#f7f9fd 38%,var(--page) 100%)}html[data-theme=light] body:before{background:linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(15,23,42,.028) 1px,transparent 1px);-webkit-mask-image:radial-gradient(circle at 50% 8%,rgba(0,0,0,.26),transparent 62%);mask-image:radial-gradient(circle at 50% 8%,rgba(0,0,0,.26),transparent 62%)}html[data-theme=light] .home-page,html[data-theme=light] .standard-page,html[data-theme=light] .models-page,html[data-theme=light] .workspace,html[data-theme=light] .canvas-view,html[data-theme=light] .demo-production-map{background:radial-gradient(circle at 24% 14%,rgba(37,99,235,.1),transparent 26%),radial-gradient(circle at 76% 8%,rgba(14,165,233,.08),transparent 26%),linear-gradient(135deg,rgba(255,255,255,.88),transparent 42%),var(--page)}html[data-theme=light] .workspace-top,html[data-theme=light] .topbar,html[data-theme=light] .director-panel,html[data-theme=light] .chat-input,html[data-theme=light] .settings-modal,html[data-theme=light] .upload-modal,html[data-theme=light] .assembled-video-modal,html[data-theme=light] .reference-picker,html[data-theme=light] .model-menu,html[data-theme=light] .setting-menu,html[data-theme=light] .spec-group-dropdown,html[data-theme=light] .batch-download-menu,html[data-theme=light] .asset-generation-menu,html[data-theme=light] .media-library-modal,html[data-theme=light] .blank-project-dialog,html[data-theme=light] .local-edit-modal,html[data-theme=light] .asset-local-edit-panel,html[data-theme=light] .asset-workbench-panel,html[data-theme=light] .showcase-preview{border-color:var(--border);background:var(--glass);box-shadow:var(--shadow-elevated);-webkit-backdrop-filter:blur(26px) saturate(1.15);backdrop-filter:blur(26px) saturate(1.15)}html[data-theme=light] .workspace-top{border-bottom-color:var(--border);background:rgba(255,255,255,.86);box-shadow:0 1px #0f172a0a,0 14px 36px #0f172a14}html[data-theme=light] .workspace-brand{border-right-color:var(--border)!important;color:var(--blue)!important}html[data-theme=light] .brand,html[data-theme=light] .workspace-brand,html[data-theme=light] .credit-pill,html[data-theme=light] .eyebrow,html[data-theme=light] .hero h1,html[data-theme=light] .model-hero h1,html[data-theme=light] .zoclaw-hero h1,html[data-theme=light] .settings-modal h2,html[data-theme=light] .settings-modal h3,html[data-theme=light] .assistant-message span,html[data-theme=light] .flow-step strong,html[data-theme=light] .section-title button,html[data-theme=light] .project-media-header span,html[data-theme=light] .upload-guidance h3,html[data-theme=light] .timeline-status strong{color:var(--text)}html[data-theme=light] .eyebrow,html[data-theme=light] .project-media-header span,html[data-theme=light] .settings-modal h2,html[data-theme=light] .settings-modal h3,html[data-theme=light] .script-card h3,html[data-theme=light] .script-scene-card h3,html[data-theme=light] .asset-generation-controls svg{color:var(--blue)}html[data-theme=light] .hero h1,html[data-theme=light] .model-hero h1,html[data-theme=light] .zoclaw-hero h1{color:var(--text);text-shadow:0 18px 58px rgba(37,99,235,.08)}html[data-theme=light] .ghost-button,html[data-theme=light] .secondary-button,html[data-theme=light] .chip,html[data-theme=light] .icon-button,html[data-theme=light] .tab-chip,html[data-theme=light] .chat-select,html[data-theme=light] .chat-input button,html[data-theme=light] .assistant-action,html[data-theme=light] .export-button,html[data-theme=light] .timeline-status button,html[data-theme=light] .task-log span,html[data-theme=light] .composer-context,html[data-theme=light] .model-option:hover,html[data-theme=light] .model-option.selected,html[data-theme=light] .batch-download-menu button:hover,html[data-theme=light] .reference-option:hover,html[data-theme=light] .params-bar button,html[data-theme=light] .params-bar span,html[data-theme=light] .workspace-tab,html[data-theme=light] .theme-toggle,html[data-theme=light] .project-media-filters button,html[data-theme=light] .project-media-search,html[data-theme=light] .project-media-view-switch,html[data-theme=light] .asset-category-tabs button,html[data-theme=light] .embedded-toolbar span,html[data-theme=light] .embedded-toolbar strong,html[data-theme=light] .canvas-module-header button{color:var(--text-2);border-color:var(--border);background:rgba(255,255,255,.72);box-shadow:inset 0 1px #ffffffb8}html[data-theme=light] .ghost-button:hover,html[data-theme=light] .secondary-button:hover,html[data-theme=light] .chip:hover,html[data-theme=light] .icon-button:hover,html[data-theme=light] .tab-chip:hover,html[data-theme=light] .workspace-tab:hover,html[data-theme=light] .theme-toggle:hover,html[data-theme=light] .chat-input button:hover,html[data-theme=light] .assistant-action:hover,html[data-theme=light] .project-media-filters button:hover,html[data-theme=light] .asset-category-tabs button:hover,html[data-theme=light] .canvas-module-header button:hover,html[data-theme=light] .params-bar button:hover{color:var(--text);border-color:#2563eb40;background:rgba(37,99,235,.08)}html[data-theme=light] .workspace-tab.active,html[data-theme=light] .primary-button,html[data-theme=light] .chat-input .send,html[data-theme=light] .render-button,html[data-theme=light] .demo-final-badge,html[data-theme=light] .hero-output-top button,html[data-theme=light] .assembled-video-modal footer button,html[data-theme=light] .reference-done,html[data-theme=light] .demo-fill.active,html[data-theme=light] .chip.large.active,html[data-theme=light] .assistant-action.primary-flow,html[data-theme=light] .flow-step.done>span,html[data-theme=light] .production-node.current header em,html[data-theme=light] .canvas-hero-action,html[data-theme=light] .timeline-player .render-button,html[data-theme=light] .project-media-filters button.active,html[data-theme=light] .project-media-view-switch button.active,html[data-theme=light] .asset-category-tabs button.active,html[data-theme=light] .setting-menu button.selected,html[data-theme=light] .setting-menu button:hover{color:#fff;border-color:transparent;background:linear-gradient(180deg,#3b82f6,#2563eb);box-shadow:inset 0 1px #ffffff47,0 10px 28px #2563eb2e}html[data-theme=light] .workspace-tools .upgrade-button,html[data-theme=light] .upgrade-button{color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);box-shadow:inset 0 1px #ffffff6b,0 12px 30px #2563eb29}html[data-theme=light] .credit-upgrade-pill{border-color:var(--border);background:rgba(255,255,255,.76);box-shadow:inset 0 1px #ffffffc7,0 16px 36px #0f172a1a}html[data-theme=light] .content-band{position:relative;isolation:isolate}html[data-theme=light] .content-band:before{content:"";position:absolute;top:-20px;right:-28px;bottom:-26px;left:-28px;z-index:-1;border:1px solid rgba(255,255,255,.72);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.42)),rgba(226,236,252,.32);box-shadow:inset 0 1px #ffffffd1,0 28px 90px #2563eb1a,0 10px 32px #0f172a0f;-webkit-backdrop-filter:blur(28px) saturate(1.22);backdrop-filter:blur(28px) saturate(1.22)}html[data-theme=light] .nav-pill,html[data-theme=light] .prompt-box,html[data-theme=light] .project-card,html[data-theme=light] .asset-card,html[data-theme=light] .workflow-card,html[data-theme=light] .style-card,html[data-theme=light] .assistant-message,html[data-theme=light] .assistant-flow,html[data-theme=light] .task-log,html[data-theme=light] .flow-step,html[data-theme=light] .shot-row,html[data-theme=light] .canvas-module,html[data-theme=light] .production-node,html[data-theme=light] .settings-flow-preview,html[data-theme=light] .hero-output-summary,html[data-theme=light] .reference-search,html[data-theme=light] .reference-option-text-thumb,html[data-theme=light] .assembled-video-strip button,html[data-theme=light] .timeline-shot-card,html[data-theme=light] .export-hint,html[data-theme=light] .script-sheet,html[data-theme=light] .script-card,html[data-theme=light] .script-source-document,html[data-theme=light] .script-result-document,html[data-theme=light] .script-empty-draft,html[data-theme=light] .project-media-card,html[data-theme=light] .project-media-section>header,html[data-theme=light] .project-media-stats,html[data-theme=light] .media-library-grid button,html[data-theme=light] .embedded-asset-card,html[data-theme=light] .canvas-module-summary,html[data-theme=light] .upload-guidance article,html[data-theme=light] .agent-message,html[data-theme=light] .agent-settings-pill,html[data-theme=light] .agent-step,html[data-theme=light] .agent-decision-card,html[data-theme=light] .agent-choice{border-color:var(--border);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(249,250,251,.86)),var(--panel);box-shadow:var(--shadow-soft)}html[data-theme=light] .tab-chip{min-height:36px;border-color:#94a3b838;color:#334155;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.72)),rgba(255,255,255,.66);box-shadow:inset 0 1px #ffffffdb,0 10px 24px #0f172a0f;-webkit-backdrop-filter:blur(18px) saturate(1.18);backdrop-filter:blur(18px) saturate(1.18)}html[data-theme=light] .tab-chip.active{color:#fff;border-color:#2563eb6b;background:linear-gradient(180deg,rgba(59,130,246,.96),rgba(37,99,235,.94)),#2563eb;box-shadow:inset 0 1px #ffffff52,0 12px 28px #2563eb38}html[data-theme=light] .prompt-box{border-color:#2563eb47;background:rgba(255,255,255,.88);box-shadow:0 30px 90px #0f172a1c}html[data-theme=light] .prompt-box:focus-within,html[data-theme=light] .script-source-textarea:focus,html[data-theme=light] .script-result-section textarea:focus,html[data-theme=light] .remix-prompt-input:focus{border-color:#2563eb85;box-shadow:0 0 0 4px #2563eb1a,var(--shadow-soft)}html[data-theme=light] .prompt-placeholder{color:#37415185}html[data-theme=light] .project-card:hover,html[data-theme=light] .showcase-card:hover,html[data-theme=light] .asset-card:hover,html[data-theme=light] .project-media-card:hover,html[data-theme=light] .workflow-card:hover,html[data-theme=light] .style-card:hover,html[data-theme=light] .production-node:hover{border-color:#2563eb42;box-shadow:0 28px 78px #0f172a24}html[data-theme=light] .project-card,html[data-theme=light] .showcase-card{border-color:#ffffffad;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(248,250,252,.62)),rgba(255,255,255,.58);box-shadow:inset 0 1px #ffffffe0,0 18px 42px #0f172a14,0 4px 18px #2563eb0f;-webkit-backdrop-filter:blur(22px) saturate(1.2);backdrop-filter:blur(22px) saturate(1.2)}html[data-theme=light] .project-card.new{color:#1d4ed8;border-color:#2563eb38;background:radial-gradient(circle at 50% 0%,rgba(96,165,250,.18),transparent 48%),linear-gradient(180deg,rgba(255,255,255,.92),rgba(239,246,255,.72))}html[data-theme=light] .project-card.new span,html[data-theme=light] .project-card.new strong{color:#1e3a8a}html[data-theme=light] .project-card-cover{border-color:#ffffffb8;background:rgba(255,255,255,.68)}html[data-theme=light] .project-card-cover img,html[data-theme=light] .showcase-card img{filter:saturate(.98) brightness(1.04)}html[data-theme=light] .project-card-copy{color:#fff!important}html[data-theme=light] .project-card-copy small{color:#ffffffc7}html[data-theme=light] .showcase-card{border-radius:14px;overflow:hidden}html[data-theme=light] .showcase-card:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffffe6,0 28px 78px #0f172a24,0 10px 32px #2563eb14}html[data-theme=light] .showcase-cover:after{background:linear-gradient(180deg,rgba(15,23,42,0) 36%,rgba(15,23,42,.62) 100%),linear-gradient(90deg,rgba(15,23,42,.18),rgba(15,23,42,0) 42%)}html[data-theme=light] .showcase-play,html[data-theme=light] .showcase-meta{color:#fff;border-color:#ffffff6b;background:rgba(15,23,42,.42);box-shadow:inset 0 1px #ffffff29,0 10px 26px #0f172a29;-webkit-backdrop-filter:blur(18px) saturate(1.25);backdrop-filter:blur(18px) saturate(1.25)}html[data-theme=light] .project-card.new,html[data-theme=light] .assistant-message.featured,html[data-theme=light] .flow-step.current,html[data-theme=light] .assistant-action.highlighted,html[data-theme=light] .settings-scope-note,html[data-theme=light] .settings-flow-preview,html[data-theme=light] .export-hint,html[data-theme=light] .model-trigger.active,html[data-theme=light] .chip.attached,html[data-theme=light] .project-card-cover,html[data-theme=light] .script-card,html[data-theme=light] .script-scene-card.active,html[data-theme=light] .asset-card.demo-generating,html[data-theme=light] .workflow-card.active,html[data-theme=light] .style-card.active,html[data-theme=light] .params-bar button.active,html[data-theme=light] .reference-option.selected,html[data-theme=light] .agent-message.primary,html[data-theme=light] .agent-choice.preferred,html[data-theme=light] .agent-decision-card,html[data-theme=light] .agent-step.running{border-color:#2563eb5c;background:linear-gradient(180deg,rgba(37,99,235,.1),rgba(37,99,235,.04)),rgba(255,255,255,.92)}html[data-theme=light] .script-result-document.embedded-module-surface,html[data-theme=light] .script-empty-draft.embedded-module-surface,html[data-theme=light] .assets-view.embedded-module-surface{background:radial-gradient(circle at 26% 8%,rgba(37,99,235,.08),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.66),rgba(246,247,251,.42))}html[data-theme=light] .script-result-document.embedded-module-surface{border-color:#ffffffb8;box-shadow:inset 0 1px #ffffffb8;-webkit-backdrop-filter:blur(20px) saturate(1.12);backdrop-filter:blur(20px) saturate(1.12)}html[data-theme=light] .script-result-section textarea,html[data-theme=light] .script-source-textarea,html[data-theme=light] .script-empty-draft textarea{color:#1f2937;border:1px solid rgba(148,163,184,.22);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,250,252,.78)),rgba(255,255,255,.74);box-shadow:inset 0 1px #ffffffdb,0 14px 36px #0f172a0d}html[data-theme=light] .script-result-section textarea::placeholder,html[data-theme=light] .script-source-textarea::placeholder,html[data-theme=light] .script-empty-draft textarea::placeholder{color:#4b556380}html[data-theme=light] .workspace,html[data-theme=light] .workbench,html[data-theme=light] .stage,html[data-theme=light] .storyboard-view .params-bar,html[data-theme=light] .storyboard-header,html[data-theme=light] .assembled-video-player,html[data-theme=light] .assembled-video-fallback,html[data-theme=light] .timeline-track,html[data-theme=light] .demo-production-map{background-color:var(--page)}html[data-theme=light] .params-bar,html[data-theme=light] .storyboard-header{background:rgba(246,247,251,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html[data-theme=light] .shot-row.active,html[data-theme=light] .canvas-module.selected,html[data-theme=light] .canvas-module.active,html[data-theme=light] .production-node.current,html[data-theme=light] .assembled-video-strip button.active,html[data-theme=light] .style-card.active{border-color:#2563eb94}html[data-theme=light] .shot-index,html[data-theme=light] .embedded-shot-row,html[data-theme=light] .embedded-image-state,html[data-theme=light] .embedded-video-state,html[data-theme=light] .asset-skeleton,html[data-theme=light] .asset-card img.asset-image-character,html[data-theme=light] .assets-view.embedded-module-surface .asset-card img,html[data-theme=light] .local-edit-stage,html[data-theme=light] .local-edit-prompt{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(241,245,249,.82)),var(--surface)}html[data-theme=light] .asset-card{border-color:#ffffffb3;border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(248,250,252,.7)),rgba(255,255,255,.62);box-shadow:inset 0 1px #ffffffdb,0 18px 46px #0f172a17,0 5px 18px #2563eb0d;-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18)}html[data-theme=light] .asset-card h3{width:fit-content;max-width:calc(100% - 28px);border:1px solid rgba(255,255,255,.56);border-radius:10px;padding:7px 10px;color:#111827;background:rgba(255,255,255,.62);box-shadow:inset 0 1px #ffffffd1,0 10px 24px #0f172a1a;text-shadow:none;-webkit-backdrop-filter:blur(16px) saturate(1.18);backdrop-filter:blur(16px) saturate(1.18)}html[data-theme=light] .asset-card p{color:#475569}html[data-theme=light] .asset-card img,html[data-theme=light] .asset-image-wrap,html[data-theme=light] .asset-skeleton,html[data-theme=light] .asset-card img.asset-image-character,html[data-theme=light] .assets-view.embedded-module-surface .asset-card img{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.92),transparent 46%),linear-gradient(180deg,rgba(226,232,240,.28),rgba(248,250,252,.82)),#f8fafc}html[data-theme=light] .asset-image-wrap:after{content:"";position:absolute;inset:auto 0 0;height:76px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.82))}html[data-theme=light] .asset-voice{border-top-color:#0f172a14;border-bottom-color:#0f172a14}html[data-theme=light] .asset-actions{border-top-color:#0f172a14}html[data-theme=light] .asset-voice button,html[data-theme=light] .asset-actions button,html[data-theme=light] .asset-actions label{color:#334155}html[data-theme=light] .asset-actions button,html[data-theme=light] .asset-actions label,html[data-theme=light] .asset-voice button,html[data-theme=light] .row-actions button{min-height:30px;border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:0 10px;background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(248,250,252,.5)),rgba(255,255,255,.34);box-shadow:inset 0 1px #ffffffc7,0 8px 18px #0f172a0f}html[data-theme=light] .asset-actions button:hover,html[data-theme=light] .asset-actions label:hover,html[data-theme=light] .asset-voice button:hover,html[data-theme=light] .row-actions button:hover{color:#0f172a;border-color:#2563eb3d;background:rgba(37,99,235,.08)}html[data-theme=light] .shot-image-placeholder,html[data-theme=light] .video-box,html[data-theme=light] .stage-image-wrap,html[data-theme=light] .stage-video-wrap,html[data-theme=light] .project-media-image,html[data-theme=light] .project-media-video-thumb{border-color:#0f172a24;background:#111827}html[data-theme=light] .project-media-image span{color:#2563eb;border-color:#ffffffb8;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,250,252,.56)),rgba(255,255,255,.46);box-shadow:inset 0 1px #ffffffdb,0 10px 24px #0f172a24;-webkit-backdrop-filter:blur(16px) saturate(1.16);backdrop-filter:blur(16px) saturate(1.16)}html[data-theme=light] .project-media-image:hover span{color:#1d4ed8;border-color:#ffffffdb;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.68)),rgba(255,255,255,.56);box-shadow:inset 0 1px #fffffff0,0 14px 30px #2563eb2e}html[data-theme=light] .shot-image-placeholder span,html[data-theme=light] .shot-image-placeholder strong,html[data-theme=light] .video-box span,html[data-theme=light] .video-box strong,html[data-theme=light] .stage-image-wrap span,html[data-theme=light] .stage-video-wrap>span{color:#e5e7eb}html[data-theme=light] .image-workbench,html[data-theme=light] .image-stage,html[data-theme=light] .asset-workbench .asset-stage-image img{background:radial-gradient(circle at 50% 18%,rgba(37,99,235,.12),transparent 30%),#0f172a}html[data-theme=light] .image-workbench{color:#111827;background:radial-gradient(circle at 52% 22%,rgba(37,99,235,.12),transparent 36%),linear-gradient(180deg,#f8fafc 0%,#eef3fb 52%,#e7edf6 100%)}html[data-theme=light] .image-workbench .image-stage{background:radial-gradient(circle at 50% 48%,rgba(37,99,235,.1),transparent 34%),linear-gradient(180deg,rgba(248,250,252,.92),rgba(226,232,240,.78))}html[data-theme=light] .image-side,html[data-theme=light] .image-version-rail,html[data-theme=light] .remix-panel{color:#111827;border-color:#94a3b829;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(248,250,252,.68)),rgba(255,255,255,.54);box-shadow:inset 1px 0 #ffffffb8,0 22px 70px #0f172a1f;-webkit-backdrop-filter:blur(22px) saturate(1.12);backdrop-filter:blur(22px) saturate(1.12)}html[data-theme=light] .image-version-rail{border-right-color:#94a3b824}html[data-theme=light] .image-side{border-left:1px solid rgba(148,163,184,.14)}html[data-theme=light] .image-workbench .scene-summary h2,html[data-theme=light] .image-workbench .scene-summary p,html[data-theme=light] .image-workbench .remix-panel p,html[data-theme=light] .image-workbench .remix-panel footer,html[data-theme=light] .image-workbench .remix-panel footer span,html[data-theme=light] .image-workbench .remix-panel footer strong{color:#111827}html[data-theme=light] .image-workbench .scene-summary button{color:#64748b}html[data-theme=light] .image-workbench .scene-summary button:hover{color:#0f172a}html[data-theme=light] .image-workbench .remix-panel{align-self:end;border:1px solid rgba(255,255,255,.62);background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,250,252,.62)),rgba(255,255,255,.48);box-shadow:inset 0 1px #ffffffc7,0 -18px 48px #0f172a14}html[data-theme=light] .image-workbench .remix-prompt-input,html[data-theme=light] .image-workbench .asset-description-editor textarea,html[data-theme=light] .image-workbench .asset-image-prompt-editor textarea{color:#111827;border-color:#94a3b838;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(248,250,252,.68)),rgba(255,255,255,.48);box-shadow:inset 0 1px #ffffffbd}html[data-theme=light] .image-workbench .remix-prompt-input::placeholder,html[data-theme=light] .image-workbench .asset-description-editor textarea::placeholder,html[data-theme=light] .image-workbench .asset-image-prompt-editor textarea::placeholder{color:#4755698a}html[data-theme=light] .image-workbench .remix-references button,html[data-theme=light] .image-workbench .reference-add-button,html[data-theme=light] .image-workbench .remix-reference-thumb,html[data-theme=light] .image-workbench .remix-references img{border-color:#94a3b838;background:rgba(241,245,249,.82)}html[data-theme=light] .image-workbench .version-upload,html[data-theme=light] .image-workbench .version-thumb{color:#334155;border-color:#94a3b83d;background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(248,250,252,.58)),rgba(255,255,255,.42)}html[data-theme=light] .image-workbench .version-thumb.active{border-color:#60a5facc;box-shadow:0 0 0 2px #2563eb47,0 10px 24px #00000038}html[data-theme=light] .image-workbench .version-upload-menu,html[data-theme=light] .image-workbench .reference-upload-menu,html[data-theme=light] .image-workbench .asset-generation-menu{color:#111827;border-color:#ffffff9e;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.86)),rgba(255,255,255,.72);box-shadow:0 20px 60px #0f172a1f}html[data-theme=light] .image-workbench .version-upload-menu label,html[data-theme=light] .image-workbench .version-upload-menu button,html[data-theme=light] .image-workbench .reference-upload-menu label,html[data-theme=light] .image-workbench .reference-upload-menu button,html[data-theme=light] .image-workbench .asset-generation-menu button{color:#111827}html[data-theme=light] .image-workbench .version-upload-menu label:hover,html[data-theme=light] .image-workbench .version-upload-menu button:hover,html[data-theme=light] .image-workbench .reference-upload-menu label:hover,html[data-theme=light] .image-workbench .reference-upload-menu button:hover,html[data-theme=light] .image-workbench .asset-generation-menu button:hover,html[data-theme=light] .image-workbench .asset-generation-menu button.selected{background:rgba(37,99,235,.08)}html[data-theme=light] .image-workbench .asset-generation-select>button,html[data-theme=light] .image-workbench .asset-generation-select>button svg,html[data-theme=light] .image-workbench .ratio-icon{color:#334155}html[data-theme=light] .image-workbench .remix-panel footer>button,html[data-theme=light] .image-workbench .video-submit-button{color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);box-shadow:inset 0 1px #ffffff47,0 10px 24px #2563eb47}html[data-theme=light] .stage-toolbar,html[data-theme=light] .workbench-close,html[data-theme=light] .stage-version-actions{color:#e5e7eb;border-color:#ffffff1f;background:rgba(15,23,42,.9)}html[data-theme=light] .stage-version-actions span,html[data-theme=light] .stage-version-actions small,html[data-theme=light] .stage-version-actions .version-quality-note{color:#e5e7eb}html[data-theme=light] .remix-prompt-input,html[data-theme=light] .script-source-textarea,html[data-theme=light] .script-result-section textarea,html[data-theme=light] .script-empty-draft textarea,html[data-theme=light] input,html[data-theme=light] textarea,html[data-theme=light] select{color:var(--text);background:rgba(255,255,255,.78);border-color:var(--border)}html[data-theme=light] .reference-upload-menu,html[data-theme=light] .asset-generation-menu,html[data-theme=light] .model-menu,html[data-theme=light] .setting-menu,html[data-theme=light] .batch-download-menu{border-color:var(--border);background:rgba(255,255,255,.98);box-shadow:var(--shadow-elevated)}html[data-theme=light] .reference-upload-menu label:hover,html[data-theme=light] .reference-upload-menu button:hover,html[data-theme=light] .asset-generation-menu button:hover,html[data-theme=light] .asset-generation-menu button.selected,html[data-theme=light] .batch-download-menu button:hover{background:rgba(37,99,235,.08)}html[data-theme=light] .director-panel{border-left-color:var(--border);background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(249,250,251,.94));box-shadow:-18px 0 44px #0f172a14}html[data-theme=light] .director-panel header{border-bottom-color:#0f172a14;background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(248,250,252,.62))}html[data-theme=light] .chat-select,html[data-theme=light] .composer-context,html[data-theme=light] .chat-input button{color:#334155;border-color:#94a3b838;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.76));box-shadow:inset 0 1px #ffffffd1,0 10px 24px #0f172a0d}html[data-theme=light] .chat-input{border-top-color:#0f172a14;background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,.74));-webkit-backdrop-filter:blur(20px) saturate(1.1);backdrop-filter:blur(20px) saturate(1.1)}html[data-theme=light] .chat-input textarea{color:#111827}html[data-theme=light] .chat-input textarea::placeholder{color:#4b55638a}html[data-theme=light] .chat-input .send{color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);box-shadow:0 12px 26px #2563eb3d}html[data-theme=light] .agent-prompt-bubble{color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);box-shadow:0 14px 38px #2563eb29}html[data-theme=light] .agent-step-head span,html[data-theme=light] .agent-step-options span,html[data-theme=light] .agent-decision-options span{color:var(--text-2);background:rgba(37,99,235,.08)}html[data-theme=light] .agent-step-options span.selected,html[data-theme=light] .agent-decision-options span.selected,html[data-theme=light] .agent-settings-pill,html[data-theme=light] .agent-step.running .agent-step-head span svg,html[data-theme=light] .agent-decision-card strong,html[data-theme=light] .agent-choice.preferred{color:var(--blue)}html[data-theme=light] .modal-backdrop,html[data-theme=light] .assembled-video-backdrop,html[data-theme=light] .asset-workbench-backdrop,html[data-theme=light] .local-edit-backdrop,html[data-theme=light] .media-library-backdrop,html[data-theme=light] .showcase-preview-backdrop{background:rgba(15,23,42,.32);-webkit-backdrop-filter:blur(16px) saturate(1.08);backdrop-filter:blur(16px) saturate(1.08)}html[data-theme=light] .settings-modal,html[data-theme=light] .asset-create-modal,html[data-theme=light] .blank-project-dialog{background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(249,250,251,.94));box-shadow:0 42px 120px #0f172a2e}html[data-theme=light] .style-card span,html[data-theme=light] .project-card-cover:after{color:#fff}html[data-theme=light] .style-card span{background:linear-gradient(180deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.48) 55%,rgba(15,23,42,.78) 100%)}html[data-theme=light] .project-card-cover:after{background:linear-gradient(180deg,rgba(15,23,42,.02) 0%,rgba(15,23,42,.2) 46%,rgba(15,23,42,.78) 100%),linear-gradient(90deg,rgba(15,23,42,.28),rgba(15,23,42,.02) 58%)}html[data-theme=light] .theme-toggle{white-space:nowrap}html[data-theme=light] .case-tabs .tab-chip,html[data-theme=light] .tab-chip{color:#334155!important;border-color:#94a3b833!important;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,250,252,.74)),rgba(255,255,255,.68)!important;box-shadow:inset 0 1px #ffffffe6,0 10px 24px #0f172a0f!important;-webkit-backdrop-filter:blur(18px) saturate(1.18);backdrop-filter:blur(18px) saturate(1.18)}html[data-theme=light] .case-tabs .tab-chip.active,html[data-theme=light] .tab-chip.active{color:#fff!important;border-color:#2563eb6b!important;background:linear-gradient(180deg,rgba(59,130,246,.98),rgba(37,99,235,.95)),#2563eb!important;box-shadow:inset 0 1px #ffffff57,0 14px 30px #2563eb3d!important}html[data-theme=light] .project-card.new{color:#1d4ed8!important;border-color:#2563eb38!important;background:radial-gradient(circle at 50% 0%,rgba(96,165,250,.18),transparent 48%),linear-gradient(180deg,rgba(255,255,255,.94),rgba(239,246,255,.76))!important}html[data-theme=light] .asset-card{border-color:#ffffffb8!important;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.72)),rgba(255,255,255,.64)!important;box-shadow:inset 0 1px #ffffffe0,0 18px 46px #0f172a17,0 5px 18px #2563eb0d!important}html[data-theme=light] .director-panel header,html[data-theme=light] .chat-select,html[data-theme=light] .composer-context,html[data-theme=light] .chat-input button{color:#334155!important;border-color:#94a3b838!important;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,250,252,.76)),rgba(255,255,255,.72)!important}html[data-theme=light] .chat-input .send{color:#fff!important;background:linear-gradient(180deg,#3b82f6,#2563eb)!important}html[data-theme=light] .topbar{border-color:transparent!important;background:linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,0)),transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-theme=light] .top-actions{gap:10px;padding:6px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.18)),rgba(255,255,255,.2);box-shadow:inset 0 1px #ffffffb3,0 18px 42px #0f172a0e;-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18)}html[data-theme=light] .top-actions .ghost-button,html[data-theme=light] .top-actions .theme-toggle{min-height:34px;padding:0 12px;color:#1e293bbd!important;border-color:transparent!important;background:transparent!important;box-shadow:none!important}html[data-theme=light] .top-actions .ghost-button:hover,html[data-theme=light] .top-actions .theme-toggle:hover{color:#0f172a!important;border-color:#ffffff75!important;background:rgba(255,255,255,.48)!important;box-shadow:inset 0 1px #ffffffd1,0 8px 22px #0f172a0e!important}html[data-theme=light] .top-actions .credit-upgrade-pill,html[data-theme=light] .workspace-tools .credit-upgrade-pill{min-height:44px;padding:5px;gap:6px;border-color:#ffffff80!important;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(248,250,252,.46)),rgba(255,255,255,.42)!important;box-shadow:inset 0 1px #ffffffd1,0 12px 28px #0f172a13!important}html[data-theme=light] .top-actions .credit-pill,html[data-theme=light] .workspace-tools .credit-pill{min-height:34px;padding:0 8px 0 10px;color:#0f172a!important;background:transparent!important;font-size:18px;box-shadow:none!important}html[data-theme=light] .top-actions .credit-pill svg,html[data-theme=light] .workspace-tools .credit-pill svg{color:#2563eb;opacity:.82}html[data-theme=light] .top-actions .upgrade-button,html[data-theme=light] .workspace-tools .upgrade-button{min-height:34px;border-radius:999px;padding:0 16px;color:#fff!important;background:linear-gradient(180deg,rgba(59,130,246,.96),rgba(37,99,235,.92)),#2563eb!important;box-shadow:inset 0 1px #ffffff57,0 8px 18px #2563eb2e!important}html[data-theme=light] .top-actions .upgrade-button:hover,html[data-theme=light] .workspace-tools .upgrade-button:hover{background:linear-gradient(180deg,rgba(96,165,250,.98),rgba(37,99,235,.96)),#2563eb!important;box-shadow:inset 0 1px #ffffff6b,0 10px 22px #2563eb33!important}html[data-theme=light] .top-actions .user-avatar,html[data-theme=light] .workspace-tools .user-avatar{border-color:#ffffff94!important;background:rgba(255,255,255,.34)!important;box-shadow:inset 0 1px #ffffff8f,0 8px 22px #0f172a1c!important}html[data-theme=light] .workspace-top{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.48)),rgba(255,255,255,.46)!important;box-shadow:0 1px #ffffffb8,0 12px 30px #0f172a0f!important}html[data-theme=light] .main>.home-page,html[data-theme=light] .main>.standard-page,html[data-theme=light] .main>.models-page,html[data-theme=light] .main>.zoclaw-page{background:transparent!important}html[data-theme=light] .home-page .content-band{margin-top:42px}html[data-theme=light] .home-page .content-band+.content-band{margin-top:72px}html[data-theme=light] .content-band:before{top:-18px;right:-24px;bottom:-18px;left:-24px;border-color:#ffffffa8;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.66),rgba(255,255,255,.34)),rgba(239,246,255,.22);box-shadow:inset 0 1px #ffffffbd,0 22px 70px #2563eb14,0 8px 24px #0f172a0b}html[data-theme=light] .zoclaw-page{background:transparent!important}html[data-theme=light] .floating-nav{border-color:#ffffff80;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(248,250,252,.5)),rgba(255,255,255,.38);box-shadow:inset 0 1px #ffffffd1,0 18px 42px #0f172a12;-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18)}html[data-theme=light] .floating-nav span{color:#1d4ed8}html[data-theme=light] .floating-nav button{color:#334155b8}html[data-theme=light] .floating-nav button:hover{color:#0f172a}html[data-theme=light] .floating-nav .primary-button{color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);box-shadow:inset 0 1px #ffffff52,0 8px 20px #2563eb2e}html[data-theme=light] .api-card,html[data-theme=light] .agent-cards article,html[data-theme=light] .api-draft article{border-color:#fff9;background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(248,250,252,.52)),rgba(255,255,255,.38);box-shadow:inset 0 1px #ffffffc2,0 16px 40px #0f172a13;-webkit-backdrop-filter:blur(20px) saturate(1.16);backdrop-filter:blur(20px) saturate(1.16)}html[data-theme=light] .api-card h3,html[data-theme=light] .agent-cards h3,html[data-theme=light] .api-draft code{color:#0f172a}html[data-theme=light] .api-card code{color:#1d4ed8;border-color:#2563eb24;background:linear-gradient(180deg,rgba(239,246,255,.8),rgba(248,250,252,.7)),rgba(255,255,255,.62);box-shadow:inset 0 1px #ffffffb8}html[data-theme=light] .api-draft strong{color:#2563eb}html[data-theme=light] .api-draft article{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(248,250,252,.54)),rgba(255,255,255,.42)!important}html[data-theme=light] .script-source-document,html[data-theme=light] .script-sheet.script-source-document{border-color:#ffffff9e!important;background:radial-gradient(circle at 24% 0%,rgba(37,99,235,.08),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.78),rgba(248,250,252,.56)),rgba(255,255,255,.42)!important;box-shadow:inset 0 1px #ffffffc7,0 24px 72px #0f172a17!important;-webkit-backdrop-filter:blur(24px) saturate(1.14);backdrop-filter:blur(24px) saturate(1.14)}html[data-theme=light] .script-source-header h1,html[data-theme=light] .script-source-header p{color:#0f172a}html[data-theme=light] .script-upload-button{border-color:#2563eb33;border-radius:999px;background:linear-gradient(180deg,#3b82f6,#2563eb);box-shadow:inset 0 1px #ffffff57,0 10px 22px #2563eb2e}html[data-theme=light] .script-source-textarea{border-color:#94a3b833!important;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,250,252,.66)),rgba(255,255,255,.52)!important;box-shadow:inset 0 1px #ffffffc7,0 12px 30px #0f172a0b!important}html[data-theme=light] .storyboard-view{background:radial-gradient(circle at 22% 0%,rgba(37,99,235,.07),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.46),rgba(246,247,251,.78))!important}html[data-theme=light] .storyboard-view .params-bar,html[data-theme=light] .storyboard-header{background:linear-gradient(180deg,rgba(246,247,251,.92),rgba(246,247,251,.72)),rgba(246,247,251,.8)!important}html[data-theme=light] .shot-row{border-color:#ffffff94;background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(248,250,252,.56)),rgba(255,255,255,.42)!important;box-shadow:inset 0 1px #ffffffc7,0 14px 34px #0f172a11}html[data-theme=light] .shot-row.active{border-color:#2563eb4d;box-shadow:inset 0 1px #ffffffd1,0 0 0 1px #2563eb1a,0 16px 40px #2563eb17}html[data-theme=light] .shot-index{color:#0f172a;background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(241,245,249,.66)),rgba(255,255,255,.42)!important}html[data-theme=light] .shot-desc strong,html[data-theme=light] .shot-desc p{color:#0f172a}html[data-theme=light] .shot-desc-scroll{color:#334155}html[data-theme=light] .shot-desc-scroll.editable:hover{background:rgba(37,99,235,.05)}html[data-theme=light] .shot-image-placeholder,html[data-theme=light] .shot-image-placeholder-open{color:#334155;border:1px solid rgba(37,99,235,.16)!important;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.12),transparent 46%),linear-gradient(180deg,rgba(255,255,255,.76),rgba(239,246,255,.58)),rgba(255,255,255,.38)!important;box-shadow:inset 0 1px #ffffffc7,0 12px 28px #0f172a0e}html[data-theme=light] .shot-image-placeholder svg,html[data-theme=light] .shot-image-placeholder strong,html[data-theme=light] .shot-image-placeholder span{color:#2563eb}html[data-theme=light] .shot-image-placeholder-open:hover,html[data-theme=light] .shot-image-placeholder-open:focus-visible{border-color:#2563eb57!important;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.18),transparent 46%),linear-gradient(180deg,rgba(255,255,255,.82),rgba(239,246,255,.68)),rgba(255,255,255,.5)!important}html[data-theme=light] .video-pending-actions button,html[data-theme=light] .video-pending-actions label,html[data-theme=light] .media-actions button,html[data-theme=light] .storyboard-media-actions button{color:#334155!important;border-color:#ffffff80!important;background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(248,250,252,.54)),rgba(255,255,255,.36)!important;box-shadow:inset 0 1px #ffffffc7,0 8px 18px #0f172a0f!important}html[data-theme=light] .video-pending-actions button:hover,html[data-theme=light] .video-pending-actions label:hover,html[data-theme=light] .media-actions button:hover,html[data-theme=light] .storyboard-media-actions button:hover{color:#0f172a!important;border-color:#2563eb47!important;background:rgba(37,99,235,.08)!important}html[data-theme=light] .project-media-view-switch,html[data-theme=light] .project-media-filters{padding:5px;border:1px solid rgba(255,255,255,.5);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.54),rgba(248,250,252,.32)),rgba(255,255,255,.26);box-shadow:inset 0 1px #ffffffbd,0 12px 28px #0f172a0e;-webkit-backdrop-filter:blur(18px) saturate(1.12);backdrop-filter:blur(18px) saturate(1.12)}html[data-theme=light] .project-media-view-switch button,html[data-theme=light] .project-media-filters button{border-color:transparent!important;background:transparent!important;box-shadow:none!important}html[data-theme=light] .project-media-view-switch button:hover,html[data-theme=light] .project-media-filters button:hover{background:rgba(255,255,255,.5)!important}html[data-theme=light] .project-media-view-switch small,html[data-theme=light] .project-media-filters small,html[data-theme=light] .project-media-section-meta span,html[data-theme=light] .project-media-card-body em{color:#475569;background:rgba(37,99,235,.07)}html[data-theme=light] .project-media-card-body em.current{color:#1d4ed8!important;background:rgba(37,99,235,.1)!important}html[data-theme=light] .project-media-card footer button{color:#fff!important;background:linear-gradient(180deg,#3b82f6,#2563eb)!important;box-shadow:inset 0 1px #ffffff47,0 8px 18px #2563eb29!important}html[data-theme=light] body:before{background:none!important}html[data-theme=light] .app-shell,html[data-theme=light] .main{background:transparent!important;box-shadow:none!important}html[data-theme=light] .project-media-view-switch button.active,html[data-theme=light] .project-media-filters button.active{color:#fff!important;background:linear-gradient(180deg,rgba(59,130,246,.96),rgba(37,99,235,.92)),#2563eb!important;box-shadow:inset 0 1px #ffffff52,0 8px 18px #2563eb29!important}html[data-theme=light] .project-media-view-switch button.active small,html[data-theme=light] .project-media-filters button.active small{color:#fff!important;background:rgba(255,255,255,.18)!important}html[data-theme=light] .asset-category-tabs{border-color:#ffffff85!important;background:linear-gradient(180deg,rgba(255,255,255,.58),rgba(248,250,252,.34)),rgba(255,255,255,.28)!important;box-shadow:inset 0 1px #ffffffc7,0 14px 32px #0f172a0f!important;-webkit-backdrop-filter:blur(18px) saturate(1.14);backdrop-filter:blur(18px) saturate(1.14)}html[data-theme=light] .asset-category-tabs button{color:#334155!important;border-color:transparent!important;background:transparent!important;box-shadow:none!important}html[data-theme=light] .asset-category-tabs button:hover{color:#0f172a!important;background:rgba(255,255,255,.52)!important}html[data-theme=light] .asset-category-tabs button.active{color:#fff!important;border-color:#2563eb47!important;background:linear-gradient(180deg,rgba(59,130,246,.96),rgba(37,99,235,.92)),#2563eb!important;box-shadow:inset 0 1px #ffffff52,0 8px 18px #2563eb29!important}html[data-theme=light] .asset-category-tabs strong{color:#475569!important;background:rgba(37,99,235,.08)!important}html[data-theme=light] .asset-category-tabs button.active strong{color:#fff!important;background:rgba(255,255,255,.2)!important}html[data-theme=light] .shot-output .media-actions,html[data-theme=light] .shot-output .video-pending-actions{border-color:#ffffffb8!important;background:linear-gradient(180deg,rgba(255,255,255,.76),rgba(248,250,252,.52)),rgba(255,255,255,.34)!important;box-shadow:inset 0 1px #ffffffd6,0 8px 20px #0f172a1a!important;-webkit-backdrop-filter:blur(18px) saturate(1.16);backdrop-filter:blur(18px) saturate(1.16)}html[data-theme=light] .shot-output .media-actions button,html[data-theme=light] .shot-output .video-pending-actions button,html[data-theme=light] .shot-output .video-pending-actions label{color:#334155!important;background:transparent!important;box-shadow:none!important}html[data-theme=light] .shot-output .media-actions button:hover,html[data-theme=light] .shot-output .video-pending-actions button:hover,html[data-theme=light] .shot-output .video-pending-actions label:hover{color:#0f172a!important;border-color:#2563eb2e!important;background:rgba(37,99,235,.08)!important;box-shadow:inset 0 1px #ffffffb8!important}html[data-theme=light] .shot-output-video .video-box.queued,html[data-theme=light] .shot-output-video .video-box.failed{color:#2563eb!important;border:1px solid rgba(37,99,235,.16)!important;background:radial-gradient(circle at 50% 38%,rgba(59,130,246,.13),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.78),rgba(239,246,255,.58)),rgba(255,255,255,.42)!important;box-shadow:inset 0 1px #fffc,0 12px 28px #0f172a0f!important}html[data-theme=light] .shot-output-video .video-box.running{color:#2563eb!important;border:1px solid rgba(37,99,235,.2)!important;background:radial-gradient(circle at 50% 38%,rgba(37,99,235,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.82),rgba(239,246,255,.64)),rgba(255,255,255,.46)!important;box-shadow:inset 0 1px #ffffffd6,0 12px 28px #2563eb14!important}html[data-theme=light] .shot-output-video .video-placeholder-play,html[data-theme=light] .shot-output-video .video-generating svg{color:#2563eb!important;filter:none}html[data-theme=light] .shot-output-video .video-generating strong,html[data-theme=light] .shot-output-video .video-generating span{color:#334155}html[data-theme=light] .shot-output-video .video-generating i{background:rgba(37,99,235,.1)}html[data-theme=light] .shot-output-video .video-generating i:after{background:linear-gradient(90deg,#60a5fa,#2563eb)}html[data-theme=light] .media-library-modal,html[data-theme=light] .assembled-video-modal,html[data-theme=light] .local-edit-modal,html[data-theme=light] .reference-picker{border-color:#ffffff9e!important;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(248,250,252,.78)),rgba(255,255,255,.66)!important;box-shadow:inset 0 1px #ffffffd1,0 34px 90px #0f172a29!important;-webkit-backdrop-filter:blur(28px) saturate(1.16);backdrop-filter:blur(28px) saturate(1.16)}html[data-theme=light] .media-library-modal header,html[data-theme=light] .assembled-video-modal header,html[data-theme=light] .assembled-video-modal footer{border-color:#0f172a14!important}html[data-theme=light] .media-library-modal header button,html[data-theme=light] .assembled-video-modal header button,html[data-theme=light] .local-edit-modal header button,html[data-theme=light] .local-edit-controls button,html[data-theme=light] .remix-reference-thumb button,html[data-theme=light] .ref-remove-button{color:#334155!important;border:1px solid rgba(255,255,255,.62)!important;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,250,252,.6)),rgba(255,255,255,.46)!important;box-shadow:inset 0 1px #ffffffd6,0 10px 24px #0f172a1f!important;-webkit-backdrop-filter:blur(16px) saturate(1.14);backdrop-filter:blur(16px) saturate(1.14)}html[data-theme=light] .media-library-modal header button:hover,html[data-theme=light] .assembled-video-modal header button:hover,html[data-theme=light] .local-edit-modal header button:hover,html[data-theme=light] .local-edit-controls button:hover,html[data-theme=light] .remix-reference-thumb button:hover,html[data-theme=light] .remix-reference-thumb button:focus-visible,html[data-theme=light] .ref-remove-button:hover{color:#fff!important;border-color:#2563eb47!important;background:linear-gradient(180deg,#60a5fa,#2563eb)!important;box-shadow:inset 0 1px #ffffff4d,0 12px 26px #2563eb33!important}html[data-theme=light] .local-edit-stage{background:radial-gradient(circle at 50% 8%,rgba(37,99,235,.08),transparent 32%),#111827!important}html[data-theme=light] .local-edit-stage p{color:#e5e7eb}html[data-theme=light] .local-edit-prompt{border:1px solid rgba(255,255,255,.58);background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(248,250,252,.6)),rgba(255,255,255,.46)!important;box-shadow:inset 0 1px #ffffffc7,0 16px 36px #0f172a14}html[data-theme=light] .local-edit-prompt footer{border-top-color:#0f172a14}html[data-theme=light] .local-edit-cost{color:#2563eb}html[data-theme=light] .local-edit-submit,html[data-theme=light] .assembled-video-modal footer button,html[data-theme=light] .reference-done{color:#fff!important;border-color:#2563eb47!important;background:linear-gradient(180deg,#3b82f6,#2563eb)!important;box-shadow:inset 0 1px #ffffff52,0 10px 24px #2563eb2e!important}html[data-theme=light] .media-library-grid button{border-color:#ffffff94!important;background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(248,250,252,.58)),rgba(255,255,255,.46)!important;box-shadow:inset 0 1px #ffffffc7,0 12px 28px #0f172a14!important}html[data-theme=light] .media-library-grid button:hover{border-color:#2563eb3d!important;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(239,246,255,.66)),rgba(255,255,255,.56)!important}html[data-theme=light] .media-library-grid img{background:#111827}html[data-theme=light] .asset-candidate-ribbon,html[data-theme=light] .project-media-blocked-ribbon,html[data-theme=light] .media-library-grid em,html[data-theme=light] .version-quality-badge.blocked,html[data-theme=light] .version-quality-badge.warning{color:#1e293b!important;border:1px solid rgba(255,255,255,.62);background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(248,250,252,.62)),rgba(255,255,255,.48)!important;box-shadow:inset 0 1px #ffffffd6,0 10px 22px #0f172a1f;-webkit-backdrop-filter:blur(16px) saturate(1.14);backdrop-filter:blur(16px) saturate(1.14)}html[data-theme=light] .asset-candidate-blocked .asset-candidate-ribbon,html[data-theme=light] .project-media-blocked-ribbon,html[data-theme=light] .media-library-grid em,html[data-theme=light] .version-quality-badge.blocked{color:#991b1b!important;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(254,242,242,.68)),rgba(254,226,226,.52)!important}html[data-theme=light] .version-quality-badge.warning{color:#92400e!important;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,251,235,.7)),rgba(254,243,199,.5)!important}html[data-theme=light] .reference-picker .check-box{color:transparent;border-color:#94a3b857;background:rgba(255,255,255,.62)}html[data-theme=light] .reference-picker .reference-option.selected .check-box{color:#fff;border-color:#2563eb61;background:linear-gradient(180deg,#60a5fa,#2563eb);box-shadow:0 0 0 3px #2563eb1f}html[data-theme=light] .reference-picker .reference-option:hover{background:rgba(37,99,235,.06)}html[data-theme=light] .reference-picker .reference-option.selected{border-color:#2563eb47;background:linear-gradient(180deg,rgba(37,99,235,.1),rgba(37,99,235,.04)),rgba(255,255,255,.7)!important}html[data-theme=light] .ref-thumb-info{color:#fff;text-shadow:0 1px 10px rgba(15,23,42,.34)}html[data-theme=light] .ref-thumb-info span{color:#1d4ed8;border-color:#ffffff9e;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(248,250,252,.64)),rgba(255,255,255,.5)}html[data-theme=light] .ref-thumb-info small{color:#ffffffd1}html,body,.workspace-tabs,.workspace-content,.director-content,.agent-run-panel,.shot-desc-scroll,.version-list,.image-side,.stage-toolbar,.timeline-detail,.timeline-track-scroll,.reference-strip,.canvas-module-body,.settings-modal,.upload-modal,.local-edit-modal,.assembled-video-modal,.assembled-video-strip,.media-library-grid,.reference-list,.model-menu,.setting-menu,.setting-menu.setting-menu-spec,.spec-menu,.asset-create-modal,.blank-project-dialog,.shot-rewrite-compare section,.prompt-box textarea{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar,.workspace-tabs::-webkit-scrollbar,.workspace-content::-webkit-scrollbar,.director-content::-webkit-scrollbar,.agent-run-panel::-webkit-scrollbar,.shot-desc-scroll::-webkit-scrollbar,.version-list::-webkit-scrollbar,.image-side::-webkit-scrollbar,.stage-toolbar::-webkit-scrollbar,.timeline-detail::-webkit-scrollbar,.timeline-track-scroll::-webkit-scrollbar,.reference-strip::-webkit-scrollbar,.canvas-module-body::-webkit-scrollbar,.settings-modal::-webkit-scrollbar,.upload-modal::-webkit-scrollbar,.local-edit-modal::-webkit-scrollbar,.assembled-video-modal::-webkit-scrollbar,.assembled-video-strip::-webkit-scrollbar,.media-library-grid::-webkit-scrollbar,.reference-list::-webkit-scrollbar,.model-menu::-webkit-scrollbar,.setting-menu::-webkit-scrollbar,.setting-menu.setting-menu-spec::-webkit-scrollbar,.spec-menu::-webkit-scrollbar,.asset-create-modal::-webkit-scrollbar,.blank-project-dialog::-webkit-scrollbar,.shot-rewrite-compare section::-webkit-scrollbar,.prompt-box textarea::-webkit-scrollbar{width:0;height:0;display:none}.workspace-top{grid-template-columns:minmax(180px,.9fr) minmax(0,1.35fr) minmax(150px,.9fr);gap:12px;overflow:hidden}.project-title,.workspace-tabs,.workspace-tools{min-width:0}.project-title{overflow:hidden}.project-title strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-tabs{justify-content:flex-start;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;padding:0 12px 2px 2px;scroll-padding-inline:2px 12px}.workspace-tab{flex:0 0 auto;padding:0 clamp(10px,1.2vw,18px)}.workspace-tools{gap:8px;overflow:hidden}.workspace-tools>button,.workspace-tools .credit-upgrade-pill{flex:0 1 auto}.workspace-tools .credit-upgrade-pill{min-width:0;min-height:40px;padding:5px}.workspace-tools .credit-pill{min-width:0;max-width:106px;min-height:32px;overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.workspace-tools .upgrade-button{min-height:32px;padding:0 12px}.workspace-body{grid-template-columns:minmax(0,1fr) minmax(340px,var(--director-panel-width))}.workspace-content{container-name:workspace-content;container-type:inline-size;overflow-x:hidden;overflow-y:auto}.timeline-view,.timeline-stage,.timeline-detail,.player-area,.preview-toolbar,.timeline-bottom,.timeline-track-scroll{min-width:0}.timeline-player .render-button,.preview-toolbar .render-button,.preview-toolbar .export-button{flex:0 1 auto;white-space:nowrap}.director-panel,.director-content,.agent-run-panel,.agent-message,.agent-step,.agent-step-head,.agent-settings-pill,.agent-choice,.agent-decision-card,.agent-decision-options{min-width:0}.agent-step-head strong,.agent-message,.agent-settings-pill,.agent-choice,.agent-decision-card,.agent-decision-options span{overflow-wrap:anywhere}.agent-step img{max-width:100%}.storyboard-view{min-width:0;overflow-x:hidden}.storyboard-table{grid-template-columns:minmax(0,1fr)}.storyboard-header,.shot-row{width:100%}.storyboard-table-image .storyboard-header,.storyboard-table-video .storyboard-header,.storyboard-table-image .shot-row,.storyboard-table-video .shot-row{grid-template-columns:60px minmax(260px,1.15fr) 172px minmax(220px,1fr)}.shot-desc,.shot-desc-head,.shot-desc-scroll,.shot-refs,.shot-output{min-width:0}.shot-output{--shot-media-height: 210px;height:100%;min-height:0;grid-template-rows:var(--shot-media-height) minmax(30px,auto);overflow:hidden}.shot-output.has-media-status-note{--shot-media-height: 184px;grid-template-rows:var(--shot-media-height) minmax(30px,auto) 18px}.shot-output.has-video-status-note{--shot-media-height: 184px;grid-template-rows:var(--shot-media-height) 18px minmax(30px,auto)}.image-open,.shot-image-placeholder{height:var(--shot-media-height)}.shot-media-status-note,.shot-video-status-note{min-width:0;max-width:100%;max-height:18px;margin:0;overflow:hidden;color:var(--text-2);font-size:11px;font-weight:800;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.media-actions,.video-pending-actions{gap:clamp(6px,.8vw,12px);overflow:hidden}.media-actions button,.video-pending-actions button,.video-pending-actions label{min-width:0;flex:0 1 auto;gap:4px;font-size:13px}.storyboard-view.embedded-module-surface .shot-output{--shot-media-height: 130px}.storyboard-view.embedded-module-surface .shot-output.has-media-status-note,.storyboard-view.embedded-module-surface .shot-output.has-video-status-note{--shot-media-height: 104px}.image-workbench{grid-template-columns:112px minmax(0,1fr) minmax(360px,430px)}.image-version-rail{grid-column:1;grid-row:1}.image-stage{grid-column:2;grid-row:1}.image-side{grid-column:3;grid-row:1;min-width:0;overflow-y:auto}.image-version-rail,.image-stage,.stage-image-wrap,.stage-version-actions,.scene-summary,.remix-panel{min-width:0}.stage-version-actions>div,.video-control-bar,.asset-generation-controls,.asset-generation-select,.local-edit-modal,.local-edit-modal header,.local-edit-modal header div,.local-edit-controls,.local-edit-controls label,.local-edit-prompt,.local-edit-prompt footer,.settings-modal,.settings-modal header,.settings-modal footer,.upload-modal,.upload-modal header,.upload-modal footer,.upload-guidance,.upload-guidance article,.assembled-video-modal,.assembled-video-modal header,.assembled-video-modal header div,.assembled-video-modal footer,.media-library-modal,.media-library-modal header,.media-library-modal header div,.shot-image-hover-hint,.shot-video-hover-hint{min-width:0}.stage-toolbar{max-width:min(680px,calc(100% - 300px));overflow-x:auto;overscroll-behavior-x:contain}.stage-toolbar button{flex:0 0 auto}.stage-version-actions button,.workbench-close,.settings-modal .close-button,.upload-modal .close-button,.settings-modal footer button,.upload-modal footer button,.local-edit-modal header button,.assembled-video-modal header button,.media-library-modal header button{flex:0 0 auto}.image-stage .stage-status{z-index:2}.image-stage .stage-toolbar{z-index:3}.stage-status{max-width:210px}.stage-status span,.stage-status strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stage-version-actions span,.stage-version-actions small,.asset-generation-select>button>span,.settings-modal h2,.settings-modal h3,.settings-modal header span,.upload-modal h2,.upload-modal h3,.upload-selected,.local-edit-modal h2,.assembled-video-modal header strong,.assembled-video-modal footer span,.media-library-modal h2,.shot-image-hover-hint span,.shot-video-hover-hint span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-control-bar{max-width:calc(100% - 40px);flex-wrap:wrap;gap:8px clamp(10px,2vw,22px)}.video-control-bar span{min-width:0;white-space:nowrap}.local-edit-controls{flex-wrap:wrap}.local-edit-controls label{flex:1 1 280px}.local-edit-controls input{min-width:120px;max-width:100%;flex:1 1 160px}.local-edit-prompt footer,.settings-modal footer,.upload-modal footer,.assembled-video-modal footer,.shot-image-hover-hint,.shot-video-hover-hint{flex-wrap:wrap}.local-edit-cost{margin-left:0}.asset-generation-select>button{min-width:0}.asset-generation-menu{max-width:min(330px,calc(100vw - 32px));overflow-x:hidden}.shot-image-hover-hint,.shot-video-hover-hint{justify-content:center;text-align:center}.scene-summary p,.remix-panel p,.workbench-notice{overflow-wrap:anywhere}.remix-panel footer{min-width:0;flex-wrap:wrap}.asset-generation-controls{flex-wrap:wrap}.version-upload-menu{left:calc(100% + 8px)}.assets-view{padding:clamp(34px,4vw,70px) clamp(28px,5vw,74px) 100px}.asset-grid{--asset-card-width: clamp(240px, 30vw, 340px)}.project-media-header,.project-media-toolbar,.project-media-filters,.project-media-card,.project-media-card-body,.project-media-card footer{min-width:0}.project-media-search{flex:1 1 260px}.project-media-grid{--project-media-card-width: clamp(230px, 24vw, 320px)}.project-media-card footer{flex-wrap:wrap;align-content:center;padding-top:8px;padding-bottom:8px}.media-library-grid{grid-template-columns:repeat(auto-fill,minmax(min(160px,100%),1fr))}.setting-select,.setting-menu,.setting-menu.setting-menu-spec,.spec-menu,.spec-group,.spec-group-trigger,.spec-group-dropdown,.model-select,.model-menu,.model-option,.reference-picker,.reference-search,.reference-list,.reference-option,.asset-create-modal,.asset-create-modal header,.asset-create-modal footer,.asset-create-grid,.blank-project-dialog,.blank-project-dialog header,.shot-rewrite-proposal,.shot-rewrite-proposal header,.shot-rewrite-proposal footer,.shot-rewrite-compare,.shot-rewrite-compare section,.demo-map-hud,.production-node,.production-node header,.embedded-toolbar,.embedded-assets,.embedded-assets section header,.embedded-asset-grid,.embedded-asset-card,.embedded-script,.embedded-timeline,.timeline-preview,.canvas-module-summary,.storyboard-view.embedded-module-surface .storyboard-table,.storyboard-view.embedded-module-surface .shot-row,.storyboard-view.embedded-module-surface .shot-desc,.storyboard-view.embedded-module-surface .shot-refs,.storyboard-view.embedded-module-surface .shot-output,.assets-view.embedded-module-surface .asset-grid,.assets-view.embedded-module-surface .asset-card,.assets-view.embedded-module-surface .asset-actions,.assets-view.embedded-module-surface .asset-voice{min-width:0}.setting-menu.setting-menu-spec{width:min(calc(((100% - 16px) / 3) * 2 + 16px),calc(100vw - 32px));min-width:min(520px,calc(100vw - 32px));max-width:calc(100vw - 32px)}.spec-group-trigger strong,.spec-group-trigger small,.spec-group-dropdown button strong,.spec-group-dropdown button small,.model-option strong,.model-option small,.reference-option strong,.reference-option small,.production-node h3,.production-node header span,.production-node header em,.embedded-toolbar span,.embedded-toolbar strong,.canvas-module-summary strong,.canvas-module-summary span{min-width:0;overflow:hidden;text-overflow:ellipsis}.model-menu,.reference-picker{width:min(360px,calc(100vw - 32px));max-width:calc(100vw - 32px)}.model-option strong{flex-wrap:wrap}.reference-option{grid-template-columns:28px 46px minmax(0,1fr) minmax(42px,auto)}.asset-create-modal{max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);overflow:auto}.asset-create-modal p,.blank-project-dialog p,.shot-rewrite-summary,.shot-rewrite-compare p,.demo-map-hud p,.production-node p,.embedded-asset-card p,.embedded-script p,.canvas-module-summary span{overflow-wrap:anywhere}.asset-create-modal header,.asset-create-modal footer,.blank-project-dialog header,.shot-rewrite-proposal header,.shot-rewrite-proposal footer,.embedded-assets section header,.embedded-toolbar{flex-wrap:wrap}.asset-create-grid{grid-template-columns:minmax(150px,190px) minmax(0,1fr)}.demo-map-hud{width:min(360px,calc(100% - 56px))}.production-node{width:min(330px,calc(100vw - 48px))}.production-node header{flex-wrap:wrap}.embedded-asset-grid{--embedded-asset-card-width: clamp(180px, 26vw, 240px)}.timeline-preview{grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr))}.storyboard-view.embedded-module-surface .storyboard-header,.storyboard-view.embedded-module-surface .shot-row{grid-template-columns:32px minmax(0,1.15fr) minmax(112px,.56fr) minmax(132px,.8fr) minmax(132px,.8fr)}.storyboard-view.embedded-module-surface .media-actions,.storyboard-view.embedded-module-surface .video-pending-actions{overflow:hidden}.assets-view.embedded-module-surface .asset-grid{--asset-card-width: clamp(180px, 26vw, 240px)}.assets-view.embedded-module-surface .asset-actions,.assets-view.embedded-module-surface .asset-voice{flex-wrap:wrap}@media (max-width: 1300px){:root{--director-panel-width: clamp(340px, 34vw, 420px)}.image-stage .stage-status{left:16px;top:14px;max-width:82px}.image-stage .stage-status span{max-width:82px}.image-stage .stage-status strong{display:none}.image-stage .stage-toolbar{left:112px;right:66px;max-width:none;transform:none}.stage-version-actions{left:18px;right:18px;bottom:18px;gap:10px}.stage-version-actions button{min-width:84px}.local-edit-backdrop{padding:24px}.local-edit-modal{width:min(100%,calc(100vw - 48px));max-height:calc(100vh - 48px);padding:28px;gap:18px}.local-edit-canvas-wrap,.local-edit-canvas-wrap img{max-width:100%;max-height:min(52vh,560px)}.assembled-video-backdrop{padding:20px}.assembled-video-modal{width:min(1040px,calc(100vw - 40px));max-height:calc(100vh - 40px)}.settings-modal,.upload-modal{width:min(980px,calc(100vw - 40px));max-height:calc(100vh - 40px)}.settings-modal header,.settings-modal footer{height:auto;min-height:68px;padding:14px 22px;gap:14px}.upload-modal header,.upload-modal footer{padding-right:22px;padding-left:22px}.upload-dropzone{width:calc(100% - 44px);margin-right:22px;margin-left:22px}.upload-selected{margin-right:22px!important;margin-left:22px!important}.upload-guidance{grid-template-columns:minmax(0,1fr);padding-right:22px;padding-left:22px}}@container workspace-content (max-width: 1060px){.timeline-view{grid-template-rows:minmax(0,1fr) 138px}.timeline-stage{grid-template-columns:minmax(220px,.34fr) minmax(0,1fr)}.timeline-detail{padding:12px}.timeline-shot-card{padding:13px;margin-bottom:10px}.timeline-detail p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:7}.reference-strip figure{flex-basis:54px}.reference-strip img{width:54px;height:54px}.player-area{padding:12px;grid-template-rows:auto minmax(240px,1fr) auto}.preview-toolbar{min-height:44px;gap:8px}.preview-toolbar>div{flex-basis:180px}.preview-toolbar strong{font-size:16px}.preview-toolbar .render-button,.preview-toolbar .export-button{min-width:0;min-height:36px;padding:0 11px;gap:6px;font-size:13px}.demo-preview-button{min-width:0}.video-player{width:min(100%,calc((100vh - 270px) * 16 / 9));min-height:220px;margin-top:clamp(16px,5vh,56px)}.watermark{right:14px;bottom:12px;font-size:18px}.demo-final-badge{left:14px;top:12px;max-width:calc(100% - 28px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-bottom{grid-template-rows:34px 1fr}.time-readout{justify-content:flex-start;padding-right:12px;padding-left:12px;font-size:13px}.time-readout button{width:30px;height:30px}.timeline-zoom{right:12px;gap:6px}.timeline-zoom span{width:64px}.timeline-zoom span:after{left:30px}.timeline-track{height:104px}.timeline-ruler{height:26px}.timeline-strip{height:72px;padding-top:5px}.clip,.clip img{height:66px}.clip{min-width:118px}.clip span{right:38px;bottom:7px;padding:4px 6px;font-size:11px}.clip small{bottom:7px;font-size:11px}.storyboard-view:not(.embedded-module-surface) .params-bar{justify-content:flex-start;flex-wrap:wrap;min-height:auto}.storyboard-view:not(.embedded-module-surface) .storyboard-header{display:none}.storyboard-view:not(.embedded-module-surface) .shot-row{--shot-row-height: auto;grid-template-columns:54px minmax(0,1fr) minmax(220px,.42fr);grid-template-areas:"index desc refs" "index image video";min-height:0;height:auto;overflow:visible}.storyboard-view:not(.embedded-module-surface) .storyboard-table-image .shot-row,.storyboard-view:not(.embedded-module-surface) .storyboard-table-video .shot-row{grid-template-columns:54px minmax(0,1fr) minmax(220px,.42fr);grid-template-areas:"index desc refs" "index image image"}.storyboard-view:not(.embedded-module-surface) .storyboard-table-video .shot-row{grid-template-areas:"index desc refs" "index video video"}.storyboard-view:not(.embedded-module-surface) .shot-index{grid-area:index}.storyboard-view:not(.embedded-module-surface) .shot-desc{grid-area:desc;min-height:248px;max-height:248px}.storyboard-view:not(.embedded-module-surface) .shot-refs{grid-area:refs;min-height:248px;max-height:248px;overflow:visible}.storyboard-view:not(.embedded-module-surface) .shot-output{min-height:248px}.storyboard-view:not(.embedded-module-surface) .shot-output-image{grid-area:image}.storyboard-view:not(.embedded-module-surface) .shot-output-video{grid-area:video}}@container workspace-content (max-width: 820px){.timeline-view{grid-template-rows:minmax(0,1fr) 128px}.timeline-stage{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.timeline-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.45fr);gap:10px;padding:10px 12px;overflow:hidden;border-bottom:1px solid var(--border)}.timeline-shot-card{margin-bottom:0}.timeline-detail .timeline-shot-card:first-child{grid-row:span 2}.timeline-detail .timeline-shot-card.compact:not(.reference-card){display:none}.timeline-detail p{-webkit-line-clamp:3}.timeline-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-strip{overflow:hidden}.player-area{grid-template-rows:auto minmax(260px,1fr) auto}.preview-toolbar{align-content:center}.preview-toolbar>div{min-width:0;flex-basis:min(100%,320px)}.video-player{width:100%;min-height:260px;margin-top:10px}.timeline-zoom{display:none}.timeline-track{height:94px}.timeline-ruler{height:24px}.timeline-strip{height:66px}.clip,.clip img{height:60px}.clip{min-width:104px}}@media (max-width: 1200px){.image-workbench{grid-template-columns:96px minmax(0,1fr) minmax(320px,360px)}.image-stage{padding-right:18px;padding-left:18px}.image-side{padding-right:14px;padding-left:14px}.scene-summary h2{font-size:24px}.stage-toolbar{left:50%;max-width:calc(100% - 260px)}.stage-status{max-width:150px;gap:7px}.stage-status span,.stage-status strong{padding:6px 9px;font-size:12px}}@media (max-width: 1080px){.image-workbench{grid-template-columns:88px minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(260px,38vh)}.image-version-rail{grid-column:1;grid-row:1}.image-stage{grid-column:2;grid-row:1}.image-side{grid-column:1 / -1;grid-row:2;border-top:1px solid rgba(255,255,255,.08);grid-template-rows:auto}.stage-toolbar{left:96px;right:68px;max-width:none;transform:none}.image-stage .stage-status{left:14px;top:14px;max-width:70px}.image-stage .stage-status span{max-width:70px}.image-stage .stage-status strong{display:none}.image-stage .stage-toolbar{top:12px}.stage-toolbar button{min-height:28px;padding-right:9px;padding-left:9px;font-size:13px}.stage-version-actions{min-height:44px;padding:8px 10px}.stage-version-actions button{height:32px;min-width:78px}.video-control-bar{left:12px;right:12px;bottom:12px;max-width:calc(100% - 24px);font-size:13px}}@media (max-width: 980px){.local-edit-backdrop,.assembled-video-backdrop,.modal-backdrop{padding:12px}.settings-modal,.upload-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.settings-modal header,.settings-modal footer,.upload-modal header,.upload-modal footer{min-height:auto;padding:12px 14px;gap:10px}.settings-modal h2,.upload-modal h2{font-size:22px}.settings-modal h3{padding:18px 16px 10px}.settings-grid,.workflow-grid,.style-grid,.workflow-locked{padding-right:16px;padding-left:16px}.workflow-grid,.style-grid{grid-template-columns:minmax(0,1fr)}.settings-flow-preview{margin-right:16px;margin-left:16px}.upload-modal p{font-size:14px}.upload-dropzone{width:calc(100% - 28px);min-height:180px;margin:8px 14px 18px;padding:18px}.upload-selected{margin:-6px 14px 18px!important}.upload-guidance{gap:10px;padding:0 14px 18px}.upload-guidance article{padding:14px}.settings-modal footer button,.upload-modal footer button{flex:1 1 132px;min-width:0}.asset-generation-menu{max-width:calc(100vw - 24px)}.asset-generation-menu.asset-model-menu,.asset-generation-menu.ratio-menu,.asset-generation-menu.quality-menu{width:min(100%,calc(100vw - 24px))}.remix-panel footer .asset-generation-menu button{min-height:40px;height:auto;font-size:13px}.local-edit-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px);grid-template-rows:auto minmax(180px,1fr) auto auto;padding:18px;gap:14px}.local-edit-modal header{gap:12px}.local-edit-modal header span{height:24px}.local-edit-modal h2{font-size:22px}.local-edit-modal header button{width:44px;height:44px}.local-edit-stage{padding:12px}.local-edit-canvas-wrap,.local-edit-canvas-wrap img{max-height:min(42vh,420px)}.local-edit-stage p{font-size:13px;text-align:center}.local-edit-controls{gap:10px}.local-edit-controls label{flex-basis:100%;gap:8px;font-size:14px}.local-edit-controls strong{min-width:28px;font-size:16px}.local-edit-controls button{margin-left:0;min-height:40px;padding:0 14px}.local-edit-prompt{border-radius:14px;padding:16px;gap:12px}.local-edit-prompt textarea{min-height:86px;font-size:16px}.local-edit-prompt footer{gap:10px}.local-edit-prompt .asset-generation-controls{min-width:min(100%,280px);font-size:13px}.local-edit-cost{font-size:16px}.local-edit-submit{width:44px;height:44px}.assembled-video-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px);grid-template-rows:auto minmax(220px,1fr) auto auto}.assembled-video-modal header,.assembled-video-modal footer{min-height:auto;padding:12px;gap:10px}.assembled-video-modal header strong{font-size:16px}.assembled-video-player video,.assembled-video-fallback{min-height:220px}.assembled-video-strip{padding:10px}.assembled-video-strip button{flex-basis:112px}.media-library-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.media-library-modal header{min-height:auto;padding:12px;gap:10px}.media-library-grid{grid-template-columns:repeat(auto-fill,minmax(min(132px,100%),1fr));gap:10px;padding:12px}.setting-menu.setting-menu-spec{position:fixed;top:auto;right:12px;bottom:12px;left:12px;width:auto;max-height:min(70vh,560px);overflow:auto}.spec-group-trigger,.spec-group-dropdown button{min-height:56px;padding-right:14px;padding-left:14px;gap:10px}.model-menu{right:0;left:auto;max-height:min(360px,calc(100vh - 120px))}.model-option{min-height:60px;grid-template-columns:24px minmax(0,1fr) 20px;gap:9px;padding:9px 10px}.asset-create-modal,.blank-project-dialog{width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:auto}.asset-create-modal header,.asset-create-modal footer,.blank-project-dialog header{padding-right:18px;padding-left:18px}.asset-create-grid{grid-template-columns:minmax(0,1fr)}.shot-rewrite-proposal footer button{flex:1 1 150px}.demo-map-hud{top:16px;left:16px;width:min(320px,calc(100% - 32px));padding:13px}.production-node{width:min(300px,calc(100vw - 32px));min-height:212px}.production-node h3{font-size:21px}.production-previews img,.production-previews span{flex-basis:78px;width:78px}.embedded-toolbar{justify-content:flex-start}.embedded-assets section header{gap:8px}.storyboard-view.embedded-module-surface .storyboard-header{display:none}.storyboard-view.embedded-module-surface .shot-row{height:auto;min-height:0;grid-template-columns:32px minmax(0,1fr) minmax(128px,.42fr);grid-template-areas:"index desc refs" "index image video"}.storyboard-view.embedded-module-surface .shot-index{grid-area:index}.storyboard-view.embedded-module-surface .shot-desc{grid-area:desc;max-height:168px}.storyboard-view.embedded-module-surface .shot-refs{grid-area:refs}.storyboard-view.embedded-module-surface .shot-output{min-height:164px}.storyboard-view.embedded-module-surface .shot-output-image{grid-area:image}.storyboard-view.embedded-module-surface .shot-output-video{grid-area:video}.assets-view.embedded-module-surface .asset-grid{--asset-card-width: clamp(170px, 42vw, 220px)}.shot-image-hover-hint,.shot-video-hover-hint{gap:6px;padding:9px 10px;border-radius:10px;font-size:12px}.shot-image-hover-hint span+span,.shot-video-hover-hint span+span{padding-left:0;border-left:0}}@media (max-width: 1280px){:root{--director-panel-width: clamp(320px, 27vw, 340px)}body{min-width:900px}.workspace-body,.canvas-workspace-body{grid-template-columns:minmax(0,1fr) var(--director-panel-width)}.workspace-top{grid-template-columns:minmax(132px,.52fr) minmax(0,1.75fr) minmax(128px,.48fr);padding-right:12px;padding-left:12px}.workspace-tools .upgrade-button{display:none}.director-panel{grid-template-rows:54px 1fr 158px}.director-panel header{padding:8px}.director-content{gap:12px;padding:14px 14px 18px;font-size:15px;line-height:1.58}.assistant-message,.assistant-flow,.director-inspector-section,.task-log{padding:12px}.assistant-action{min-height:50px;border-radius:10px;font-size:14px}.chat-input{padding:10px;gap:8px;grid-template-columns:38px minmax(0,1fr) 38px}.chat-input textarea{min-height:70px;font-size:15px}.chat-input button{width:38px;height:38px;border-radius:10px}.composer-context{max-width:100%;min-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width: 1080px){:root{--director-panel-width: 300px}body{min-width:900px}.workspace-top{height:54px;grid-template-columns:42px minmax(0,1fr) 82px;gap:8px;padding-right:10px;padding-left:8px}.workspace-body,.canvas-workspace-body{height:calc(100vh - 54px);grid-template-columns:minmax(0,1fr) 300px}.project-title{gap:0}.project-title strong,.project-title>span,.project-title>button:not(.workspace-brand),.workspace-tools .theme-toggle,.workspace-tools .credit-upgrade-pill{display:none}.workspace-brand{width:38px;height:38px;border-right:0!important}.workspace-tabs{justify-content:center;gap:6px;padding:0 4px 2px}.workspace-tab{min-height:34px;padding:0 10px;gap:6px;border-radius:10px;font-size:13px}.workspace-tab svg{width:15px;height:15px}.workspace-tools{gap:6px}.workspace-tools>button:not(.theme-toggle){width:36px;height:36px;min-height:36px;padding:0;justify-content:center}.workspace-tools .user-avatar{width:36px;height:36px}.director-panel{grid-template-rows:50px 1fr 140px}.director-panel header{gap:6px;padding:7px}.chat-select{min-width:0;padding:0 9px;font-size:13px}.director-content{gap:10px;padding:12px 10px 14px;font-size:14px;line-height:1.52}.mini-player img{height:112px}.assistant-message,.assistant-flow,.director-inspector-section,.task-log{border-radius:10px;padding:10px}.inspector-shot-summary{gap:8px}.inspector-shot-summary strong{font-size:15px}.inspector-metric-grid{gap:6px}.inspector-metric-grid span{padding:8px}.flow-step{grid-template-columns:28px minmax(0,1fr);gap:8px;padding:9px}.flow-step>span{width:24px;height:24px}.assistant-action{min-height:42px;padding-right:10px;padding-left:10px;font-size:13px}.chat-input{padding:8px;grid-template-columns:34px minmax(0,1fr) 34px}.composer-context{min-height:28px;padding:0 9px;font-size:12px}.chat-input textarea{min-height:58px;font-size:14px}.chat-input button{width:34px;height:34px;border-radius:9px}}@media (max-width: 980px){body{min-width:0}.workspace-body,.canvas-workspace-body{grid-template-columns:minmax(0,1fr) 300px}.workspace-tabs{justify-content:flex-start}}@container workspace-content (max-width: 740px){.storyboard-view:not(.embedded-module-surface){padding:14px 12px 56px}.storyboard-view:not(.embedded-module-surface) .params-bar{gap:8px;padding-bottom:10px}.storyboard-view:not(.embedded-module-surface) .params-bar button,.storyboard-view:not(.embedded-module-surface) .params-bar span{min-height:34px;padding-right:10px;padding-left:10px;border-radius:9px;font-size:12px}.storyboard-view:not(.embedded-module-surface) .params-bar span{flex:1 1 100%;max-width:100%;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storyboard-view:not(.embedded-module-surface) .storyboard-table{gap:12px}.storyboard-view:not(.embedded-module-surface) .storyboard-header,.storyboard-view.embedded-module-surface .storyboard-header{display:none}.storyboard-view:not(.embedded-module-surface) .shot-row,.storyboard-view.embedded-module-surface .shot-row{--shot-row-height: auto;grid-template-columns:40px minmax(0,1fr) minmax(0,1fr);grid-template-areas:"index desc desc" "index refs refs" "index image video";gap:10px;height:auto;min-height:0;padding:12px;border-radius:10px;overflow:visible}.storyboard-view:not(.embedded-module-surface) .storyboard-table-image .shot-row,.storyboard-view.embedded-module-surface .storyboard-table-image .shot-row{grid-template-areas:"index desc desc" "index refs refs" "index image image"}.storyboard-view:not(.embedded-module-surface) .storyboard-table-video .shot-row,.storyboard-view.embedded-module-surface .storyboard-table-video .shot-row{grid-template-areas:"index desc desc" "index refs refs" "index video video"}.storyboard-view:not(.embedded-module-surface) .shot-index,.storyboard-view.embedded-module-surface .shot-index{grid-area:index;min-height:100%;border-radius:8px}.storyboard-view:not(.embedded-module-surface) .shot-desc,.storyboard-view.embedded-module-surface .shot-desc{grid-area:desc;min-height:132px;max-height:168px;padding-top:0;font-size:13px;line-height:1.58}.storyboard-view:not(.embedded-module-surface) .shot-desc strong,.storyboard-view.embedded-module-surface .shot-desc strong{font-size:14px}.storyboard-view:not(.embedded-module-surface) .shot-desc-ai-edit,.storyboard-view.embedded-module-surface .shot-desc-ai-edit{min-width:0;min-height:26px;padding-right:7px;padding-left:7px;opacity:1;transform:none}.storyboard-view:not(.embedded-module-surface) .shot-refs,.storyboard-view.embedded-module-surface .shot-refs{grid-area:refs;min-height:54px;max-height:none}.storyboard-view:not(.embedded-module-surface) .refs,.storyboard-view.embedded-module-surface .refs{display:flex;flex-wrap:wrap;gap:7px}.storyboard-view:not(.embedded-module-surface) .refs img,.storyboard-view:not(.embedded-module-surface) .refs button,.storyboard-view:not(.embedded-module-surface) .ref-thumb,.storyboard-view:not(.embedded-module-surface) .refs .ref-skeleton,.storyboard-view.embedded-module-surface .refs img,.storyboard-view.embedded-module-surface .refs button,.storyboard-view.embedded-module-surface .ref-thumb,.storyboard-view.embedded-module-surface .refs .ref-skeleton{width:52px;height:52px;border-radius:8px}.storyboard-view:not(.embedded-module-surface) .shot-output,.storyboard-view.embedded-module-surface .shot-output{--shot-media-height: 150px;min-height:188px;grid-template-rows:var(--shot-media-height) minmax(28px,auto);gap:7px}.storyboard-view:not(.embedded-module-surface) .shot-output.has-media-status-note,.storyboard-view:not(.embedded-module-surface) .shot-output.has-video-status-note,.storyboard-view.embedded-module-surface .shot-output.has-media-status-note,.storyboard-view.embedded-module-surface .shot-output.has-video-status-note{--shot-media-height: 128px}.storyboard-view:not(.embedded-module-surface) .shot-output-image,.storyboard-view.embedded-module-surface .shot-output-image{grid-area:image}.storyboard-view:not(.embedded-module-surface) .shot-output-video,.storyboard-view.embedded-module-surface .shot-output-video{grid-area:video}.storyboard-view:not(.embedded-module-surface) .media-actions,.storyboard-view:not(.embedded-module-surface) .video-pending-actions,.storyboard-view.embedded-module-surface .media-actions,.storyboard-view.embedded-module-surface .video-pending-actions{height:auto;min-height:28px;gap:8px;flex-wrap:wrap}.storyboard-view:not(.embedded-module-surface) .media-actions button,.storyboard-view:not(.embedded-module-surface) .video-pending-actions button,.storyboard-view:not(.embedded-module-surface) .video-pending-actions label,.storyboard-view.embedded-module-surface .media-actions button,.storyboard-view.embedded-module-surface .video-pending-actions button,.storyboard-view.embedded-module-surface .video-pending-actions label{min-height:26px;font-size:12px}.storyboard-view:not(.embedded-module-surface) .shot-image-hover-hint,.storyboard-view:not(.embedded-module-surface) .shot-video-hover-hint,.storyboard-view.embedded-module-surface .shot-image-hover-hint,.storyboard-view.embedded-module-surface .shot-video-hover-hint{gap:6px;padding:8px 9px;border-radius:9px;font-size:12px}.timeline-view{grid-template-rows:minmax(0,1fr) 122px}.timeline-detail{max-height:142px;padding:9px 10px}.timeline-shot-card{padding:10px}.timeline-shot-head{margin-bottom:8px}.timeline-shot-head h2,.timeline-shot-head h3{font-size:15px}.timeline-detail p{font-size:13px;line-height:1.5;-webkit-line-clamp:3}.timeline-meta{gap:6px;margin-top:8px;font-size:12px}.reference-strip figure{flex-basis:48px}.reference-strip img{width:48px;height:48px}.player-area{padding:10px;grid-template-rows:auto minmax(220px,1fr) auto}.preview-toolbar{min-height:40px;gap:7px}.preview-toolbar span{font-size:12px}.preview-toolbar strong{font-size:15px}.video-player{min-height:220px;margin-top:6px}.timeline-bottom{grid-template-rows:32px 1fr}.time-readout{gap:8px;font-size:12px}.time-readout button{width:28px;height:28px}.timeline-track{height:90px}.timeline-ruler{height:22px}.timeline-strip{height:64px}.clip,.clip img{height:58px}.clip{min-width:96px}}@container workspace-content (max-width: 560px){.storyboard-view:not(.embedded-module-surface) .shot-row,.storyboard-view.embedded-module-surface .shot-row{grid-template-columns:34px minmax(0,1fr);grid-template-areas:"index desc" "index refs" "index image" "index video"}.storyboard-view:not(.embedded-module-surface) .storyboard-table-image .shot-row,.storyboard-view.embedded-module-surface .storyboard-table-image .shot-row{grid-template-areas:"index desc" "index refs" "index image"}.storyboard-view:not(.embedded-module-surface) .storyboard-table-video .shot-row,.storyboard-view.embedded-module-surface .storyboard-table-video .shot-row{grid-template-areas:"index desc" "index refs" "index video"}.storyboard-view:not(.embedded-module-surface) .shot-output,.storyboard-view.embedded-module-surface .shot-output{--shot-media-height: 172px;min-height:210px}.storyboard-view:not(.embedded-module-surface) .shot-output.has-media-status-note,.storyboard-view:not(.embedded-module-surface) .shot-output.has-video-status-note,.storyboard-view.embedded-module-surface .shot-output.has-media-status-note,.storyboard-view.embedded-module-surface .shot-output.has-video-status-note{--shot-media-height: 150px}}@media (max-width: 980px){.home-page,.standard-page,.models-page{padding-right:32px;padding-left:32px}.hero{min-height:560px}.prompt-box{width:100%;max-width:960px;padding:16px}.prompt-box textarea,.prompt-placeholder{font-size:16px}.prompt-placeholder{top:16px;right:16px;left:16px}.prompt-actions{flex-wrap:wrap;align-items:center;padding-right:0}.prompt-actions .primary-button{position:static;min-width:112px;margin-left:auto}.prompt-actions .chip,.prompt-actions .model-select,.prompt-actions .model-trigger{min-width:0;max-width:100%}.prompt-actions .chip{flex:0 1 auto}.quick-types{flex-wrap:wrap;justify-content:center}}
