*{box-sizing:border-box}body{margin:0;padding:0;background:#1a1b1e;color:#e4e4e7;font-family:-apple-system,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#3a3b3e;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a4b4e}a{color:#8ba0ff;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;outline:none}button:focus-visible{outline:2px solid #8ba0ff;outline-offset:2px}input,textarea{font-family:inherit;outline:none}input:focus-visible,textarea:focus-visible{outline:2px solid #8ba0ff;outline-offset:1px}h1,h2,h3,h4{margin:0 0 8px;font-weight:600}.login-page{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw;background:#121316;padding:20px}.login-card{background:#1e1f23;border:1px solid #2a2b2e;border-radius:12px;padding:40px;width:380px;max-width:90vw}.login-title{text-align:center;font-size:28px;color:#8ba0ff;margin-bottom:4px}.login-subtitle{text-align:center;color:#a4a5a8;margin:0 0 24px;font-size:13px}.login-tabs{display:flex;gap:0;margin-bottom:20px;border-radius:6px;overflow:hidden;border:1px solid #2a2b2e}.login-tab{flex:1;padding:8px;background:#2a2b2e;color:#a4a5a8;font-size:14px;transition:background .2s,color .2s}.login-tab.active{background:#667eea;color:#fff}.login-input{display:block;width:100%;padding:10px 12px;margin-bottom:12px;background:#151618;border:1px solid #2a2b2e;border-radius:6px;color:#e4e4e7;font-size:14px;transition:border-color .2s}.login-input:focus{border-color:#667eea}.login-password-wrap{position:relative;width:100%}.login-password-wrap .login-input{padding-right:40px}.login-eye-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#888;padding:4px;display:flex;align-items:center;justify-content:center}.login-eye-btn:hover{color:#ccc}.login-error{color:#fca5a5;font-size:13px;margin-bottom:12px;padding:6px 8px;background:#ef44441f;border:1px solid rgba(239,68,68,.3);border-radius:4px}.login-success{color:#86efac;font-size:13px;margin-bottom:12px;padding:8px 10px;background:#22c55e1f;border:1px solid rgba(34,197,94,.3);border-radius:4px;line-height:1.5}.login-code-row{display:flex;gap:8px;align-items:stretch}.login-code-row .login-input{flex:1;margin-bottom:0}.login-send-code-btn{flex-shrink:0;width:100px;padding:0 12px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.login-send-code-btn:hover:not(:disabled){background:#5a70d6}.login-send-code-btn:disabled{opacity:.5;cursor:not-allowed;background:#4a4b5e}.login-submit{display:block;width:100%;padding:10px;background:#667eea;color:#fff;border-radius:6px;font-size:15px;font-weight:500;transition:background .2s}.login-submit:hover{background:#5a70d6}.login-submit:disabled{opacity:.6;cursor:not-allowed}.app-layout{display:flex;height:100vh;width:100vw;overflow:hidden}.sidebar{width:60px;min-width:60px;background:#151618;border-right:1px solid #2a2b2e;display:flex;flex-direction:column;padding:12px 0;position:relative;transition:width .2s ease,min-width .2s ease;overflow:hidden;z-index:100}.sidebar--expanded{width:240px;min-width:240px}.sidebar-top{margin-bottom:12px;padding:0 12px;flex-shrink:0}.sidebar-logo{display:flex;align-items:center;gap:10px;height:36px;overflow:hidden}.sidebar-logo__icon{width:36px;min-width:36px;height:36px;background:#667eea;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff}.sidebar-logo__text{font-size:16px;font-weight:700;color:#e0e0e0;white-space:nowrap}.sidebar-section-label{padding:0 16px;margin-bottom:6px;font-size:11px;font-weight:600;color:#6a6b72;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.sidebar-middle{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto;overflow-x:hidden;padding-top:4px}.sidebar-middle::-webkit-scrollbar{width:3px}.sidebar-middle::-webkit-scrollbar-thumb{background:#3a3b3e;border-radius:3px}.sidebar-project-list{display:flex;flex-direction:column;gap:2px;padding:0 8px}.sidebar-project-item{display:flex;align-items:center;border-radius:6px;position:relative;min-height:36px}.sidebar-project-item:hover{background:#2a2b2e}.sidebar-project-item--active{background:#667eea26}.sidebar-project-item--active:hover{background:#667eea33}.sidebar-project-btn{display:flex;align-items:center;gap:8px;flex:1;min-width:0;background:transparent;border:none;color:#b4b5b8;padding:6px 8px;border-radius:6px;cursor:pointer;font-size:14px;text-align:left;transition:color .15s}.sidebar-project-item--active .sidebar-project-btn{color:#e0e0e0;font-weight:500}.sidebar-project-icon{font-size:16px;flex-shrink:0;width:20px;text-align:center}.sidebar-project-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-rename-input{flex:1;margin:4px 8px;padding:4px 8px;background:#1a1b1e;border:1px solid #667eea;border-radius:4px;color:#e0e0e0;font-size:13px;outline:none}.sidebar-project-menu-wrap{position:relative;flex-shrink:0}.sidebar-project-dots{background:transparent;border:none;color:#6a6b72;cursor:pointer;padding:4px 6px;border-radius:4px;font-size:14px;line-height:1;transition:color .15s,background .15s}.sidebar-project-dots:hover{color:#e0e0e0;background:#3a3b3e}.sidebar-context-menu{position:absolute;right:0;top:100%;background:#1e1f23;border:1px solid #2a2b2e;border-radius:6px;box-shadow:0 8px 24px #0006;z-index:200;min-width:100px;overflow:hidden}.sidebar-context-item{display:block;width:100%;padding:8px 14px;background:transparent;border:none;color:#b4b5b8;font-size:13px;text-align:left;cursor:pointer;transition:background .15s,color .15s}.sidebar-context-item:hover{background:#2a2b2e;color:#e0e0e0}.sidebar-context-item--danger:hover{background:#ef444426;color:#fca5a5}.sidebar-new-project-btn{display:flex;align-items:center;gap:8px;margin:4px 8px;padding:6px 8px;background:transparent;border:1px dashed #3a3b3e;border-radius:6px;color:#6a6b72;font-size:14px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.sidebar-new-project-btn:hover{color:#e0e0e0;border-color:#667eea;background:#667eea14}.sidebar-new-project-icon{width:20px;text-align:center;font-size:16px;font-weight:600}.sidebar-new-project-text{white-space:nowrap}.sidebar-bottom{margin-top:auto;flex-shrink:0;padding:0 8px}.sidebar-bottom-divider{height:1px;background:#2a2b2e;margin:8px 4px}.sidebar-user-wrap{position:relative}.sidebar-user-btn{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#b4b5b8;transition:background .15s}.sidebar-user-btn:hover{background:#2a2b2e}.sidebar-avatar{width:32px;min-width:32px;height:32px;background:#3a3b3e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#e4e4e7}.sidebar-username{font-size:13px;color:#e0e0e0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;text-align:left}.sidebar-user-arrow{font-size:12px;color:#6a6b72;flex-shrink:0}.sidebar-user-menu{position:absolute;left:0;bottom:100%;margin-bottom:4px;background:#1e1f23;border:1px solid #2a2b2e;border-radius:6px;box-shadow:0 8px 24px #0006;z-index:200;min-width:140px;overflow:hidden}.sidebar-user-menu-item{display:block;width:100%;padding:10px 14px;background:transparent;border:none;color:#b4b5b8;font-size:13px;text-align:left;cursor:pointer;transition:background .15s,color .15s}.sidebar-user-menu-item:hover{background:#2a2b2e;color:#e0e0e0}.sidebar-user-menu-item--danger:hover{background:#ef444426;color:#fca5a5}.sb-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center}.sb-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.sb-modal-dialog{position:relative;background:#1e1f23;border:1px solid #2a2b2e;border-radius:12px;padding:24px;width:360px;max-width:90vw;box-shadow:0 20px 60px #0006}.sb-modal-dialog h3{margin:0 0 16px;color:#e4e4e7;font-size:16px}.sb-modal-dialog input{display:block;width:100%;padding:10px 12px;background:#151618;border:1px solid #2a2b2e;border-radius:6px;color:#e4e4e7;font-size:14px;margin-bottom:12px;box-sizing:border-box}.sb-modal-dialog input:focus{border-color:#667eea;outline:none}.sb-modal-desc{color:#b4b5b8;font-size:14px;margin:0 0 16px;line-height:1.5}.sb-modal-error{background:#ef44441f;color:#fca5a5;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:12px}.sb-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.btn-danger{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;background:#ef4444;color:#fff;border:none;cursor:pointer;transition:background .2s}.btn-danger:hover{background:#dc2626}.btn-primary,.btn-secondary{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;transition:background .2s,color .2s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background:#5a70d6}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#2a2b2e;color:#b4b5b8}.btn-secondary:hover:not(:disabled){background:#3a3b3e;color:#e4e4e7}.chat-column{display:flex;flex-direction:column;background:#1a1b1e;border-right:1px solid #2a2b2e;min-width:0;overflow:hidden}.chat-panel{display:flex;flex-direction:column;height:100%}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #2a2b2e;flex-shrink:0}.chat-header-title{font-size:15px;font-weight:600}.agent-status{display:flex;align-items:center;gap:6px;font-size:12px;color:#8a8b8e}.status-dot{width:8px;height:8px;border-radius:50%;background:#3a3b3e}.status-dot.active{background:#22c55e;animation:pulse 1.2s ease-in-out infinite}.status-dot.idle{background:#667eea}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#8a8b8e;text-align:center}.chat-empty-hint{font-size:13px;color:#6a6b72;margin-top:8px}.bubble{max-width:85%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;word-break:break-word}.bubble-user{align-self:flex-end;background:#667eea;color:#fff;border-bottom-right-radius:4px}.bubble-assistant{align-self:flex-start;background:#2a2b2e;color:#e4e4e7;border-bottom-left-radius:4px}.bubble-error{border:1px solid #ef4444}.bubble-error-msg{margin-top:6px;font-size:12px;color:#fca5a5;background:#ef44441f;padding:4px 8px;border-radius:4px}.bubble-thinking{margin-bottom:8px;font-size:12px;color:#8a8b8e}.bubble-thinking summary{cursor:pointer;color:#8ba0ff;display:flex;align-items:center;gap:6px}.thinking-count{margin-left:auto;font-size:11px;opacity:.6;font-weight:400}.bubble-thinking pre{white-space:pre-wrap;font-size:12px;max-height:200px;overflow-y:auto;margin:4px 0 0;padding:8px;background:#1a1b1e;border-radius:4px}.bubble-tools{margin-bottom:6px;display:flex;flex-wrap:wrap;gap:4px}.bubble-tool{font-size:11px;padding:2px 8px;background:#1a1b1e;border-radius:4px;color:#b4b5b8}.tool-name{color:#8ba0ff}.tool-done{color:#22c55e;margin-left:4px}.tool-running{color:#f59e0b;margin-left:4px}.tool-compact{display:flex;align-items:center;gap:4px;cursor:pointer;padding:2px 0}.tool-toggle{font-size:9px;color:#666;width:12px}.tool-params-hint{color:#777;font-size:10px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-expanded{background:#8ba0ff0f;border-radius:4px;padding:4px 6px}.tool-detail{margin-top:4px;padding-left:16px}.tool-detail-section{margin-bottom:4px}.tool-detail-label{font-size:10px;color:#888;font-weight:500}.tool-detail-pre{font-size:10px;color:#aaa;margin:2px 0;padding:4px 8px;background:#0003;border-radius:3px;max-height:150px;overflow-y:auto;white-space:pre-wrap;word-break:break-all}.bubble-user .bubble-content{white-space:pre-wrap}.bubble-content p{margin:0 0 4px}.bubble-content p:last-child{margin-bottom:0}.bubble-content pre{background:#151618;padding:8px 10px;border-radius:6px;overflow-x:auto;font-size:12px;margin:6px 0}.bubble-content code{background:#151618;padding:1px 5px;border-radius:4px;font-size:12px}.bubble-content pre code{background:transparent;padding:0}.bubble-content ul,.bubble-content ol{margin:6px 0;padding-left:20px}.bubble-content a{color:#8ba0ff;text-decoration:underline}.streaming-cursor{display:inline-block;animation:blink .8s step-end infinite;color:#667eea;font-weight:300}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.input-area{padding:12px 16px;border-top:1px solid #2a2b2e;display:flex;gap:8px;flex-shrink:0}.input-textarea{flex:1;resize:none;background:#151618;border:1px solid #2a2b2e;border-radius:8px;padding:10px 12px;color:#e4e4e7;font-size:14px;transition:border-color .2s}.input-textarea:focus{border-color:#667eea}.input-send-btn{padding:8px 20px;background:#667eea;color:#fff;border-radius:8px;font-size:14px;font-weight:500;align-self:flex-end;transition:background .2s}.input-send-btn:hover{background:#5a70d6}.input-send-btn:disabled{opacity:.4;cursor:not-allowed}.resize-divider{width:4px;cursor:col-resize;background:#2a2b2e;transition:background .2s;flex-shrink:0}.resize-divider:hover{background:#667eea}.preview-column{flex:1;background:#202124;min-width:0;overflow:hidden}.preview-panel{height:100%;display:flex;flex-direction:column;position:relative}.preview-restore-btn{position:absolute;top:8px;left:12px;z-index:10;padding:6px 12px;background:#2a2b2e;color:#e4e4e7;border-radius:6px;font-size:13px;border:1px solid #3a3b3e;transition:background .2s}.preview-restore-btn:hover{background:#3a3b3e}.preview-tabs{display:flex;gap:4px;padding:8px 12px;border-bottom:1px solid #2a2b2e;flex-shrink:0;overflow-x:auto}.mode-expand .preview-tabs{padding-left:120px}.preview-tab{padding:6px 14px;background:#2a2b2e;border-radius:6px;color:#8a8b8e;font-size:13px;transition:background .2s,color .2s;white-space:nowrap}.preview-tab:hover{background:#3a3b3e;color:#e4e4e7}.preview-tab.active{background:#667eea;color:#fff}.preview-content{flex:1;overflow:auto;padding:16px}.preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#8a8b8e;text-align:center}.preview-placeholder-hint{font-size:13px;color:#6a6b72;margin-top:4px}.welcome-page{display:flex;flex-direction:column;align-items:center;padding-top:80px}.welcome-page h2{font-size:24px;color:#667eea;margin-bottom:8px}.welcome-page>p{color:#8a8b8e;margin-bottom:40px}.welcome-hints{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:600px;width:100%}.welcome-hint-card{background:#2a2b2e;border-radius:8px;padding:20px;text-align:center}.welcome-hint-card h3{color:#e4e4e7;font-size:15px;margin-bottom:6px}.welcome-hint-card p{color:#8a8b8e;font-size:13px;margin:0}.welcome-demo-hint{margin-top:40px;font-size:13px;color:#6a6b72;text-align:center;font-style:italic}.character-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.character-card{background:#2a2b2e;border-radius:8px;overflow:hidden}.character-img{width:100%;aspect-ratio:3/4;object-fit:cover}.character-img-placeholder{width:100%;aspect-ratio:3/4;background:#3a3b3e;display:flex;align-items:center;justify-content:center;font-size:36px;color:#8a8b8e}.character-info{padding:12px}.character-info h3{font-size:15px;margin-bottom:4px}.character-info p{font-size:13px;color:#8a8b8e;margin:0}.storyboard-frame{flex-shrink:0;width:200px;background:#2a2b2e;border-radius:8px;overflow:hidden}.frame-number{padding:4px 8px;font-size:11px;color:#667eea;font-weight:600}.frame-img{width:100%;aspect-ratio:16/9;object-fit:cover}.frame-img-placeholder{width:100%;aspect-ratio:16/9;background:#3a3b3e}.frame-desc{padding:6px 8px;font-size:12px;color:#8a8b8e;margin:0}.frame-duration{display:block;padding:2px 8px 6px;font-size:11px;color:#667eea}.video-preview{display:flex;flex-direction:column;align-items:center}.video-title{margin-bottom:16px}.video-player{width:100%;max-width:800px;border-radius:8px;background:#000}.script-view{max-width:700px;margin:0 auto}.script-text{white-space:pre-wrap;font-size:14px;line-height:1.8;color:#d4d4d7;font-family:PingFang SC,Microsoft YaHei,monospace}.gallery-item{border-radius:8px;overflow:hidden;background:#2a2b2e;position:relative}.gallery-label{display:block;padding:4px 8px;font-size:12px;color:#8a8b8e;text-align:center}.mode-expand .chat-column,.mode-expand .resize-divider{display:none}.mode-collapse .preview-column{max-width:300px}.script-view,.story-page{max-width:700px;margin:0 auto;padding:24px 0}.story-concept{text-align:center;margin-bottom:24px}.story-title{font-size:26px;color:#e4e4e7;margin:0 0 16px;letter-spacing:1px}.story-tags{display:flex;justify-content:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.story-tag{padding:4px 14px;background:#252629;border:1px solid #2a2b2e;border-radius:14px;font-size:13px;color:#8ba0ff}.story-logline{font-size:16px;color:#d4d4d7;line-height:1.7;font-style:italic;margin:0 0 16px}.story-synopsis-toggle{background:#252629;border:1px solid #2a2b2e;border-radius:6px;color:#8a8b8e;padding:6px 16px;font-size:13px;cursor:pointer;transition:color .2s,border-color .2s}.story-synopsis-toggle:hover{color:#e4e4e7;border-color:#667eea}.story-synopsis-text{margin:12px 0 0;font-size:14px;color:#b4b5b8;line-height:1.8;text-align:left}.story-divider{border:none;border-top:1px solid #2a2b2e;margin:24px 0}.script-section{text-align:left}.script-title{text-align:center;font-size:22px;color:#e4e4e7;margin-bottom:32px;text-transform:uppercase;letter-spacing:2px}.script-scene{margin-bottom:28px}.script-heading{font-weight:700;font-size:14px;text-transform:uppercase;text-decoration:underline;color:#e4e4e7;margin-bottom:12px;letter-spacing:1px}.script-action{font-size:14px;line-height:1.8;color:#d4d4d7;margin:0 0 12px}.script-dialogue{margin:12px 0;text-align:center}.script-character-name{font-size:14px;font-weight:700;text-transform:uppercase;color:#e4e4e7;letter-spacing:1px;margin-bottom:2px}.script-parenthetical{font-size:13px;font-style:italic;color:#8a8b8e;margin-bottom:2px}.script-line{font-size:14px;color:#d4d4d7;line-height:1.6;max-width:400px;margin:0 auto}.character-design{display:flex;flex-direction:column;gap:24px}.character-design-header{text-align:center}.character-design-header h2{font-size:22px;color:#e4e4e7;margin-bottom:6px}.character-design-header p{color:#8a8b8e;font-size:14px;margin:0}.character-views-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.character-view-card{background:#252629;border-radius:8px;overflow:hidden;border:1px solid #2a2b2e}.character-view-label{padding:8px 12px;font-size:12px;font-weight:600;color:#667eea;text-align:center;border-bottom:1px solid #2a2b2e}.character-view-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}.character-view-empty{width:100%;aspect-ratio:3/4;background:#1a1b1e;display:flex;align-items:center;justify-content:center;font-size:36px;color:#3a3b3e}.character-palette{display:flex;align-items:center;gap:12px;padding:12px 0}.character-palette-label{font-size:13px;color:#8a8b8e;flex-shrink:0}.character-palette-swatches{display:flex;gap:8px}.character-swatch{width:28px;height:28px;border-radius:50%;border:2px solid #2a2b2e;cursor:default}.character-traits{display:flex;flex-wrap:wrap;gap:8px}.character-trait-tag{padding:4px 12px;background:#252629;border:1px solid #2a2b2e;border-radius:12px;font-size:12px;color:#b4b5b8}.storyboard-page{display:flex;flex-direction:column;gap:24px}.sb-scene-group{background:#1e1f22;border-radius:8px;border:1px solid #2a2b2e;padding:16px}.sb-scene-title{font-size:15px;color:#e4e4e7;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #2a2b2e}.sb-frames-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px}.sb-frame{flex-shrink:0;width:200px;background:#252629;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;border:1px solid #2a2b2e}.sb-frame-number{padding:4px 8px;font-size:11px;font-weight:600;color:#667eea}.sb-frame-image img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.sb-frame-empty{width:100%;aspect-ratio:16/9;background:#1a1b1e}.sb-frame-params{display:flex;gap:4px;padding:4px 8px;flex-wrap:wrap}.sb-param{font-size:10px;padding:2px 6px;background:#1a1b1e;border-radius:3px;color:#8a8b8e}.sb-frame-desc{font-size:12px;color:#b4b5b8;padding:4px 8px;margin:0;line-height:1.5}.sb-frame-footer{display:flex;justify-content:space-between;align-items:center;padding:4px 8px 6px;margin-top:auto}.sb-duration{font-size:11px;color:#6a6b72}.sb-transition{font-size:10px;padding:2px 6px;background:#667eea22;color:#667eea;border-radius:3px}.storyboard-strip-container{display:flex;flex-direction:column;gap:12px}.storyboard-scene-name{font-size:16px;color:#e4e4e7;margin:0}.storyboard-strip{display:flex;gap:12px;overflow-x:auto;padding-bottom:12px}.video-preview{display:flex;gap:16px;height:100%}.video-player-main{flex:1;display:flex;flex-direction:column;min-width:0}.video-player-main .video-title{margin:0 0 12px;font-size:16px;color:#e4e4e7}.video-player-main .video-player{width:100%;border-radius:8px;background:#000;max-height:70vh}.video-playlist{width:220px;flex-shrink:0;display:flex;flex-direction:column;gap:4px;overflow-y:auto;background:#252629;border-radius:8px;padding:8px;border:1px solid #2a2b2e}.video-playlist-title{font-size:13px;font-weight:600;color:#8a8b8e;padding:4px 8px 8px;border-bottom:1px solid #2a2b2e;margin-bottom:4px}.video-clip-item{display:flex;gap:8px;padding:6px;border-radius:6px;background:transparent;border:1px solid transparent;text-align:left;cursor:pointer;transition:background .2s;color:#e4e4e7}.video-clip-item:hover{background:#2a2b2e}.video-clip-item.active{background:#2a2b2e;border-color:#667eea}.video-clip-thumb{width:64px;height:36px;border-radius:4px;object-fit:cover;flex-shrink:0}.video-clip-thumb-placeholder{width:64px;height:36px;border-radius:4px;background:#1a1b1e;flex-shrink:0}.video-clip-info{display:flex;flex-direction:column;justify-content:center;min-width:0}.video-clip-name{font-size:12px;color:#e4e4e7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-clip-duration{font-size:11px;color:#6a6b72}.gallery-container{display:flex;flex-direction:column;gap:16px}.gallery-filter-bar{display:flex;gap:6px;flex-wrap:wrap}.gallery-filter-btn{padding:6px 14px;border-radius:6px;font-size:13px;background:#252629;color:#8a8b8e;border:1px solid #2a2b2e;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.gallery-filter-btn:hover{background:#2a2b2e;color:#e4e4e7}.gallery-filter-btn.active{background:#667eea;color:#fff;border-color:#667eea}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.gallery-item{border-radius:8px;overflow:hidden;background:#252629;position:relative;cursor:pointer;transition:transform .2s,box-shadow .2s;border:1px solid #2a2b2e}.gallery-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.gallery-item img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000d9;display:flex;align-items:center;justify-content:center;cursor:pointer}.gallery-lightbox-img{max-width:90vw;max-height:90vh;border-radius:8px;object-fit:contain}.gallery-lightbox-close{position:absolute;top:20px;right:24px;font-size:32px;color:#e4e4e7;background:#2a2b2ecc;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.gallery-lightbox-close:hover{background:#667eea99}@keyframes gallery-item-enter{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.gallery-item-enter{animation:gallery-item-enter .3s ease-out}.gallery-type-badge{position:absolute;top:6px;right:6px;padding:2px 8px;font-size:10px;border-radius:4px;background:#0009;color:#8ba0ff;pointer-events:none}.gallery-skeleton-card{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;cursor:default}.gallery-skeleton-card:hover{transform:none;box-shadow:none}.gallery-skeleton-pulse{width:60%;height:40%;border-radius:8px;background:linear-gradient(90deg,#2a2b2e 25%,#3a3b3e,#2a2b2e 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite}.gallery-skeleton-label{margin-top:12px;font-size:12px;color:#6a6b72}.gallery-lightbox-content{display:flex;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;cursor:default}.gallery-lightbox-prompt{margin:12px 0 0;padding:8px 16px;background:#2a2b2ee6;border-radius:6px;font-size:12px;color:#8a8b8e;max-width:600px;text-align:center;line-height:1.5}.video-skeleton-item{cursor:default;opacity:.6}.video-skeleton-pulse{animation:skeleton-pulse 1.5s ease-in-out infinite;background:linear-gradient(90deg,#2a2b2e 25%,#3a3b3e,#2a2b2e 75%);background-size:200% 100%}.timeline-view{display:flex;flex-direction:column;gap:16px}.timeline-info-bar{display:flex;gap:24px;font-size:13px;color:#8a8b8e;padding:8px 12px;background:#252629;border-radius:6px;border:1px solid #2a2b2e}.timeline-info-bar span{display:flex;align-items:center;gap:6px}.timeline-scroll-container{overflow-x:auto;padding-bottom:12px}.timeline-track{display:flex;align-items:center;min-height:64px;position:relative}.timeline-clip-wrapper{display:flex;align-items:center;flex-shrink:0}.timeline-clip{height:56px;border-radius:6px;overflow:hidden;background:#252629;border:1px solid #2a2b2e;display:flex;align-items:center;position:relative;cursor:default}.timeline-clip:hover{border-color:#667eea}.timeline-clip-thumb{height:100%;width:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5}.timeline-clip-color{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#667eea33,#252629)}.timeline-clip-label{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:4px 8px;min-width:0}.timeline-clip-title{font-size:11px;color:#e4e4e7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.timeline-clip-dur{font-size:10px;color:#6a6b72}.timeline-transition-marker{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0 4px;flex-shrink:0}.timeline-transition-icon{width:10px;height:10px;background:#667eea;transform:rotate(45deg);border-radius:2px}.timeline-transition-label{font-size:9px;color:#6a6b72;white-space:nowrap}.timeline-ruler{position:relative;height:24px;margin-top:8px;border-top:1px solid #2a2b2e}.timeline-tick{position:absolute;top:0;display:flex;flex-direction:column;align-items:center}.timeline-tick:before{content:"";width:1px;height:6px;background:#3a3b3e}.timeline-tick-label{font-size:9px;color:#6a6b72;margin-top:2px}.welcome-hints{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:800px;width:100%}@media (max-width: 768px){.app-layout{flex-direction:column}.sidebar{width:100%!important;min-width:0!important;height:48px;flex-direction:row;border-right:none;border-bottom:1px solid #2a2b2e;padding:6px 12px;gap:8px;transition:none}.sidebar--expanded{width:100%!important;min-width:0!important}.sidebar-top{margin:0;padding:0}.sidebar-logo__text,.sidebar-section-label,.sidebar-project-name,.sidebar-new-project-text,.sidebar-username,.sidebar-user-arrow,.sidebar-project-dots,.sidebar-project-menu-wrap{display:none!important}.sidebar-middle{flex:1;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding-top:0;border-top:none}.sidebar-project-list{flex-direction:row;padding:0;gap:4px}.sidebar-bottom{margin-top:0;flex-direction:row;padding:0}.sidebar-bottom-divider{display:none}.chat-column,.preview-column{width:100%!important;flex:1}.chat-column{border-right:none;border-bottom:1px solid #2a2b2e}.resize-divider{display:none}.bubble{max-width:95%}}.bubble-subagent{border-left:3px solid #667eea;background:#1e2030}.agent-label-bar{display:flex;align-items:center;gap:8px;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid rgba(102,126,234,.2)}.agent-label{font-size:12px;font-weight:600;color:#667eea;padding:2px 8px;background:#667eea1a;border-radius:4px;white-space:nowrap}.agent-working{font-size:11px;color:#22c55e;animation:pulse 1.2s ease-in-out infinite}.bubble-collapsed-preview{align-self:flex-start;max-width:85%;padding:8px 14px;border-radius:12px;font-size:14px;line-height:1.5;cursor:pointer;transition:opacity .2s}.bubble-collapsed-preview:hover{opacity:.85}.bubble-collapsed-preview .collapsed-scroll-content{max-height:7em;overflow-y:auto;font-size:13px;color:#b0b1b5;line-height:1.4}.bubble-collapsed-preview .collapsed-scroll-content p{margin:0 0 3px}.collapsed-hint{font-size:11px;color:#6b7280;margin-left:auto}.agent-collapse-btn{font-size:11px;color:#6b7280;margin-left:auto;cursor:pointer;padding:1px 6px;border-radius:3px;transition:color .15s,background .15s}.agent-collapse-btn:hover{color:#667eea;background:#667eea1a}.message-meta{display:flex;gap:8px;padding-top:4px;font-size:10px;color:#6b7280;opacity:.5}.message-meta:hover{opacity:1}.message-tokens{color:#9ca3af;font-family:Courier New,monospace}.message-cache{color:#34d399}.message-duration{color:#9ca3af}.bubble-collapsed-preview .message-time{font-size:10px;color:#6b7280;opacity:.6}.stage-indicator{display:flex;align-items:center;padding:4px 12px;background:#1a1b1e;border-bottom:1px solid #2a2b2e;height:32px;flex-shrink:0;overflow-x:auto}.stage-indicator__item{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.stage-connector{display:inline-block;width:16px;height:1px;background:#3a3b3e;margin:0 2px;vertical-align:middle}.stage-dot{display:inline-block;width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:transform .15s ease}.stage-dot:hover{transform:scale(1.5)}.stage-dot--none{background:transparent;border:1.5px solid #555}.stage-dot--draft{background:#60a5fa;animation:pulse-dot 2s ease-in-out infinite}.stage-dot--approved{background:#4ade80}.stage-dot--rejected{background:#f87171}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.stage-label{font-size:11px;color:#888}.artifact-actions{margin-top:8px}.artifact-actions__buttons{display:flex;gap:8px}.artifact-actions__btn{padding:4px 12px;border-radius:4px;font-size:13px;cursor:pointer;background:transparent;transition:all .15s ease}.artifact-actions__btn--approve{color:#4ade80;border:1px solid #4ade80}.artifact-actions__btn--approve:hover{background:#4ade80;color:#111}.artifact-actions__btn--reject{color:#f87171;border:1px solid #f87171}.artifact-actions__btn--reject:hover{background:#f87171;color:#111}.artifact-actions__feedback{display:flex;gap:6px;margin-top:6px}.artifact-actions__feedback input{flex:1;padding:4px 8px;border:1px solid #3a3b3e;border-radius:4px;background:#1e1f22;color:#e0e0e0;font-size:13px}.artifact-actions__feedback input:focus{outline:none;border-color:#5a5b5e}.artifact-actions__feedback button{padding:4px 10px;border:1px solid #5a5b5e;border-radius:4px;background:#2a2b2e;color:#e0e0e0;cursor:pointer;font-size:13px}.artifact-actions__feedback button:hover{background:#3a3b3e}.artifact-actions--compact .artifact-actions__buttons{gap:4px}.artifact-actions__btn--edit{color:#60a5fa;border:1px solid #60a5fa}.artifact-actions__btn--edit:hover{background:#60a5fa;color:#111}.artifact-actions--compact .artifact-actions__btn{padding:2px 6px;font-size:11px}.bbox-selector{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:1000;display:flex;flex-direction:column;align-items:center;padding:16px}.bbox-selector__header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:800px;margin-bottom:12px;color:#e0e0e0;font-size:14px}.bbox-selector__header button{background:none;border:none;color:#e0e0e0;font-size:24px;cursor:pointer;padding:0 8px}.bbox-selector__canvas-wrap{position:relative;max-width:800px;max-height:60vh;flex-shrink:0}.bbox-selector__img{max-width:100%;max-height:60vh;display:block;-webkit-user-select:none;user-select:none}.bbox-selector__overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:crosshair}.bbox-selector__input{display:flex;gap:8px;margin-top:12px;width:100%;max-width:600px}.bbox-selector__input input{flex:1;padding:8px 12px;border:1px solid #3a3b3e;border-radius:4px;background:#1e1f22;color:#e0e0e0;font-size:14px}.bbox-selector__input input:focus{outline:none;border-color:#60a5fa}.bbox-selector__input button{padding:8px 16px;border:1px solid #60a5fa;border-radius:4px;background:#60a5fa;color:#111;cursor:pointer;font-size:14px;font-weight:500}.bbox-selector__input button:hover{background:#93c5fd}.skeleton-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;gap:16px}.skeleton-loader__pulse{width:80%;max-width:400px;height:200px;border-radius:8px;background:linear-gradient(90deg,#1e1f22 25%,#2a2b2e,#1e1f22 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-loader__info{display:flex;flex-direction:column;align-items:center;gap:4px}.skeleton-loader__label{font-size:14px;color:#e0e0e0}.skeleton-loader__timer{font-size:12px;color:#888}.world-bible{padding:16px;overflow-y:auto;height:100%}.world-bible__section{margin-bottom:20px}.world-bible__section-title{font-size:14px;color:#e0e0e0;margin-bottom:10px;padding-bottom:4px;border-bottom:1px solid #2a2b2e}.world-bible__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.world-bible__character-card,.world-bible__location-card{background:#1e1f22;border:1px solid #2a2b2e;border-radius:6px;overflow:hidden}.world-bible__char-img,.world-bible__loc-img{width:100%;height:160px;object-fit:cover}.world-bible__char-img-empty,.world-bible__loc-img-empty{width:100%;height:160px;background:#2a2b2e;display:flex;align-items:center;justify-content:center;font-size:32px;color:#555}.world-bible__char-info,.world-bible__loc-info{padding:8px 10px}.world-bible__char-info strong,.world-bible__loc-info strong{font-size:13px;color:#e0e0e0}.world-bible__char-info p,.world-bible__loc-info p{font-size:12px;color:#999;margin:4px 0;line-height:1.4}.world-bible__ref-imgs{display:flex;gap:8px;margin-top:8px;overflow-x:auto}.world-bible__ref-img{width:80px;height:80px;object-fit:cover;border-radius:4px;border:1px solid #2a2b2e}@keyframes workspace-pulse{0%,to{opacity:.4}50%{opacity:.8}}.phase-bar{display:flex;align-items:center;background:#1a1b1e;padding:8px 12px;gap:4px;border-bottom:1px solid #2a2b2e}.phase-bar__project-name{font-size:13px;font-weight:600;color:#e2e8f0;background:#667eea26;padding:3px 10px;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;flex-shrink:0}.phase-bar__home{width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.phase-bar__home:hover{background:#2a2b2e}.phase-bar__home--active{background:#667eea;color:#fff}.phase-bar__stages{display:flex;flex-direction:row;gap:2px;flex:1;overflow-x:auto;align-items:center}.phase-bar__item{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:4px 8px;border-radius:6px;position:relative}.phase-bar__item:hover{background:#2a2b2e}.phase-bar__item--current{background:#667eea26}.phase-bar__connector{width:12px;height:2px;background:#555;position:absolute;left:-8px;top:50%;transform:translateY(-50%)}.phase-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.phase-dot--pending{border:2px solid #555;background:transparent;box-sizing:border-box}.phase-dot--active{background:#667eea;box-shadow:0 0 6px #667eea99;animation:workspace-pulse 2s ease-in-out infinite}.phase-dot--done{background:#48bb78}.phase-dot--rejected{background:#f56565}.phase-bar__label{font-size:11px;color:#999;margin-top:2px;white-space:nowrap}.phase-bar__agent-badge{display:flex;flex-direction:row;align-items:center;gap:6px;padding:4px 12px;background:#667eea33;border-radius:12px;font-size:12px;flex-shrink:0}.phase-bar__agent-pulse{width:8px;height:8px;border-radius:50%;background:#48bb78;animation:workspace-pulse 1.5s ease-in-out infinite}.phase-bar__agent-name{color:#e2e8f0}.phase-bar__gallery-btn{width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.phase-bar__gallery-btn:hover{background:#2a2b2e}.phase-bar__gallery-btn--active{background:#667eea;color:#fff}.workspace-header{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 16px;border-bottom:1px solid #2a2b2e}.workspace-header__dot{width:8px;height:8px;border-radius:50%;background:#48bb78;animation:workspace-pulse 1.5s ease-in-out infinite}.workspace-header__agent{color:#e2e8f0;font-weight:600}.workspace-header__status{color:#48bb78;font-size:12px}.workspace-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;gap:12px}.workspace-placeholder__icon{font-size:48px;opacity:.3}.workspace-placeholder__text{font-size:14px}.workspace-dashboard{padding:24px;overflow-y:auto}.workspace-dashboard__title{font-size:20px;font-weight:700;color:#e2e8f0;margin-bottom:20px}.workspace-dashboard__phases{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.workspace-dashboard__phase-card{background:#1e2030;border-radius:8px;padding:16px;display:flex;flex-direction:row;gap:12px;align-items:flex-start}.workspace-dashboard__phase-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:4px}.workspace-dashboard__phase-dot--done{background:#48bb78}.workspace-dashboard__phase-dot--active{background:#667eea;animation:workspace-pulse 2s ease-in-out infinite}.workspace-dashboard__phase-dot--pending{border:2px solid #555;background:transparent;box-sizing:border-box}.workspace-dashboard__phase-label{font-size:14px;font-weight:700;color:#e2e8f0}.workspace-dashboard__phase-summary{font-size:12px;color:#999}.workspace-dashboard__team{margin-top:24px;padding:16px;background:#1e2030;border-radius:8px;font-size:12px;color:#888}.workspace-concept{padding:24px;overflow-y:auto}.workspace-concept__title{font-size:24px;font-weight:700;color:#e2e8f0;margin-bottom:16px}.workspace-concept__tags{display:flex;flex-direction:row;gap:8px;margin-bottom:16px}.workspace-concept__tag{background:#2a2b2e;color:#b8c0cc;padding:4px 12px;border-radius:12px;font-size:12px}.workspace-concept__logline{font-size:16px;font-style:italic;color:#b8c0cc;border-left:3px solid #667eea;padding-left:16px;margin:16px 0}.workspace-concept__synopsis{color:#999;line-height:1.8;white-space:pre-wrap}.workspace-script{display:flex;flex-direction:column;height:100%}.workspace-script__nav{display:flex;flex-direction:row;overflow-x:auto;gap:4px;padding:8px 16px;border-bottom:1px solid #2a2b2e;flex-shrink:0}.workspace-script__nav-btn{padding:6px 12px;background:#1e2030;border:none;color:#b8c0cc;border-radius:6px;cursor:pointer;font-size:12px;white-space:nowrap}.workspace-script__nav-btn:hover{background:#2a2b2e}.workspace-script__nav-btn--active{background:#667eea;color:#fff}.workspace-script__content{flex:1;overflow-y:auto;padding:16px 24px}.workspace-script__scene{margin-bottom:24px}.workspace-script__heading{font-size:14px;font-weight:700;color:#667eea;text-transform:uppercase;margin-bottom:12px}.workspace-script__action{color:#888;font-style:italic;margin-bottom:12px;line-height:1.6}.workspace-script__dialogue{margin-bottom:12px}.workspace-script__character{text-align:center;font-weight:700;color:#e2e8f0;margin-bottom:4px}.workspace-script__parenthetical{text-align:center;font-style:italic;color:#888;font-size:12px;margin-bottom:4px}.workspace-script__line{text-align:center;color:#b8c0cc;max-width:400px;margin:0 auto}.workspace-script__stats{padding:8px 16px;border-top:1px solid #2a2b2e;font-size:12px;color:#666;flex-shrink:0}.workspace-artdir{display:flex;flex-direction:column;height:100%}.workspace-artdir__tabs{display:flex;flex-direction:row;gap:4px;padding:8px 16px;border-bottom:1px solid #2a2b2e;flex-shrink:0}.workspace-artdir__tab{padding:6px 16px;background:transparent;border:none;color:#888;cursor:pointer;border-radius:6px;font-size:13px}.workspace-artdir__tab:hover{background:#2a2b2e}.workspace-artdir__tab--active{background:#2a2b2e;color:#e2e8f0}.workspace-artdir__content{flex:1;overflow-y:auto;padding:16px}.workspace-artdir__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.workspace-artdir__card{background:#1e2030;border-radius:8px;padding:16px}.workspace-artdir__card-name{font-size:16px;font-weight:700;color:#e2e8f0;margin-bottom:8px}.workspace-artdir__card-desc{font-size:13px;color:#888;margin-bottom:12px}.workspace-artdir__views{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.workspace-artdir__view-slot{aspect-ratio:3 / 4;border-radius:6px;overflow:hidden;background:#16171a}.workspace-artdir__view-img{width:100%;height:100%;object-fit:cover}.workspace-artdir__view-empty{display:flex;align-items:center;justify-content:center;color:#555;font-size:12px;height:100%}.workspace-artdir__view-label{text-align:center;font-size:11px;color:#888;margin-top:4px}.workspace-artdir__palette{display:flex;flex-direction:row;gap:6px;margin-bottom:8px}.workspace-artdir__swatch{width:24px;height:24px;border-radius:50%;border:2px solid #333}.workspace-artdir__traits{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.workspace-artdir__trait{background:#2a2b2e;color:#b8c0cc;padding:2px 10px;border-radius:10px;font-size:11px}.workspace-cinema{padding:24px;overflow-y:auto}.workspace-cinema__style-card{background:#1e2030;border-radius:8px;padding:16px;margin-bottom:16px}.workspace-cinema__style-title{font-size:14px;font-weight:700;color:#e2e8f0;margin-bottom:8px}.workspace-cinema__style-text{color:#888;font-size:13px}.workspace-cinema__scenes{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.workspace-cinema__scene-card{background:#1e2030;border-radius:8px;padding:16px}.workspace-cinema__scene-name{font-size:14px;font-weight:700;color:#e2e8f0;margin-bottom:8px}.workspace-cinema__param{margin-bottom:6px}.workspace-cinema__param-label{font-size:11px;color:#667eea;text-transform:uppercase}.workspace-cinema__param-value{font-size:13px;color:#b8c0cc}.workspace-sb{display:flex;flex-direction:column;height:100%;background:#1a1b1e}.workspace-sb__doc{flex:1;overflow-y:auto;padding:24px 28px;font-size:14px;line-height:1.75;color:#e4e4e7}.workspace-sb__doc strong{color:#e2e8f0;font-weight:600}.workspace-sb__doc em{color:#b8c8e0;font-style:italic}.workspace-sb__stats{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid #2a2b2e;flex-shrink:0}.workspace-sb__stats-label{font-size:12px;color:#8b8d94;font-weight:500}.workspace-sb__stats-progress{font-size:11px;color:#667eea;font-weight:600}.workspace-sb__scene-bar{display:flex;overflow-x:auto;gap:6px;padding:10px 16px;border-bottom:1px solid #2a2b2e;flex-shrink:0;scrollbar-width:thin}.workspace-sb__scene-bar::-webkit-scrollbar{height:4px}.workspace-sb__scene-bar::-webkit-scrollbar-thumb{background:#3a3b3e;border-radius:2px}.workspace-sb__scene-tab{flex-shrink:0;display:flex;flex-direction:column;gap:4px;padding:8px 14px;background:#1e2030;border:1px solid #2a2b2e;border-radius:8px;cursor:pointer;min-width:100px;transition:all .15s ease}.workspace-sb__scene-tab:hover{background:#252738;border-color:#3a3b4e}.workspace-sb__scene-tab--active{background:#1e2040;border-color:#667eea}.workspace-sb__scene-tab-label{font-size:12px;font-weight:600;color:#e4e4e7;white-space:nowrap}.workspace-sb__scene-tab--active .workspace-sb__scene-tab-label{color:#667eea}.workspace-sb__scene-tab-count{font-size:10px;color:#6b6d74}.workspace-sb__scene-tab-progress{width:100%;height:3px;background:#2a2b3e;border-radius:2px;overflow:hidden}.workspace-sb__scene-tab-progress-fill{height:100%;background:#667eea;border-radius:2px;transition:width .3s ease}.workspace-sb__shots{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:10px}.workspace-sb__shot{display:flex;gap:14px;background:#1e2030;border:1px solid #2a2b2e;border-radius:10px;overflow:hidden;transition:border-color .15s ease}.workspace-sb__shot:hover{border-color:#3a3b4e}.workspace-sb__shot--generating{border-color:#667eea40}.workspace-sb__shot-visual{flex-shrink:0;width:180px;min-height:102px;position:relative;display:flex;align-items:stretch}.workspace-sb__shot-img{width:100%;height:100%;object-fit:cover;display:block}.workspace-sb__shot-placeholder{width:100%;height:100%;min-height:102px;background:#16171a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.workspace-sb__shot-placeholder--pulse{animation:workspace-pulse 2s ease-in-out infinite}.workspace-sb__shot-placeholder-num{font-size:20px;font-weight:700;color:#3a3b4e;letter-spacing:1px}.workspace-sb__shot-placeholder-time{font-size:11px;color:#667eea}.workspace-sb__shot-placeholder-bars{display:flex;flex-direction:column;gap:4px;width:60%}.workspace-sb__shot-placeholder-bar{height:4px;background:#2a2b3e;border-radius:2px}.workspace-sb__shot-placeholder-bar--short{width:60%}.workspace-sb__shot-placeholder-bar--med{width:80%}.workspace-sb__shot-badge{position:absolute;top:6px;left:6px;background:#000000bf;color:#fff;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;z-index:1}.workspace-sb__shot-info{flex:1;min-width:0;padding:12px 14px 12px 0;display:flex;flex-direction:column;gap:6px}.workspace-sb__shot-header{display:flex;align-items:center;justify-content:space-between}.workspace-sb__shot-title{font-size:13px;font-weight:600;color:#e4e4e7}.workspace-sb__shot-toggle{background:none;border:none;color:#6b6d74;cursor:pointer;font-size:14px;padding:2px 6px;border-radius:4px;transition:background .1s ease}.workspace-sb__shot-toggle:hover{background:#2a2b3e;color:#e4e4e7}.workspace-sb__shot-desc{font-size:13px;color:#b8c0cc;line-height:1.6;margin:0}.workspace-sb__shot-desc--clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.workspace-sb__shot-tags{display:flex;flex-wrap:wrap;gap:5px}.workspace-sb__shot-tag{display:inline-block;padding:2px 8px;background:#252738;color:#8b8d94;border-radius:4px;font-size:11px;white-space:nowrap}.workspace-sb__shot-details{display:flex;flex-direction:column;gap:4px;padding-top:4px;border-top:1px solid #2a2b2e;margin-top:4px}.workspace-sb__shot-detail{display:flex;align-items:center;gap:8px;font-size:12px}.workspace-sb__shot-detail-label{color:#6b6d74;min-width:36px}.workspace-sb__shot-detail-value{color:#b8c0cc}.workspace-sb__shot-footer{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:6px}.workspace-sb__shot-meta{font-size:11px;color:#6b6d74;display:flex;align-items:center;gap:3px}.workspace-sb__shot-meta-icon{font-size:12px}.workspace-sb__shot-status{margin-left:auto;font-size:12px}.workspace-sb__shot-status--done{color:#48bb78}.workspace-sb__shot-skeleton-lines{display:flex;flex-direction:column;gap:8px;padding-top:8px}.workspace-sb__skeleton-line{height:10px;background:#2a2b3e;border-radius:4px;animation:workspace-pulse 2s ease-in-out infinite}.workspace-sb__skeleton-line--short{width:60%}.workspace-ig{display:flex;flex-direction:column;height:100%;background:#1a1b1e;color:#e4e4e7;overflow:hidden}.workspace-ig__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid #2a2b2e;gap:12px;min-height:40px}.workspace-ig__header-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.workspace-ig__header-shot{flex-shrink:0;font-size:13px;font-weight:600;color:#667eea;background:#667eea1f;padding:2px 8px;border-radius:4px}.workspace-ig__header-scene{flex-shrink:0;font-size:12px;color:#a1a1aa;padding:2px 6px;border:1px solid #3a3b3e;border-radius:4px}.workspace-ig__header-prompt{font-size:12px;color:#71717a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.workspace-ig__header-right{flex-shrink:0}.workspace-ig__header-count{font-size:12px;color:#a1a1aa;font-variant-numeric:tabular-nums}.workspace-ig__body{flex:1;display:flex;min-height:0;overflow:hidden}.workspace-ig__main{flex:7;display:flex;flex-direction:column;min-width:0;min-height:0}.workspace-ig__preview{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;min-height:0;position:relative;background:#111214}.workspace-ig__img{max-width:100%;max-height:100%;object-fit:contain;border-radius:6px;transition:opacity .25s ease}.workspace-ig__img--loading{opacity:.3}.workspace-ig__img-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}.workspace-ig__spinner{width:32px;height:32px;border:3px solid #2a2b2e;border-top-color:#667eea;border-radius:50%;animation:workspace-ig-spin .8s linear infinite}@keyframes workspace-ig-spin{to{transform:rotate(360deg)}}.workspace-ig__skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;max-width:360px;aspect-ratio:1;background:#16171a;border-radius:8px}.workspace-ig__skeleton-pulse{width:48px;height:48px;border-radius:50%;background:#2a2b2e;animation:workspace-pulse 2s ease-in-out infinite}.workspace-ig__skeleton-text{font-size:13px;color:#71717a}.workspace-ig__meta{flex-shrink:0;padding:10px 16px 12px;border-top:1px solid #2a2b2e;max-height:120px;overflow-y:auto}.workspace-ig__prompt{font-size:12px;line-height:1.6;color:#a1a1aa;margin:0 0 8px;word-break:break-word}.workspace-ig__tags{display:flex;flex-wrap:wrap;gap:6px}.workspace-ig__tag{display:inline-flex;align-items:center;font-size:11px;background:#25262a;border:1px solid #3a3b3e;border-radius:4px;overflow:hidden}.workspace-ig__tag-label{padding:2px 6px;color:#71717a;background:#1e1f23}.workspace-ig__tag-value{padding:2px 8px;color:#d4d4d8;font-family:SF Mono,Fira Code,monospace;font-size:10.5px}.workspace-ig__sidebar{flex:3;max-width:220px;min-width:120px;overflow-y:auto;border-left:1px solid #2a2b2e;padding:8px;display:flex;flex-direction:column;gap:6px;background:#18191c}.workspace-ig__sidebar::-webkit-scrollbar{width:4px}.workspace-ig__sidebar::-webkit-scrollbar-track{background:transparent}.workspace-ig__sidebar::-webkit-scrollbar-thumb{background:#3a3b3e;border-radius:2px}.workspace-ig__thumb{flex-shrink:0;position:relative;aspect-ratio:16 / 10;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;background:#111214;padding:0;transition:border-color .15s ease,box-shadow .15s ease}.workspace-ig__thumb:hover{border-color:#3a3b3e}.workspace-ig__thumb--active{border-color:#667eea;box-shadow:0 0 0 1px #667eea4d}.workspace-ig__thumb--active:hover{border-color:#667eea}.workspace-ig__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.workspace-ig__thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:space-between;padding:4px 6px;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%);pointer-events:none;opacity:0;transition:opacity .15s ease}.workspace-ig__thumb:hover .workspace-ig__thumb-overlay,.workspace-ig__thumb--active .workspace-ig__thumb-overlay{opacity:1}.workspace-ig__thumb-index{font-size:11px;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.workspace-ig__thumb-check{width:16px;height:16px;border-radius:50%;background:#48bb78;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff}.workspace-ig__thumb--generating{cursor:default;border-color:#2a2b2e;border-style:dashed}.workspace-ig__thumb-skeleton{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.workspace-ig__thumb-gen-time{font-size:10px;color:#71717a}.workspace-ig__actions{flex-shrink:0;padding:8px 16px;border-top:1px solid #2a2b2e;background:#1a1b1e}.workspace-ig__actions .artifact-actions{justify-content:center}.workspace-ig__actions .artifact-actions__buttons{justify-content:center;gap:12px}.workspace-imggen__skeleton{width:100%;max-width:400px;aspect-ratio:1;background:#16171a;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.workspace-imggen__skeleton-pulse{width:60px;height:60px;border-radius:50%;background:#2a2b2e;animation:workspace-pulse 2s ease-in-out infinite}.workspace-mg{display:flex;flex-direction:column;height:100%;background:#1a1b1e;overflow:hidden}.workspace-mg__header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid #2a2b2e;flex-shrink:0;min-height:42px}.workspace-mg__header-left{display:flex;align-items:center;gap:10px;min-width:0}.workspace-mg__header-title{font-size:14px;font-weight:600;color:#e4e4e7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-mg__header-duration{font-size:12px;color:#8b8d94;background:#25262b;padding:2px 8px;border-radius:4px;font-variant-numeric:tabular-nums}.workspace-mg__header-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;padding:2px 10px;border-radius:10px;font-weight:500}.workspace-mg__header-badge--generating{background:#667eea26;color:#667eea}.workspace-mg__header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.workspace-mg__header-stats{font-size:12px;color:#667eea;font-weight:600}.workspace-mg__header-total{font-size:11px;color:#6a6b72}.workspace-mg__player{flex:6;display:flex;align-items:center;justify-content:center;background:#111113;min-height:0;position:relative;overflow:hidden}.workspace-mg__video{max-width:100%;max-height:100%;width:auto;height:auto;aspect-ratio:16 / 9;object-fit:contain;border-radius:4px;outline:none}.workspace-mg__skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;max-width:420px;aspect-ratio:16 / 9;background:#1a1b1e;border-radius:8px;border:1px dashed #2a2b2e}.workspace-mg__skeleton-pulse{width:56px;height:56px;border-radius:50%;background:#25262b;animation:workspace-mg-pulse 2s ease-in-out infinite}.workspace-mg__skeleton-text{font-size:13px;color:#6a6b72;font-variant-numeric:tabular-nums}@keyframes workspace-mg-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.workspace-mg__info{display:flex;align-items:center;gap:10px;padding:8px 16px;border-top:1px solid #2a2b2e;flex-shrink:0}.workspace-mg__info-label{font-size:11px;color:#6a6b72;text-transform:uppercase;letter-spacing:.5px}.workspace-mg__info-title{font-size:13px;color:#e4e4e7;font-weight:500}.workspace-mg__info-meta{font-size:11px;color:#8b8d94;margin-left:auto;font-variant-numeric:tabular-nums}.workspace-mg__clips-section{flex:4;display:flex;flex-direction:column;min-height:0;border-top:1px solid #2a2b2e}.workspace-mg__clips-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;flex-shrink:0}.workspace-mg__clips-title{font-size:12px;font-weight:600;color:#8b8d94;text-transform:uppercase;letter-spacing:.5px}.workspace-mg__clips-count{font-size:11px;color:#6a6b72}.workspace-mg__clips{flex:1;display:flex;gap:10px;padding:0 16px 12px;overflow-x:auto;overflow-y:hidden;align-items:flex-start;scroll-behavior:smooth}.workspace-mg__clips::-webkit-scrollbar{height:4px}.workspace-mg__clips::-webkit-scrollbar-track{background:transparent}.workspace-mg__clips::-webkit-scrollbar-thumb{background:#2a2b2e;border-radius:2px}.workspace-mg__clips::-webkit-scrollbar-thumb:hover{background:#3a3b3e}.workspace-mg__card{flex-shrink:0;width:140px;background:transparent;border:2px solid transparent;border-radius:8px;cursor:pointer;padding:0;transition:border-color .2s,background .2s;text-align:left;color:inherit;font:inherit}.workspace-mg__card:hover{background:#25262b;border-color:#3a3b40}.workspace-mg__card--active{border-color:#667eea;background:#667eea14}.workspace-mg__card--active:hover{border-color:#667eea}.workspace-mg__card--generating{cursor:default;opacity:.8}.workspace-mg__card-thumb{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:6px 6px 0 0;overflow:hidden;background:#16171a}.workspace-mg__card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.workspace-mg__card-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#1e1f23;color:#4a4b50;font-size:20px}.workspace-mg__card-thumb-placeholder--pulse{background:linear-gradient(135deg,#1e1f23,#25262b,#1e1f23);background-size:200% 200%;animation:workspace-mg-shimmer 2s ease-in-out infinite}@keyframes workspace-mg-shimmer{0%{background-position:200% 200%}to{background-position:0% 0%}}.workspace-mg__card-duration{position:absolute;bottom:4px;right:4px;font-size:10px;color:#fff;background:#000000b3;padding:1px 5px;border-radius:3px;font-variant-numeric:tabular-nums;line-height:1.4}.workspace-mg__card-label{padding:6px 8px;font-size:11px;color:#b0b1b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.workspace-mg__card--active .workspace-mg__card-label{color:#e4e4e7;font-weight:500}.workspace-mg__status{position:absolute;top:4px;left:4px;font-size:10px;padding:1px 5px;border-radius:3px;line-height:1.4}.workspace-mg__status--done{background:#48bb7833;color:#48bb78;font-weight:600}.workspace-mg__status--generating{display:inline-flex;align-items:center;gap:4px;background:#667eea33;color:#667eea}.workspace-mg__status--pending{background:#6b728033;color:#6b7280}.workspace-mg__status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#667eea;animation:workspace-mg-dot-blink 1.2s ease-in-out infinite}.workspace-mg__status-dot--large{width:12px;height:12px}@keyframes workspace-mg-dot-blink{0%,to{opacity:.3}50%{opacity:1}}.workspace-mg__actions{flex-shrink:0;padding:10px 16px;border-top:1px solid #2a2b2e;display:flex;align-items:center;justify-content:center}.workspace-mg__actions .artifact-actions{width:100%}.workspace-mg__actions .artifact-actions__buttons{justify-content:center;gap:12px}.workspace-ed{display:flex;flex-direction:column;height:100%;background:#1a1b1e;color:#e4e4e7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.workspace-ed__monitor{flex:0 0 55%;min-height:180px;display:flex;flex-direction:column;background:#0d0d0f;border-bottom:1px solid #2a2b2e}.workspace-ed__monitor-viewport{flex:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#000;cursor:pointer}.workspace-ed__video{max-width:100%;max-height:100%;display:block}.workspace-ed__monitor-overlay{position:absolute;bottom:8px;right:10px;pointer-events:none}.workspace-ed__monitor-tc{font-family:SF Mono,Consolas,Menlo,monospace;font-size:13px;color:#ffffffb3;background:#0000008c;padding:2px 8px;border-radius:3px;letter-spacing:.5px}.workspace-ed__no-source,.workspace-ed__generating{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#555;font-size:13px}.workspace-ed__generating-pulse{width:40px;height:40px;border-radius:50%;background:#667eea26;animation:ed-pulse 1.5s ease-in-out infinite}@keyframes ed-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.3);opacity:1}}.workspace-ed__transport{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;height:36px;padding:0 12px;background:#141518;border-top:1px solid #222}.workspace-ed__transport-left{display:flex;align-items:center;gap:2px}.workspace-ed__transport-btn{width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:#aaa;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.workspace-ed__transport-btn:hover:not(:disabled){background:#2a2b2e;color:#e4e4e7}.workspace-ed__transport-btn:disabled{opacity:.3;cursor:default}.workspace-ed__transport-btn--play{width:32px;height:32px;font-size:16px;color:#667eea}.workspace-ed__transport-btn--play:hover{background:#667eea26;color:#8b9cf7}.workspace-ed__transport-center{display:flex;align-items:baseline;gap:4px;font-family:SF Mono,Consolas,Menlo,monospace}.workspace-ed__transport-time{font-size:14px;color:#667eea;font-weight:600;letter-spacing:.5px}.workspace-ed__transport-separator{font-size:11px;color:#555;margin:0 2px}.workspace-ed__transport-duration{font-size:12px;color:#666;letter-spacing:.5px}.workspace-ed__transport-right{display:flex;align-items:center;min-width:0}.workspace-ed__transport-clip-name{font-size:11px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.workspace-ed__info-bar{flex-shrink:0;display:flex;align-items:center;height:32px;padding:0 14px;background:#1e1f23;border-bottom:1px solid #2a2b2e;gap:0}.workspace-ed__info-item{display:flex;align-items:center;gap:6px;padding:0 12px}.workspace-ed__info-label{font-size:10px;color:#666;text-transform:uppercase;letter-spacing:.6px}.workspace-ed__info-value{font-size:12px;color:#b0b0b5;font-weight:500}.workspace-ed__info-value--highlight{color:#667eea}.workspace-ed__info-divider{width:1px;height:16px;background:#333;flex-shrink:0}.workspace-ed__timeline-panel{flex:1;min-height:0;display:flex;flex-direction:column;background:#1a1b1e}.workspace-ed__timeline-header{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:6px 14px;border-bottom:1px solid #252628}.workspace-ed__timeline-track-label{font-size:11px;font-weight:700;color:#667eea;background:#667eea1f;padding:1px 6px;border-radius:3px;letter-spacing:.5px}.workspace-ed__timeline-track-type{font-size:10px;color:#666}.workspace-ed__timeline-scroll{flex:1;overflow-x:auto;overflow-y:hidden;padding:0 14px 10px}.workspace-ed__timeline-scroll::-webkit-scrollbar{height:6px}.workspace-ed__timeline-scroll::-webkit-scrollbar-track{background:#1a1b1e}.workspace-ed__timeline-scroll::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.workspace-ed__timeline-scroll::-webkit-scrollbar-thumb:hover{background:#444}.workspace-ed__ruler{position:relative;height:24px;margin-bottom:4px;border-bottom:1px solid #2a2b2e;min-width:fit-content}.workspace-ed__ruler-tick{position:absolute;top:0;height:100%;border-left:1px solid #2a2b2e}.workspace-ed__ruler-tick--major{border-left-color:#3a3b3e}.workspace-ed__ruler-tick--major:after{content:"";position:absolute;bottom:0;left:-1px;width:1px;height:8px;background:#555}.workspace-ed__ruler-label{position:absolute;top:3px;left:5px;font-size:9px;color:#666;font-family:SF Mono,Consolas,Menlo,monospace;white-space:nowrap;-webkit-user-select:none;user-select:none}.workspace-ed__track{position:relative;display:flex;align-items:stretch;min-width:fit-content;min-height:72px}.workspace-ed__clip-group{display:inline-flex;align-items:stretch;flex-shrink:0}.workspace-ed__clip{position:relative;height:72px;min-width:48px;border:none;border-radius:5px;overflow:hidden;cursor:pointer;background:#22242a;display:flex;align-items:flex-end;transition:box-shadow .2s,border-color .2s;outline:2px solid transparent;padding:0}.workspace-ed__clip:hover{outline-color:#667eea59}.workspace-ed__clip--selected{outline-color:#667eea;box-shadow:0 0 12px #667eea40}.workspace-ed__clip-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.45;pointer-events:none;filter:brightness(.7)}.workspace-ed__clip--selected .workspace-ed__clip-bg{opacity:.6;filter:brightness(.85)}.workspace-ed__clip-overlay{position:relative;z-index:1;width:100%;display:flex;justify-content:space-between;align-items:flex-end;padding:6px 8px;background:linear-gradient(transparent 0%,#000000b3)}.workspace-ed__clip-name{font-size:11px;font-weight:500;color:#e4e4e7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70%}.workspace-ed__clip-dur{font-size:10px;color:#ffffff8c;font-family:SF Mono,Consolas,Menlo,monospace;flex-shrink:0}.workspace-ed__clip-select-bar{position:absolute;top:0;left:0;right:0;height:3px;background:#667eea;border-radius:5px 5px 0 0}.workspace-ed__transition{width:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.workspace-ed__transition:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#333}.workspace-ed__transition-icon{position:relative;z-index:1;width:18px;height:18px;border-radius:50%;background:#2a2b2e;border:1px solid #444;display:flex;align-items:center;justify-content:center;font-size:9px;color:#667eea}.workspace-ed__playhead{position:absolute;top:0;bottom:0;width:1px;pointer-events:none;z-index:10}.workspace-ed__playhead--ruler{top:0;bottom:0}.workspace-ed__playhead-head{position:absolute;top:-2px;left:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #f44}.workspace-ed__playhead-line{position:absolute;top:5px;bottom:0;left:0;width:1px;background:#f44}.workspace-ed__playhead--ruler .workspace-ed__playhead-head,.workspace-ed__playhead--ruler .workspace-ed__playhead-line{display:none}.workspace-ed__playhead--ruler:after{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background:#ff444480}.workspace-ed__actions{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:30px;padding:0 14px;background:#141518;border-top:1px solid #2a2b2e}.workspace-ed__actions-hint{font-size:11px;color:#555;letter-spacing:.3px}.gallery-sidebar{position:absolute;top:0;right:0;bottom:0;z-index:50;display:flex}.gallery-sidebar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:49}.gallery-sidebar__panel{width:380px;background:#1a1b1e;z-index:51;display:flex;flex-direction:column;border-left:1px solid #2a2b2e;position:relative}.gallery-sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #2a2b2e}.gallery-sidebar__title{font-size:14px;font-weight:700;color:#e2e8f0}.gallery-sidebar__close{background:transparent;border:none;color:#888;cursor:pointer;font-size:18px;padding:4px}.gallery-sidebar__close:hover{color:#e2e8f0}.gallery-sidebar__filters{display:flex;gap:4px;padding:8px 16px}.gallery-sidebar__filter-btn{padding:4px 12px;background:transparent;border:none;color:#888;cursor:pointer;border-radius:12px;font-size:12px}.gallery-sidebar__filter-btn:hover{background:#2a2b2e}.gallery-sidebar__filter-btn--active{background:#2a2b2e;color:#e2e8f0}.gallery-sidebar__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 16px;overflow-y:auto;flex:1}.gallery-sidebar__item{aspect-ratio:1;border-radius:6px;overflow:hidden;cursor:pointer;position:relative}.gallery-sidebar__item:hover{opacity:.85}.gallery-sidebar__thumb{width:100%;height:100%;object-fit:cover}.gallery-sidebar__label{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#ccc;font-size:10px;padding:2px 6px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.gallery-sidebar__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000d9;display:flex;align-items:center;justify-content:center;cursor:pointer}.gallery-sidebar__lightbox img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px}.workspace-streaming-fallback{height:100%;display:flex;flex-direction:column}.streaming-text{flex:1;overflow-y:auto;padding:16px 24px;scroll-behavior:smooth}.streaming-text__indicator{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;background:#667eea1a;border-radius:8px;font-size:13px;color:#667eea}.streaming-text__dot{width:8px;height:8px;border-radius:50%;background:#48bb78;animation:workspace-pulse 1.5s ease-in-out infinite;flex-shrink:0}.streaming-text__content{color:#b8c0cc;font-size:14px;line-height:1.8}.streaming-text__content .st-h1{font-size:20px;font-weight:700;color:#e2e8f0;margin:16px 0 8px}.streaming-text__content .st-h2{font-size:17px;font-weight:700;color:#e2e8f0;margin:12px 0 6px}.streaming-text__content .st-h3{font-size:15px;font-weight:600;color:#d0d4dc;margin:10px 0 4px}.streaming-text__content .st-p{margin:4px 0}.streaming-text__content .st-li{margin-left:20px;margin-bottom:4px;list-style:disc}.streaming-text__content .st-ol{list-style:decimal}.streaming-text__content strong{color:#e2e8f0;font-weight:600}.doc-viewer{display:flex;flex-direction:column;height:100%;overflow:hidden}.doc-viewer--empty{display:flex;align-items:center;justify-content:center}.doc-viewer__empty-state{text-align:center;color:#8b8d94;font-size:14px}.doc-viewer__empty-hint{font-size:12px;color:#6b6d74;margin-top:8px}.doc-viewer__retry-btn{background:#3b3d45;color:#c5c7ce;border:1px solid #4b4d55;border-radius:4px;padding:4px 12px;font-size:12px;cursor:pointer}.doc-viewer__retry-btn:hover{background:#4b4d55}.doc-viewer__content{flex:1;overflow-y:auto;padding:16px 20px;font-size:14px;line-height:1.7;color:#d1d5db}.doc-h1{font-size:22px;font-weight:700;color:#f0f0f0;margin:20px 0 10px;border-bottom:1px solid #2a2b2e;padding-bottom:6px}.doc-h2{font-size:18px;font-weight:600;color:#e8e8ea;margin:16px 0 8px}.doc-h3{font-size:16px;font-weight:600;color:#dcdce0;margin:14px 0 6px}.doc-h4{font-size:14px;font-weight:600;color:#c8c8cc;margin:12px 0 4px}.doc-p{margin:6px 0}.doc-blockquote{border-left:3px solid #4a6fa5;padding:4px 12px;margin:10px 0;color:#a0b0c8;background:#4a6fa514;border-radius:0 4px 4px 0}.doc-li{margin-left:20px;margin-bottom:4px;list-style:disc}.doc-ol{list-style:decimal}.doc-hr{border:none;border-top:1px solid #2a2b2e;margin:16px 0}.doc-spacer{height:8px}.doc-viewer__content strong{color:#e2e8f0;font-weight:600}.doc-viewer__content em{color:#b8c8e0;font-style:italic}.doc-diff-bar{background:#1a1b1e;border:1px solid #2a2b2e;border-radius:6px;padding:8px 12px;margin-bottom:12px;animation:diff-fade-in .3s ease}.doc-diff-highlight{display:block;padding:3px 8px;margin:3px 0;border-radius:3px;font-size:13px;font-family:monospace;white-space:pre-wrap;word-break:break-all;animation:diff-highlight-fade 3s ease forwards}.doc-diff-highlight--add{background:#34d3992e;border-left:3px solid #34d399;color:#6ee7b7}.doc-diff-highlight--delete{background:#ef444426;border-left:3px solid #ef4444;color:#fca5a5;text-decoration:line-through}@keyframes diff-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes diff-highlight-fade{0%,70%{opacity:1}to{opacity:.3}}.doc-viewer__waiting-indicator{margin-bottom:12px}.doc-viewer__waiting-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#4a6fa5;animation:waiting-pulse 1.5s ease-in-out infinite}@keyframes waiting-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.workspace-concept__structured{border-top:1px solid #2a2b2e;padding:12px 16px;background:#131416}.lang-switcher-wrap{position:fixed;top:10px;right:14px;z-index:10000}.lang-switcher{position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.lang-switcher-btn{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#141518d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #2a2b2e;border-radius:6px;color:#d8d9db;font-size:13px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.lang-switcher-btn:hover{background:#232428f2;border-color:#3a3b3e}.lang-switcher-btn .lang-flag{font-size:16px;line-height:1}.lang-switcher-btn .lang-code{font-weight:600;letter-spacing:.5px;font-size:11px;color:#a8a9ab}.lang-switcher-btn .lang-arrow{font-size:10px;color:#6a6b6e;margin-left:2px}.lang-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:180px;max-height:420px;overflow-y:auto;background:#1a1b1e;border:1px solid #2a2b2e;border-radius:8px;box-shadow:0 8px 24px #00000080;padding:4px;animation:langDropdownIn .12s ease}@keyframes langDropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.lang-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;background:transparent;border:none;border-radius:4px;color:#d8d9db;font-size:13px;text-align:left;cursor:pointer;transition:background .1s ease}.lang-option:hover{background:#2a2b2e}.lang-option.active{background:#3a3f5c;color:#fff}.lang-option .lang-flag{font-size:18px;line-height:1;flex-shrink:0}.lang-option .lang-label{flex:1}.lang-dropdown::-webkit-scrollbar{width:6px}.lang-dropdown::-webkit-scrollbar-thumb{background:#3a3b3e;border-radius:3px}.billing-page{padding:24px 32px;color:#e6e6e6;overflow-y:auto;height:100%}.billing-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #2b2c30}.billing-title{font-size:20px;font-weight:600;margin:0 0 6px}.billing-credits{font-size:13px;color:#9aa0a6}.billing-credits b{color:#6366f1;font-size:15px}.billing-back-btn{background:transparent;border:1px solid #3a3b3e;color:#c7c9cd;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:12px}.billing-back-btn:hover{border-color:#6366f1;color:#fff}.billing-mock-notice{background:#2a2416;border:1px solid #4d4122;color:#f4c560;padding:10px 14px;border-radius:6px;font-size:13px;margin-bottom:16px}.billing-error{background:#3a1f1f;border:1px solid #6d2d2d;color:#ff8b8b;padding:10px 14px;border-radius:6px;font-size:13px;margin-bottom:16px}.billing-loading{text-align:center;color:#9aa0a6;padding:40px}.billing-section-title{font-size:15px;font-weight:600;margin:0 0 14px;color:#c7c9cd}.billing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.billing-card{background:#1e1f22;border:1px solid #2b2c30;border-radius:8px;padding:18px;display:flex;flex-direction:column;gap:10px;transition:border-color .15s}.billing-card:hover{border-color:#4a4b50}.billing-card-name{font-size:15px;font-weight:600;margin:0;color:#fff}.billing-card-price{font-size:26px;font-weight:700;color:#6366f1}.billing-card-credits{font-size:12px;color:#9aa0a6;min-height:30px}.billing-card-actions{display:flex;flex-direction:column;gap:6px;margin-top:auto}.billing-pay-btn{background:#6366f1;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:background .15s}.billing-pay-btn:hover:not(:disabled){background:#5458d7}.billing-pay-btn:disabled{background:#3a3b3e;cursor:not-allowed;opacity:.6}.billing-order-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9000}.billing-order-card{background:#1e1f22;border:1px solid #2b2c30;border-radius:10px;padding:28px 32px;min-width:320px;max-width:480px;text-align:center;box-shadow:0 10px 40px #0006}.billing-order-title{font-size:17px;margin:0 0 18px;color:#fff}.billing-order-detail{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#c7c9cd;margin-bottom:18px}.billing-order-detail>div{display:flex;justify-content:space-between}.billing-order-detail b{color:#fff}.billing-qr{margin:12px auto;text-align:center}.billing-qr img{max-width:180px;border-radius:6px;background:#fff;padding:8px}.billing-qr p{font-size:12px;color:#9aa0a6;margin:6px 0 0}.billing-success-text{background:#1e3a1e;border:1px solid #2d6d2d;color:#8bff8b;padding:10px 14px;border-radius:6px;font-size:13px;margin-bottom:14px}.billing-close-btn{background:#6366f1;color:#fff;border:none;padding:8px 22px;border-radius:6px;cursor:pointer;font-size:13px}.billing-close-btn:hover{background:#5458d7}
