/* All creation destinations are peers, with one shared icon/text alignment. */
.cinema-workbench .studio-navigation :is(.workflow-step,.media-navigation,.prompt-library-toggle){display:flex;position:relative;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px;padding:9px 12px;min-height:40px;width:100%;margin:1px 0;border:1px solid transparent;border-radius:9px;font-size:13px;text-align:left}
.cinema-workbench .studio-navigation :is(.workflow-step,.media-navigation,.prompt-library-toggle)>svg{width:18px;height:18px;flex:0 0 18px;margin:0}
.cinema-workbench .studio-navigation :is(.workflow-step,.media-navigation,.prompt-library-toggle).is-active{background:linear-gradient(100deg,#e4b76e14,#c7b0ff05);border-color:#7d674652;color:#eac48a}
.cinema-workbench .studio-navigation .media-navigation.is-active::before{content:'';position:absolute;left:-1px;top:12px;bottom:12px;width:2px;background:var(--brand);border-radius:2px}
.cinema-workbench .inference-view{display:grid;grid-template-columns:minmax(265px,310px) minmax(0,1fr);align-items:start;gap:22px;padding-bottom:30px}
.storyboard-compose{border:1px solid #323139;border-radius:15px;background:linear-gradient(145deg,#202128,#17181e);padding:21px;min-width:0}
.storyboard-compose-heading>span,.storyboard-output-heading span{font-size:9px;letter-spacing:1.7px;color:#9f8c72}.storyboard-compose-heading h2{font-size:16px;font-weight:550;margin:9px 0;color:#e5e0e7}.storyboard-compose-heading p{font-size:11px;color:#9891a0;line-height:1.8;margin:0 0 22px}
.storyboard-compose .inference-handoff{display:block;border:0;border-top:1px solid #35313c;border-radius:0;background:none;padding:17px 0;margin:0;min-width:0}.storyboard-compose .inference-handoff strong{font-size:12px;color:#d8c7aa}.storyboard-compose .inference-handoff p{font-size:11px;line-height:1.8;color:#8e8999;margin:9px 0 12px}.storyboard-compose .inference-handoff .mini-actions{justify-content:flex-start;gap:8px}
.storyboard-compose .storyboard-prompt-section{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin:0;padding:17px 0;border:0;border-top:1px solid #35313c;border-radius:0;background:none}.storyboard-compose .storyboard-prompt-section label{min-width:0}.storyboard-compose .storyboard-prompt-section label>span{font-size:12px;color:#d8c7aa}.storyboard-compose .storyboard-prompt-section select{width:100%;font-size:12px;background:#14141b;border-color:#3b3541}.storyboard-compose #inferenceRulesLink{align-self:flex-start;font-size:11px;padding:5px 10px}.storyboard-compose .prompt-use-status{font-size:10px;line-height:1.7;margin:0;color:#93889d}
.storyboard-compose .inference-action-bar{padding:0;margin:3px 0 18px;border:0}.storyboard-compose .inference-generation-controls{display:flex;flex-direction:column;align-items:stretch;gap:9px}.storyboard-compose #runInferenceBtn{width:100%;min-height:42px;justify-content:space-between;padding:10px 12px;font-size:12px;border-radius:9px;background:linear-gradient(110deg,#e6b876,#d3a05a);color:#251d13}.storyboard-compose #stopInferenceBtn:disabled{display:none}
.storyboard-compose .storyboard-prompt-section>label,.storyboard-compose .storyboard-prompt-section>.prompt-use-status{flex:0 0 auto}
.inference-view:has(#inferenceOutput[hidden]) #storyboardToVideo{display:none}
.storyboard-compose .production-options{border:1px solid #38323d;background:#17151d;border-radius:10px;padding:12px;margin:0}.storyboard-compose .production-options summary{font-size:11px;color:#b3a4bd;cursor:pointer}.storyboard-compose .workflow-options-body{grid-template-columns:1fr;gap:0}.storyboard-compose .batch-settings-bar select{max-width:none}.storyboard-compose .batch-settings-bar p,.storyboard-compose .field-note{font-size:10px;color:#82798c}.storyboard-compose .range-inputs{flex-wrap:wrap}.storyboard-batch-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.storyboard-batch-actions button{font-size:10px;padding:6px 8px}.storyboard-batch-actions button:disabled{display:none}.storyboard-flow-note{font-size:10px;line-height:1.8;color:#8b8195;margin:16px 0 0}
.inference-view .inference-body{display:flex;flex-direction:column;min-width:0;min-height:560px;border:1px solid #323139;border-radius:15px;background:#14141b;overflow:hidden}
.storyboard-output-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 23px;border-bottom:1px solid #302c37;background:linear-gradient(120deg,#202028,#17171e)}.storyboard-output-heading h2{margin:7px 0 0;font-size:18px;color:#e6e0ea;font-weight:550}.storyboard-output-heading>p{font-size:11px;color:#8f849a}
.inference-view .inference-main{border:0;background:none;min-height:360px}.inference-view .batch-status{background:#1c1b23;color:#918898;border-color:#302a36;font-size:10px}.inference-view #inferenceOutput{padding:22px;background:#14141b;font-size:14px;line-height:2;min-height:450px;resize:vertical;color:#ddd6e3}
.inference-view .result-edit-bar{padding:13px 20px;border-color:#302a36}.inference-view .result-edit-bar strong{font-size:12px}.inference-view .result-edit-bar p{font-size:10px}.inference-view .result-edit-bar button{font-size:11px}
.storyboard-empty{flex:1;min-height:330px;padding:55px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(ellipse at center,#49324614,transparent 65%)}.storyboard-empty svg{width:58px;height:58px;fill:none;stroke:#b2946e;stroke-width:1.3;margin-bottom:18px}.storyboard-empty h3{font-size:17px;line-height:1.8;font-weight:450;color:#c9c0d0;margin:0 0 10px}.storyboard-empty p{font-size:11px;color:#84788f;line-height:1.9;max-width:330px;margin:0}.storyboard-empty[hidden]{display:none!important}
.inference-view .inference-result-controls{padding:13px 18px;gap:8px;border-color:#302a36;background:#1b1821}.inference-view .inference-result-controls button{font-size:11px;padding:7px 10px}.inference-view #storyboardToVideo{margin-bottom:0!important;margin-right:auto}.storyboard-record-actions{border-top:1px solid #302a36;padding:10px 18px;color:#776b82;font-size:10px}.storyboard-record-actions summary{cursor:pointer}.storyboard-record-actions button{margin-top:10px;font-size:11px}
@media(max-width:1100px){.cinema-workbench .inference-view{grid-template-columns:270px minmax(0,1fr);gap:15px}.storyboard-compose{padding:16px}.storyboard-output-heading{padding:18px}.storyboard-output-heading>p{display:none}}
@media(max-width:880px){.cinema-workbench .inference-view{grid-template-columns:1fr}.inference-view .inference-body{min-height:460px}}
@media(max-width:780px){.cinema-workbench .studio-navigation :is(.workflow-step,.media-navigation,.prompt-library-toggle){flex-direction:column;justify-content:center;gap:5px;padding:8px 2px;min-height:60px;font-size:10px}.cinema-workbench .studio-navigation .media-navigation>span{display:block;font-size:10px}.cinema-workbench .studio-navigation .media-navigation>small{display:none}.cinema-workbench .studio-navigation :is(.workflow-step,.media-navigation,.prompt-library-toggle)>svg{flex-basis:18px}.storyboard-empty{padding:40px 18px}.storyboard-empty h3{font-size:15px}}
