.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))}.inline-video-player__progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1px;border:0;border-radius:0;outline:none}.inline-video-player__progress::-webkit-slider-runnable-track{height:1px;border:0;background:transparent}.inline-video-player__progress::-webkit-slider-thumb{width:6px;height:6px;margin-top:-2.5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:50%;background:#fff;box-shadow:none}.inline-video-player__progress::-moz-range-track{height:1px;border:0;border-radius:0;background:transparent}.inline-video-player__progress::-moz-range-thumb{width:6px;height:6px;border:0;border-radius:50%;background:#fff;box-shadow:none}.inline-video-player__capture-menu-item:hover,.inline-video-player__capture-menu-item:focus-visible{background:#ffffff14!important;outline:none}.tc-storyboard-assets-modal__content{display:flex;width:min(960px,calc(100vw - 32px));height:min(760px,calc(100vh - 48px));max-width:none;flex-direction:column;overflow:hidden;background:var(--tc-color-surface-raised, #111827)}.tc-storyboard-assets-modal__header{flex:0 0 auto;min-height:62px;padding:12px 16px;border-bottom:1px solid var(--tc-storyboard-border, rgba(148, 163, 184, .2));background:var(--tc-color-surface-raised, #111827)}.tc-storyboard-assets-modal__title-slot,.tc-storyboard-assets-modal__title{min-width:0}.tc-storyboard-assets-modal__title{display:flex;align-items:center;gap:10px}.tc-storyboard-assets-modal__title-icon{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;color:#7dd3fc;background:#0ea5e921;border-radius:6px}.tc-storyboard-assets-modal__title-copy{display:grid;min-width:0;gap:1px}.tc-storyboard-assets-modal__title-text{color:var(--tc-color-text-primary, #f8fafc);font-size:15px;line-height:1.3}.tc-storyboard-assets-modal__title-meta{color:var(--tc-storyboard-muted, rgba(203, 213, 225, .72))}.tc-storyboard-assets-modal__body{min-height:0;flex:1 1 auto;padding:0;overflow:hidden}.tc-storyboard-assets-modal__tabs{display:flex;height:100%;min-height:0;flex-direction:column}.tc-storyboard-assets-modal__tab-list{flex:0 0 auto;padding:0 16px;border-bottom:1px solid var(--tc-storyboard-border, rgba(148, 163, 184, .2))}.tc-storyboard-assets-modal__tab{min-height:42px;padding:0 12px;color:var(--tc-storyboard-muted, rgba(203, 213, 225, .72));font-size:12px;font-weight:650}.tc-storyboard-assets-modal__tab[data-active]{color:var(--tc-color-text-primary, #f8fafc);border-color:#38bdf8}.tc-storyboard-assets-modal__tab-count{margin-left:5px;color:var(--tc-storyboard-muted, rgba(203, 213, 225, .62));font-size:10px;font-variant-numeric:tabular-nums}.tc-storyboard-assets-modal__toolbar{display:flex;min-width:0;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:color-mix(in srgb,var(--tc-color-surface-raised, #111827) 88%,#020617)}.tc-storyboard-assets-modal__search{width:min(380px,48%)}.tc-storyboard-assets-modal__search-input{height:32px;color:var(--tc-color-text-primary, #f8fafc);font-size:12px;background:#02061747;border-color:var(--tc-storyboard-border, rgba(148, 163, 184, .2));border-radius:6px}.tc-storyboard-assets-modal__search-input:focus{border-color:#38bdf8b3}.tc-storyboard-assets-modal__search-section,.tc-storyboard-assets-modal__search-icon{color:var(--tc-storyboard-muted, rgba(203, 213, 225, .72))}.tc-storyboard-assets-modal__category-filter-root{padding:3px;background:#02061747;border-radius:6px}.tc-storyboard-assets-modal__category-filter-label{min-width:52px;padding:5px 9px;color:var(--tc-storyboard-muted, rgba(203, 213, 225, .72));font-size:11px}.tc-storyboard-assets-modal__category-filter-label[data-active]{color:var(--tc-color-text-primary, #f8fafc)}.tc-storyboard-assets-modal__category-filter-indicator{background:#47556985;border:0;border-radius:4px;box-shadow:none}.tc-storyboard-assets-modal__error{flex:0 0 auto;margin:0;padding:8px 16px;background:#7f1d1d2e;border-top:1px solid rgba(248,113,113,.2);border-bottom:1px solid rgba(248,113,113,.2)}.tc-storyboard-assets-modal__panel{min-height:0;flex:1 1 auto;overflow:hidden}.tc-storyboard-assets-modal__scroll{height:100%}.tc-storyboard-assets-modal__list{display:grid;min-width:0}.tc-storyboard-assets-modal__candidate-row,.tc-storyboard-assets-modal__reference-row{display:grid;min-width:0;align-items:start;gap:16px;padding:16px;border-bottom:1px solid var(--tc-storyboard-border, rgba(148, 163, 184, .2))}.tc-storyboard-assets-modal__candidate-row{grid-template-columns:minmax(190px,.8fr) minmax(320px,1.7fr) 104px}.tc-storyboard-assets-modal__reference-row{grid-template-columns:minmax(230px,1fr) minmax(280px,1.4fr) 118px}.tc-storyboard-assets-modal__candidate-row:last-child,.tc-storyboard-assets-modal__reference-row:last-child{border-bottom:0}.tc-storyboard-assets-modal__candidate-row:hover,.tc-storyboard-assets-modal__reference-row:hover{background:#94a3b809}.tc-storyboard-assets-modal__candidate-summary,.tc-storyboard-assets-modal__reference-summary{display:flex;min-width:0;align-items:flex-start;gap:10px}.tc-storyboard-assets-modal__category-icon{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border-radius:6px}.tc-storyboard-assets-modal__category-icon--character{color:#c4b5fd;background:#8b5cf624}.tc-storyboard-assets-modal__category-icon--scene{color:#7dd3fc;background:#0ea5e921}.tc-storyboard-assets-modal__category-icon--prop{color:#fcd34d;background:#f59e0b21}.tc-storyboard-assets-modal__candidate-copy,.tc-storyboard-assets-modal__reference-copy{display:grid;min-width:0;gap:5px}.tc-storyboard-assets-modal__candidate-heading,.tc-storyboard-assets-modal__reference-heading{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:6px}.tc-storyboard-assets-modal__candidate-name,.tc-storyboard-assets-modal__reference-name{min-width:0;color:var(--tc-color-text-primary, #f8fafc);overflow-wrap:anywhere}.tc-storyboard-assets-modal__category-badge,.tc-storyboard-assets-modal__status-badge{flex:0 0 auto;font-weight:650;letter-spacing:0}.tc-storyboard-assets-modal__candidate-role,.tc-storyboard-assets-modal__reference-source,.tc-storyboard-assets-modal__empty-value,.tc-storyboard-assets-modal__completed-state{color:var(--tc-storyboard-muted, rgba(203, 213, 225, .72));line-height:1.55}.tc-storyboard-assets-modal__candidate-details{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) minmax(130px,.6fr);gap:12px 16px}.tc-storyboard-assets-modal__detail-block{display:grid;min-width:0;align-content:start;gap:6px}.tc-storyboard-assets-modal__detail-block--evidence{grid-column:1 / -1}.tc-storyboard-assets-modal__detail-label{color:var(--tc-storyboard-muted, rgba(203, 213, 225, .58));font-size:10px;font-weight:700}.tc-storyboard-assets-modal__anchor-list,.tc-storyboard-assets-modal__shot-list{display:flex;min-width:0;flex-wrap:wrap;gap:5px}.tc-storyboard-assets-modal__anchor,.tc-storyboard-assets-modal__shot{display:inline-flex;max-width:100%;min-height:22px;align-items:center;padding:2px 7px;color:#e2e8f0db;font-size:10px;line-height:1.35;overflow-wrap:anywhere;background:#4755693d;border-radius:4px}.tc-storyboard-assets-modal__shot{color:#bae6fd;font-variant-numeric:tabular-nums;background:#0ea5e91a}.tc-storyboard-assets-modal__evidence{margin:0;color:#e2e8f0c7;line-height:1.65;overflow-wrap:anywhere}.tc-storyboard-assets-modal__candidate-actions,.tc-storyboard-assets-modal__reference-actions{display:flex;min-height:28px;align-items:center;justify-content:flex-end;gap:4px}.tc-storyboard-assets-modal__confirm{color:#082f49;background:#7dd3fc}.tc-storyboard-assets-modal__confirm:hover{background:#bae6fd}.tc-storyboard-assets-modal__ignore{color:var(--tc-storyboard-muted, rgba(203, 213, 225, .72))}.tc-storyboard-assets-modal__action-progress{display:inline-flex;align-items:center;gap:6px;color:var(--tc-storyboard-muted, rgba(203, 213, 225, .72));font-size:11px}.tc-storyboard-assets-modal__reference-anchors{display:grid;min-width:0;gap:6px}.tc-storyboard-assets-modal__empty{display:grid;height:100%;min-height:260px;place-content:center;justify-items:center;gap:6px;padding:24px;text-align:center}.tc-storyboard-assets-modal__empty-icon{color:var(--tc-storyboard-muted, rgba(203, 213, 225, .5))}.tc-storyboard-assets-modal__empty-title{color:var(--tc-color-text-primary, #f8fafc);font-weight:650}.tc-storyboard-assets-modal__empty-copy{max-width:340px;color:var(--tc-storyboard-muted, rgba(203, 213, 225, .64))}:root[data-mantine-color-scheme=light] .tc-storyboard-assets-modal__content,:root[data-mantine-color-scheme=light] .tc-storyboard-assets-modal__header{background:#fff}:root[data-mantine-color-scheme=light] .tc-storyboard-assets-modal__toolbar{background:#f8fafc}:root[data-mantine-color-scheme=light] .tc-storyboard-assets-modal__search-input,:root[data-mantine-color-scheme=light] .tc-storyboard-assets-modal__category-filter-root{background:#f1f5f9}:root[data-mantine-color-scheme=light] .tc-storyboard-assets-modal__candidate-role,:root[data-mantine-color-scheme=light] .tc-storyboard-assets-modal__reference-source,:root[data-mantine-color-scheme=light] .tc-storyboard-assets-modal__evidence,:root[data-mantine-color-scheme=light] .tc-storyboard-assets-modal__anchor{color:#475569}@media (max-width: 820px){.tc-storyboard-assets-modal__content{width:calc(100vw - 20px);height:calc(100vh - 20px)}.tc-storyboard-assets-modal__toolbar{align-items:stretch;flex-direction:column}.tc-storyboard-assets-modal__search{width:100%}.tc-storyboard-assets-modal__category-filter-root{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.tc-storyboard-assets-modal__category-filter-label{min-width:0}.tc-storyboard-assets-modal__candidate-row,.tc-storyboard-assets-modal__reference-row{grid-template-columns:1fr;gap:12px;padding:14px}.tc-storyboard-assets-modal__candidate-actions,.tc-storyboard-assets-modal__reference-actions{justify-content:flex-start}}@media (max-width: 520px){.tc-storyboard-assets-modal__candidate-details{grid-template-columns:1fr}.tc-storyboard-assets-modal__detail-block--evidence{grid-column:auto}}.tc-chapter-storyboard-script{--tc-storyboard-border: rgba(148, 163, 184, .2);--tc-storyboard-muted: rgba(148, 163, 184, .78);--tc-storyboard-surface: rgba(15, 23, 42, .74);--tc-storyboard-hover: rgba(148, 163, 184, .09);width:100%;height:100%;min-width:0;min-height:0;position:relative;overflow:visible;display:flex;flex-direction:column;color:var(--tc-color-text, #e5edf7);background:var(--tc-storyboard-surface);border:1px solid var(--tc-storyboard-border);border-radius:8px}.tc-task-node__storyboard-script-resize{position:absolute;top:auto!important;left:auto!important;right:2px;bottom:2px;translate:0!important;z-index:12;width:18px;height:18px;cursor:nwse-resize;opacity:.86}.tc-task-node__storyboard-script-resize:hover{opacity:1}.tc-task-node__storyboard-script-resize,.tc-task-node__storyboard-script-resize-handle{cursor:nwse-resize!important}.tc-task-node__storyboard-script-resize-handle{pointer-events:none}.tc-chapter-storyboard-script[data-selected=true]{border-color:#7dd3fca8}.tc-storyboard-row-handle{position:absolute;z-index:20;width:12px;height:12px;padding:0;border-radius:999px;border-style:solid;border-color:var(--handle-border);background:var(--handle-surface);box-shadow:0 12px 28px #02061773;color:var(--handle-color-any);pointer-events:auto;transform-origin:center;transition:box-shadow .16s ease,border-color .16s ease,opacity .16s ease,filter .16s ease,transform .14s ease;isolation:isolate;cursor:crosshair;touch-action:none}.tc-storyboard-row-handle:before{content:"";position:absolute;inset:var(--tc-storyboard-handle-inset, 4px);border-radius:999px;background:currentColor;opacity:.9;box-shadow:0 0 12px #ffffff40;pointer-events:none;transition:opacity .16s ease}.tc-storyboard-row-handle--left{left:-36px;transform:translateY(-50%)}.tc-storyboard-row-handle--right{right:-36px;transform:translateY(-50%)}.tc-storyboard-row-handle:hover,.tc-storyboard-row-handle:focus-visible{border-color:#93c5fde6;filter:brightness(1.16)}.tc-chapter-storyboard-script--unbound{padding:14px}.tc-chapter-storyboard-script__unbound-message,.tc-chapter-storyboard-script__empty-copy,.tc-chapter-storyboard-script__subtitle,.tc-chapter-storyboard-script__overflow,.tc-chapter-storyboard-script__editor-meta{color:var(--tc-storyboard-muted)}.tc-chapter-storyboard-script__header,.tc-chapter-storyboard-script__pipeline,.tc-chapter-storyboard-script__editor-toolbar,.tc-chapter-storyboard-script__editor-footer{display:flex;align-items:center}.tc-chapter-storyboard-script__header{flex:0 0 auto;min-height:54px;justify-content:space-between;padding:9px 12px;border-bottom:1px solid var(--tc-storyboard-border)}.tc-chapter-storyboard-script__identity,.tc-chapter-storyboard-script__summary,.tc-chapter-storyboard-script__duration-control,.tc-chapter-storyboard-script__row-actions{display:flex;align-items:center}.tc-chapter-storyboard-script__identity{min-width:0;gap:8px}.tc-chapter-storyboard-script__icon{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;color:#dbeafe;background:#3b82f62e;border-radius:6px}.tc-chapter-storyboard-script__identity-copy{min-width:0}.tc-chapter-storyboard-script__title-row{display:flex;align-items:center;gap:4px;min-width:0}.tc-chapter-storyboard-script__title,.tc-chapter-storyboard-script__subtitle{display:block;line-height:1.25}.tc-chapter-storyboard-script__title{font-size:13px}.tc-chapter-storyboard-script__help{flex:0 0 auto;width:20px;height:20px;color:var(--tc-storyboard-muted)}.tc-chapter-storyboard-script__help:hover,.tc-chapter-storyboard-script__help:focus-visible{color:#93c5fd;background:var(--tc-storyboard-hover)}.tc-chapter-storyboard-script__help-content{display:grid;gap:4px;max-width:280px}.tc-chapter-storyboard-script__help-line{line-height:1.45}.tc-chapter-storyboard-script__subtitle{margin-top:3px;font-size:11px}.tc-chapter-storyboard-script__summary{flex:0 0 auto;gap:6px;color:var(--tc-storyboard-muted);font-size:11px}.tc-chapter-storyboard-script__summary span+span:before{margin-right:6px;color:#94a3b88a;content:"·"}.tc-chapter-storyboard-script__pipeline{flex:0 0 auto;min-height:34px;gap:2px;padding:3px 8px;border-bottom:1px solid var(--tc-storyboard-border)}.tc-chapter-storyboard-script__tooltip-target{display:inline-flex;min-width:0}.tc-chapter-storyboard-script__model-tooltip{flex:0 1 180px;min-width:0}.tc-chapter-storyboard-script__model-select{width:150px;flex:0 1 180px}.tc-chapter-storyboard-script__model-select input{min-height:24px;padding-top:2px;padding-bottom:2px;font-size:11px;color:inherit;background:transparent;border-color:transparent}.tc-chapter-storyboard-script__model-select input:focus{border-color:#60a5faa3}.tc-chapter-storyboard-script__pipeline-action,.tc-chapter-storyboard-script__secondary-action,.tc-chapter-storyboard-script__row-action,.tc-chapter-storyboard-script__duration-button{color:var(--tc-storyboard-muted)}.tc-chapter-storyboard-script__pipeline-action:hover,.tc-chapter-storyboard-script__secondary-action:hover,.tc-chapter-storyboard-script__row-action:hover,.tc-chapter-storyboard-script__duration-button:hover{color:var(--tc-color-text, #f8fafc);background:var(--tc-storyboard-hover)}.tc-chapter-storyboard-script__save{margin-left:auto;color:#93c5fd}.tc-chapter-storyboard-script__empty{display:grid;gap:10px;padding:14px 12px}.tc-chapter-storyboard-script__empty-actions{margin:0}.tc-chapter-storyboard-script__primary-action{background:#2563eb}.tc-chapter-storyboard-script__grid{display:grid;grid-template-columns:54px 104px minmax(180px,1.4fr) minmax(150px,1fr) 140px}.tc-chapter-storyboard-script__grid--header{min-height:31px;background:#94a3b80f;border-bottom:1px solid var(--tc-storyboard-border)}.tc-chapter-storyboard-script__grid-heading{display:flex;align-items:center;min-width:0;padding:0 9px;color:var(--tc-storyboard-muted);font-size:10px;font-weight:600;border-right:1px solid var(--tc-storyboard-border)}.tc-chapter-storyboard-script__grid-heading--center{justify-content:center;text-align:center}.tc-chapter-storyboard-script__grid-heading:last-child{border-right:0}.tc-chapter-storyboard-script__row-scroll{flex:1 1 auto;min-height:0;max-height:none}.tc-chapter-storyboard-script__row{position:relative;min-height:48px;border-bottom:1px solid var(--tc-storyboard-border)}.tc-chapter-storyboard-script__row-grid{min-height:48px}.tc-chapter-storyboard-script__shot-index,.tc-chapter-storyboard-script__duration-control,.tc-chapter-storyboard-script__row-actions{display:flex;align-items:center;justify-content:center;min-width:0;border-right:1px solid var(--tc-storyboard-border)}.tc-chapter-storyboard-script__shot-index{color:var(--tc-storyboard-muted);font-size:11px;font-weight:700}.tc-chapter-storyboard-script__duration-control{gap:1px;color:var(--tc-color-text, #e5edf7);font-size:11px}.tc-chapter-storyboard-script__duration-button{width:18px;min-width:18px;height:18px}.tc-chapter-storyboard-script__quick-input{width:100%;min-width:0;height:32px;max-height:32px;align-self:center;box-sizing:border-box;padding:0 9px;overflow:hidden;color:inherit;font:inherit;font-size:11px;line-height:16px;background:transparent;border:0;border-right:1px solid var(--tc-storyboard-border);outline:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;text-overflow:ellipsis;overflow-wrap:anywhere}.tc-chapter-storyboard-script__quick-input--readonly{-webkit-user-select:text;user-select:text;cursor:default;opacity:.88}.tc-chapter-storyboard-script__row-actions{gap:5px;padding:0 6px;border-right:0}.tc-chapter-storyboard-script__row-action-group{display:flex;align-items:center;gap:1px;min-width:0}.tc-chapter-storyboard-script__row-action-divider{width:1px;height:16px;flex:0 0 auto;background:var(--tc-storyboard-border)}.tc-chapter-storyboard-script__row-action--production{color:#93c5fd}.tc-chapter-storyboard-script__overflow{display:block;padding:7px 12px 0;font-size:10px}.tc-chapter-storyboard-script__error{display:block;padding:8px 12px;font-size:11px;border-top:1px solid rgba(248,113,113,.28)}.tc-chapter-storyboard-script__media-progress{display:block;padding:0 12px 6px;font-size:10px}.tc-chapter-storyboard-script__modal .mantine-Modal-content{background:var(--tc-color-surface-raised, #111827)}.tc-chapter-storyboard-script__editor{min-height:min(680px,76vh)}.tc-chapter-storyboard-script__editor-toolbar{justify-content:space-between;gap:12px}.tc-chapter-storyboard-script__editor-scroll{flex:1 1 auto;min-height:0}.tc-chapter-storyboard-script__table{min-width:980px}.tc-chapter-storyboard-script__table th,.tc-chapter-storyboard-script__table td{vertical-align:top;border-bottom-color:var(--tc-storyboard-border)}.tc-chapter-storyboard-script__table th{color:var(--tc-storyboard-muted);font-size:11px;font-weight:600}.tc-chapter-storyboard-script__table td:first-child{width:64px;font-weight:700}.tc-chapter-storyboard-script__table td:nth-child(2){width:110px}.tc-chapter-storyboard-script__table td:last-child{width:100px}.tc-chapter-storyboard-script__editor-duration,.tc-chapter-storyboard-script__editor-input{min-width:0}.tc-chapter-storyboard-script__editor-row-actions{margin:0}:root[data-mantine-color-scheme=light] .tc-chapter-storyboard-script{--tc-storyboard-border: rgba(71, 85, 105, .18);--tc-storyboard-muted: rgba(71, 85, 105, .84);--tc-storyboard-surface: rgba(255, 255, 255, .96);--tc-storyboard-hover: rgba(71, 85, 105, .08);color:#172033}@media (max-width: 740px){.tc-chapter-storyboard-script__grid{grid-template-columns:48px 92px minmax(160px,1.4fr) minmax(135px,1fr) 132px}}.tc-storyboard-editor__layout{height:min(78vh,820px);min-height:520px}.tc-storyboard-editor__toolbar,.tc-storyboard-editor__batch,.tc-storyboard-editor__footer{flex:0 0 auto}.tc-storyboard-editor__search{width:min(280px,100%)}.tc-storyboard-editor__columns{width:min(420px,100%)}.tc-storyboard-editor__batch{min-height:34px;padding:6px 0}.tc-storyboard-editor__batch-count{width:92px;color:var(--tc-storyboard-muted)}.tc-storyboard-editor__batch-field{width:180px}.tc-storyboard-editor__batch-value{width:min(360px,100%)}.tc-storyboard-editor__scroll{flex:1 1 auto;min-height:0}.tc-storyboard-editor__table{table-layout:fixed}.tc-storyboard-editor__column-heading,.tc-storyboard-editor__cell{width:190px;min-width:190px;vertical-align:top}.tc-storyboard-editor__select-cell{width:42px;min-width:42px;text-align:center}.tc-storyboard-editor__actions-heading,.tc-storyboard-editor__actions-cell{position:sticky;right:0;z-index:2;width:126px;min-width:126px;background:var(--tc-color-surface-raised, #111827)}.tc-storyboard-editor__thead{position:sticky;top:0;z-index:3;background:var(--tc-color-surface-raised, #111827)}.tc-storyboard-editor__row-actions{min-height:36px}.tc-storyboard-editor__duration,.tc-storyboard-editor__shot-size,.tc-storyboard-editor__field{width:100%}.tc-storyboard-editor__field textarea{min-height:34px;line-height:1.4}.tc-storyboard-editor__result-count{min-width:0}.tc-chapter-storyboard-editor__tooltip-target{display:inline-flex;min-width:0}.tc-chapter-storyboard-editor__columns-tooltip{flex:1 1 260px;min-width:220px}@media (max-width: 760px){.tc-storyboard-editor__layout{min-height:460px}.tc-storyboard-editor__search,.tc-storyboard-editor__columns,.tc-storyboard-editor__batch-value{width:100%}}.tc-chapter-storyboard-editor{width:min(1600px,calc(100vw - 48px));max-width:calc(100vw - 48px)}.tc-chapter-storyboard-editor__layout{height:min(820px,calc(100vh - 150px));min-height:620px}.tc-chapter-storyboard-editor__toolbar,.tc-chapter-storyboard-editor__batch{flex:0 0 auto;padding:8px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#1e293b80}.tc-chapter-storyboard-editor__toolbar{gap:6px}.tc-chapter-storyboard-editor__toolbar>*{min-width:0}.tc-chapter-storyboard-editor__search{flex:1 1 260px;min-width:220px}.tc-chapter-storyboard-editor__columns{flex:1 1 260px;min-width:220px;justify-content:space-between;overflow:hidden;white-space:nowrap}.tc-chapter-storyboard-editor__columns-picker{flex:1 1 260px;min-width:220px}.tc-chapter-storyboard-editor__columns-dropdown{max-height:min(420px,calc(100vh - 220px));overflow:auto}.tc-chapter-storyboard-editor__columns-options{min-width:220px}.tc-chapter-storyboard-editor__add,.tc-chapter-storyboard-editor__generate,.tc-chapter-storyboard-editor__batch-apply,.tc-chapter-storyboard-editor__save{flex:0 0 auto}.tc-chapter-storyboard-editor__batch{align-items:center;min-height:42px}.tc-chapter-storyboard-editor__batch-count{min-width:100px;color:var(--tc-storyboard-muted)}.tc-chapter-storyboard-editor__batch-field{width:180px}.tc-chapter-storyboard-editor__batch-value{flex:1 1 280px;min-width:220px}.tc-chapter-storyboard-editor__workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,520px);flex:1 1 auto;min-height:0;gap:12px}.tc-chapter-storyboard-editor__overview,.tc-chapter-storyboard-editor__detail{display:flex;min-width:0;min-height:0;flex-direction:column;overflow:hidden;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#0f172a57}.tc-chapter-storyboard-editor__overview-header,.tc-chapter-storyboard-editor__detail-header{display:flex;flex:0 0 auto;min-height:46px;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-bottom:1px solid rgba(148,163,184,.14)}.tc-chapter-storyboard-editor__overview-title,.tc-chapter-storyboard-editor__detail-title{color:var(--tc-color-text, #e5edf7)}.tc-chapter-storyboard-editor__overview-hint,.tc-chapter-storyboard-editor__detail-meta{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-chapter-storyboard-editor__scroll{flex:1 1 auto;min-height:0}.tc-chapter-storyboard-editor__table{table-layout:fixed}.tc-chapter-storyboard-editor__column-heading,.tc-chapter-storyboard-editor__cell{width:220px;min-width:220px;vertical-align:top}.tc-chapter-storyboard-editor__column-heading--shotNumber,.tc-chapter-storyboard-editor__cell--shotNumber{width:76px;min-width:76px}.tc-chapter-storyboard-editor__column-heading--durationSeconds,.tc-chapter-storyboard-editor__cell--durationSeconds{width:92px;min-width:92px}.tc-chapter-storyboard-editor__column-heading--plotDescription,.tc-chapter-storyboard-editor__cell--plotDescription,.tc-chapter-storyboard-editor__column-heading--performanceBlocking,.tc-chapter-storyboard-editor__cell--performanceBlocking,.tc-chapter-storyboard-editor__column-heading--camera,.tc-chapter-storyboard-editor__cell--camera,.tc-chapter-storyboard-editor__column-heading--continuityOut,.tc-chapter-storyboard-editor__cell--continuityOut{width:360px;min-width:360px}.tc-chapter-storyboard-editor__column-heading--imageGenerationPrompt,.tc-chapter-storyboard-editor__cell--imageGenerationPrompt,.tc-chapter-storyboard-editor__column-heading--videoMotionPrompt,.tc-chapter-storyboard-editor__cell--videoMotionPrompt,.tc-chapter-storyboard-editor__column-heading--negativePrompt,.tc-chapter-storyboard-editor__cell--negativePrompt{width:480px;min-width:480px}.tc-chapter-storyboard-editor__overview-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.45;word-break:break-word}.tc-chapter-storyboard-editor__overview-duration{color:var(--tc-color-text, #e5edf7);font-variant-numeric:tabular-nums}.tc-chapter-storyboard-editor__row{cursor:pointer}.tc-chapter-storyboard-editor__row--active>.tc-chapter-storyboard-editor__cell,.tc-chapter-storyboard-editor__row--active>.tc-chapter-storyboard-editor__select-cell{background:#38bdf817}.tc-chapter-storyboard-editor__select-cell{width:42px;min-width:42px;text-align:center}.tc-chapter-storyboard-editor__actions-heading,.tc-chapter-storyboard-editor__actions-cell{position:sticky;right:0;z-index:2;width:126px;min-width:126px;background:var(--tc-color-surface-raised, #111827)}.tc-chapter-storyboard-editor__thead{position:sticky;top:0;z-index:3;background:var(--tc-color-surface-raised, #111827)}.tc-chapter-storyboard-editor__row-actions{min-height:36px}.tc-chapter-storyboard-editor__detail-heading{min-width:0}.tc-chapter-storyboard-editor__detail-nav{flex:0 0 auto}.tc-chapter-storyboard-editor__detail-scroll{flex:1 1 auto;min-height:0}.tc-chapter-storyboard-editor__detail-content{padding:14px}.tc-chapter-storyboard-editor__detail-group{display:flex;flex-direction:column;gap:8px}.tc-chapter-storyboard-editor__detail-group-title{color:var(--tc-storyboard-muted);letter-spacing:.04em}.tc-chapter-storyboard-editor__detail-group-fields{min-width:0}.tc-chapter-storyboard-editor__production-references{width:100%}.tc-chapter-storyboard-editor__production-references input{min-height:36px}.tc-chapter-storyboard-editor__detail-field textarea{min-height:88px;line-height:1.55}.tc-chapter-storyboard-editor__detail-field[data-column=dialogue] textarea{min-height:58px}.tc-chapter-storyboard-editor__detail-empty{display:grid;min-height:180px;place-content:center;gap:6px;padding:24px;text-align:center}.tc-chapter-storyboard-editor__duration,.tc-chapter-storyboard-editor__shot-size,.tc-chapter-storyboard-editor__field{width:100%}.tc-chapter-storyboard-editor__field textarea{min-height:34px;line-height:1.4}.tc-chapter-storyboard-editor__result-count{min-width:0}@media (max-width: 760px){.tc-chapter-storyboard-editor{width:calc(100vw - 24px);max-width:calc(100vw - 24px)}.tc-chapter-storyboard-editor__layout{min-height:460px}.tc-chapter-storyboard-editor__search,.tc-chapter-storyboard-editor__columns,.tc-chapter-storyboard-editor__batch-value{flex-basis:100%;min-width:100%}.tc-chapter-storyboard-editor__layout{height:auto;min-height:0}.tc-chapter-storyboard-editor__workspace{grid-template-columns:minmax(0,1fr);min-height:720px}.tc-chapter-storyboard-editor__detail{min-height:520px}}
