@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{color:#f5f7fb;font-synthesis:none;--bg:#090a0d;--panel:#101217;--panel-2:#151820;--line:#262a34;--muted:#8d93a3;--text:#f4f6fa;--accent:#7c5cff;--accent-2:#a38bff;--success:#48d9a0;background:#090a0d;font-family:Inter,Noto Sans KR,sans-serif}*{box-sizing:border-box}body{background:var(--bg);min-width:1180px;min-height:100vh;color:var(--text);margin:0}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.home-shell,.setup-shell{background:radial-gradient(circle at 20% -10%,#7c5cff29,#0000 30%),#0a0b0f;min-height:100vh}.home-header,.setup-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0b0fd9;border-bottom:1px solid #1c1f27;justify-content:space-between;align-items:center;height:72px;padding:0 40px;display:flex}.app-logo{letter-spacing:-.02em;align-items:center;gap:9px;font-weight:700;display:flex}.app-logo__mark{background:linear-gradient(135deg,#8b6cff,#5a3bda);border-radius:10px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 10px 30px #7c5cff47}.app-logo__badge{color:#b9aaff;background:#251d49;border-radius:999px;padding:3px 6px;font-size:10px}.header-actions,.topbar-left,.topbar-center,.topbar-right{align-items:center;gap:10px;display:flex}.avatar{color:#c7ccda;background:#252938;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.icon-button,.ghost-button,.primary-button,.secondary-button{cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;display:inline-flex}.icon-button{color:#aeb4c3;background:0 0;border-radius:8px;width:34px;height:34px}.icon-button:hover{color:#fff;background:#20242d}.ghost-button{color:#cbd0dc;background:#171a21;border:1px solid #2a2f3a;border-radius:8px;height:36px;padding:0 12px}.primary-button{background:linear-gradient(135deg,#805eff,#6845e8);border-radius:9px;height:38px;padding:0 15px;font-weight:700;box-shadow:0 8px 22px #7c5cff3b}.primary-button.big{height:46px;padding:0 19px}.home-content{max-width:1340px;margin:0 auto;padding:64px 46px}.hero-row{justify-content:space-between;align-items:flex-end;margin-bottom:56px;display:flex}.eyebrow{letter-spacing:.18em;color:#9b87ff;margin:0 0 12px;font-size:11px;font-weight:700}.hero-row h1,.setup-title h1{letter-spacing:-.04em;margin:0;font-size:34px;line-height:1.1}.hero-copy{color:#969cab;margin:14px 0 0}.project-toolbar{justify-content:space-between;align-items:end;margin-bottom:18px;display:flex}.project-toolbar h2{margin:0 0 5px;font-size:19px}.project-toolbar p{color:var(--muted);margin:0;font-size:13px}.search-box{color:#737a8a;background:#111318;border:1px solid #2a2e38;border-radius:9px;align-items:center;gap:9px;width:260px;height:39px;padding:0 12px;display:flex}.search-box input{color:#fff;background:0 0;border:0;width:100%}.project-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.new-project-card,.project-card{background:#101217;border:1px solid #252934;border-radius:14px;min-height:245px;overflow:hidden}.new-project-card{color:#cbd0dd;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.new-project-card:hover{background:#13151d;border-color:#6f55e0}.new-project-card__icon{color:#a28dff;background:#242038;border-radius:14px;place-items:center;width:52px;height:52px;display:grid}.new-project-card small{color:#777e8d}.project-card{cursor:pointer;transition:all .2s}.project-card:hover{border-color:#3a3f4e;transform:translateY(-3px);box-shadow:0 18px 40px #00000040}.project-thumb{background:linear-gradient(145deg,#222637,#11141c);place-items:center;height:164px;display:grid;position:relative}.thumb-2{background:linear-gradient(145deg,#273635,#121918)}.thumb-3{background:linear-gradient(145deg,#3c2935,#181116)}.project-thumb__icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff17;border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.duration-chip{background:#000000b8;border-radius:5px;padding:4px 7px;font-size:11px;position:absolute;bottom:10px;right:10px}.thumb-menu{background:#0000005c;border:0;border-radius:8px;place-items:center;width:31px;height:31px;display:grid;position:absolute;top:8px;right:8px}.project-card__body{padding:14px}.project-card__body h3{margin:0 0 12px;font-size:14px}.project-meta{color:#7f8696;justify-content:space-between;font-size:11px;display:flex}.project-meta span{align-items:center;gap:5px;display:flex}.setup-card{background:#101217f2;border:1px solid #252a35;border-radius:18px;width:min(780px,100% - 60px);margin:52px auto;padding:34px;box-shadow:0 30px 80px #00000059}.setup-title{align-items:flex-start;gap:16px;margin-bottom:30px;display:flex}.setup-title p:last-child{color:var(--muted);margin:8px 0 0}.setup-icon{color:#a58fff;background:#251f40;border-radius:13px;place-items:center;width:48px;height:48px;display:grid}.field-label{color:#c8ccd6;margin-bottom:8px;font-size:12px;display:block}.text-input{color:#fff;background:#0e1015;border:1px solid #303541;border-radius:9px;width:100%;height:44px;margin-bottom:20px;padding:0 13px}.upload-zone{cursor:pointer;background:#0d0f14;border:1px dashed #3b4050;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:9px;height:230px;display:flex}.upload-zone:hover{background:#11131a;border-color:#745ce2}.upload-zone input,.import-button input{display:none}.upload-zone small{color:#777f90}.upload-icon{color:#a28cff;background:#1f1b34;border-radius:15px;place-items:center;width:54px;height:54px;display:grid}.secondary-button{background:#20242d;border:1px solid #303642;border-radius:8px;height:34px;margin-top:4px;padding:0 13px}.setup-options{grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0;display:grid}.setup-options label{color:#9399a8;font-size:11px}.setup-options span{margin-bottom:7px;display:block}.setup-options select{color:#fff;background:#11141a;border:1px solid #2d323e;border-radius:8px;width:100%;height:40px;padding:0 10px}.create-button{width:100%;height:45px}.editor-topbar{background:#111318;border-bottom:1px solid #242832;grid-template-columns:1fr auto 1fr;align-items:center;height:58px;padding:0 12px;display:grid}.topbar-right{justify-self:end}.mini-logo{background:linear-gradient(135deg,#896dff,#6040df);border-radius:8px;place-items:center;width:31px;height:31px;font-size:10px;font-weight:800;display:grid}.project-title{flex-direction:column;margin-left:2px;display:flex}.project-title strong{font-size:13px}.project-title span{color:#707787;margin-top:2px;font-size:10px}.save-status{color:#8a91a0;align-items:center;gap:5px;font-size:11px;display:flex}.muted{color:#737a89}.editor-workspace{background:#252932;grid-template-columns:242px minmax(580px,1fr) 326px;gap:1px;height:calc(100vh - 58px);display:grid}.panel{background:#101217}.media-panel,.ai-panel{min-height:0;overflow:auto}.panel-heading{border-bottom:1px solid #242832;justify-content:space-between;align-items:center;height:60px;padding:0 14px;display:flex}.panel-heading>div,.ai-header>div:last-child{flex-direction:column;gap:3px;display:flex}.panel-heading strong,.ai-header strong{font-size:13px}.import-button{cursor:pointer;background:#191c23;border:1px solid #363b47;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:37px;margin:12px;font-size:12px;display:flex}.media-filter{gap:4px;padding:0 12px 9px;display:flex}.media-filter button,.quick-prompts button{color:#858c9b;background:0 0;border:0;border-radius:6px;padding:6px 8px;font-size:10px}.media-filter .active{color:#fff;background:#272b35}.media-item{border-radius:8px;gap:10px;margin:0 7px;padding:9px 10px;display:flex}.media-item.active{background:#1b1e27;border:1px solid #2b3040}.media-thumb{background:linear-gradient(135deg,#2f3550,#181b25);border-radius:6px;flex:none;place-items:center;width:64px;height:43px;display:grid}.media-item>div:last-child{flex-direction:column;min-width:0;display:flex}.media-item strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.media-item span,.media-item small{color:#6f7686;margin-top:3px;font-size:9px}.add-media-row{color:#808798;background:0 0;border:0;align-items:center;gap:6px;margin:10px 12px;font-size:11px;display:flex}.preview-column{grid-template-rows:minmax(300px,58%) minmax(220px,42%);gap:1px;min-width:0;display:grid}.preview-panel{grid-template-rows:42px 1fr 48px;min-height:0;display:grid}.viewer-toolbar,.timeline-toolbar{color:#9ba1ae;border-bottom:1px solid #242832;justify-content:space-between;align-items:center;padding:0 12px;font-size:11px;display:flex}.viewer-toolbar>div{align-items:center;gap:4px;display:flex}.viewer-toolbar button{color:#858c9b;background:0 0;border:0;font-size:10px}.video-stage{background:#07080a;place-items:center;display:grid;overflow:hidden}.video-stage video{object-fit:contain;cursor:pointer;width:100%;height:100%}.stage-placeholder{color:#747b8b;flex-direction:column;align-items:center;gap:8px;display:flex}.stage-placeholder span{background:#13161c;border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.stage-placeholder strong{color:#aeb4c1;font-size:12px}.stage-placeholder small{font-size:10px}.transport-bar{border-top:1px solid #242832;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px;display:grid}.transport-controls{align-items:center;gap:10px;display:flex}.play-button{color:#15171d;background:#f0f1f5;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.timecode{font-family:monospace;font-size:11px}.transport-bar>.timecode:last-child{text-align:right}.timeline-panel{grid-template-rows:42px 24px 1fr;min-height:0;display:grid}.timeline-toolbar>div:first-child{display:flex}.active-tool{color:#ad9bff!important;background:#2a2445!important}.timeline-zoom{align-items:center;gap:7px;display:flex}.timeline-zoom input{accent-color:#7c5cff;width:110px}.ruler{color:#596170;border-bottom:1px solid #232733;grid-template-columns:repeat(7,1fr);align-items:center;padding-left:72px;font-size:8px;display:grid}.timeline-body{grid-template-columns:72px 1fr;min-height:0;display:grid;overflow:hidden}.track-labels{border-right:1px solid #272b35}.track-labels>div{border-bottom:1px solid #242832;align-items:center;gap:5px;height:42px;padding:0 9px;display:flex}.track-labels strong{color:#9a83ff;font-size:9px}.track-labels span{color:#777e8d;font-size:9px}.tracks{background:repeating-linear-gradient(90deg,#0000 0 119px,#181b22 120px);position:relative;overflow:hidden}.track-row{border-bottom:1px solid #242832;align-items:center;gap:3px;height:42px;padding:4px;display:flex}.clip{background:#403273;border:1px solid #6a55cc;border-radius:4px;height:32px;padding:7px;font-size:9px;overflow:hidden}.clip-1{width:20%}.clip-2{background:#313f78;border-color:#536bc2;width:34%}.clip-3{background:#294f58;border-color:#43818e;width:38%}.audio-clip{background:#245045;border:1px solid #397565;border-radius:4px;width:92%;height:28px;overflow:hidden}.waveform{color:#6bc7a9;white-space:nowrap;letter-spacing:2px;font-size:12px}.music-clip{color:#e6c79f;background:#5a3e25;border:1px solid #98683a;border-radius:4px;width:80%;height:27px;padding:6px;font-size:9px}.playhead{z-index:3;background:#ff5e6c;width:1px;position:absolute;top:0;bottom:0;left:8.5%}.playhead:before{content:"";border-top:7px solid #ff5e6c;border-left:5px solid #0000;border-right:5px solid #0000;position:absolute;top:0;left:-4px}.playhead span{background:#d94c59;border-radius:3px;padding:2px 4px;font-size:8px;position:absolute;top:-21px;left:-16px}.ai-panel{padding-bottom:16px}.ai-header{border-bottom:1px solid #242832;align-items:center;gap:10px;height:60px;padding:0 14px;display:flex}.ai-orb{background:linear-gradient(135deg,#7659ed,#4b33b1);border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.prompt-card{background:#0c0e12;border:1px solid #343947;border-radius:10px;margin:12px;overflow:hidden}.prompt-card textarea{resize:none;color:#fff;background:0 0;border:0;width:100%;height:82px;padding:11px;font-size:11px}.prompt-actions{border-top:1px solid #252a35;justify-content:space-between;align-items:center;height:38px;padding:0 8px;display:flex}.prompt-actions span{color:#646b7b;font-size:9px}.prompt-actions button{background:#7559e9;border:0;border-radius:7px;align-items:center;gap:5px;height:27px;font-size:10px;font-weight:700;display:flex}.quick-prompts{gap:5px;padding:0 12px 12px;display:flex}.quick-prompts button{cursor:pointer;background:#1a1d25;border:1px solid #292e39}.analysis-section{border-top:1px solid #252934;padding-top:12px}.analysis-summary{background:#121923;border:1px solid #213b38;border-radius:8px;align-items:center;gap:8px;margin:0 12px 10px;padding:10px;display:flex}.status-dot{background:var(--success);border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #48d9a099}.analysis-summary>div{flex-direction:column;flex:1;display:flex}.analysis-summary strong{font-size:11px}.analysis-summary small{color:#798191;margin-top:3px;font-size:9px}.analysis-summary>span:last-child{color:#69deb2;font-size:10px}.analysis-list{padding:0 8px}.analysis-item{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;gap:8px;padding:9px 8px;display:flex}.analysis-item:hover{background:#171a21}.analysis-item.selected{background:#171520;border-color:#33295c}.check-box{border:1px solid #424856;border-radius:5px;flex:none;place-items:center;width:17px;height:17px;margin-top:2px;display:grid}.selected .check-box{background:#7458e7;border-color:#7458e7}.analysis-item>div{flex-direction:column;display:flex}.analysis-time{color:#9e8cff;font-size:9px}.analysis-item strong{margin-top:3px;font-size:10px}.analysis-item small{color:#737b8b;margin-top:3px;font-size:9px;line-height:1.5}.analysis-item em{color:#5fc79f;margin-top:5px;font-size:8px;font-style:normal}.result-stats{background:#0d0f14;border:1px solid #252a35;border-radius:8px;grid-template-columns:1fr auto 1fr;align-items:center;margin:12px;padding:10px;display:grid}.result-stats div:not(.arrow){flex-direction:column;display:flex}.result-stats span{color:#757c8b;font-size:9px}.result-stats strong{margin-top:2px;font-size:14px}.arrow{color:#565e6e}.apply-button,.secondary-action{cursor:pointer;border-radius:8px;width:calc(100% - 24px);height:37px;margin:0 12px}.apply-button{background:linear-gradient(135deg,#7b5def,#6041d8);border:0;justify-content:center;align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.secondary-action{color:#9da4b2;background:#171a21;border:1px solid #303542;margin-top:7px;font-size:10px}@media (width<=1250px){body{min-width:1050px}.editor-workspace{grid-template-columns:210px minmax(520px,1fr) 300px}.project-grid{grid-template-columns:repeat(3,1fr)}}.music-clip.is-placeholder{color:#9c8b76;background:#24201b;border-style:dashed;border-color:#5f513f}.import-button{color:#cbd0dc;width:calc(100% - 24px)}.import-button:hover{background:#20242d;border-color:#6f55e0}.visually-hidden-file{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.media-error{color:#ff8f9b;margin:-4px 12px 10px;font-size:10px;line-height:1.45}.empty-media{background:#0d0f14;border:1px dashed #303644;border-radius:8px;flex-direction:column;gap:5px;margin:0 7px;padding:14px 10px;display:flex}.empty-media strong{color:#c4c9d5;font-size:10px}.empty-media span{color:#747c8b;font-size:9px;line-height:1.4}.stage-placeholder{text-align:center;padding:20px}.stage-placeholder small{max-width:360px;line-height:1.45}.add-media-row{cursor:pointer}.project-title-input{color:#f4f6fa;background:0 0;border:0;width:180px;padding:0;font-size:13px;font-weight:700}.project-title-input:focus{background:#171a21;border-radius:5px;padding:2px 5px}.storage-note{color:#777f90;margin:-3px 12px 10px;font-size:9px;line-height:1.45}.tracks{cursor:pointer}.tracks-disabled{cursor:not-allowed;opacity:.72}.timeline-playhead{color:#fff;z-index:4;cursor:grab;background:#ff5e6c;border:0;width:2px;padding:0;position:absolute;top:0;bottom:0;transform:translate(-1px);box-shadow:0 0 16px #ff5e6c73}.timeline-playhead:before{content:"";background:#ff5e6c;border-radius:0 0 5px 5px;width:13px;height:11px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #ff5e6c59}.timeline-playhead span{color:#f4f6fa;white-space:nowrap;pointer-events:none;background:#1b1e27;border:1px solid #3a4050;border-radius:5px;padding:2px 5px;font-size:9px;position:absolute;top:13px;left:7px}.timeline-playhead.dragging{cursor:grabbing;background:#ff7b86}.timeline-playhead.disabled{display:none}.timeline-zoom{justify-content:flex-end;min-width:190px}.timeline-zoom span{color:#9ba1ae;font-family:monospace;font-size:10px}.timeline-edit-actions{align-items:center;gap:5px;min-width:0;display:flex;overflow:hidden}.timeline-edit-actions button{color:#c6ccd8;white-space:nowrap;cursor:pointer;background:#171a21;border:1px solid #303642;border-radius:6px;height:26px;font-size:9px}.timeline-selection-info{color:#8e96a8;align-items:center;gap:10px;font-size:9px;display:flex}.video-track{position:relative}.timeline-clip-block{color:#edf1ff;background:#313f78;border:1px solid #536bc2;border-radius:4px;height:32px;padding:5px 7px;position:absolute;top:5px;overflow:hidden}.timeline-clip-block strong{font-size:9px;line-height:1;display:block}.timeline-clip-block span{color:#b8c2ec;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:8px;display:block;overflow:hidden}.timeline-selection{z-index:2;pointer-events:none;background:#7c5cff33;border-left:1px solid #a38bff;border-right:1px solid #a38bff;position:absolute;top:0;bottom:0}.timeline-selection-handle{cursor:ew-resize;pointer-events:auto;background:#a38bff;border:0;width:12px;position:absolute;top:0;bottom:0}.timeline-selection-handle span{color:#fff;white-space:nowrap;background:#191c23;border:1px solid #3a4050;border-radius:5px;padding:2px 5px;font-size:8px;position:absolute;top:28px}.playback-error{color:#ff9aa5;background:#24151b;border-top:1px solid #242832;padding:7px 12px;font-size:10px;line-height:1.4}html,#root{background:var(--bg);min-height:100%}body:has(.editor-shell){height:100dvh;overflow:hidden}.editor-shell{grid-template-rows:56px minmax(0,1fr);height:100dvh;min-height:100dvh;display:grid;overflow:hidden}.editor-topbar{height:56px;min-height:0}.topbar-right{gap:8px}.topbar-right .ghost-button,.topbar-right .primary-button{white-space:nowrap;border-radius:8px;gap:6px;height:34px;padding:0 12px;font-size:13px}.topbar-right .primary-button{box-shadow:0 6px 18px #7c5cff33}.topbar-right .ghost-button:nth-of-type(2):hover{color:#ffb5bf;background:#21161b;border-color:#6c3440}.editor-workspace{height:auto;min-height:0;overflow:hidden}.media-panel,.preview-column,.ai-panel{min-height:0;max-height:100%;overflow:hidden}.panel{min-height:0}.media-panel{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;flex-direction:column;display:flex;overflow-y:auto}.media-panel .panel-heading{flex:0 0 60px}.media-panel .add-media-row{flex:none}.audio-mixer{background:#0c0f15;border:1px solid #292f3b;border-radius:10px;flex:none;margin:10px 10px 2px;padding:11px}.audio-mixer__title,.mixer-channel__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.audio-mixer__title>div{flex-direction:column;gap:2px;display:flex}.audio-mixer__title strong{color:#edf1f7;font-size:11px}.audio-mixer__title span{color:#727b8c;font-size:9px}.audio-mixer__title button,.mixer-mute{color:#bfc7d5;cursor:pointer;background:#151923;border:1px solid #303746;border-radius:6px;align-items:center;gap:5px;display:inline-flex}.audio-mixer__title button{height:25px;padding:0 7px;font-size:9px}.mixer-channel{border-top:1px solid #202632;margin-top:11px;padding-top:10px;position:relative}.mixer-channel__header strong{color:#dce2ec;font-size:10px}.mixer-mute{height:24px;padding:0 6px;font-size:8px}.mixer-mute.is-muted{color:#ff9ba6;background:#2a171c;border-color:#7a4650}.mixer-channel input[type=range]{accent-color:#7c5cff;width:100%;margin:5px 0 0}.mixer-value{text-align:right;color:#a999ff;margin-top:5px;font-family:monospace;font-size:10px}.mixer-marks{color:#626b7b;justify-content:space-between;font-size:7px;display:flex}.mixer-channel.is-disabled{opacity:.46}.audio-mixer__notice{color:#828b9b;margin:9px 0 0;font-size:8px;line-height:1.45}.preview-column{grid-template-rows:minmax(300px,60%) minmax(210px,40%);height:100%;overflow:hidden}.preview-panel{grid-template-rows:36px minmax(0,1fr) 44px;min-height:0;overflow:hidden}.video-stage{background:#000;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.video-frame{background:#000;justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex;overflow:hidden}.video-frame video,.video-stage video{object-fit:contain;object-position:center center;background:#000;width:100%;max-width:100%;height:100%;max-height:100%;display:block;transform:none}.video-stage video:fullscreen{object-fit:contain;object-position:center center;background:#000;width:100%;height:100%;transform:none}.viewer-toolbar{min-height:36px}.transport-bar{min-height:44px}.timeline-panel{min-height:210px;max-height:none;overflow:hidden}.timeline-body{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;min-height:0;overflow:auto}.tracks{min-height:126px}.timeline-edit-actions{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;overflow-x:auto}.ai-panel{grid-template-rows:60px 38px minmax(0,1fr);padding-bottom:0;display:grid;overflow:hidden}.ai-header{min-height:0}.ai-tabs{border-bottom:1px solid #242832;grid-template-columns:1fr 1fr;gap:6px;height:38px;padding:7px 12px;display:grid}.ai-tabs button{color:#8e96a6;cursor:pointer;background:#151922;border:1px solid #2b303b;border-radius:7px;font-size:10px}.ai-tabs button.active{color:#d4ccff;background:#25203d;border-color:#57489a}.ai-analysis-tab{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.ai-controls{min-height:0;overflow:visible}.prompt-card,.quick-prompts{min-height:0}.analysis-section{border-top:1px solid #252934;flex-direction:column;min-height:0;padding-bottom:12px;display:flex;overflow:hidden}.analysis-list{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;flex:auto;min-height:90px;padding:0 8px 4px;overflow-y:auto}.analysis-footer,.result-stats,.apply-button,.secondary-action{flex:none}.silence-settings{background:#0d1016;border:1px solid #2a3040;border-radius:8px;flex-direction:column;gap:9px;margin:0 12px 12px;padding:10px;display:flex}.silence-settings__header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.silence-settings__header div{flex-direction:column;gap:3px;min-width:0;display:flex}.silence-settings__header strong{font-size:11px}.silence-settings__header span,.setting-row small,.silence-summary span,.silence-summary small{color:#7f8798;font-size:9px;line-height:1.4}.silence-settings__body{flex-direction:column;gap:9px;display:flex}.mini-action{color:#c8ceda;cursor:pointer;background:#171b24;border:1px solid #303642;border-radius:6px;height:24px;padding:0 8px;font-size:9px}.setting-row strong{color:#a894ff;font-size:10px}.setting-row--inline input{color:#fff;background:#11141b;border:1px solid #2e3440;border-radius:6px;height:28px;padding:0 7px;font-size:10px}.setting-row--check{flex-direction:row;align-items:center;gap:8px;display:flex}.analyze-audio-button{color:#83e7bd;cursor:pointer;background:#214339;border:0;border-radius:7px;height:32px;font-size:10px;font-weight:700}.analyze-audio-button:disabled{cursor:not-allowed;opacity:.55}.analysis-progress span{border-radius:inherit;background:linear-gradient(90deg,#57d49f,#9f8cff);height:100%;display:block}.analysis-error{color:#ff9aa5;margin:0;font-size:9px;line-height:1.4}.analysis-warning{color:#ffcf8a;margin:0;font-size:9px;line-height:1.4}.analysis-group{flex-direction:column;gap:7px;margin-bottom:10px;display:flex}.analysis-group-heading{color:#c8cede;justify-content:space-between;align-items:center;height:24px;padding:0 4px;display:flex}.analysis-group-heading strong{font-size:10px}.analysis-empty{color:#8e96a8;text-align:center;border:1px dashed #323846;border-radius:8px;margin:6px 4px 10px;padding:10px;font-size:10px}.analysis-item-wrap{background:#11141b;border:1px solid #252b36;border-radius:8px;overflow:hidden}.analysis-item-wrap--real{background:#0e1718;border-color:#25463e}.analysis-item-wrap--transcript{background:#141220;border-color:#3a315e}.analysis-item-wrap--mock{background:#11141b;border-color:#2b3040}.analysis-item-wrap.is-disabled{opacity:.5}.analysis-item-wrap.is-disabled .analysis-item{cursor:not-allowed}.analysis-item-content{flex-direction:column;min-width:0;display:flex}.analysis-card-topline{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.source-badge{border-radius:999px;align-items:center;height:18px;padding:0 7px;font-size:8px;font-weight:700;display:inline-flex}.source-badge--real{color:#8df0c7;background:#12342f}.source-badge--transcript{color:#d2c4ff;background:#30244f}.source-badge--mock{color:#bcaeff;background:#242038}.analysis-duration{color:#8891a3;white-space:nowrap;font-size:8px}.analysis-card-actions{gap:6px;margin:0 8px 8px 33px;display:flex}.analysis-card-actions button{color:#aeb6c7;cursor:pointer;background:#151923;border:1px solid #2e3441;border-radius:6px;height:23px;padding:0 7px;font-size:9px}.analysis-card-actions button:hover:not(:disabled){color:#fff;border-color:#584a9c}.analysis-card-actions button:disabled{cursor:not-allowed;opacity:.5}.ai-tabs{gap:8px;height:42px;padding:8px 12px}.ai-tabs button{text-align:center;border-radius:8px;height:26px;font-size:11px}.transcript-panel{flex-direction:column;gap:12px;height:100%;min-height:0;padding:14px;display:flex;overflow:hidden}.transcript-toolbar select{color:#fff;background:#10131a;border:1px solid #303746;border-radius:8px;min-width:0;height:34px;padding:0 9px;font-size:11px}.transcript-toolbar button{color:#fff;cursor:pointer;white-space:nowrap;background:#7559e9;border:0;border-radius:8px;height:34px;padding:0 12px;font-size:11px;font-weight:700}.privacy-note{color:#80899a;background:#10141d;border:1px solid #26303f;border-radius:8px;flex:none;margin-top:0;padding:9px 10px;font-size:10px;line-height:1.45}.transcript-info,.transcript-fulltext{background:#0d1016;border:1px solid #252b36;border-radius:8px;flex:none;overflow:hidden}.transcript-section-toggle{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:4px;padding:10px 11px;display:flex}.transcript-section-toggle span{color:#e4e8f2;font-size:11px;font-weight:700}.transcript-section-toggle small{color:#838b9b;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.transcript-summary{grid-template-columns:1fr 1fr;gap:7px;margin-top:0;padding:0 10px 10px;display:grid}.transcript-search input::placeholder{color:#5f6879}.transcript-fulltext{max-height:none;margin-top:0;padding:0;overflow:hidden}.transcript-fulltext__body{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;max-height:56px;padding:0 11px 11px;overflow:auto}.transcript-fulltext.is-expanded .transcript-fulltext__body{max-height:128px}.transcript-list-section{background:#0c0f15;border:1px solid #252b36;border-radius:8px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.transcript-list-heading{border-bottom:1px solid #222837;flex:none;justify-content:space-between;align-items:center;gap:8px;height:34px;padding:0 11px;display:flex}.transcript-list-heading strong{color:#e4e8f2;font-size:11px}.transcript-list-heading span{color:#7f8798;font-size:9px}.transcript-list{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;flex-direction:column;flex:1;gap:10px;min-height:0;margin-top:0;padding:10px;display:flex;overflow-y:auto}.transcript-card:hover{background:#141821;border-color:#3a4354}.transcript-card__meta{color:#a996ff;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-family:monospace;font-size:10px;display:flex}.transcript-card__meta strong{color:#80e0b9;font-family:Inter,Noto Sans KR,sans-serif}.transcript-card__actions{grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 12px;display:grid}.transcript-card__actions button{color:#c3cad8;cursor:pointer;background:#151923;border:1px solid #303746;border-radius:7px;justify-content:center;align-items:center;gap:5px;height:29px;padding:0 8px;font-size:10px;display:inline-flex}.transcript-card__actions button:hover:not(:disabled){color:#fff;background:#1a1e2b;border-color:#584a9c}.transcript-empty,.transcript-empty-result{color:#8b94a5;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.transcript-empty{min-height:180px;margin:auto 0}.transcript-empty strong,.transcript-empty-result strong{color:#c8ceda;font-size:12px}.transcript-empty span,.transcript-empty-result span{font-size:10px;line-height:1.45}.transcript-empty-result{min-height:140px}.export-backdrop{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#040508a8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.export-dialog{background:#101217;border:1px solid #303746;border-radius:12px;flex-direction:column;width:min(460px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 80px #00000073}.export-dialog__header{border-bottom:1px solid #242a36;justify-content:space-between;align-items:center;gap:12px;height:62px;padding:0 14px;display:flex}.export-dialog__header>div{flex-direction:column;gap:4px;min-width:0;display:flex}.export-dialog__header strong{font-size:14px}.export-dialog__header span{color:#8b93a3;font-size:10px}.export-dialog__body{flex-direction:column;gap:13px;min-height:0;padding:14px;display:flex;overflow-y:auto}.export-summary-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.export-summary-grid div{background:#0d1016;border:1px solid #252b36;border-radius:8px;flex-direction:column;gap:4px;padding:10px;display:flex}.export-summary-grid span{color:#80899a;font-size:9px}.export-summary-grid strong{font-size:13px}.export-quality{flex-direction:column;gap:8px;display:flex}.export-quality>strong{color:#dfe4ee;font-size:11px}.export-quality label{cursor:pointer;background:#0d1016;border:1px solid #282f3d;border-radius:8px;grid-template-columns:auto 1fr;gap:3px 8px;padding:9px;display:grid}.export-quality label.selected{background:#17142a;border-color:#6b59d6}.export-quality input{accent-color:#7c5cff;grid-row:1/span 2;margin-top:2px}.export-quality span{font-size:11px;font-weight:700}.export-quality small{color:#828b9c;font-size:9px;line-height:1.35}.export-progress{background:#0c1017;border:1px solid #283142;border-radius:8px;flex-direction:column;gap:8px;padding:10px;display:flex;overflow:hidden}.export-progress div{color:#bac2d0;justify-content:space-between;align-items:center;gap:10px;font-size:10px;display:flex}.export-progress div strong{color:#d8d2ff}.export-progress>span{background:#7c5cff;border-radius:999px;height:6px;transition:width .2s}.export-ready{color:#8df0c7;background:#0d1918;border:1px solid #214239;border-radius:8px;margin:0;padding:9px;font-size:10px;line-height:1.45}.export-dialog__footer{border-top:1px solid #242a36;justify-content:flex-end;gap:9px;padding:12px 14px;display:flex}.export-dialog__footer .secondary-button,.export-dialog__footer .primary-button{width:auto;height:34px;margin:0}.dev-checklist-backdrop{z-index:50;background:#000000a3;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.dev-checklist-panel{background:#101217;border:1px solid #303746;border-radius:12px;flex-direction:column;width:min(760px,100vw - 44px);max-height:calc(100vh - 44px);display:flex;overflow:hidden;box-shadow:0 24px 80px #0000007a}.dev-checklist-header{border-bottom:1px solid #242a36;justify-content:space-between;align-items:center;gap:12px;height:62px;padding:0 14px;display:flex}.dev-checklist-header>div{flex-direction:column;gap:5px;min-width:0;display:flex}.dev-checklist-header strong{align-items:center;gap:8px;font-size:14px;display:flex}.dev-checklist-header span{color:#8b93a3;font-size:10px}.dev-checklist-progress{background:#0a0c11;height:4px}.dev-checklist-progress span,.dev-checklist-section__bar span{background:linear-gradient(90deg,#7c5cff,#48d9a0);height:100%;display:block}.dev-checklist-body{flex-direction:column;gap:12px;min-height:0;padding:14px;display:flex;overflow-y:auto}.dev-checklist-section{background:#0c0f15;border:1px solid #252b36;border-radius:9px;flex-direction:column;gap:9px;padding:10px;display:flex}.dev-checklist-section__title{justify-content:space-between;align-items:center;gap:10px;display:flex}.dev-checklist-section__title strong{color:#e8ecf5;font-size:12px}.dev-checklist-section__title span{color:#8b93a3;font-size:10px}.dev-checklist-section__bar{background:#1a1f2a;border-radius:999px;height:3px;overflow:hidden}.dev-checklist-items{grid-template-columns:1fr 1fr;gap:8px;display:grid}.dev-checklist-item{background:#10131a;border:1px solid #252b36;border-radius:8px;flex-direction:column;gap:7px;padding:8px;display:flex}.dev-checklist-item.is-checked{background:#0f1b18;border-color:#345c4f}.dev-checklist-item label{color:#d9dfeb;align-items:center;gap:8px;font-size:10px;line-height:1.35;display:flex}.dev-checklist-item input[type=checkbox]{accent-color:#7c5cff;flex:none;width:15px;height:15px}.dev-checklist-item>input{color:#dfe4ee;background:#0b0e14;border:1px solid #303746;border-radius:7px;height:28px;padding:0 8px;font-size:10px}.dev-checklist-global-note{color:#dfe4ee;resize:vertical;background:#0b0e14;border:1px solid #303746;border-radius:8px;width:100%;min-height:78px;padding:9px;font-size:11px;line-height:1.5}.dev-checklist-footer{border-top:1px solid #242a36;justify-content:space-between;align-items:center;gap:12px;height:54px;padding:0 14px;display:flex}.dev-checklist-footer span{color:#858e9f;font-size:10px}.dev-checklist-footer .ghost-button{width:auto;height:32px;margin:0;font-size:11px}.export-steps{gap:6px;margin:2px 0 0;padding:0;list-style:none;display:grid}.export-steps li{color:#6f7788;align-items:center;gap:7px;font-size:10px;display:flex}.export-steps li>span,.export-steps li>svg{border:1px solid #343b49;border-radius:50%;flex:none;place-items:center;width:15px;height:15px;display:grid}.export-steps li.active{color:#e4e7ef}.export-steps li.active>span{background:#251f40;border-color:#7c5cff;box-shadow:0 0 0 3px #7c5cff1f}.export-steps li.done{color:#8df0c7}.export-steps li.done>svg{color:#8df0c7;background:#12352d;border-color:#2d7d63;padding:2px}.export-error{background:#1a0f14;border:1px solid #56303a;border-radius:8px;padding:9px;font-size:10px}.export-checkbox{cursor:pointer;background:#0c1017;border:1px solid #2d3442;border-radius:8px;align-items:flex-start;gap:9px;padding:10px;display:flex}.export-checkbox input{accent-color:#7c5cff;margin-top:2px}.export-checkbox span{flex-direction:column;gap:3px;display:flex}.export-checkbox strong{font-size:11px}.export-checkbox small{color:#8b93a3;font-size:10px;line-height:1.4}.export-checkbox.is-disabled{opacity:.62;cursor:not-allowed}.spin{vertical-align:-2px;margin-right:5px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.create-project-inline{align-items:center;gap:8px;margin-top:14px;display:flex}.create-project-inline .text-input{width:220px;height:38px;margin:0}.create-project-inline .secondary-button,.create-project-inline .primary-button{height:38px;margin:0}.project-empty-state{text-align:center;color:#8f98aa;background:#0d1016;border:1px dashed #303747;border-radius:14px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:9px;min-height:210px;display:flex}.project-empty-state strong{color:#dfe4ee;font-size:15px}.project-empty-state span{font-size:13px}.project-card{flex-direction:column;display:flex}.project-card__body{flex-direction:column;flex:1;gap:10px;display:flex}.project-detail-row{color:#848c9c;gap:5px;font-size:11px;display:grid}.project-detail-row span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.project-card-actions{grid-template-columns:1fr auto auto;gap:7px;margin-top:auto;display:grid}.project-card-actions .primary-button,.project-card-actions .secondary-button{border-radius:7px;height:32px;margin:0;padding:0 10px;font-size:11px}.project-card-actions .secondary-button.danger{color:#ffadb9;background:#211219;border-color:#51303a}.project-card-actions .secondary-button.danger:hover{color:#ffd5dc;background:#2a151e;border-color:#7c4050}.ghost-button.danger{color:#ffadb9;background:#1a1117;border-color:#51303a}.ghost-button.danger:hover:not(:disabled){color:#ffd5dc;background:#26141c;border-color:#7c4050}.ghost-button:disabled,.primary-button:disabled,.secondary-button:disabled,.new-project-card:disabled{opacity:.5;cursor:not-allowed}.project-home .home-content{max-width:1460px;padding-top:38px}.project-home .hero-row{margin-bottom:34px}.project-toolbar--advanced{align-items:center}.project-toolbar-controls{align-items:center;gap:10px;display:flex}.project-toolbar-controls .search-box{width:330px}.project-toolbar-controls select{color:#e7e9ee;background:#111318;border:1px solid #2a2e38;border-radius:9px;height:39px;padding:0 30px 0 11px}.project-grid--managed{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-card--managed,.project-grid--managed .new-project-card{min-height:390px}.project-card--managed .project-thumb{height:202px}.project-thumb>img{object-fit:cover;width:100%;height:100%;display:block}.project-card-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.project-card-title h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;overflow:hidden}.autosave-badge{color:#6fe2ae;background:#173126;border-radius:999px;flex:none;padding:4px 7px;font-size:9px}.autosave-badge.is-reconnect-required{color:#ffc36d;background:#382818}.project-card--managed .project-meta{gap:6px;display:grid}.project-card--managed .project-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.project-stat-grid{background:#0c0e13;border:1px solid #20242d;border-radius:8px;grid-template-columns:1fr 1fr;gap:6px 10px;padding:9px;display:grid}.project-stat-grid span{color:#8f96a5;align-items:center;gap:6px;font-size:10px;display:flex}.project-stat-grid strong{color:#dfe2e9;margin-left:auto;font-size:10px}.project-card-footer{border-top:1px solid #242832;justify-content:space-between;align-items:center;margin-top:auto;padding-top:9px;display:flex}.project-card-footer>span{color:#8d94a2;font-size:10px}.project-card-footer .primary-button{height:31px}.thumb-menu{color:#fff;cursor:pointer}.project-card-menu{z-index:10;background:#151820;border:1px solid #343946;border-radius:9px;width:165px;padding:5px;position:absolute;top:43px;right:8px;box-shadow:0 14px 35px #00000080}.project-card-menu button{color:#d5d8e0;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;width:100%;height:31px;padding:0 9px;font-size:11px;display:flex}.project-card-menu button:hover{background:#252936}.project-card-menu button.danger{color:#ff9baa}.recovery-banner{color:#bcaeff;background:linear-gradient(90deg,#211b38,#151621);border:1px solid #463b75;border-radius:12px;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:12px;margin-bottom:20px;padding:14px 16px;display:grid}.recovery-banner>div{flex-direction:column;gap:3px;display:flex}.recovery-banner strong{color:#f1edff;font-size:13px}.recovery-banner span{color:#9d95b8;font-size:11px}.recovery-banner .secondary-button{margin:0}.home-notice{z-index:80;color:#bcead9;background:#13231e;border:1px solid #395b50;border-radius:10px;align-items:center;gap:9px;max-width:560px;padding:10px 12px;font-size:11px;display:flex;position:fixed;bottom:24px;right:28px;box-shadow:0 16px 40px #0006}.home-notice>span{flex:1}.home-notice>button:not(.icon-button){color:#a58fff;cursor:pointer;background:0 0;border:0;text-decoration:underline}.project-empty-state span{color:#7f8796;font-size:12px}.project-empty-state .secondary-button{margin-top:8px}.project-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8;place-items:center;display:grid;position:fixed;inset:0}.project-confirm-modal{background:#15171d;border:1px solid #3c414d;border-radius:15px;width:440px;padding:25px;box-shadow:0 30px 90px #0009}.project-confirm-modal.is-critical{border-color:#69333f}.project-confirm-modal .danger-icon{color:#ff7183}.project-confirm-modal h2{margin:13px 0 8px;font-size:19px}.project-confirm-modal p{color:#9aa1af;margin:0 0 17px;font-size:12px;line-height:1.65}.project-confirm-modal p strong{color:#fff}.project-confirm-modal>input{color:#fff;background:#0d0f13;border:1px solid #3b404c;border-radius:8px;width:100%;height:42px;padding:0 11px}.project-confirm-modal>div{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.project-confirm-modal .secondary-button{margin:0}.primary-button.danger{background:linear-gradient(135deg,#d8485d,#a8293c)}@media (width<=1250px){.project-grid--managed{grid-template-columns:repeat(2,minmax(0,1fr))}}.transcript-panel{flex-direction:column;min-height:0;padding:12px;display:flex;overflow:hidden}.transcript-toolbar{flex:none;grid-template-columns:1fr auto auto;align-items:end;gap:8px;display:grid}.transcript-toolbar label{color:#81899a;flex-direction:column;gap:5px;font-size:9px;display:flex}.transcript-toolbar select{color:#fff;background:#10131a;border:1px solid #2e3440;border-radius:7px;height:30px;padding:0 8px;font-size:10px}.transcript-toolbar button{color:#fff;cursor:pointer;background:#7559e9;border:0;border-radius:7px;height:30px;padding:0 10px;font-size:10px;font-weight:700}.transcript-toolbar button:disabled{opacity:.55;cursor:not-allowed}.transcript-toolbar .transcript-cancel{color:#ffb9c2;background:#2a2024;border:1px solid #5b303c}.transcript-progress{flex:none;margin-top:9px}.privacy-note{color:#8992a4;background:#0c1016;border:1px solid #27303d;border-radius:7px;flex:none;margin:9px 0 0;padding:8px;font-size:9px;line-height:1.45}.transcript-summary{flex:none;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px;display:grid}.transcript-summary div{background:#0d1016;border:1px solid #252b36;border-radius:7px;flex-direction:column;gap:3px;min-width:0;padding:7px;display:flex}.transcript-summary span{color:#747d8e;font-size:8px}.transcript-summary strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.transcript-search{color:#858d9d;flex-direction:column;flex:none;gap:5px;margin-top:9px;font-size:9px;display:flex}.transcript-search input{color:#fff;background:#10131a;border:1px solid #2e3440;border-radius:7px;height:31px;padding:0 9px;font-size:10px}.transcript-fulltext{background:#0d1016;border:1px solid #252b36;border-radius:8px;flex:none;max-height:92px;margin-top:9px;padding:8px;overflow:auto}.transcript-fulltext strong{margin-bottom:5px;font-size:10px;display:block}.transcript-fulltext p{color:#aeb6c7;white-space:pre-wrap;margin:0;font-size:10px;line-height:1.5}.transcript-list{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;flex-direction:column;gap:8px;min-height:0;margin-top:9px;display:flex;overflow-y:auto}.transcript-card{background:#11141b;border:1px solid #252b36;border-radius:8px;flex:none;overflow:hidden}.transcript-card.selected{background:#17152a;border-color:#6c5be5}.transcript-card.is-disabled{opacity:.5}.transcript-card__body{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:9px}.transcript-card__meta{color:#9d8cff;justify-content:space-between;gap:8px;margin-bottom:5px;font-size:9px;display:flex}.transcript-card__meta strong{color:#80e0b9}.transcript-card p{color:#d9deea;margin:0;font-size:10px;line-height:1.55}.transcript-card__actions{flex-wrap:wrap;gap:6px;padding:0 9px 9px;display:flex}.transcript-card__actions button{color:#aeb6c7;cursor:pointer;background:#151923;border:1px solid #2e3441;border-radius:6px;align-items:center;gap:4px;height:24px;padding:0 7px;font-size:9px;display:inline-flex}.transcript-card.is-editing{background:#17152a;border-color:#8d76ff}.transcript-card__body-wrap{position:relative}.transcript-card__body:disabled{cursor:default}.transcript-edited-badge{color:#b9aaff;background:#251f44;border-radius:999px;margin:0 9px 7px;padding:2px 6px;font-size:8px;font-style:normal;font-weight:700;display:inline-flex}.transcript-badges{flex-wrap:wrap;gap:5px;display:flex}.transcript-edit-box{flex-direction:column;gap:5px;padding:0 9px 9px;display:flex}.transcript-edit-box textarea{resize:vertical;color:#f4f6fb;background:#0c0f16;border:1px solid #50448a;border-radius:7px;width:100%;min-height:72px;padding:8px;font-size:11px;line-height:1.5}.transcript-edit-box span{color:#858e9f;font-size:8px}.transcript-timing-edit-box{grid-template-columns:1fr 1fr;gap:7px;padding:0 9px 9px;display:grid}.transcript-timing-edit-box label{color:#9ba4b5;flex-direction:column;gap:4px;font-size:9px;display:flex}.transcript-timing-edit-box input{color:#f4f6fb;background:#0c0f16;border:1px solid #50448a;border-radius:7px;height:29px;padding:0 8px;font-size:10px}.transcript-timing-edit-box small,.transcript-timing-edit-box strong{grid-column:1/-1;font-size:8px;line-height:1.35}.transcript-timing-edit-box small{color:#858e9f}.transcript-timing-error{color:#ff8190}.transcript-timing-warning{color:#f0c66b}.transcript-empty{color:#8b94a5;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;margin:auto 0;display:flex}.transcript-empty strong{color:#c8ceda;font-size:12px}.transcript-empty span{font-size:10px;line-height:1.45}.media-panel::-webkit-scrollbar{width:8px;height:8px}.analysis-list::-webkit-scrollbar{width:8px;height:8px}.timeline-body::-webkit-scrollbar{width:8px;height:8px}.timeline-edit-actions::-webkit-scrollbar{width:8px;height:8px}.media-panel::-webkit-scrollbar-thumb{background:#343a48;border-radius:999px}.analysis-list::-webkit-scrollbar-thumb{background:#343a48;border-radius:999px}.timeline-body::-webkit-scrollbar-thumb{background:#343a48;border-radius:999px}.timeline-edit-actions::-webkit-scrollbar-thumb{background:#343a48;border-radius:999px}.video-frame{position:relative}.video-frame:fullscreen{background:#000;aspect-ratio:auto!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important}.video-frame:fullscreen video{object-fit:contain!important;width:100%!important;height:100%!important}.video-frame:fullscreen .subtitle-overlay{max-width:88%}.subtitle-overlay-layer{pointer-events:none;position:absolute;inset:auto}.subtitle-overlay{color:#fff;text-align:center;text-shadow:0 1px 2px #000000d9;pointer-events:none;white-space:nowrap;word-break:normal;overflow-wrap:normal;line-break:strict;background:#000000b8;border-radius:8px;width:fit-content;max-width:88%;padding:7px 13px;font-size:15px;font-weight:600;line-height:1.45;position:absolute;bottom:7%;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000047}.subtitle-overlay__line{white-space:nowrap}.subtitle-controls{background:#0d1016;border:1px solid #252b36;border-radius:8px;flex:none;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px;display:grid}.subtitle-controls label{color:#c9cfda;align-items:flex-start;gap:8px;min-width:0;display:flex}.subtitle-controls label.is-disabled{opacity:.65}.subtitle-controls input{accent-color:#7c5cff;margin-top:2px}.subtitle-controls span{flex-direction:column;gap:3px;min-width:0;display:flex}.subtitle-controls strong{font-size:10px}.subtitle-controls small{color:#80899a;font-size:9px;line-height:1.4}.subtitle-controls button{color:#c3cad8;cursor:pointer;white-space:nowrap;background:#151923;border:1px solid #303746;border-radius:7px;height:28px;padding:0 8px;font-size:9px}.subtitle-controls button:disabled{opacity:.45;cursor:not-allowed}.subtitle-style-panel{background:#0d1016;border:1px solid #252b36;border-radius:8px;flex-direction:column;flex:none;gap:9px;padding:10px;display:flex}.subtitle-style-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.subtitle-style-header strong{color:#e4e8f2;font-size:11px}.subtitle-style-header button,.subtitle-presets button{color:#c3cad8;cursor:pointer;background:#151923;border:1px solid #303746;border-radius:6px;height:25px;padding:0 8px;font-size:9px}.subtitle-presets button.active{color:#f2efff;background:#25203d;border-color:#6b59d6}.subtitle-style-grid label{color:#9aa2b3;flex-direction:column;gap:5px;min-width:0;font-size:9px;display:flex}.subtitle-style-grid label span{justify-content:space-between;gap:6px;display:flex}.subtitle-style-grid strong{color:#a894ff;font-size:9px}.subtitle-style-grid input[type=range]{accent-color:#7c5cff;width:100%}.subtitle-style-grid input[type=color]{background:#10131a;border:1px solid #303746;border-radius:7px;width:100%;height:28px;padding:2px}.subtitle-style-grid select{color:#fff;background:#10131a;border:1px solid #303746;border-radius:7px;height:29px;padding:0 8px;font-size:10px}.subtitle-style-grid .subtitle-check{flex-direction:row;align-items:center;gap:8px}.subtitle-style-grid .subtitle-check span{color:#c9cfda;display:block}.subtitle-style-grid .subtitle-check input{accent-color:#7c5cff}.media-panel::-webkit-scrollbar-track{background:#111318}.analysis-list::-webkit-scrollbar-track{background:#111318}.timeline-body::-webkit-scrollbar-track{background:#111318}.timeline-edit-actions::-webkit-scrollbar-track{background:#111318}@media (height<=760px){.preview-column{grid-template-rows:minmax(280px,58%) minmax(205px,42%)}.timeline-panel{min-height:205px;max-height:none}.prompt-card textarea{height:62px}.quick-prompts{flex-wrap:wrap}.analysis-item{padding:7px 8px}}.editor-workspace,.media-panel,.preview-column,.ai-panel{min-height:0}.ai-panel{flex-direction:column;height:100%;max-height:100%;padding-bottom:0;display:flex;overflow:hidden}.ai-header,.ai-tabs{flex:none}.ai-analysis-tab,.transcript-panel{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;flex:auto;min-height:0;overflow-y:auto}.ai-analysis-tab::-webkit-scrollbar{width:8px}.transcript-panel::-webkit-scrollbar{width:8px}.ai-analysis-tab::-webkit-scrollbar-thumb{background:#343a48;border-radius:999px}.transcript-panel::-webkit-scrollbar-thumb{background:#343a48;border-radius:999px}.ai-analysis-tab::-webkit-scrollbar-track{background:#111318}.transcript-panel::-webkit-scrollbar-track{background:#111318}.transcript-panel{flex-direction:column;gap:12px;height:auto;padding:14px;display:flex;overflow-x:hidden}.transcript-panel .panel-block,.transcript-toolbar,.subtitle-controls,.subtitle-style-panel,.transcript-info,.transcript-fulltext,.transcript-list-section{flex:none}.transcript-content{flex-direction:column;flex:none;gap:12px;min-height:auto;display:flex;overflow:visible}.transcript-list-section{flex-direction:column;min-height:260px;max-height:520px;display:flex;overflow:hidden}.transcript-list{flex:auto;min-height:180px;overflow-y:auto}.transcript-toolbar{background:#0d1016;border:1px solid #252b36;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;margin:0;padding:10px}.subtitle-controls{grid-template-columns:minmax(0,1fr) auto}.subtitle-style-panel{gap:8px;padding:10px}.subtitle-style-header{height:28px}.subtitle-style-header__actions{align-items:center;gap:6px;display:flex}.subtitle-style-header__actions button{white-space:nowrap}.subtitle-style-section{background:#0b0e14;border:1px solid #242a36;border-radius:8px;overflow:hidden}.subtitle-style-section__header{color:#e3e7f0;cursor:pointer;text-align:left;background:#11151d;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;height:34px;padding:0 10px;display:grid}.subtitle-style-section__header span{font-size:11px;font-weight:700}.subtitle-style-section__header small{color:#7f8797;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.subtitle-style-section__header em{color:#9a8cff;font-size:9px;font-style:normal}.subtitle-style-section.is-open .subtitle-style-section__header{background:#131822;border-bottom:1px solid #222837}.subtitle-style-section__body{padding:10px}.subtitle-presets{grid-template-columns:1fr 1fr;gap:7px;display:grid}.subtitle-presets button{text-align:left;border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;height:auto;min-height:52px;padding:8px;display:flex}.subtitle-presets button strong{color:#e4e8f2;font-size:10px}.subtitle-presets button small{color:#7f8797;font-size:8px;line-height:1.35}.subtitle-presets button.active{background:#25203d;border-color:#6b59d6;box-shadow:inset 0 0 0 1px #7c5cff2e}.subtitle-presets button.active strong{color:#f2efff}.subtitle-presets button.active small{color:#b8adff}.subtitle-preset-manager{flex-direction:column;gap:12px;display:flex}.subtitle-preset-group{flex-direction:column;gap:7px;display:flex}.subtitle-preset-group__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.subtitle-preset-group__header strong{color:#dfe4ef;font-size:10px}.subtitle-preset-group__header div{align-items:center;gap:5px;display:flex}.subtitle-preset-group__header button{color:#c3cad8;cursor:pointer;background:#151923;border:1px solid #303746;border-radius:6px;height:23px;padding:0 7px;font-size:9px}.subtitle-preset-group__header button:disabled{opacity:.45;cursor:not-allowed}.subtitle-user-presets{flex-direction:column;gap:7px;display:flex}.subtitle-user-preset{background:#10131a;border:1px solid #252b36;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:7px;display:grid}.subtitle-user-preset>button{color:#dce2ee;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex-direction:column;gap:4px;min-width:0;padding:6px;display:flex}.subtitle-user-preset>button.active{background:#25203d;border-color:#6b59d6}.subtitle-user-preset>button strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.subtitle-user-preset>button small{color:#858e9f;font-size:8px}.subtitle-user-preset>div{flex-direction:column;gap:5px;display:flex}.subtitle-user-preset>div button{color:#c3cad8;cursor:pointer;white-space:nowrap;background:#151923;border:1px solid #303746;border-radius:6px;height:23px;padding:0 7px;font-size:9px}.subtitle-user-preset-empty{color:#858e9f;text-align:center;background:#0d1016;border:1px dashed #303746;border-radius:8px;padding:10px;font-size:10px}.reference-style-panel{flex-direction:column;gap:9px;display:flex}.reference-style-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.reference-style-actions button,.reference-result-actions button{color:#d7deea;cursor:pointer;background:#151923;border:1px solid #303746;border-radius:7px;height:28px;padding:0 8px;font-size:9px}.reference-style-actions button:disabled{opacity:.5;cursor:not-allowed}.reference-video-info{background:#10131a;border:1px solid #252b36;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;display:grid}.reference-video-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.reference-video-info span,.reference-style-current{color:#858e9f;font-size:9px}.reference-style-status{color:#a894ff;font-size:9px}.reference-style-error{color:#ff7b89;font-size:9px}.reference-style-warning{color:#f2c46b;background:#19140a;border:1px solid #5c4a22;border-radius:8px;padding:8px;font-size:9px;line-height:1.45}.reference-style-stable{color:#82e0b6;background:#0d1a15;border:1px solid #234335;border-radius:8px;padding:8px;font-size:9px;line-height:1.45}.reference-style-hint{color:#858e9f;border:1px dashed #303746;border-radius:8px;padding:9px;font-size:9px;line-height:1.45}.reference-result{flex-direction:column;gap:9px;display:flex}.reference-frame-viewer{cursor:crosshair;-webkit-user-select:none;user-select:none;background:#05070b;border:1px solid #252b36;border-radius:8px;position:relative;overflow:hidden}.reference-frame-viewer img{pointer-events:none;width:100%;height:auto;display:block}.reference-candidate-box,.reference-manual-box{background:#7c5cff1f;border:1px solid #ffffffb8;padding:0;position:absolute;box-shadow:0 0 0 999px #00000014}.reference-candidate-box{cursor:pointer}.reference-candidate-box.active{background:#7c5cff38;border:2px solid #9b86ff}.reference-manual-box{pointer-events:none;background:#ffe66d1f;border:2px dashed #ffe66d}.reference-manual-analyze{color:#ddd6ff;cursor:pointer;background:#18142a;border:1px solid #423963;border-radius:7px;height:28px;font-size:9px}.reference-manual-analyze:disabled{opacity:.5;cursor:not-allowed}.reference-candidate-list{flex-direction:column;gap:6px;display:flex}.reference-candidate-list button{color:#cbd3df;text-align:left;cursor:pointer;background:#10131a;border:1px solid #252b36;border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;height:auto;min-height:35px;padding:7px;display:grid}.reference-candidate-list button.active{background:#25203d;border-color:#6b59d6}.reference-candidate-list strong{color:#e4e8f2;font-size:9px}.reference-candidate-list span{color:#858e9f;white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.reference-analysis-basis{color:#cfd5e3;background:#111722;border:1px solid #2c3342;border-radius:7px;align-items:center;height:26px;padding:0 8px;font-size:9px;display:flex}.reference-result-summary{grid-template-columns:1fr 1fr;gap:6px;display:grid}.reference-result-summary div{background:#10131a;border:1px solid #252b36;border-radius:7px;flex-direction:column;gap:3px;min-width:0;padding:7px;display:flex}.reference-result-summary span{color:#858e9f;font-size:8px}.reference-result-summary strong{color:#e6eaf4;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.reference-subtitle-preview{background:linear-gradient(#222733,#0b0e14);border:1px solid #252b36;border-radius:8px;place-items:end center;height:86px;padding:10px;display:grid;position:relative;overflow:hidden}.reference-subtitle-preview.enhanced{background:linear-gradient(#252b38,#080b10);place-items:center;height:104px}.reference-subtitle-preview>div{position:static!important;top:auto!important;bottom:auto!important;left:auto!important;transform:none!important}.reference-quick-adjust{background:#0d1016;border:1px solid #252b36;border-radius:8px;grid-template-columns:1fr;gap:8px;padding:9px;display:grid}.reference-quick-adjust>strong{color:#e4e8f2;font-size:10px}.reference-quick-adjust label{color:#a2aabc;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;font-size:9px;display:grid}.reference-quick-adjust label span{grid-column:1/-1;justify-content:space-between;align-items:center;gap:8px;display:flex}.reference-quick-adjust label em{color:#a894ff;font-style:normal}.reference-quick-adjust input[type=range]{accent-color:#7c5cff;grid-column:1/-1;width:100%;height:16px}.reference-quick-adjust input[type=color]{background:#10131a;border:1px solid #343b4a;border-radius:7px;justify-self:end;width:34px;height:24px;padding:2px}.reference-quick-adjust select{color:#fff;background:#10131a;border:1px solid #303746;border-radius:7px;grid-column:1/-1;height:30px;padding:0 8px;font-size:10px}.reference-quick-check{grid-template-columns:auto minmax(0,1fr)!important}.reference-quick-check span{color:#c9cfda;grid-column:auto!important;justify-content:flex-start!important}.reference-quick-check input{accent-color:#7c5cff;width:30px;height:18px}.reference-cues{grid-template-columns:1fr;gap:6px;display:grid}.reference-cue{background:#10131a;border:1px solid #252b36;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;gap:5px;padding:7px;display:grid}.reference-cue span{color:#858e9f;font-size:9px}.reference-cue strong{color:#e4e8f2;text-align:right;font-size:10px}.reference-cue small{color:#a894ff;grid-column:1/-1;font-size:8px}.reference-result-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.reference-result-actions.three{grid-template-columns:1fr}.reference-result-actions.three button:last-child{color:#f0edff;background:#251f44;border-color:#6f5ce2}.subtitle-style-grid{grid-template-columns:1fr;gap:10px;display:grid}.subtitle-style-grid label{color:#a2aabc;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;font-size:10px;display:grid}.subtitle-style-grid label span{grid-column:1/-1;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.subtitle-style-grid label strong{color:#a894ff;font-size:10px;font-weight:700}.subtitle-style-grid input[type=range]{accent-color:#7c5cff;grid-column:1/-1;width:100%;height:16px}.subtitle-style-grid input[type=color]{background:#10131a;border:1px solid #343b4a;border-radius:7px;justify-self:end;width:34px;height:24px;padding:2px}.subtitle-style-grid select{color:#fff;background:#10131a;border:1px solid #303746;border-radius:7px;grid-column:1/-1;height:30px;padding:0 8px;font-size:10px}.subtitle-style-grid .subtitle-check{grid-template-columns:auto minmax(0,1fr);min-height:30px}.subtitle-style-grid .subtitle-check span{color:#c9cfda;grid-column:auto;display:block}.subtitle-style-grid .subtitle-check input{accent-color:#7c5cff;width:30px;height:18px}.ai-analysis-tab{flex-direction:column;gap:12px;padding:14px;display:flex;overflow-x:hidden}.analysis-panel-section{background:#0c0f15;border:1px solid #252b36;border-radius:9px;flex-direction:column;gap:9px;padding:10px;display:flex}.analysis-section-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.analysis-section-title strong{color:#e4e8f2;font-size:11px}.analysis-section-title span{color:#7f8798;text-align:right;font-size:9px;line-height:1.4}.prompt-card.compact{background:#10131a;border-color:#252b36;border-radius:8px;margin:0}.prompt-card.compact textarea{height:68px;padding:10px;font-size:11px;line-height:1.45}.prompt-card.compact .prompt-actions{height:34px;padding:0 8px}.prompt-card.compact .prompt-actions button{height:26px;padding:0 10px}.ai-command-confirmation{background:#171329;border:1px solid #4c3f8d;border-radius:8px;flex-direction:column;gap:7px;padding:9px;display:flex}.ai-command-confirmation strong{color:#e9e4ff;font-size:10px}.ai-command-confirmation p{color:#c9c1ff;margin:0;font-size:10px;line-height:1.45}.ai-command-plan-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin:0;display:grid}.ai-command-plan-details div{background:#110e20;border:1px solid #393064;border-radius:6px;flex-direction:column;gap:2px;min-width:0;padding:5px;display:flex}.ai-command-plan-details dt{color:#8f86b5;font-size:8px}.ai-command-plan-details dd{color:#f2efff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:10px;overflow:hidden}.ai-command-confirmation>div{grid-template-columns:1fr 1fr;gap:7px;display:grid}.ai-command-confirmation .mini{border-radius:7px;width:100%;height:28px;margin:0;font-size:10px}.ai-command-history{background:#10131a;border:1px solid #252b36;border-radius:8px;overflow:hidden}.ai-command-history__toggle{color:#d6dbe6;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;height:30px;padding:0 9px;display:flex}.ai-command-history__toggle strong{font-size:10px}.ai-command-history__toggle span{color:#828a9a;font-size:9px}.ai-command-history__list{border-top:1px solid #242a36;flex-direction:column;display:flex}.ai-command-history__item{border-top:1px solid #1b202b;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px 9px;display:grid}.ai-command-history__item:first-child{border-top:0}.ai-command-history__item div{flex-direction:column;gap:3px;min-width:0;display:flex}.ai-command-history__item strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.ai-command-history__item span{color:#8790a0;font-size:9px;line-height:1.35}.ai-command-history__item small{color:#6fdcaf;font-size:8px}.ai-command-history__item time{color:#697284;white-space:nowrap;font-size:9px}.ai-command-history__item.success{border-left:2px solid #48d9a0}.ai-command-history__item.error{border-left:2px solid #ff6b7a}.ai-command-history__item.pending{border-left:2px solid #a894ff}.ai-command-history__item.cancelled{border-left:2px solid #7f8798}.quick-prompts{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:0;display:grid}.quick-prompts button{color:#c5ccd8;white-space:nowrap;background:#141821;border:1px solid #2b303b;border-radius:999px;height:30px;font-size:10px}.quick-prompts button:hover{color:#f2efff;background:#1c1830;border-color:#554995}.analysis-tool-stack{flex-direction:column;gap:9px;display:flex}.analysis-tool-card{background:#10131a;border:1px solid #283040;border-radius:9px;flex-direction:column;gap:9px;padding:10px;display:flex}.analysis-tool-card--transcript{background:#12111b;border-color:#302a4c}.analysis-tool-card__header{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:8px;display:grid}.analysis-tool-card__header div{flex-direction:column;gap:4px;min-width:0;display:flex}.analysis-tool-card__header strong{color:#e5e9f2;font-size:11px}.analysis-tool-card__header span{color:#7f8798;font-size:9px;line-height:1.45}.analysis-tool-card__meta{background:#0b0e14;border:1px solid #202632;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;min-height:24px;padding:5px 7px;display:flex}.analysis-tool-card__meta span{color:#9f8fff;font-size:9px;font-weight:700}.analysis-tool-card__meta small{color:#8790a0;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.mini-action{color:#c3cad8;cursor:pointer;white-space:nowrap;background:#151923;border:1px solid #303746;border-radius:7px;height:25px;padding:0 8px;font-size:9px}.mini-action:hover{color:#fff;border-color:#5b4ba1}.silence-settings,.transcript-rule-settings{margin:0}.silence-settings__body{background:#0b0e14;border:1px solid #242a36;border-radius:8px;flex-direction:column;gap:9px;padding:9px;display:flex}.setting-row{color:#c9cfda;flex-direction:column;gap:5px;font-size:10px;display:flex}.setting-row span{justify-content:space-between;gap:8px;display:flex}.setting-row strong{color:#a894ff}.setting-row small{color:#7f8798;font-size:9px;line-height:1.35}.setting-row input[type=range]{accent-color:#7c5cff;width:100%}.setting-row--inline{grid-template-columns:minmax(0,1fr) 72px;align-items:center;display:grid}.setting-row--inline span{display:block}.setting-row--inline input{color:#fff;background:#10131a;border:1px solid #303746;border-radius:7px;height:27px;padding:0 7px}.setting-row--check{grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid}.setting-row--check input{accent-color:#7c5cff}.setting-row--check span{display:block}.analyze-audio-button{color:#fff;cursor:pointer;background:#7256e5;border:0;border-radius:8px;width:100%;height:32px;font-size:10px;font-weight:700}.analyze-audio-button:disabled{opacity:.55;cursor:not-allowed}.analysis-progress{background:#1b2030;border-radius:999px;height:4px;overflow:hidden}.analysis-progress span{background:#7c5cff;height:100%;display:block}.analysis-results-section{padding-bottom:12px}.analysis-list{flex-direction:column;gap:10px;padding:0;display:flex}.analysis-group{gap:7px;margin:0}.analysis-group-heading{height:25px;padding:0 2px}.analysis-group-heading strong{color:#dfe4ef;font-size:10px}.analysis-group-heading span{color:#7f8798;font-size:9px}.analysis-group-toggle{color:#cbd2de;cursor:pointer;background:#11141b;border:1px solid #2b303b;border-radius:7px;justify-content:space-between;align-items:center;width:100%;height:28px;padding:0 9px;display:flex}.analysis-group-toggle strong{font-size:10px}.analysis-group-toggle span{color:#8b93a4;font-size:9px}.compact-empty{color:#858d9e;text-align:center;background:#0b0e14;border:1px dashed #2c3341;border-radius:8px;padding:9px;font-size:10px}.analysis-item-wrap{border-radius:8px}.analysis-item{gap:8px;padding:9px 8px}.analysis-item-content{min-width:0}.analysis-card-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin:0 8px 8px 33px;display:grid}.analysis-card-actions button{white-space:nowrap;height:24px;padding:0 5px;font-size:9px}.analysis-footer{border-top:1px solid #252b36;padding-top:10px}.result-stats{margin:0 0 9px;padding:9px}.apply-button{width:100%;height:34px;margin:0}.timeline-panel{grid-template-rows:42px auto minmax(0,1fr) auto;min-height:0;display:grid;overflow:hidden}.timeline-toolbar{min-width:0}.timeline-tools{align-items:center;gap:4px;display:flex}.timeline-tools .icon-button:disabled,.timeline-zoom button:disabled{opacity:.4;cursor:not-allowed}.timeline-zoom{align-items:center;gap:6px;min-width:220px;display:flex}.timeline-zoom button{color:#c3cad8;cursor:pointer;background:#151923;border:1px solid #303746;border-radius:6px;place-items:center;width:22px;height:22px;display:grid}.timeline-zoom input{width:96px}.timeline-editbar{background:#0f1117;border-bottom:1px solid #242832;grid-template-columns:minmax(0,1fr) 250px;align-items:start;gap:10px;padding:8px 12px;display:grid}.timeline-edit-actions{scrollbar-width:thin;align-items:center;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.timeline-edit-actions button{color:#cbd2df;white-space:nowrap;cursor:pointer;background:#151923;border:1px solid #303746;border-radius:7px;height:28px;padding:0 9px;font-size:10px}.timeline-edit-actions button:hover:not(:disabled){color:#fff;background:#1b1730;border-color:#5a4ba0}.timeline-edit-actions button:disabled{opacity:.45;cursor:not-allowed}.timeline-selection-info{color:#9aa2b2;text-align:right;flex-direction:column;align-items:flex-end;gap:4px;min-width:0;font-size:9px;display:flex}.timeline-selection-info span{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.timeline-selection-info strong{color:#e2e7f1;font-size:10px}.timeline-editbar p{color:#ffabb5;grid-column:1/-1;margin:0;font-size:10px}.timeline-scroll{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;background:#0c0e13;min-height:0;overflow:auto hidden}.timeline-scroll::-webkit-scrollbar{height:9px}.timeline-scroll::-webkit-scrollbar-thumb{background:#343a48;border-radius:999px}.timeline-canvas{grid-template-rows:26px minmax(0,1fr);min-width:100%;height:100%;display:grid}.timeline-canvas .ruler{background:#101319;border-bottom:1px solid #232733;height:26px;padding-left:72px;display:block;position:relative}.timeline-canvas .ruler span{color:#687184;white-space:nowrap;font-size:9px;position:absolute;top:7px;transform:translate(-50%)}.timeline-canvas .ruler span:before{content:"";background:#2d3443;width:1px;height:8px;position:absolute;top:14px;left:50%}.timeline-body{height:100%;min-height:0}.tracks{min-width:0;overflow:hidden}.track-row{position:relative}.timeline-clip-block{color:#fff;text-align:left;cursor:pointer;z-index:3;appearance:none;background:#171b27;border:1px solid #6a55cc;border-radius:5px;height:36px;padding:0;display:block;position:absolute;top:4px;overflow:hidden}.timeline-clip-block strong{font-size:9px;line-height:1}.timeline-clip-block span{color:#d9d5ff;white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.timeline-clip-block strong,.timeline-clip-block span,.timeline-clip-block img,.timeline-clip-block i,.timeline-clip-block small,.clip-label,.clip-thumbnail-strip,.clip-waveform{pointer-events:none}.clip-thumbnail-strip{background:#12151d;position:absolute;inset:0 0 12px;overflow:hidden}.clip-thumbnail-strip img{object-fit:cover;opacity:.86;border-right:1px solid #ffffff14;width:56px;height:100%;position:absolute;top:0;transform:translate(-50%)}.clip-thumbnail-strip:after{content:"";background:linear-gradient(#00000014,#00000057);position:absolute;inset:0}.clip-thumbnail-placeholder{background:linear-gradient(135deg,#25304a,#181b25);position:absolute;inset:0}.clip-label{z-index:2;text-shadow:0 1px 3px #000c;justify-content:space-between;align-items:center;gap:6px;display:flex;position:absolute;top:4px;left:6px;right:6px}.clip-label strong{flex:none}.clip-label span{text-align:right;min-width:0}.clip-waveform{z-index:2;background:#0a0e12b8;height:13px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.clip-waveform i{opacity:.78;background:#7ee0c2;border-radius:999px;width:2px;min-height:2px;position:absolute;bottom:1px;transform:translate(-50%)}.clip-waveform small{color:#7b8494;font-size:8px;position:absolute;top:2px;left:6px}.timeline-media-status{color:#8d96a8;grid-column:1/-1;margin:0;font-size:9px}.deleted-ranges-panel{background:#0f1117;border-top:1px solid #242832;flex-direction:column;min-height:0;max-height:116px;display:flex}.deleted-ranges-panel__header{border-bottom:1px solid #202632;justify-content:space-between;align-items:center;gap:8px;height:32px;padding:0 12px;display:flex}.deleted-ranges-panel__header div{align-items:center;gap:7px;display:flex}.deleted-ranges-panel__header strong{color:#e4e8f2;font-size:10px}.deleted-ranges-panel__header span{color:#8c94a4;font-size:9px}.deleted-ranges-panel__header button{color:#cbd2df;cursor:pointer;background:#151923;border:1px solid #303746;border-radius:6px;height:23px;padding:0 8px;font-size:9px}.deleted-ranges-panel__header button:disabled{opacity:.45;cursor:not-allowed}.deleted-ranges-empty{color:#818a9b;text-align:center;padding:12px;font-size:10px}.deleted-ranges-list{scrollbar-width:thin;flex-direction:column;gap:6px;min-height:0;padding:7px 10px;display:flex;overflow-y:auto}.deleted-range-item{background:#0b0e14;border:1px solid #252b36;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px;display:grid}.deleted-range-item__main{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 7px;min-width:0;display:grid}.deleted-range-item__main strong{color:#dfe5f0;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.deleted-range-item__main small{color:#858e9f;white-space:nowrap;text-overflow:ellipsis;grid-column:2;font-size:9px;overflow:hidden}.deleted-source-badge{color:#b9c2d2;background:#1c2230;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:18px;padding:0 6px;font-size:8px;display:inline-flex}.deleted-source-badge--silence{color:#75e0bd;background:#102822}.deleted-source-badge--transcript{color:#b6a6ff;background:#211b3b}.deleted-source-badge--clip{color:#ffb1c1;background:#2a1d25}.deleted-source-badge--mixed{color:#ffd77a;background:#2a2616}.deleted-range-item__actions{align-items:center;gap:5px;display:flex}.deleted-range-item__actions button{color:#cbd2df;cursor:pointer;white-space:nowrap;background:#151923;border:1px solid #303746;border-radius:6px;align-items:center;gap:4px;height:23px;padding:0 7px;font-size:9px;display:inline-flex}.deleted-range-item__actions button:hover{color:#fff;border-color:#5b4ba1}.timeline-playhead{z-index:5;cursor:ew-resize;background:#ff5e6c;border:0;width:1px;padding:0;position:absolute;top:0;bottom:0}.timeline-playhead:before{content:"";border-top:7px solid #ff5e6c;border-left:5px solid #0000;border-right:5px solid #0000;position:absolute;top:0;left:-4px}.timeline-playhead span{color:#fff;white-space:nowrap;background:#0b0d12;border:1px solid #ff5e6c;border-radius:4px;padding:2px 4px;font-size:8px;position:absolute;top:2px;left:5px}:root{--surface-0:#0b0d12;--surface-1:#11141b;--surface-2:#151923;--surface-3:#1a1f2a;--stroke-soft:#242a36;--stroke-strong:#343b4b;--text-strong:#f0f3f8;--text-soft:#a6adba;--text-faint:#7f8796;--purple:#7c5cff;--purple-soft:#a894ff;--danger:#ff7180;--radius-sm:7px;--radius-md:9px;--radius-lg:12px}body{color:var(--text-strong);background:#080a0e}.editor-shell{background:var(--surface-0);height:100vh;overflow:hidden}.editor-topbar{background:#0f1218;border-bottom:1px solid #202632;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);height:56px;padding:0 14px;box-shadow:inset 0 1px #ffffff05}.topbar-left,.topbar-center,.topbar-right{min-width:0}.topbar-left{gap:9px}.topbar-center{justify-content:center}.topbar-right{justify-content:flex-end;gap:8px;overflow:hidden}.project-title{min-width:0}.project-title-input{color:#f4f6fb;background:0 0;border:0;border-radius:5px;max-width:240px;height:23px;padding:0;font-size:13px;font-weight:700}.project-title-input:hover,.project-title-input:focus{background:#171b24;outline:1px solid #303746}.project-title span,.save-status{color:#8f98a8;font-size:10px}.mini-logo{border-radius:8px;width:30px;height:30px;box-shadow:0 8px 20px #7c5cff3d}.icon-button,.ghost-button,.primary-button,.secondary-button,.mini-action,.analysis-tool-card button,.transcript-card__actions button,.deleted-range-item__actions button,.timeline-edit-actions button{transition:border-color .16s,background .16s,color .16s,opacity .16s,transform .16s}.ghost-button,.secondary-button{border:1px solid var(--stroke-strong);border-radius:var(--radius-sm);color:#cfd5e2;height:32px;box-shadow:none;background:#151922;padding:0 11px;font-size:12px}.ghost-button:hover:not(:disabled),.secondary-button:hover:not(:disabled){color:#fff;background:#1a1d2a;border-color:#51468d}.ghost-button.danger,.topbar-right .ghost-button:nth-of-type(3){color:#ffb8c1;background:#1a1117;border-color:#4d2d36}.ghost-button.danger:hover:not(:disabled),.topbar-right .ghost-button:nth-of-type(3):hover:not(:disabled){color:#ffd6dc;background:#24141c;border-color:#7b4050}.primary-button{border-radius:var(--radius-sm);color:#fff;background:linear-gradient(135deg,#8465ff,#6848e8);height:34px;padding:0 14px;font-size:12px;font-weight:800;box-shadow:0 10px 24px #7c5cff3d}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #7c5cff4d}.ghost-button:disabled,.primary-button:disabled,.secondary-button:disabled,button:disabled{opacity:.48;cursor:not-allowed}.editor-workspace{background:#202633;grid-template-columns:230px minmax(540px,1fr) 340px;gap:1px;height:calc(100vh - 56px);min-height:0}.panel,.media-panel,.preview-panel,.timeline-panel,.ai-panel{background:var(--surface-1)}.media-panel,.ai-panel,.preview-column,.preview-panel,.timeline-panel{min-height:0}.media-panel{border-right:1px solid #202632;overflow-y:auto}.preview-column{background:#202632;grid-template-rows:minmax(260px,1fr) minmax(250px,38vh);gap:1px;min-width:0;display:grid}.preview-panel{grid-template-rows:38px minmax(0,1fr) 46px;overflow:hidden}.viewer-toolbar,.timeline-toolbar{color:#9ba4b4;background:#11151d;border-bottom:1px solid #242a36;min-height:38px}.viewer-toolbar span,.timeline-toolbar span{color:#b8c0ce;font-size:11px;font-weight:700}.video-stage{background:#050607}.video-frame{background:#000;box-shadow:0 0 0 1px #ffffff0a}.transport-bar{background:#11151d;border-top:1px solid #242a36;height:46px}.play-button{width:36px;height:36px;box-shadow:0 8px 24px #00000047}.panel-heading,.ai-header{background:#11151d;border-bottom:1px solid #242a36;height:56px}.panel-heading strong,.ai-header strong{color:#edf1f7;font-size:12px}.panel-heading span,.ai-header span{color:var(--text-faint);font-size:10px}.ai-panel{border-left:1px solid #202632}.ai-tabs{background:#11151d;border-bottom:1px solid #242a36;gap:7px;padding:10px 14px}.ai-tabs button{border-radius:var(--radius-sm);color:#aeb7c5;background:#151923;border:1px solid #303746;height:29px;font-size:11px}.ai-tabs button.active{color:#fff;background:#251f44;border-color:#6a58df;box-shadow:inset 0 0 0 1px #7c5cff29}.ai-analysis-tab,.transcript-panel{background:#0d1016;gap:11px;padding:12px}.analysis-panel-section,.analysis-tool-card,.subtitle-style-panel,.transcript-toolbar,.subtitle-controls,.transcript-info,.transcript-fulltext,.transcript-list-section,.deleted-ranges-panel,.dev-checklist-section,.reference-result-summary div,.reference-quick-adjust,.subtitle-style-section,.subtitle-user-preset,.transcript-card,.analysis-item,.ai-command-history{border-color:var(--stroke-soft);border-radius:var(--radius-md);background:#10141b}.analysis-section-title strong,.subtitle-style-header strong,.transcript-list-heading strong,.analysis-tool-card__header strong,.dev-checklist-section__title strong{color:#e7ebf3;letter-spacing:.01em;font-size:11px}.analysis-section-title span,.analysis-tool-card__header span,.transcript-list-heading span,.subtitle-style-section__header small{color:#8992a3}.analysis-empty,.transcript-empty,.transcript-empty-result,.subtitle-user-preset-empty,.deleted-ranges-empty,.compact-empty,.reference-style-hint{border-radius:var(--radius-md);color:#8d96a6;text-align:center;background:#0c0f15;border:1px dashed #303746;padding:14px}.analysis-empty strong,.transcript-empty strong,.transcript-empty-result strong{color:#d9dfeb;font-size:11px}.analysis-error,.reference-style-error,.media-error,.playback-error{border-radius:var(--radius-sm);color:#ff98a5;background:#1a1015;border:1px solid #56313b;padding:8px 10px;font-size:10px}.reference-style-status,.save-status,.timeline-media-status{color:#a894ff}.analysis-progress,.dev-checklist-progress,.dev-checklist-section__bar{background:#1b2030;border-radius:999px;overflow:hidden}.timeline-panel{border-top:1px solid #202632;grid-template-rows:38px auto minmax(0,1fr) minmax(76px,116px)}.timeline-toolbar{padding:0 12px}.timeline-tools{gap:5px}.timeline-tools .icon-button{border:1px solid #0000;width:30px;height:30px}.timeline-tools .icon-button:hover:not(:disabled),.timeline-tools .active-tool{color:#d5ccff;background:#201a38;border-color:#51468d}.timeline-zoom{color:#9fa8b7;min-width:210px}.timeline-zoom button{background:#151923;border-color:#343b4b}.timeline-editbar{background:#0f1218;border-bottom:1px solid #242a36;grid-template-columns:minmax(0,1fr) minmax(210px,280px);padding:7px 12px}.timeline-edit-actions{gap:6px}.timeline-edit-actions button{border-radius:var(--radius-sm);background:#151923;border-color:#303746;height:27px;font-size:10px}.timeline-edit-actions button:hover:not(:disabled){background:#201a38;border-color:#6252ba}.timeline-selection-info{color:#98a1b0;font-size:9px}.timeline-scroll{background:#0a0c11}.timeline-canvas .ruler{background:#10141b;height:28px}.timeline-canvas .ruler span{color:#8d96a6;font-size:9px}.track-labels{background:#0f1218;border-right:1px solid #242a36}.track-labels>div{border-bottom:1px solid #242a36;height:46px}.track-labels strong{color:#a894ff}.track-row{background:linear-gradient(#0d1016,#0b0e13);border-bottom:1px solid #242a36;height:46px}.tracks{background:repeating-linear-gradient(90deg,#0000 0 119px,#ffffff09 120px)}.timeline-clip-block{background:#192033;border-color:#6556d8;border-radius:6px;height:36px;top:5px;box-shadow:0 8px 18px #0000002e}.timeline-clip-block:hover{background:#263053;border-color:#a894ff}.timeline-clip-block.selected{background:#5c48b0;border-color:#fff;box-shadow:0 0 0 2px #7c5cff5c,0 12px 24px #00000047}.clip-thumbnail-strip{inset:0 0 13px}.clip-waveform{background:#070a0ec7;height:14px}.clip-waveform i{background:#7ddfc2}.timeline-playhead{background:#ff5e6c;width:2px;box-shadow:0 0 0 1px #ff5e6c1f,0 0 18px #ff5e6c52}.timeline-playhead span{color:#fff;background:#151018;border-color:#ff6d7b;font-weight:700;top:3px}.deleted-ranges-panel{background:#0f1218;border-top:1px solid #242a36}.deleted-range-item{background:#0c0f15;border-color:#252b36}.transcript-card{overflow:hidden}.transcript-card.selected{background:#17152a;border-color:#745cff;box-shadow:inset 0 0 0 1px #7c5cff33}.transcript-card__body{padding:10px}.transcript-card p{color:#e8edf6;font-size:11px}.transcript-card__actions button{border-radius:var(--radius-sm);height:25px}.transcript-edit-box textarea,.transcript-timing-edit-box input,.dev-checklist-item>input,.dev-checklist-global-note,.prompt-card textarea{color:#eef2f8;background:#0b0e14;border-color:#303746}.dev-checklist-panel,.export-dialog{border-radius:var(--radius-lg);background:#10141b;border-color:#303746}.dev-checklist-header,.export-dialog__header,.dev-checklist-footer,.export-dialog__footer{background:#11151d;border-color:#242a36}.dev-checklist-body,.export-dialog__body{background:#0d1016}.dev-checklist-items{grid-template-columns:1fr 1fr}.timeline-canvas .ruler{box-sizing:border-box;width:calc(100% - 72px);margin-left:72px;padding-left:0}.timeline-selection{z-index:4;pointer-events:none;background:#7c5cff24;border-left:1px solid #b8a8fff2;border-right:1px solid #b8a8fff2;position:absolute;top:0;bottom:0;box-shadow:inset 0 0 0 1px #7c5cff2e}.timeline-selection-fill{background:linear-gradient(90deg,#7c5cff14,#7c5cff38,#7c5cff14);position:absolute;inset:0}.timeline-selection:before{content:"";opacity:.55;background:repeating-linear-gradient(135deg,#a894ff1f 0 6px,#0000 6px 12px);position:absolute;inset:0}.timeline-selection-label{color:#efeaff;white-space:nowrap;text-overflow:ellipsis;background:#0d1016e6;border:1px solid #a894ff80;border-radius:999px;max-width:min(220px,100% - 18px);padding:3px 7px;font-size:9px;font-weight:800;position:absolute;top:5px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 18px #00000038}.timeline-selection-handle{color:#fff;cursor:ew-resize;pointer-events:auto;z-index:2;background:#8b6dff;border:1px solid #dcd4ffd9;border-radius:6px;width:14px;position:absolute;top:0;bottom:0;box-shadow:0 0 0 1px #00000059,0 0 18px #7c5cff5c}.timeline-selection-handle.start{left:-7px}.timeline-selection-handle.end{right:-7px}.timeline-selection-handle em{letter-spacing:.04em;color:#fff;font-size:7px;font-style:normal;font-weight:900;position:absolute;top:5px;left:50%;transform:translate(-50%)}.timeline-selection-handle span{color:#fff;white-space:nowrap;background:#151923;border:1px solid #4f45a0;border-radius:6px;padding:3px 6px;font-size:8px;font-weight:800;position:absolute;top:25px;box-shadow:0 8px 16px #00000047}.timeline-selection-handle.start span{left:0}.timeline-selection-handle.end span{right:0}.timeline-deleted-marker{z-index:4;pointer-events:none;background:#ff7180;width:2px;position:absolute;top:0;bottom:0;transform:translate(-1px);box-shadow:0 0 0 1px #ff718038,0 0 14px #ff718057}.timeline-deleted-marker:before{content:"";background:#ff7180;border-radius:0 0 4px 4px;width:10px;height:10px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #ffffff47}@media (width<=1450px){body{min-width:1100px}.editor-workspace{grid-template-columns:210px minmax(500px,1fr) 320px}.topbar-right .ghost-button,.topbar-right .primary-button{padding:0 9px;font-size:11px}.preview-column{grid-template-rows:minmax(240px,1fr) minmax(230px,36vh)}}@media (height<=820px){.editor-topbar{height:52px}.editor-workspace{height:calc(100vh - 52px)}.preview-column{grid-template-rows:minmax(210px,1fr) minmax(220px,36vh)}.panel-heading,.ai-header{height:50px}.transcript-panel,.ai-analysis-tab{gap:9px;padding:10px}.timeline-panel{grid-template-rows:36px auto minmax(0,1fr) minmax(64px,96px)}.timeline-editbar{padding:6px 10px}.deleted-ranges-panel{max-height:96px}}.editor-layout{grid-template:"left monitor right"minmax(300px,58%)"left timeline right"minmax(250px,42%)/230px minmax(540px,1fr) 340px;min-height:0;display:grid;overflow:hidden}.editor-layout__left{grid-area:left}.editor-layout__monitor{grid-area:monitor}.editor-layout__right{grid-area:right}.editor-layout__timeline{grid-area:timeline}.editor-layout__left,.editor-layout__monitor,.editor-layout__right,.editor-layout__timeline{min-width:0;min-height:0;overflow:hidden}.panel-error-fallback{text-align:center;color:#cfd4df;background:#101217;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;min-height:120px;padding:18px;display:flex}.panel-error-fallback strong{font-size:12px}.panel-error-fallback span{color:#858d9d;font-size:10px}.panel-error-fallback button{color:#ddd5ff;cursor:pointer;background:#28203e;border:1px solid #4b426d;border-radius:7px;padding:7px 12px}.route-loading{color:#9ca4b4;background:#090a0d;place-items:center;min-height:100vh;font-size:12px;display:grid}.developer-performance-card{background:#0c0f14;border:1px solid #303747;border-radius:9px;grid-template-columns:1fr auto;gap:7px 12px;margin:10px 12px;padding:11px;display:grid}.developer-performance-card>strong{grid-column:1/-1;margin-bottom:3px;font-size:11px}.developer-performance-card div{display:contents}.developer-performance-card span{color:#858e9d;font-size:9px}.developer-performance-card b{color:#c8d0dd;text-align:right;font-size:9px;font-weight:600}.project-empty-actions{align-items:center;gap:8px;margin-top:6px;display:flex}.project-empty-actions .secondary-button{margin-top:0}.home-guide-link{color:#a995ff;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;margin-top:14px;padding:0;font-size:12px;text-decoration:underline}.home-release-footer{color:#767e8e;border-top:1px solid #20242d;align-items:center;gap:15px;max-width:1340px;margin:12px auto 0;padding:20px 46px 30px;font-size:11px;display:flex}.home-release-footer span{margin-right:auto}.home-release-footer button{color:#9ca4b4;cursor:pointer;background:0 0;border:0}.release-help-dialog{width:min(720px,100vw - 60px);max-height:min(820px,100vh - 50px)}.release-help-dialog .editor-help-body{overflow:auto}.guide-intro{color:#9ca4b4;margin:0 0 15px;font-size:11px}.release-guide-list{counter-reset:guide;gap:8px;display:grid}.release-guide-list li{background:#11141a;border:1px solid #282e39;border-radius:8px;grid-template-columns:145px 1fr;gap:12px;padding:10px 12px;display:grid}.release-guide-list li strong{color:#ddd7ff;font-size:11px}.release-guide-list li span{color:#929aaa;font-size:10px;line-height:1.5}.guide-dismiss{color:#aab1bf;align-items:center;gap:7px;margin-top:15px;font-size:11px;display:flex}.help-dialog-footer{border-top:1px solid #282d37;justify-content:flex-end;padding:11px 16px;display:flex}.release-about{gap:11px}.about-brand{align-items:center;gap:10px;display:flex!important}.about-brand strong{font-size:22px!important}.about-brand span{color:#b9aaff;background:#292145;border-radius:999px;padding:3px 7px}.release-about p{color:#a1a8b7;margin:0;font-size:11px;line-height:1.65}.release-about dl{grid-template-columns:105px 1fr!important}.settings-guide-row{border-top:1px solid #272d37;justify-content:space-between;align-items:center;gap:15px;padding:13px 0;display:flex}.settings-guide-row>span{flex-direction:column;gap:4px;display:flex}.settings-guide-row strong{font-size:11px}.settings-guide-row small{color:#7f8797;font-size:9px}.settings-build-info{background:#0c1015;border:1px solid #2d3541;border-radius:9px;grid-template-columns:1fr auto;gap:7px 12px;padding:12px;display:grid}.settings-build-info>strong{color:#cfc7ff;grid-column:1/-1;font-size:11px}.settings-build-info span{font-size:9px;display:contents}.settings-build-info b{text-align:right;color:#aeb7c6;font-size:9px;font-weight:500}.settings-version{color:#717988;margin-right:auto;font-size:9px}.editor-layout__left>.panel,.editor-layout__monitor>.panel,.editor-layout__right>.panel,.editor-layout__timeline>.panel{width:100%;height:100%}.editor-layout__monitor,.editor-layout__timeline{border-right:1px solid #202632}.asset-panel{flex-direction:column;height:100%;display:flex;overflow-y:auto}.asset-section{background:#0c1016;border:1px solid #252c38;border-radius:9px;margin:10px;padding:9px}.asset-section__heading{color:#9c8cff;align-items:center;gap:7px;display:flex}.asset-section__heading strong{color:#e5e9f1;font-size:10px}.asset-section__heading span{color:#8993a4;background:#1c2230;border-radius:999px;margin-left:auto;padding:2px 6px;font-size:8px}.asset-import{width:100%;margin:9px 0 7px}.asset-panel .media-item{margin:0;padding:8px}.asset-empty{text-align:center;color:#818b9b;border:1px dashed #303746;border-radius:7px;padding:12px 8px;font-size:9px}.asset-section.is-pending{opacity:.72}.asset-pending-button{color:#778191;background:#11151c;border:1px dashed #343b48;border-radius:7px;justify-content:center;align-items:center;gap:6px;width:100%;height:30px;margin-top:8px;font-size:9px;display:flex}.asset-storage-note{margin-top:auto}.panel-heading .icon-button:disabled,.panel-collapse-placeholder:disabled{opacity:.45;cursor:not-allowed}.ai-header>div:nth-child(2){flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.ai-header .panel-collapse-placeholder{flex:none;margin-left:auto}.ai-tabs{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:4px!important;height:50px!important;padding:8px!important}.ai-tabs button{flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex;height:32px!important;padding:0 2px!important;font-size:8px!important}.ai-tabs button svg{flex:none}.ai-analysis-tab,.transcript-panel,.tool-tab-content{scrollbar-color:#3a4050 #111318;scrollbar-width:thin;flex:auto;min-height:0;overflow-y:auto}.transcript-panel--transcript .subtitle-style-panel,.transcript-panel--style>:not(.subtitle-style-panel){display:none}.transcript-panel--style .subtitle-style-panel{margin:0;display:flex}.tool-tab-content{background:#0d1016;padding:12px}.tool-tab-heading{flex-direction:column;gap:4px;margin-bottom:10px;display:flex}.tool-tab-heading strong{color:#edf1f7;font-size:12px}.tool-tab-heading span{color:#8992a3;font-size:9px}.audio-tool-tab .audio-mixer{margin:0}.audio-fade-card,.test-tool-card{background:#10141b;border:1px solid #29303d;border-radius:9px;margin-top:10px;padding:11px}.audio-fade-card>div{flex-direction:column;gap:3px;display:flex}.audio-fade-card strong,.test-tool-card strong{color:#e5e9f2;font-size:10px}.audio-fade-card span,.audio-fade-card small,.test-tool-card span{color:#8791a2;font-size:9px}.audio-fade-card label{color:#cbd2de;align-items:center;gap:7px;margin:11px 0 7px;font-size:10px;display:flex}.audio-fade-card input{accent-color:#7c5cff}.test-tool-card{text-align:center;color:#9d8cff;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;display:flex}.test-tool-card .primary-button{margin-top:6px}.subtitle-track{background:#101522;position:relative;overflow:hidden}.subtitle-track-clip{color:#dbe2ff;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background:#303d75;border:1px solid #5969b7;border-radius:4px;min-width:3px;height:26px;padding:5px 6px;font-size:8px;position:absolute;top:4px;overflow:hidden}.empty-track-label{color:#626c7c;margin-left:7px;font-size:9px}.track-labels>div:nth-child(2) strong{color:#8da0ff}.timeline-body{overflow:auto}.timeline-scroll{min-height:0}.timeline-canvas{min-height:160px}.editor-layout .timeline-canvas .ruler{height:24px}.editor-layout .track-labels>div,.editor-layout .track-row{height:34px}.editor-layout .timeline-clip-block{height:28px;top:3px}.editor-layout .audio-clip,.editor-layout .music-clip{height:26px;padding-top:5px;padding-bottom:5px}@media (width<=1450px){.editor-layout{grid-template-columns:210px minmax(500px,1fr) 320px}.ai-tabs{gap:3px!important;padding:7px 5px!important}}@media (height<=820px){.editor-layout{grid-template-rows:minmax(245px,42%) minmax(330px,58%)}.asset-section{margin:7px 9px;padding:7px}.ai-tabs{height:46px!important}.tool-tab-content{padding:10px}}.editor-shell{grid-template-rows:32px 48px minmax(0,1fr);display:grid}.editor-menu-bar{z-index:30;color:#cbd2de;background:#0b0e13;border-bottom:1px solid #292e38;align-items:center;height:32px;padding:0 8px;display:flex;position:relative}.editor-brand{cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;height:27px;padding:0 9px 0 3px;display:flex}.editor-brand>span{background:linear-gradient(135deg,#8467ff,#5b3ed1);border-radius:6px;place-items:center;width:23px;height:23px;display:grid}.editor-brand strong{letter-spacing:.01em;font-size:11px}.editor-brand em{letter-spacing:.16em;color:#8e97a7;font-size:7px;font-style:normal}.desktop-menus{align-items:center;height:100%;display:flex}.desktop-menus details{height:100%;position:relative}.desktop-menus summary{cursor:pointer;align-items:center;height:100%;padding:0 10px;font-size:10px;list-style:none;display:flex}.desktop-menus summary::-webkit-details-marker{display:none}.desktop-menus details[open] summary,.desktop-menus summary:hover{color:#fff;background:#1b2029}.desktop-menu-popover{background:#151922;border:1px solid #343b48;border-radius:0 0 8px 8px;width:226px;padding:6px;position:absolute;top:32px;left:0;box-shadow:0 18px 38px #0000007a}.desktop-menu-popover button{color:#d2d8e3;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;width:100%;min-height:29px;padding:0 8px;font-size:10px;display:flex}.desktop-menu-popover button:hover:not(:disabled){color:#fff;background:#292342}.desktop-menu-popover button:disabled{color:#626b79;cursor:not-allowed}.desktop-menu-popover button small{color:#697282;font-size:8px}.desktop-menu-popover kbd{color:#7f8999;font-family:inherit;font-size:8px}.desktop-menu-popover>i{background:#2b313c;height:1px;margin:5px 4px;display:block}.editor-menu-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.menu-settings{cursor:pointer;background:#151922;border:1px solid #303746;border-radius:6px;place-items:center;width:26px;height:26px;display:grid}.menu-export{color:#fff;cursor:pointer;background:#7053df;border:0;border-radius:6px;align-items:center;gap:6px;height:26px;padding:0 10px;font-size:9px;font-weight:700;display:flex}.menu-export:disabled{opacity:.45;cursor:not-allowed}.editor-topbar{height:48px}.editor-workspace{height:auto}.editor-layout{grid-template-rows:minmax(300px,52%) minmax(360px,48%)}.asset-tabs{background:#0e1218;border-bottom:1px solid #242a35;flex:none;grid-template-columns:repeat(3,1fr);gap:3px;height:39px;padding:6px 8px;display:grid}.asset-tabs button{color:#7f8999;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:4px;font-size:8px;display:flex}.asset-tabs button.active{color:#eeeaff;background:#24203a;border-color:#4e438e}.asset-tab-content{flex:none}.asset-search{color:#747e8e;background:#0b0e14;border:1px solid #2e3541;border-radius:7px;align-items:center;gap:6px;height:31px;margin:8px 10px 2px;padding:0 8px;display:flex}.asset-search input{color:#e8ecf3;background:0 0;border:0;width:100%;font-size:9px}.asset-search input:focus{outline:0}.asset-tab-placeholder{text-align:center;color:#8e7fff;background:#0c1016;border:1px dashed #303746;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:170px;margin:12px 10px;padding:18px;display:flex}.asset-tab-placeholder strong{color:#e3e7ef;font-size:11px}.asset-tab-placeholder span{color:#7e8898;font-size:9px;line-height:1.5}.asset-tab-placeholder button{color:#697383;background:#151922;border:1px solid #303746;border-radius:6px;height:28px;font-size:9px}.ai-tabs{grid-template-columns:repeat(6,minmax(0,1fr))!important;padding-left:5px!important;padding-right:5px!important}.properties-tool-tab{background:#0d1016}.inspector-selection-card{background:#10151d;border:1px solid #2b3340;border-radius:9px;overflow:hidden}.inspector-selection-card>div{border-bottom:1px solid #242b36;justify-content:space-between;align-items:center;gap:8px;min-height:39px;padding:8px 10px;display:flex}.inspector-selection-card>div:last-child{border-bottom:0}.inspector-selection-card span{color:#7f8999;font-size:9px}.inspector-selection-card strong{color:#e1e6ef;text-align:right;font-size:9px}.inspector-empty{text-align:center;color:#8575e9;border:1px dashed #303746;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:190px;padding:18px;display:flex}.inspector-empty strong{color:#dce1ea;font-size:10px}.inspector-empty span{color:#7f8999;font-size:9px;line-height:1.5}.audio-asset-item__body{flex:1}.audio-asset-item__body button{color:#b9aaff;cursor:pointer;background:#27213f;border:1px solid #4c4381;border-radius:5px;align-self:flex-start;height:24px;margin-top:7px;padding:0 7px;font-size:8px}.audio-asset-item__body .asset-bgm-clear{color:#ff9ca7;background:#2a171c;border-color:#75414a}.bgm-file-status{background:#111720;border:1px solid #2b3340;border-radius:7px;flex-direction:column;gap:3px;margin-top:10px;padding:8px;display:flex}.bgm-file-status strong{color:#dce3ed;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.bgm-file-status span{color:#7f8999;font-size:8px}.bgm-file-status.needs-reconnect{background:#211b12;border-color:#735b35}.bgm-file-status.needs-reconnect span{color:#e1b96e}.bgm-track{overflow:hidden}.bgm-track .music-clip{text-align:left;cursor:pointer;flex-direction:column;justify-content:center;min-width:18px;padding:2px 7px;display:flex;position:absolute;top:4px;overflow:hidden}.bgm-track .music-clip strong,.bgm-track .music-clip span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.bgm-track .music-clip strong{font-size:8px}.bgm-track .music-clip span{color:#c49d72;font-size:7px}.bgm-track .music-clip.is-selected{outline-offset:-1px;outline:2px solid #b992ff}.bgm-track .music-clip.needs-reconnect{color:#e5bd79;background:#30271a;border-style:dashed}.inspector-selection-card>.ghost-button{width:calc(100% - 20px);height:30px;margin:10px}.audio-mixer__title button{white-space:nowrap}.bgm-loop-option{color:#a8b0be;align-items:center;gap:7px;margin-top:9px;font-size:9px;display:flex}.bgm-loop-option input{accent-color:#7c5cff}.image-thumb{background:#181b23;overflow:hidden}.image-thumb img{object-fit:contain;width:100%;height:100%}.image-asset-item__body{flex:1}.image-asset-item__body>div{gap:4px;margin-top:7px;display:flex}.image-asset-item__body button{color:#bcaeff;cursor:pointer;background:#27213f;border:1px solid #4d4385;border-radius:5px;height:24px;padding:0 6px;font-size:7px}.image-overlay-layer{z-index:2;pointer-events:none;position:absolute;overflow:hidden}.image-overlay{pointer-events:auto;cursor:pointer;transform-origin:50%;background:0 0;border:0;padding:0;position:absolute}.image-overlay img{object-fit:contain;width:100%;height:100%;display:block}.image-overlay.is-selected{outline:1px solid #b99cff;box-shadow:0 0 0 2px #7c5cff52}.subtitle-overlay-layer{z-index:3}.overlay-track{overflow:hidden}.overlay-timeline-clip{color:#eee7ff;text-align:left;cursor:pointer;background:linear-gradient(135deg,#523082,#372451);border:1px solid #8d65d8;border-radius:4px;min-width:18px;height:26px;padding:2px 6px;position:absolute;top:4px;overflow:hidden}.overlay-timeline-clip strong,.overlay-timeline-clip span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.overlay-timeline-clip strong{font-size:8px}.overlay-timeline-clip span{color:#c7b2e8;font-size:7px}.overlay-timeline-clip.is-selected{outline-offset:-2px;outline:2px solid #d0b4ff}.overlay-property-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0;padding:10px!important;display:grid!important}.overlay-property-grid>*{min-width:0}.overlay-property-field{flex-direction:column;gap:4px;min-width:0;display:flex}.overlay-property-field span{font-size:8px}.inspector-number-input{box-sizing:border-box;color:#edf1f7;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0c1016;border:1px solid #3a4050;border-radius:5px;width:100%;min-width:0;height:28px;padding:0 6px;font-size:9px;line-height:1;display:block}.inspector-number-input:hover{border-color:#514a70}.inspector-number-input:focus,.inspector-number-input:focus-visible{border-color:#8d72ff;outline:0;box-shadow:0 0 0 2px #7c5cff40}.inspector-number-input:disabled{color:#747b89;cursor:not-allowed;background:#101319}.inspector-time-grid{box-sizing:border-box;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important}.overlay-visible-toggle{color:#cbd2de;align-items:center;gap:7px;margin:10px;font-size:9px;display:flex}.overlay-visible-toggle input{accent-color:#7c5cff}.warning-text{color:#e6b968!important}.timeline-body{grid-template-columns:96px 1fr}.ruler{padding-left:96px}.track-labels>div{justify-content:space-between;padding:0 6px}.track-name{align-items:center;gap:4px;min-width:0;display:flex!important}.track-name em{color:#727c8c;white-space:nowrap;font-size:7px;font-style:normal}.track-controls{color:#596373;align-items:center;gap:3px;display:flex!important}.track-controls svg{pointer-events:none}.overlay-track{background:repeating-linear-gradient(135deg,#0d1016 0 8px,#10141b 8px 16px)}.editor-layout .timeline-canvas{min-height:194px}@media (width<=1450px){.editor-menu-bar{padding-right:6px}.desktop-menus summary{padding:0 8px}.editor-layout{grid-template-columns:210px minmax(500px,1fr) 320px}.ai-tabs button{font-size:7px!important}}@media (height<=820px){.editor-shell{grid-template-rows:30px 44px minmax(0,1fr)}.editor-menu-bar{height:30px}.desktop-menu-popover{top:30px}.editor-topbar{height:44px}.editor-layout{grid-template-rows:minmax(240px,40%) minmax(390px,60%)}}.editor-menu-actions{gap:8px;padding-left:10px}.menu-settings,.menu-export{height:26px}.menu-export{justify-content:center;min-width:76px}.project-actions{scrollbar-width:none;gap:9px;padding-left:10px;overflow:auto hidden}.project-actions::-webkit-scrollbar{display:none}.project-actions .ghost-button{flex:none;gap:6px;height:32px;padding:0 11px;font-size:10px}.project-actions .ghost-button svg{width:14px;height:14px}.project-actions .danger{color:#ffabb6;background:#201218;border-color:#63313d}.project-actions .danger:hover{color:#ffd5db;background:#2a151e;border-color:#8a4353}@media (width<=1250px){.project-actions{gap:6px}.project-actions .ghost-button{padding:0 8px;font-size:9px}.menu-export{min-width:68px;padding:0 8px}}.desktop-menu{height:100%;position:relative}.desktop-menu-trigger{color:#cbd2de;cursor:pointer;background:0 0;border:0;height:100%;padding:0 10px;font-size:10px}.desktop-menu-trigger:hover,.desktop-menu.is-open .desktop-menu-trigger{color:#fff;background:#1b2029}.desktop-menu.is-open .desktop-menu-popover{display:block}.desktop-menu-popover{z-index:40}.desktop-menu-popover button>span{align-items:center;gap:5px;display:flex}.desktop-menu-popover button small{margin-left:4px}.editor-help-backdrop{z-index:120;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#020408b8;place-items:center;display:grid;position:fixed;inset:0}.editor-help-dialog{background:#11151c;border:1px solid #363e4c;border-radius:12px;width:min(520px,100vw - 40px);max-height:min(620px,100vh - 60px);overflow:hidden;box-shadow:0 30px 80px #0009}.editor-help-dialog>header{border-bottom:1px solid #29303b;justify-content:space-between;align-items:center;height:48px;padding:0 10px 0 15px;display:flex}.editor-help-dialog>header>div{color:#9b87ff;align-items:center;gap:8px;display:flex}.editor-help-dialog>header strong{color:#edf1f7;font-size:12px}.editor-help-body{padding:16px;overflow-y:auto}.shortcut-list{grid-template-columns:1fr 1fr;gap:7px;display:grid}.shortcut-list>div{background:#0c1016;border:1px solid #29313e;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:40px;padding:8px;display:flex}.shortcut-list kbd{color:#dcd5ff;white-space:nowrap;background:#1b212b;border:1px solid #434c5b;border-bottom-width:2px;border-radius:5px;padding:3px 6px;font-size:9px}.shortcut-list span,.guide-list,.about-project span,.about-project dl{color:#9aa4b4;font-size:10px}.guide-list{margin:0;padding-left:22px;line-height:1.8}.guide-list li+li{margin-top:7px}.about-project{flex-direction:column;gap:6px;display:flex}.about-project>strong{color:#fff;font-size:18px}.about-project dl{border:1px solid #29313e;border-radius:8px;grid-template-columns:120px 1fr;margin:12px 0 0;display:grid;overflow:hidden}.about-project dt,.about-project dd{border-bottom:1px solid #29313e;margin:0;padding:9px 10px}.about-project dt{color:#7f899a;background:#0c1016}.about-project dd{color:#dce2eb}.about-project dt:last-of-type,.about-project dd:last-child{border-bottom:0}.image-overlay{touch-action:none;cursor:move;-webkit-user-select:none;user-select:none}.image-overlay img{pointer-events:none;-webkit-user-select:none;user-select:none}.image-overlay.is-interacting{filter:brightness(1.08);cursor:grabbing}.image-overlay.is-locked{cursor:not-allowed}.image-overlay.is-selected{outline-offset:1px;outline:1px solid #b99cff}.overlay-resize-handle{z-index:2;touch-action:none;background:#795cff;border:1px solid #fff;border-radius:2px;width:9px;height:9px;position:absolute;box-shadow:0 1px 5px #000000a6}.overlay-resize-handle.is-nw{cursor:nwse-resize;top:-5px;left:-5px}.overlay-resize-handle.is-ne{cursor:nesw-resize;top:-5px;right:-5px}.overlay-resize-handle.is-sw{cursor:nesw-resize;bottom:-5px;left:-5px}.overlay-resize-handle.is-se{cursor:nwse-resize;bottom:-5px;right:-5px}.overlay-lock-badge{color:#d7ccff;pointer-events:none;background:#120e1fdb;border-radius:3px;padding:2px 4px;font-size:7px;position:absolute;top:3px;right:3px}.overlay-toggle-row{padding:5px 10px 1px}.overlay-toggle-row .overlay-visible-toggle{margin:5px 0}.asset-reconnect-warning{color:#e2b96e;background:#211b12;border:1px dashed #765d35;border-radius:6px;margin-top:6px;padding:8px;font-size:8px;line-height:1.4}.viewer-toolbar button.is-active{color:#c9bbff;background:#292047;border-radius:5px}.safe-zone-layer{z-index:4;pointer-events:none;position:absolute;overflow:hidden}.safe-zone-area{background:#60bfeb0b;border:1px solid #75d6ffe6;position:absolute}.safe-zone-area>span{color:#aee8ff;white-space:nowrap;background:#050c14b8;border-radius:3px;padding:2px 4px;font-size:7px;line-height:1;position:absolute;top:3px;left:3px}.safe-zone-area.is-blocked{background:#ff44701f;border-color:#ff6f91e6}.safe-zone-area.is-blocked>span{color:#ffb2c4}.safe-zone-area.is-subtitle{background:#8b5cf614;border-color:#be93fff2}.safe-zone-area.is-subtitle>span{color:#d5bbff}.safe-zone-area.is-safe{background:0 0;border-style:dashed}.safe-zone-thirds,.safe-zone-center{position:absolute;inset:0}.safe-zone-thirds i,.safe-zone-thirds b,.safe-zone-center i,.safe-zone-center b{background:#9fdaffb8;display:block;position:absolute}.safe-zone-thirds i{width:1px;top:0;bottom:0}.safe-zone-thirds i:first-child{left:33.333%}.safe-zone-thirds i:nth-child(2){left:66.666%}.safe-zone-thirds b{height:1px;left:0;right:0}.safe-zone-thirds b:nth-child(3){top:33.333%}.safe-zone-thirds b:nth-child(4){top:66.666%}.safe-zone-center i{width:1px;top:0;bottom:0;left:50%}.safe-zone-center b{height:1px;top:50%;left:0;right:0}.safe-zone-center span{color:#bdeaff;font-size:7px;position:absolute;top:50%;left:50%;transform:translate(4px,4px)}.safe-zone-controls{background:#0d1219;border:1px solid #2d3543;border-radius:9px;margin-top:12px;padding:10px}.safe-zone-controls__heading{color:#9f8cff;align-items:flex-start;gap:7px;display:flex}.safe-zone-controls__heading>div{flex-direction:column;gap:3px;display:flex}.safe-zone-controls__heading strong{color:#e6eaf1;font-size:10px}.safe-zone-controls__heading span{color:#818b9b;font-size:8px}.safe-zone-toggle{color:#d2d8e2;align-items:center;gap:7px;margin:10px 0 8px;font-size:9px;display:flex}.safe-zone-controls input{accent-color:#7c5cff}.safe-zone-field{flex-direction:column;gap:5px;margin-top:8px;display:flex}.safe-zone-field>span{color:#8d97a7;justify-content:space-between;font-size:8px;display:flex}.safe-zone-field select{color:#e5e9f1;background:#111720;border:1px solid #313948;border-radius:6px;height:30px;padding:0 7px;font-size:9px}.safe-zone-field input[type=range]{width:100%}.safe-zone-options{grid-template-columns:repeat(3,1fr);gap:4px;margin-top:9px;display:grid}.safe-zone-options label{color:#a8b1bf;white-space:nowrap;align-items:center;gap:4px;font-size:7px;display:flex}@media (width<=1250px){.desktop-menu-trigger{padding:0 8px}.shortcut-list{grid-template-columns:1fr}}.image-overlay-layer{z-index:auto}.image-overlay.is-selected{z-index:5}.safe-zone-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 4px}.title-preset-panel{padding:10px;overflow-y:auto}.title-preset-panel__heading{color:#a992ff;align-items:center;gap:8px;padding:5px 3px 10px;display:flex}.title-preset-panel__heading>div{flex-direction:column;gap:3px;display:flex}.title-preset-panel__heading strong{color:#e8ebf2;font-size:11px}.title-preset-panel__heading span{color:#7f8998;font-size:8px}.title-quick-actions{grid-template-columns:1fr;gap:5px;margin-bottom:10px;display:grid}.title-quick-actions button{color:#d8ceff;cursor:pointer;background:#251f3d;border:1px solid #4b4082;border-radius:6px;height:29px;font-size:9px}.title-preset-list{gap:7px;display:grid}.title-preset-list>button{text-align:left;color:#dce1e9;cursor:pointer;background:#10151c;border:1px solid #2d3542;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:58px 1fr;gap:3px 8px;padding:8px;display:grid}.title-preset-list>button:hover{background:#151827;border-color:#6654c7}.title-preset-preview{text-align:center;border-radius:4px;grid-row:1/3;justify-content:center;align-items:center;width:58px;height:34px;padding:3px;font-size:6px;font-weight:800;display:flex;overflow:hidden}.title-preset-list strong{font-size:9px}.title-preset-list small{color:#778191;font-size:7px}.title-preset-preview.is-lower-third,.title-preset-preview.is-broadcast-box{justify-content:flex-start}.text-overlay-layer{z-index:2;pointer-events:none;position:absolute;overflow:hidden}.text-overlay{white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere;pointer-events:auto;cursor:move;-webkit-user-select:none;user-select:none;transform-origin:50%;padding:.5em .7em;line-height:1.16;display:flex;position:absolute;overflow:hidden}.text-overlay>span{max-width:100%}.text-overlay.is-selected{z-index:5;outline-offset:1px;outline:1px solid #7ee4ff;box-shadow:0 0 0 2px #5ecfff47}.text-overlay.is-interacting{filter:brightness(1.08);cursor:grabbing}.text-overlay.is-locked{cursor:not-allowed}.text-overlay .overlay-lock-badge{font-style:normal}.text-timeline-clip{background:linear-gradient(135deg,#22576a,#263b63);border-color:#4b9fb8}.text-timeline-clip.is-selected{outline-color:#8ee9ff}.text-overlay-inspector__content{flex-direction:column;gap:6px;align-items:stretch!important;padding:10px!important;display:flex!important}.text-overlay-inspector__content textarea{resize:vertical;color:#edf1f7;background:#0c1016;border:1px solid #303847;border-radius:6px;width:100%;min-height:58px;padding:7px;font-size:10px;line-height:1.4}.text-style-grid{grid-template-columns:1fr 1fr;gap:7px;padding:10px;display:grid}.text-style-grid label{flex-direction:column;gap:4px;display:flex}.text-style-grid span{color:#7f8999;font-size:8px}.text-style-grid select{color:#edf1f7;background:#0c1016;border:1px solid #303847;border-radius:5px;height:28px;padding:0 5px;font-size:8px}.text-style-grid input[type=color]{background:#0c1016;border:1px solid #303847;border-radius:5px;width:100%;height:28px;padding:2px}.text-overlay-layer{z-index:auto}.text-overlay-inspector fieldset.overlay-property-grid{border:0;min-width:0;margin:0}.timeline-toolbar button.is-active{color:#c9bbff;background:#292047;border-radius:5px}.editable-track-clip{touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;padding-left:10px!important;padding-right:10px!important;overflow:visible!important}.editable-track-clip.is-dragging{z-index:8;cursor:grabbing;filter:brightness(1.14);box-shadow:0 7px 18px #00000073}.editable-track-clip.is-locked{cursor:not-allowed;opacity:.78}.editable-track-clip>strong{align-items:center;gap:4px;min-width:0;display:flex!important}.editable-track-clip>strong svg{flex:none}.timeline-trim-handle{z-index:4;opacity:0;background:#ffffff1a;width:8px;transition:opacity .12s;position:absolute;top:0;bottom:0}.timeline-trim-handle:after{content:"";background:#ffffffd9;border-radius:2px;width:2px;position:absolute;top:7px;bottom:7px}.timeline-trim-handle.is-start{cursor:ew-resize;left:0}.timeline-trim-handle.is-start:after{left:2px}.timeline-trim-handle.is-end{cursor:ew-resize;right:0}.timeline-trim-handle.is-end:after{right:2px}.editable-track-clip:hover .timeline-trim-handle,.editable-track-clip.is-selected .timeline-trim-handle,.editable-track-clip.is-dragging .timeline-trim-handle{opacity:1}.editable-track-clip.is-locked .timeline-trim-handle{display:none}.clip-time-tooltip{z-index:12;color:#eef2f8;white-space:nowrap;pointer-events:none;background:#080b10;border:1px solid #4b5567;border-radius:5px;padding:4px 6px;font-size:8px;font-style:normal;line-height:1;position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%);box-shadow:0 6px 18px #0000007a}.overlay-track .clip-time-tooltip{top:calc(100% + 5px);bottom:auto}.timeline-snap-guide{z-index:7;pointer-events:none;background:#65dcff;width:1px;position:absolute;top:0;bottom:0;box-shadow:0 0 7px #65dcffd9}.timeline-snap-guide:before{content:"";background:#65dcff;border-radius:50%;width:7px;height:7px;position:absolute;top:0;left:-3px}.overlay-track,.bgm-track{overflow:visible!important}.bgm-clip-inspector>.overlay-property-grid{border-bottom:1px solid #242b36}.subtitle-track{overflow:visible!important}.subtitle-track-clip.editable-track-clip{pointer-events:auto;text-align:left;align-items:center;gap:4px;display:flex;padding-top:3px!important;padding-bottom:3px!important}.subtitle-track-clip.editable-track-clip>strong{text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.subtitle-track-clip.is-selected{outline-offset:-1px;background:#405196;border-color:#b9c4ff;outline:2px solid #a9b8ff}.subtitle-track-clip.has-overlap{color:#fff2d7;background:#624522;border-color:#ffad42}.subtitle-track-clip.has-overlap.is-selected{outline-color:#ffd28a}.subtitle-overlap-icon{color:#ffd070;filter:drop-shadow(0 1px 2px #000);position:absolute;top:3px;right:9px}.subtitle-track .clip-time-tooltip{top:calc(100% + 5px);bottom:auto}.subtitle-overlay.is-selected{outline-offset:3px;outline:2px solid #7ee4fff2}.subtitle-overlap-warning{color:#f4c270;background:#241b0e;border:1px solid #7d5c28;border-radius:6px;margin:8px 10px;padding:8px;font-size:8px;line-height:1.4}.subtitle-inspector-navigation,.subtitle-inspector-actions{grid-template-columns:1fr 1fr;gap:6px;padding:8px 10px!important;display:grid!important}.subtitle-inspector-navigation button,.subtitle-inspector-actions button{color:#cbd3df;cursor:pointer;background:#141a23;border:1px solid #303847;border-radius:6px;justify-content:center;align-items:center;gap:4px;min-height:28px;font-size:8px;display:flex}.subtitle-inspector-navigation button:disabled,.subtitle-inspector-actions button:disabled{opacity:.4;cursor:not-allowed}.timeline-deleted-marker{pointer-events:auto;cursor:pointer;z-index:9;background:0 0;border:0;width:auto;min-width:2px;height:18px;padding:0;top:0;bottom:auto;transform:translate(-1px)}.timeline-deleted-marker:before{background:#f67;border-radius:0;width:2px;height:170px;top:0;left:0;transform:none;box-shadow:0 0 12px #ff56697a}.timeline-deleted-marker>span{color:#ffdce1;white-space:nowrap;background:#43121bf0;border:1px solid #8f3542;border-radius:4px;align-items:center;height:16px;padding:0 5px;font-size:8px;font-weight:800;display:flex;position:absolute;top:1px;left:5px;box-shadow:0 5px 14px #00000059}.timeline-deleted-marker:hover>span,.timeline-deleted-marker.is-selected>span{color:#fff;background:#6c2430;border-color:#ff8592}.timeline-deleted-marker.is-selected:before{background:#ff9aa5;width:3px;box-shadow:0 0 0 1px #ffffff40,0 0 18px #ff5669b3}.timeline-cut-marker{cursor:pointer;z-index:6;background:0 0;border:0;width:9px;padding:0;position:absolute;top:30px;bottom:0;transform:translate(-4px)}.timeline-cut-marker:before{content:"";background:#ffc957c7;width:1px;position:absolute;top:0;bottom:0;left:4px;box-shadow:0 0 7px #ffc04352}.timeline-cut-marker:after{content:"";border-top:6px solid #ffc857;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;top:0;left:1px}.timeline-cut-marker:hover:before,.timeline-cut-marker.is-selected:before{background:#ffe09b;width:2px;box-shadow:0 0 10px #ffc857bf}.timeline-clip-block.has-cut-before{border-left:2px solid #ffc857}.timeline-edit-feedback{font-weight:800;animation:.18s ease-out timeline-feedback-in;color:#82e6b9!important}@keyframes timeline-feedback-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.timeline-toolbar-button-label{margin-left:-4px;color:inherit!important;font-size:7px!important}.deleted-range-item{cursor:pointer}.deleted-range-item.is-selected{background:#24141a;border-color:#ff7180;box-shadow:inset 3px 0 #ff7180}.cut-edit-inspector{background:#10141b;border:1px solid #303746;border-radius:9px;flex-direction:column;gap:11px;padding:12px;display:flex}.cut-edit-inspector__heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.cut-edit-inspector__heading span,.cut-edit-inspector label>span,.cut-edit-inspector__grid span{color:#8c96a7;font-size:9px}.cut-edit-inspector__heading strong{color:#ffd0d6;font-size:12px}.cut-edit-inspector label{flex-direction:column;gap:6px;display:flex}.cut-edit-inspector label input{color:#eef2f8;background:#0b0e14;border:1px solid #303746;border-radius:7px;height:34px;padding:0 9px;font-size:10px}.cut-edit-inspector__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.cut-edit-inspector__grid div{background:#0c0f15;border:1px solid #252c37;border-radius:7px;flex-direction:column;gap:4px;min-width:0;padding:8px;display:flex}.cut-edit-inspector__grid strong{color:#dde3ed;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.cut-edit-inspector__restore{width:100%;margin:0}.audio-fade-card>input[type=range]{accent-color:#7c5cff;width:100%;margin-top:8px}.ai-tabs{grid-template-columns:repeat(7,minmax(0,1fr))!important}.effects-panel{padding:10px;overflow-y:auto}.effects-panel__heading{color:#a992ff;align-items:center;gap:8px;padding:5px 3px 10px;display:flex}.effects-panel__heading>div{flex-direction:column;gap:3px;min-width:0;display:flex}.effects-panel__heading strong{color:#edf0f7;font-size:11px}.effects-panel__heading span{color:#838d9d;white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.effects-panel__message{color:#cfc4ff;background:#211b38;border:1px solid #4a3f7b;border-radius:6px;margin:0 0 8px;padding:7px;font-size:8px;line-height:1.4}.effect-preset-section,.effect-category{background:#0d1117;border:1px solid #29303c;border-radius:8px;margin-bottom:9px;padding:8px}.effect-preset-section>strong{color:#dce2eb;margin-bottom:7px;font-size:9px;display:block}.effect-preset-section>div{grid-template-columns:1fr;gap:4px;display:grid}.effect-preset-section button{color:#cfc5ff;cursor:pointer;background:#241f3a;border:1px solid #493f78;border-radius:5px;height:26px;font-size:8px}.effect-preset-section button:disabled{opacity:.35;cursor:not-allowed}.effect-category__heading{color:#9f8cff;align-items:center;gap:6px;margin-bottom:7px;display:flex}.effect-category__heading strong{color:#dce2eb;font-size:9px}.effect-category__items{gap:4px;display:grid}.effect-category__items button{color:#dbe1ea;cursor:pointer;background:#131820;border:1px solid #2d3542;border-radius:6px;justify-content:space-between;align-items:center;gap:5px;min-height:29px;padding:0 7px;font-size:8px;display:flex}.effect-category__items button:hover:not(:disabled){background:#1a1d2b;border-color:#6654c7}.effect-category__items button:disabled{opacity:.38;cursor:not-allowed}.effect-category__items em{color:#8d82bd;font-size:7px;font-style:normal}.effects-tool-tab{padding:10px}.effects-inspector{flex-direction:column;gap:8px;display:flex}.effect-inspector-card{background:#10151c;border:1px solid #2c3441;border-radius:8px;padding:9px}.effect-inspector-card__heading{justify-content:space-between;align-items:center;gap:6px;margin-bottom:9px;display:flex}.effect-inspector-card__heading label{align-items:center;gap:6px;display:flex}.effect-inspector-card__heading input{accent-color:#7c5cff}.effect-inspector-card__heading strong{color:#e4e8ef;font-size:9px}.effect-inspector-card__heading>span{color:#9ea9c2;background:#22283a;border-radius:999px;padding:2px 5px;font-size:7px}.effect-inspector-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.effect-inspector-grid label{flex-direction:column;gap:4px;min-width:0;display:flex}.effect-inspector-grid span{color:#818b9c;font-size:7px}.effect-inspector-grid input{color:#e8edf5;background:#0b0f15;border:1px solid #303847;border-radius:5px;width:100%;height:27px;padding:0 5px;font-size:8px}.effect-inspector-grid input[type=range]{accent-color:#7c5cff;padding:0}.effect-delete-button{color:#f2aab3;cursor:pointer;background:#26151a;border:1px solid #653641;border-radius:6px;justify-content:center;align-items:center;gap:5px;width:100%;height:27px;margin-top:8px;font-size:8px;display:flex}.timeline-effect-edge{z-index:3;pointer-events:none;width:13px;position:absolute;top:0;bottom:0}.timeline-effect-edge.is-in{clip-path:polygon(0 0,100% 100%,0 100%);background:linear-gradient(90deg,#ffffff61,#0000);left:0}.timeline-effect-edge.is-out{clip-path:polygon(100% 0,100% 100%,0 100%);background:linear-gradient(270deg,#ffffff61,#0000);right:0}.timeline-effect-badge{color:#fff;z-index:5;pointer-events:auto;background:#6c53dc;border-radius:4px;place-items:center;width:13px;height:13px;font-style:normal;display:grid;position:absolute;top:2px;right:3px}.image-overlay,.text-overlay,.subtitle-overlay,.video-frame video{transform-origin:50%;will-change:opacity,transform,filter}.playback-error{justify-content:space-between;align-items:center;gap:10px;margin:0 10px 7px;display:flex;border-top:1px solid #56313b!important}.playback-error>span{flex:1;min-width:0}.playback-error>div{flex:none;align-items:center;gap:5px;display:flex}.playback-error button{color:#ffc1c9;cursor:pointer;background:#2a171d;border:1px solid #6b3d48;border-radius:6px;height:25px;padding:0 8px;font-size:8px}.playback-error button:first-child{color:#d5ccff;background:#211d38;border-color:#4f4684}.playback-error--autoplay-blocked{color:#f0cd7f;background:#211b0f;border-color:#6d5a2d!important}.asset-empty.is-warning{color:#e2b96e;background:#211b12;border-color:#765d35}.play-button:disabled,.transport-controls .icon-button:disabled{opacity:.38;cursor:not-allowed}.image-overlay-layer,.text-overlay-layer{z-index:auto;pointer-events:none}.image-overlay,.text-overlay{z-index:2;pointer-events:auto}.subtitle-overlay-layer{z-index:3;pointer-events:none}.safe-zone-layer{z-index:4;pointer-events:none}.play-button.is-pending{animation:.8s ease-in-out infinite alternate play-pending-pulse}@keyframes play-pending-pulse{0%{opacity:.45}to{opacity:.75}}.export-dialog--advanced{width:min(820px,100vw - 48px);max-height:calc(100vh - 34px)}.export-dialog--advanced .export-dialog__body{gap:12px;padding:14px 16px}.export-config-section{background:#0c1017;border:1px solid #252d3a;border-radius:10px;flex-direction:column;gap:10px;padding:12px;display:flex}.export-section-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.export-section-heading strong{color:#edf1f7;font-size:11px}.export-section-heading span{color:#798496;font-size:9px}.export-preset-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.export-preset-grid button{color:#d9deea;text-align:left;cursor:pointer;background:#111620;border:1px solid #2c3442;border-radius:8px;flex-direction:column;gap:4px;min-height:58px;padding:8px;display:flex}.export-preset-grid button:hover{border-color:#5b50a3}.export-preset-grid button.is-selected{background:#1b1730;border-color:#8067f1;box-shadow:inset 0 0 0 1px #8067f140}.export-preset-grid strong{font-size:10px}.export-preset-grid small{color:#818b9d;font-size:8px;line-height:1.35}.export-field-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.export-field-grid>label,.export-filename-field{flex-direction:column;gap:5px;min-width:0;display:flex}.export-field-grid label>span,.export-filename-field>span{color:#8993a4;font-size:8px}.export-field-grid input,.export-field-grid select,.export-filename-field input{color:#e9edf5;background:#10151e;border:1px solid #303948;border-radius:6px;width:100%;height:31px;padding:0 8px;font-size:9px}.export-field-grid input:disabled,.export-field-grid select:disabled{opacity:.65;background:#0b0f15}.export-input-unit{position:relative}.export-input-unit input{padding-right:35px}.export-input-unit em{color:#6f798b;font-size:8px;font-style:normal;position:absolute;top:9px;right:7px}.export-includes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.export-includes-grid label{cursor:pointer;background:#10151d;border:1px solid #29313e;border-radius:7px;align-items:flex-start;gap:7px;padding:8px;display:flex}.export-includes-grid label.is-disabled{opacity:.52;cursor:not-allowed}.export-includes-grid input{accent-color:#7c5cff;margin-top:2px}.export-includes-grid span{flex-direction:column;gap:3px;display:flex}.export-includes-grid strong{font-size:9px}.export-includes-grid small{color:#7f8999;font-size:8px;line-height:1.3}.export-output-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.export-output-summary div{background:#10151d;border:1px solid #28303d;border-radius:7px;flex-direction:column;gap:3px;min-width:0;padding:8px;display:flex}.export-output-summary .is-wide{grid-column:1/-1}.export-output-summary span{color:#7e899a;font-size:8px}.export-output-summary strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.export-dialog--advanced .export-steps{grid-template-columns:repeat(9,minmax(0,1fr));gap:3px}.export-dialog--advanced .export-steps li{white-space:nowrap;min-width:0;font-size:7px}.export-error-card{color:#ff9da9;background:#241318;border:1px solid #75404b;border-radius:9px;align-items:flex-start;gap:9px;padding:10px;display:flex}.export-error-card>div{flex-direction:column;gap:5px;min-width:0;display:flex}.export-error-card strong{font-size:10px}.export-error-card span{color:#d79ca4;font-size:9px}.export-error-card div>div{gap:6px;display:flex}.export-error-card button{color:#ffd5da;cursor:pointer;background:#321820;border:1px solid #754a54;border-radius:6px;align-items:center;gap:4px;height:25px;padding:0 8px;font-size:8px;display:inline-flex}.export-error-card details{color:#c5969d;font-size:8px}.export-error-card summary{cursor:pointer}.export-error-card pre{white-space:pre-wrap;color:#d7b8bd;background:#120a0d;border-radius:5px;max-height:100px;padding:7px;overflow:auto}@media (width<=1380px){.export-dialog--advanced{width:min(720px,100vw - 32px)}.export-field-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.full-backup-note{color:#9da5b4;background:linear-gradient(120deg,#526bff1f,#2dc7b212);border:1px solid #6f84ff3d;border-radius:10px;align-items:center;gap:12px;margin:-17px 0 23px;padding:11px 14px;display:flex}.full-backup-note>svg{color:#8fa2ff;flex:none}.full-backup-note div{gap:3px;display:grid}.full-backup-note strong{color:#eef1f7;font-size:13px}.full-backup-note span{font-size:12px;line-height:1.5}.project-card-menu{width:210px}.project-card-menu button:disabled{cursor:wait;opacity:.55}.settings-modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#04060ac2;place-items:center;display:grid;position:fixed;inset:0}.settings-modal{background:#12161d;border:1px solid #394150;border-radius:15px;width:min(580px,100vw - 42px);max-height:calc(100vh - 42px);overflow:auto;box-shadow:0 32px 100px #0000009e}.settings-modal>header{border-bottom:1px solid #292f3a;justify-content:space-between;align-items:center;height:62px;padding:0 16px;display:flex}.settings-modal>header>div{color:#9d8cff;align-items:center;gap:10px;display:flex}.settings-modal>header span,.settings-field>span,.settings-switch>span,.settings-danger-zone span{flex-direction:column;gap:3px;display:flex}.settings-modal>header strong{color:#f0f3f8;font-size:14px}.settings-modal small{color:#808a9a;font-size:9px;line-height:1.4}.settings-modal__body{gap:8px;padding:12px 16px;display:grid}.settings-field,.settings-switch{background:#0d1117;border:1px solid #29313d;border-radius:9px;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 12px;display:flex}.settings-field strong,.settings-switch strong{font-size:11px}.settings-field select{color:#e9edf4;background:#171c24;border:1px solid #343d4c;border-radius:7px;min-width:170px;height:32px;padding:0 8px;font-size:10px}.settings-switch input{accent-color:#7659e9;width:34px;height:18px}.settings-danger-zone{background:#211116;border:1px solid #64313c;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:6px;padding:12px;display:flex}.settings-danger-zone>div{color:#ff7e8e;align-items:center;gap:9px;display:flex}.settings-danger-zone strong{color:#ffd7dc;font-size:11px}.settings-danger-zone button{color:#ffb5bf;cursor:pointer;background:#38151c;border:1px solid #853d4a;border-radius:7px;height:31px;padding:0 10px;font-size:9px}.settings-modal>footer{border-top:1px solid #292f3a;justify-content:flex-end;padding:11px 16px;display:flex}.ui-mode-badge,.autosave-off-badge{color:#bcaeff;letter-spacing:.1em;background:#211c38;border:1px solid #403876;border-radius:999px;padding:4px 8px;font-size:8px}.autosave-off-badge{color:#efbc7c;letter-spacing:0;background:#281c12;border-color:#65472f}.asset-tabs{grid-template-columns:repeat(auto-fit,minmax(46px,1fr))!important}.asset-backup-panel{gap:8px;padding:10px;display:grid}.asset-backup-panel>button{color:#a998ff;text-align:left;cursor:pointer;background:#11161e;border:1px solid #303847;border-radius:8px;align-items:center;gap:10px;min-height:54px;padding:9px 10px;display:flex}.asset-backup-panel>button:hover{background:#17182a;border-color:#6254b9}.asset-backup-panel>button span{flex-direction:column;gap:3px;display:flex}.asset-backup-panel>button strong{color:#e7eaf1;font-size:10px}.asset-backup-panel>button small{color:#7d8797;font-size:8px}.asset-backup-panel details{color:#8d96a5;background:#0d1117;border:1px solid #29313c;border-radius:8px;padding:9px;font-size:9px}.asset-backup-panel summary{cursor:pointer;color:#c8ced9}.asset-backup-panel p{margin:8px 0 0;line-height:1.6}.ai-tabs{grid-template-columns:repeat(auto-fit,minmax(43px,1fr))!important;height:auto!important}.inspector-advanced-section{background:#0d1117;border:1px solid #2b3340;border-radius:9px;margin-top:10px}.inspector-advanced-section>summary{color:#a99aff;cursor:pointer;padding:10px;font-size:10px}.inspector-summary-card{background:#0e131a;border:1px solid #2b3340;border-radius:9px;overflow:hidden}.inspector-summary-card>div{border-bottom:1px solid #242c37;justify-content:space-between;align-items:center;gap:8px;min-height:42px;padding:8px 10px;display:flex}.inspector-summary-card>div:last-child{border-bottom:0}.inspector-summary-card span{color:#7f8999;font-size:9px}.inspector-summary-card strong{text-align:right;color:#e4e8ef;max-width:65%;font-size:9px}.inspector-primary-action{width:100%;margin-top:10px}.inspector-empty.compact{min-height:130px;margin-top:10px}.timeline-toolbar{grid-template-columns:1fr auto 1fr;gap:10px;padding:0 10px!important;display:grid!important}.timeline-tool-group{align-items:center;gap:3px;display:flex}.timeline-tool-group.is-center{border-left:1px solid #262d38;border-right:1px solid #262d38;justify-content:center;padding:0 9px}.timeline-tool-group.is-right{justify-content:flex-end}.timeline-tool-group>button{color:#949ead;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:4px;min-width:30px;height:29px;padding:0 6px;font-size:8px;display:inline-flex}.timeline-tool-group>button:hover:not(:disabled){color:#fff;background:#211c30;border-color:#48405f}.timeline-tool-group>button:disabled{opacity:.35;cursor:not-allowed}.timeline-tool-group .active-tool,.timeline-tool-group .is-active{color:#d9d0ff!important;background:#272042!important;border-color:#5f50ba!important}.timeline-zoom-label{color:#7f8999;text-align:right;min-width:34px;font-size:8px}.timeline-editbar{grid-template-columns:1fr!important;padding:5px 11px!important}.timeline-selection-info{justify-content:space-between;width:100%;display:flex}.timeline-panel{grid-template-rows:42px 29px 1fr!important}.settings-danger-actions{align-items:flex-end;gap:5px;display:flex!important}.login-screen{color:#f7f5ff;background:radial-gradient(circle at 50% 18%,#7c5cff3d,#0000 34%),linear-gradient(145deg,#0b0b12 0%,#12111c 55%,#09090e 100%);place-items:center;min-height:100vh;padding:32px;display:grid}.login-card{text-align:center;background:#181722f0;border:1px solid #a694ff38;border-radius:22px;width:min(440px,100vw - 40px);padding:42px 44px 32px;box-shadow:0 28px 80px #0000007a}.login-logo{justify-content:center;margin-bottom:16px;display:flex}.login-logo>.brand-artwork{max-height:190px}.login-eyebrow{color:#9b87ff;letter-spacing:.16em;margin:0 0 7px;font-size:11px;font-weight:800}.login-card h1{letter-spacing:-.04em;margin:0;font-size:34px}.login-card>small{color:#8d899a;margin-top:5px;display:block}.login-description{color:#b5b1c0;max-width:350px;margin:20px auto 0;font-size:13px;line-height:1.7}.login-divider{color:#777281;align-items:center;gap:12px;margin:27px 0 18px;font-size:11px;display:flex}.login-divider:before,.login-divider:after{content:"";background:#353240;flex:1;height:1px}.google-login-slot{justify-content:center;min-height:44px;transition:opacity .2s;display:flex}.google-login-slot.is-loading{opacity:.55;pointer-events:none}.login-config-warning{color:#f1c46f;text-align:left;background:#f5b04114;border:1px solid #f5b0414d;border-radius:10px;gap:11px;padding:13px;display:flex}.login-config-warning svg{flex:none;margin-top:2px}.login-config-warning strong,.login-config-warning span{display:block}.login-config-warning span{color:#bdb5a6;margin-top:4px;font-size:11px;line-height:1.45}.login-config-warning code{color:#ddd5ff}.login-status,.login-error{margin:12px 0 0;font-size:12px}.login-status{color:#aaa3bb}.login-error{color:#ff8585}.developer-login-button{color:#c8c2d2;cursor:pointer;background:#24212c;border:1px solid #484252;border-radius:9px;width:100%;margin-top:13px;padding:11px 14px}.developer-login-button:hover{color:#fff;border-color:#7562cd}.firebase-google-button{color:#17151d;cursor:pointer;background:#fff;border:1px solid #4a4652;border-radius:9px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:44px;font-weight:700;display:flex}.firebase-google-button>span{color:#4285f4;border-radius:50%;place-items:center;width:21px;height:21px;font:800 15px/1 Arial,sans-serif;display:grid}.firebase-google-button:hover:not(:disabled){background:#f0eef4}.firebase-google-button:disabled{opacity:.58;cursor:wait}.cloud-projects-section{background:linear-gradient(135deg,#7f59ff14,#18171df5);border:1px solid #32303a;border-radius:12px;margin:14px 0 20px;padding:16px}.cloud-projects-section>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.cloud-projects-section>header>div{align-items:center;gap:11px;min-width:0;display:flex}.cloud-projects-section h2,.cloud-project-card h3{color:#f4f1fa;margin:0}.cloud-projects-section header p{color:#aaa5b4;margin:4px 0 0;font-size:12px}.cloud-section-icon{color:#c7b7ff;background:#7e57ff2e;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid}.cloud-disabled-message,.cloud-empty-state,.cloud-error-message{color:#aaa5b4;background:#0c0c0f6b;border:1px dashed #3b3844;border-radius:9px;align-items:center;gap:10px;min-height:48px;margin-top:14px;padding:12px 14px;font-size:12px;display:flex}.cloud-disabled-message span{gap:3px;display:grid}.cloud-disabled-message strong{color:#d7d2df}.cloud-error-message{color:#ef9aa3;border-color:#ec5b696b;justify-content:space-between}.cloud-error-message button{color:#fff;cursor:pointer;background:0 0;border:0;text-decoration:underline}:root{--font-ui:Pretendard, "Noto Sans KR", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-overlay:Pretendard, "Noto Sans KR", Inter, "Malgun Gothic", system-ui, sans-serif;font-family:var(--font-ui)}body{font-family:var(--font-ui)}.cloud-project-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;margin-top:14px;display:grid}.cloud-project-card{background:#1b1a20;border:1px solid #373440;border-radius:9px;justify-content:space-between;gap:12px;min-width:0;padding:13px;display:flex}.cloud-project-card>div:first-child{min-width:0}.cloud-project-card h3{text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:14px;overflow:hidden}.cloud-project-card p{color:#aaa5b4;align-items:center;gap:5px;margin:7px 0 4px;font-size:11px;display:flex}.cloud-project-card small{color:#7f7988}.cloud-project-card>div:last-child{align-items:flex-end;gap:5px;display:flex}.project-cloud-state{margin:-1px 0 8px}.cloud-sync-badge{color:#aaa5b4;background:#242229;border:1px solid #4a4652;border-radius:999px;align-items:center;min-height:20px;padding:2px 7px;font-size:10px;font-weight:700;display:inline-flex}.cloud-sync-badge.is-synced{color:#78d4aa;background:#26815821;border-color:#4abe896b}.cloud-sync-badge.is-saving{color:#c5b5ff;background:#7e57ff24;border-color:#7e57ff80}.cloud-sync-badge.is-failed{color:#ef9aa3;background:#ec5b691f;border-color:#ec5b697a}.cloud-sync-badge.is-size-exceeded{color:#f0b66e;background:#eea44a1f;border-color:#eea44a80}.cloud-sync-badge.is-local-only{color:#b5afbd}@keyframes cloud-spin{to{transform:rotate(360deg)}}.login-privacy{color:#9792a2;justify-content:center;align-items:center;gap:7px;margin-top:24px;font-size:11px;display:flex}.login-privacy svg{color:#8971f2;flex:none}.login-beta-note{color:#65616e;justify-content:center;align-items:center;gap:5px;margin:13px 0 0;font-size:10px;display:flex}.user-profile-menu{flex:none;position:relative}.user-profile-trigger{color:#ece9f2;cursor:pointer;background:#211f29;border:1px solid #383442;border-radius:999px;align-items:center;gap:9px;min-width:0;padding:4px 8px 4px 4px;display:flex}.user-profile-trigger>img,.user-profile-trigger>span{object-fit:cover;border-radius:50%;width:29px;height:29px}.user-profile-trigger>span{color:#fff;background:linear-gradient(145deg,#8265ff,#5839da);place-items:center;font-size:12px;font-weight:800;display:grid}.user-profile-trigger em{text-align:left;flex-direction:column;min-width:0;max-width:150px;font-style:normal;display:flex}.user-profile-trigger em strong,.user-profile-trigger em small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-profile-trigger em strong{font-size:11px}.user-profile-trigger em small{color:#8f8998;font-size:9px}.user-profile-menu.is-compact .user-profile-trigger{background:0 0;border-color:#0000;padding:2px}.user-profile-menu.is-compact .user-profile-trigger>img,.user-profile-menu.is-compact .user-profile-trigger>span{width:27px;height:27px}.user-profile-dropdown{z-index:200;text-align:left;background:#201e27;border:1px solid #413c4c;border-radius:11px;width:260px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 42px #0000007a}.user-profile-dropdown header,.user-profile-dropdown>div{gap:10px;padding:13px 14px;display:flex}.user-profile-dropdown header{border-bottom:1px solid #34313c}.user-profile-dropdown>div{color:#a8a3b0;background:#1b1921}.user-profile-dropdown span,.user-profile-dropdown strong,.user-profile-dropdown small{min-width:0;display:block}.user-profile-dropdown strong{color:#eeeaf4;font-size:11px}.user-profile-dropdown small{color:#918b9a;text-overflow:ellipsis;margin-top:3px;font-size:9px;line-height:1.4;overflow:hidden}.user-profile-dropdown button{color:#f99;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:8px;width:100%;padding:11px 14px;display:flex}.user-profile-dropdown button:hover{background:#ff5f5f14}.brand-artwork{color:#f7f8ff;background:0 0;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.brand-artwork img{object-fit:contain;width:100%;height:100%;display:block}.brand-artwork--icon{border-radius:9px;width:34px;height:34px}.brand-artwork--hero{border-radius:12px;width:170px;height:190px}.brand-artwork--wordmark{width:176px;height:58px}.brand-artwork.is-fallback{background:linear-gradient(145deg,#151b2d,#10121a);border:1px solid #5a8bff73;padding:0 8px}.brand-artwork.is-fallback>span{letter-spacing:-.02em;font-size:10px;font-weight:800}.brand-artwork--hero.is-fallback>span{font-size:30px}.editor-brand>.brand-artwork{background:0 0;border-radius:6px;width:23px;height:23px}.home-brand-hero{align-items:center;gap:26px;display:flex}.home-brand-hero>.brand-artwork{width:205px;height:67px}.login-tagline{color:#c7c9d3;letter-spacing:.035em;font-size:14px;font-weight:600}.app-logo>.brand-artwork{width:132px;height:43px}.about-logo{justify-content:center;padding:2px 0 5px;display:flex}.about-logo>.brand-artwork{width:245px;height:80px}.about-brand{justify-content:center}.about-tagline{letter-spacing:.035em;font-weight:700;color:#8cadff!important;font-size:13px!important}.media-relink-panel{z-index:85;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#14131bfa;border:1px solid #5c4b94;border-radius:12px;width:min(720px,100vw - 48px);max-height:calc(100vh - 120px);position:fixed;top:90px;left:50%;overflow:auto;transform:translate(-50%);box-shadow:0 22px 70px #0000009e}.media-relink-panel.is-complete{border-color:#45be898c}.media-relink-panel>header{border-bottom:1px solid #302d39;grid-template-columns:auto 1fr auto;align-items:start;gap:11px;padding:15px 16px;display:grid}.media-relink-panel>header>span{color:#ffc36d;background:#d4893121;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.media-relink-panel.is-complete>header>span{color:#72d5aa;background:#37ae7821}.media-relink-panel>header strong{color:#f3eff9;margin-top:1px;font-size:13px;display:block}.media-relink-panel>header p{color:#aaa4b2;margin:5px 0 0;font-size:10px;line-height:1.55}.media-relink-panel>header .icon-button{width:28px;height:28px}.media-relink-list{gap:7px;padding:11px 13px 13px;display:grid}.media-relink-item{background:#17161c;border:1px solid #36323e;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:50px;padding:8px 10px;display:grid}.media-relink-item>span{color:#bba9ff;background:#29233c;border-radius:7px;place-items:center;width:28px;height:28px;display:grid}.media-relink-item>div{min-width:0}.media-relink-item strong,.media-relink-item small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.media-relink-item strong{color:#e8e4ee;font-size:10px}.media-relink-item small{color:#817b88;margin-top:3px;font-size:8px}.media-relink-item em{color:#e8a957;text-align:right;min-width:42px;font-size:9px;font-style:normal;font-weight:700}.media-relink-item.is-connected{opacity:.66}.media-relink-item.is-connected em{color:#61c99c}.media-relink-item button{color:#e8e0ff;cursor:pointer;background:#2d2545;border:1px solid #6654a3;border-radius:6px;align-items:center;gap:5px;height:29px;padding:0 9px;font-size:9px;display:inline-flex}.media-relink-item button:disabled{opacity:.55;cursor:wait}.media-relink-message{color:#e4b874;background:#c07a271c;border-radius:7px;margin:0 13px 13px;padding:8px 10px;font-size:9px}.media-relink-chip{z-index:85;color:#f2bd73;cursor:pointer;background:#211a14;border:1px solid #6b5134;border-radius:999px;align-items:center;gap:6px;height:31px;padding:0 11px;font-size:9px;display:flex;position:fixed;top:86px;left:50%;transform:translate(-50%);box-shadow:0 9px 28px #00000073}.cloud-projects-section{background:linear-gradient(145deg,#684cbc1f,#131218fa);border-color:#443b62}.cloud-project-list{grid-template-columns:repeat(auto-fill,minmax(330px,1fr))}.cloud-project-card{cursor:default;background:linear-gradient(145deg,#1d1a26,#17161c);border-color:#423b54;align-items:stretch;min-height:150px;padding:15px;position:relative}.cloud-project-card__content{flex-direction:column;flex:1;min-width:0;display:flex}.cloud-card-badges{flex-wrap:wrap;gap:5px;min-height:21px;display:flex}.cloud-project-card__content h3{margin-top:12px;font-size:15px}.cloud-project-card__content p{color:#aaa3b3;margin:8px 0 4px;font-size:10px}.cloud-project-card__content small{margin-top:auto;padding-top:8px;line-height:1.45}.cloud-project-card__actions{flex:none;justify-content:flex-end;align-items:flex-end;gap:5px;display:flex}.cloud-open-button{white-space:nowrap;min-width:154px;height:34px;padding:0 11px;font-size:9px}.cloud-card-menu-wrap{position:relative}.cloud-card-menu{z-index:35;width:190px;top:calc(100% + 5px);right:0}.cloud-card-menu button:disabled,.project-card-menu button:disabled{opacity:.45;cursor:not-allowed}.cloud-sync-badge.is-reconnect-required{color:#f0bb78;background:#cb7e2321;border-color:#eea44a85}.project-home .project-toolbar--advanced{border-top:1px solid #292631;margin-top:30px;padding-top:19px}.project-cloud-state{flex-wrap:wrap;gap:5px;display:flex}.user-profile-dropdown{width:300px}.user-profile-dropdown .profile-cloud-summary{border-bottom:1px solid #34313c}.profile-cloud-summary.is-enabled{color:#8ddbb8}.profile-cloud-summary.is-disabled{color:#d3ac72}.profile-menu-actions{padding:5px;display:grid}.user-profile-dropdown .profile-menu-actions>button{color:#d7d2df;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;width:100%;min-height:36px;padding:0 10px;font-size:10px;display:flex}.user-profile-dropdown .profile-menu-actions>button:hover{background:#2a2731}.user-profile-dropdown .profile-menu-actions>button.profile-logout-button{color:#f99}.profile-dev-note{color:#d8af73;background:#211b14;border:1px solid #4b3f2e;border-radius:7px;gap:9px;margin:4px;padding:10px;display:flex}.profile-dev-note span,.profile-dev-note strong,.profile-dev-note small{display:block}.profile-dev-note strong{font-size:10px}.profile-dev-note small{color:#9e8c72;margin-top:3px;font-size:8px}.profile-detail-view{padding:7px 10px 11px}.user-profile-dropdown .profile-back-button{color:#a99bcf;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;width:auto;min-height:27px;padding:0 6px;font-size:9px;display:flex}.profile-detail-view dl{border:1px solid #35313d;border-radius:7px;grid-template-columns:86px minmax(0,1fr);margin:6px 0 0;font-size:9px;display:grid;overflow:hidden}.profile-detail-view dt,.profile-detail-view dd{text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #302d36;min-width:0;margin:0;padding:8px;overflow:hidden}.profile-detail-view dt{color:#85808d;background:#18171c}.profile-detail-view dd{color:#ddd8e4}.profile-detail-view dt:last-of-type,.profile-detail-view dd:last-child{border-bottom:0}.profile-confirm-backdrop,.settings-confirm-backdrop{z-index:260;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#020306c2;place-items:center;display:grid;position:fixed;inset:0}.profile-confirm-dialog{color:#f2edf3;background:#17151b;border:1px solid #5a3540;border-radius:13px;width:min(400px,100vw - 40px);padding:23px;box-shadow:0 25px 80px #0000009e}.profile-confirm-dialog>svg{color:#ff8c99}.profile-confirm-dialog h2{margin:12px 0 7px;font-size:17px}.profile-confirm-dialog p{color:#a39ca8;margin:0;font-size:10px;line-height:1.55}.profile-confirm-dialog>div{justify-content:flex-end;gap:7px;margin-top:18px;display:flex}.settings-modal--account{width:min(720px,100vw - 42px)}.settings-section{background:#0d1117;border:1px solid #2c333f;border-radius:10px;gap:8px;padding:12px;display:grid}.settings-section>h3{color:#dcd7e5;align-items:center;gap:7px;margin:0 0 2px;font-size:11px;display:flex}.settings-section>h3 svg{color:#9c86f1}.settings-account-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.settings-avatar{color:#fff;background:linear-gradient(145deg,#8061ef,#5234ba);border-radius:50%;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid;overflow:hidden}.settings-avatar img{object-fit:cover;width:100%;height:100%}.settings-account-card>div{flex-direction:column;gap:2px;min-width:0;display:flex}.settings-account-card strong{font-size:11px}.settings-account-card small{color:#858d9b;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.settings-account-card em{color:#9d8ee0;font-size:8px;font-style:normal}.settings-inline-notice,.settings-section-copy{color:#a69c8c;background:#1d1913;border-radius:7px;margin:0;padding:8px 9px;font-size:9px;line-height:1.55}.settings-section-copy{color:#949cab;background:#141820}.settings-info-grid{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.settings-info-grid>div{background:#12171e;border:1px solid #29313d;border-radius:7px;padding:9px}.settings-info-grid strong,.settings-info-grid span{display:block}.settings-info-grid strong{color:#dce1e8;font-size:9px}.settings-info-grid span{color:#838c9b;margin-top:5px;font-size:8px;line-height:1.5}.settings-info-grid--storage{grid-template-columns:repeat(2,1fr)}.settings-storage-footnote{background:#4a376e29;border:1px solid #3c354e;border-radius:7px;align-items:flex-start;gap:9px;margin:0;padding:9px 10px;display:flex}.settings-storage-footnote strong{color:#c9b8f3;flex:none;font-size:9px}.settings-storage-footnote span{color:#8f8999;font-size:8px;line-height:1.55}.settings-backup-recommendation>div{color:#d2ae70;background:linear-gradient(90deg,#4a371a40,#141217cc);border:1px solid #3f3a2e;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.settings-backup-recommendation>div>svg{flex:none}.settings-backup-recommendation span,.settings-backup-recommendation strong,.settings-backup-recommendation small{display:block}.settings-backup-recommendation strong{color:#e5d2ae;font-size:9px}.settings-backup-recommendation small{color:#9d927f;margin-top:4px;font-size:8px;line-height:1.55}.video-performance-badge{color:#8fc9a6;background:#132019;border:1px solid #344039;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:800}.video-performance-badge.is-long{color:#e4b96e;background:#2b2112;border-color:#665231}.video-performance-badge.is-large{color:#ff9ca8;background:#2d171b;border-color:#75414a}.long-video-backdrop{z-index:160;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#040508c2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.long-video-dialog{background:#111318;border:1px solid #665132;border-radius:13px;width:min(520px,100vw - 40px);overflow:hidden;box-shadow:0 26px 80px #0000008c}.long-video-dialog.is-large{border-color:#75414a}.long-video-dialog>header,.long-video-dialog>footer{border-bottom:1px solid #292d37;justify-content:space-between;align-items:center;padding:12px 15px;display:flex}.long-video-dialog>header span{color:#e2b76c;align-items:center;gap:9px;display:flex}.long-video-dialog.is-large>header span{color:#ff929f}.long-video-dialog>header strong{color:#f0edf4;font-size:13px}.long-video-dialog__body{padding:16px}.long-video-duration{color:#b9a678;align-items:center;gap:7px;margin:0 0 12px;font-size:10px;display:flex}.long-video-dialog ul,.export-long-warning ul{color:#9da3ae;margin:0;padding-left:19px;font-size:10px;line-height:1.75}.long-video-backup{color:#ac95ef;background:#17151e;border:1px solid #393442;border-radius:8px;align-items:center;gap:9px;margin:14px 0 0;padding:10px;display:flex}.long-video-backup span,.long-video-backup strong,.long-video-backup small{display:block}.long-video-backup strong{color:#d8cff2;font-size:9px}.long-video-backup small{color:#84808d;margin-top:3px;font-size:8px}.long-video-dismiss{color:#8d93a0;align-items:center;gap:7px;margin-top:13px;font-size:9px;display:flex}.long-video-dismiss input{accent-color:#7c5cff}.long-video-dialog>footer{border-top:1px solid #292d37;border-bottom:0;justify-content:flex-end;gap:8px}.export-browser-warning{color:#e2b76c;background:#261d11;border-radius:6px;align-items:center;gap:6px;margin:9px 0 0;padding:7px 8px;font-size:8px;display:flex}.export-long-warning-backdrop{z-index:3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#050609d1;place-items:center;padding:20px;display:grid;position:absolute;inset:0}.export-long-warning{text-align:center;background:#14151a;border:1px solid #6b5431;border-radius:12px;width:min(430px,100%);padding:18px;box-shadow:0 22px 60px #00000080}.export-long-warning>svg{color:#e6b662}.export-long-warning h2{margin:9px 0 7px;font-size:15px}.export-long-warning p{color:#9a9faa;margin:0 0 11px;font-size:10px;line-height:1.55}.export-long-warning ul{text-align:left}.export-long-warning>div{justify-content:flex-end;gap:8px;margin-top:15px;display:flex}.timeline-media-status.is-limited{color:#d6ac67}.video-frame>video{z-index:0;position:relative}.video-frame>.image-overlay-layer{z-index:10}.video-frame>.text-overlay-layer{z-index:20}.video-frame>.subtitle-overlay-layer{z-index:30}.video-frame>.safe-zone-layer{z-index:40}.video-frame>.text-overlay-layer.has-selection{z-index:50}.image-overlay-layer,.text-overlay-layer{pointer-events:none;position:absolute}.text-overlay{color:#fff;min-width:1px;min-height:1px}.settings-cloud-stats{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.settings-cloud-stats>span{background:#151923;border-radius:7px;min-width:0;padding:9px}.settings-cloud-stats small,.settings-cloud-stats strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.settings-cloud-stats small{color:#777f8d;font-size:8px}.settings-cloud-stats strong{color:#cfc5ee;margin-top:5px;font-size:9px}.settings-section .settings-field,.settings-section .settings-switch{border-color:#29313d}.settings-app-info{grid-template-columns:auto 1fr auto;align-items:center}.settings-app-info h3{grid-column:1/-1}.settings-app-info>strong{color:#f1edf7;font-size:16px}.settings-app-info>span{color:#9a8add;font-size:9px}.settings-app-info>em{color:#8ba9ee;justify-self:end;font-size:9px;font-style:normal}.settings-modal--account>footer{justify-content:space-between;align-items:center}.settings-version{color:#777f8d;font-size:9px}.diagnostics-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.diagnostics-heading>span{color:#9c86f1;align-items:center;gap:8px;display:flex}.diagnostics-heading>span>span{flex-direction:column;gap:3px;display:flex}.diagnostics-heading strong{color:#dcd7e5;font-size:11px}.diagnostics-heading .ghost-button{flex:none}.diagnostics-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0;padding:0;list-style:none;display:grid}.diagnostics-row{background:#11161d;border:1px solid #29313d;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;min-height:70px;padding:9px;display:flex}.diagnostics-row__copy{flex-direction:column;gap:4px;min-width:0;display:flex}.diagnostics-row__copy strong{color:#dce1e8;font-size:9px}.diagnostics-row__copy small{color:#7f8998;font-size:8px;line-height:1.45}.diagnostics-row__copy em{color:#a89bea;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-style:normal;overflow:hidden}.diagnostics-status{color:#aeb6c3;white-space:nowrap;background:#1a2029;border:1px solid #3b4350;border-radius:999px;flex:none;max-width:112px;padding:4px 6px;font-size:7px;font-weight:800}.diagnostics-status--normal{color:#8be0bd;background:#11251e;border-color:#315d4d}.diagnostics-status--attention,.diagnostics-status--google-required{color:#e4ba72;background:#281f12;border-color:#665332}.diagnostics-status--disconnected,.diagnostics-status--denied{color:#ff9aa7;background:#29151a;border-color:#6a3741}.diagnostics-status--checking{color:#b7a8ef;background:#201b35;border-color:#4b4179}.diagnostics-loading{color:#8d96a6;border:1px dashed #343b49;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:76px;font-size:9px;display:flex}.diagnostics-checked-at{color:#737d8d;margin:0;font-size:8px;line-height:1.5}.diagnostics-error{color:#ff9aa7;background:#29151a;border:1px solid #6a3741;border-radius:7px;margin:0;padding:8px;font-size:8px}.backend-runtime-summary{background:#121820;border:1px solid #3d4655;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.backend-runtime-summary>span:first-child{flex-direction:column;gap:4px;min-width:0;display:flex}.backend-runtime-summary strong{color:#dfe5ed;font-size:10px}.backend-runtime-summary small{color:#8490a1;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.backend-runtime-summary.is-connected{background:#102019;border-color:#315d4d}.backend-runtime-summary.is-disconnected{background:#211419;border-color:#653943}.backend-run-guide{background:#0b0f15;border:1px solid #303846;border-radius:7px}.backend-run-guide summary{color:#a89bea;cursor:pointer;padding:8px 9px;font-size:8px}.backend-run-guide pre,.backend-guard-dialog pre{color:#b7c4d7;white-space:pre-wrap;background:#080b10;border-top:1px solid #29313d;margin:0;padding:10px;font:8px/1.65 Consolas,monospace;overflow-x:auto}.backend-deployment-notice{color:#d7b272;background:#241c10;border:1px solid #5f4c2e;border-radius:7px;margin:0;padding:8px 9px;font-size:8px;line-height:1.55}.backend-feature-badge{color:#f0c67e;white-space:nowrap;background:#302310b8;border:1px solid #ffd38461;border-radius:999px;flex:none;align-items:center;padding:2px 5px;font-size:7px;font-weight:800;line-height:1.2;display:inline-flex}.backend-guard-backdrop{z-index:280;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#030407cc;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.backend-guard-dialog{background:#11151b;border:1px solid #65414a;border-radius:13px;width:min(520px,100vw - 40px);overflow:hidden;box-shadow:0 28px 90px #000000a6}.backend-guard-dialog>header,.backend-guard-dialog>footer{border-bottom:1px solid #2b313c;justify-content:space-between;align-items:center;gap:10px;min-height:56px;padding:11px 14px;display:flex}.backend-guard-dialog>header>span{color:#ef9ca7;align-items:center;gap:9px;display:flex}.backend-guard-dialog>header strong{color:#edf1f6;font-size:12px}.backend-guard-body{gap:12px;padding:15px;display:grid}.backend-guard-warning{color:#f09aa6;background:#251419;border:1px solid #65414a;border-radius:8px;align-items:flex-start;gap:9px;padding:10px;display:flex}.backend-guard-warning>svg{flex:none}.backend-guard-warning span{flex-direction:column;gap:4px;display:flex}.backend-guard-warning strong{color:#ffd5da;font-size:10px}.backend-guard-warning small,.backend-guard-body>p{color:#a7aeb9;margin:0;font-size:9px;line-height:1.55}.backend-guard-body dl{background:#0c1016;border-radius:7px;grid-template-columns:75px minmax(0,1fr);gap:6px 10px;margin:0;padding:9px;font-size:8px;display:grid}.backend-guard-body dt{color:#747f90}.backend-guard-body dd{color:#b9c2cf;text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.backend-guard-dialog>footer{border-top:1px solid #2b313c;border-bottom:0;justify-content:flex-end}.backend-guard-dialog>footer button{align-items:center;gap:6px;width:auto;margin:0;padding:0 11px;display:inline-flex}.menu-export .backend-feature-badge{margin-left:2px}.transcript-toolbar button .backend-feature-badge,.analyze-audio-button .backend-feature-badge,.inspector-primary-action .backend-feature-badge{margin-left:4px}.export-steps.export-steps--phases{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.export-steps--phases li{white-space:normal;text-align:center;justify-content:center}.export-preflight-backdrop{z-index:6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#040508db;place-items:center;padding:18px;display:grid;position:absolute;inset:0}.export-preflight-dialog{background:#11151b;border:1px solid #66523a;border-radius:12px;flex-direction:column;width:min(520px,100%);max-height:min(650px,100vh - 70px);display:flex;overflow:hidden;box-shadow:0 25px 80px #00000094}.export-preflight-dialog>header,.export-preflight-dialog>footer{border-bottom:1px solid #2b313c;justify-content:space-between;align-items:center;gap:9px;min-height:52px;padding:10px 13px;display:flex}.export-preflight-dialog>header>span{color:#e7b66c;align-items:center;gap:8px;display:flex}.export-preflight-dialog>header strong{color:#edf1f6;font-size:12px}.export-preflight-body{gap:10px;min-height:0;padding:13px;display:grid;overflow-y:auto}.export-preflight-body>p{color:#a5adba;margin:0;font-size:9px;line-height:1.55}.export-preflight-body>ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.export-preflight-body li{background:#0c1117;border:1px solid #303846;border-radius:8px;align-items:flex-start;gap:8px;padding:9px;display:flex}.export-preflight-body li>span{color:#8c97a7;flex:none;margin-top:1px}.export-preflight-body li>div{flex-direction:column;gap:3px;min-width:0;display:flex}.export-preflight-body li strong{color:#dbe1e9;font-size:9px}.export-preflight-body li small{color:#818b9a;font-size:8px;line-height:1.45}.export-preflight-body li.is-ok{background:#0f1d18;border-color:#2f584a}.export-preflight-body li.is-ok>span{color:#80d6b3}.export-preflight-body li.is-info{background:#101722;border-color:#3b4760}.export-preflight-body li.is-info>span{color:#8aa6e8}.export-preflight-body li.is-warning{background:#241c10;border-color:#63502f}.export-preflight-body li.is-warning>span{color:#e2b66d}.export-preflight-body li.is-error{background:#251419;border-color:#693b45}.export-preflight-body li.is-error>span{color:#f095a2}.export-preflight-backend-help{background:#251419;border:1px solid #693b45;border-radius:7px;color:#efabb4!important;padding:9px!important}.export-preflight-dialog>footer{border-top:1px solid #2b313c;border-bottom:0;justify-content:flex-end}.export-preflight-dialog>footer button{width:auto;margin:0;padding:0 11px}.export-preset-grid{border:0;margin:0;padding:0}.export-preset-grid label{color:#d9deea;text-align:left;cursor:pointer;background:#111620;border:1px solid #2c3442;border-radius:8px;flex-direction:column;gap:4px;min-height:58px;padding:8px;display:flex}.export-preset-grid label:hover{border-color:#5b50a3}.export-preset-grid label.is-selected{background:#1b1730;border-color:#8067f1;box-shadow:inset 0 0 0 1px #8067f140}.export-preset-grid label>input{opacity:0;block-size:1px;inline-size:1px;position:absolute}.export-preset-grid label:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:2px}.export-preset-grid label:has(input:disabled){opacity:.55;cursor:not-allowed}.video-frame>.mosaic-overlay-layer{z-index:15;pointer-events:none;position:absolute;overflow:hidden}.video-frame>.image-overlay-layer,.video-frame>.mosaic-overlay-layer,.video-frame>.text-overlay-layer,.video-frame>.subtitle-overlay-layer,.video-frame>.text-overlay-layer.has-selection{z-index:auto}.image-overlay,.text-overlay,.subtitle-overlay,.mosaic-render-canvas,.mosaic-selection-box{isolation:auto}.safe-zone-layer{z-index:100000}.track-controls button{color:#667182;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:18px;height:18px;padding:0;display:inline-grid}.track-controls button:hover{color:#d7dbea;background:#252b38}.track-controls button.is-active{color:#fff;background:#6b54d8}.track-controls button:disabled{opacity:.35;cursor:not-allowed}.track-controls em{color:#707a8a;font-size:7px;font-style:normal}.subtitle-track.is-hidden{background:repeating-linear-gradient(135deg,#11141a 0 6px,#151922 6px 12px)}.subtitle-track.is-locked{opacity:.75}.source-audio-clip{background:#173d37;border:1px solid #397565;border-radius:4px;height:26px;position:absolute;top:4px;overflow:hidden}.source-audio-clip>span{opacity:.9;position:absolute;inset:3px}.source-audio-clip i{background:#6bc7a9;width:1px;max-height:45%;position:absolute;bottom:50%;box-shadow:0 1px #6bc7a9}.source-audio-clip.is-muted{opacity:.38;filter:grayscale()}.track-row.is-track-hidden{opacity:.28;filter:grayscale(.8)}.track-row.is-track-locked .editable-track-clip{cursor:not-allowed}.layer-order-controls{background:#10151d;border:1px solid #2d3442;border-radius:8px;margin:10px;padding:9px}.layer-order-controls>div:first-child{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:9px;display:flex}.layer-order-controls>div:first-child span{color:#8d96a6}.layer-order-controls>div:last-child{grid-template-columns:1fr 1fr;gap:5px;display:grid}.layer-order-controls button{color:#cfd5e0;cursor:pointer;background:#171d27;border:1px solid #343b4b;border-radius:6px;justify-content:center;align-items:center;gap:4px;min-height:29px;font-size:8px;display:flex}.layer-order-controls button:disabled{opacity:.4;cursor:not-allowed}.layer-order-controls>p{color:#d1a866;margin:7px 0 0;font-size:8px}.keyframe-controls{background:#12121c;border:1px solid #3d3458;border-radius:8px;flex-direction:column;gap:8px;margin:10px;padding:9px;display:flex}.keyframe-controls__heading,.keyframe-controls__heading>span,.keyframe-navigation{align-items:center;display:flex}.keyframe-controls__heading{color:#ded7f7;justify-content:space-between;font-size:9px}.keyframe-controls__heading>span{color:#a98cff;gap:5px}.keyframe-controls__heading em{color:#817a91;font-style:normal}.keyframe-add-button{color:#e8ddff;cursor:pointer;background:#2a2142;border:1px solid #6d54a8;border-radius:6px;justify-content:center;align-items:center;gap:5px;min-height:31px;font-size:8px;display:flex}.keyframe-add-button:disabled{opacity:.4;cursor:not-allowed}.keyframe-navigation{gap:5px}.keyframe-navigation>button{color:#cfc7e8;cursor:pointer;background:#191925;border:1px solid #343342;border-radius:5px;place-items:center;width:27px;height:27px;display:grid}.keyframe-navigation>button:disabled{opacity:.35}.keyframe-navigation>span{text-align:center;color:#9c96aa;flex:1;font-size:8px}.keyframe-chip-list{gap:4px;padding-bottom:2px;display:flex;overflow-x:auto}.keyframe-chip-list button{color:#8f899b;background:#181822;border:1px solid #353344;border-radius:5px;flex:none;align-items:center;gap:3px;height:23px;font-size:7px;display:flex}.keyframe-chip-list button.is-selected{color:#eee5ff;background:#302449;border-color:#8d6fd2}.keyframe-easing-field{color:#8f899b;justify-content:space-between;align-items:center;gap:8px;font-size:8px;display:flex}.keyframe-easing-field select{color:#ddd7e9;background:#181822;border:1px solid #373545;border-radius:5px;height:27px;padding:0 6px;font-size:8px}.keyframe-controls>small{color:#9d835d;font-size:7px;line-height:1.45}.timeline-keyframe-marker{z-index:6;pointer-events:auto;cursor:ew-resize;opacity:.32;border-radius:1px;transition:opacity .12s,background .12s,box-shadow .12s,scale .12s;box-shadow:0 0 0 1px #08070d8c;background:#8b79ad!important;border:1px solid #b9a8db!important;width:7px!important;height:7px!important;position:absolute!important;bottom:3px!important;overflow:visible!important;transform:translate(-50%)rotate(45deg)!important}.timeline-keyframe-marker.is-object-selected{opacity:.86;background:#b79aff!important;border-color:#e5dbff!important}.timeline-keyframe-marker.is-selected{opacity:1;scale:1.18;box-shadow:0 0 0 2px #9d77ff80,0 0 10px #8d63ffe6;background:#8d63ff!important;border-color:#fff!important}.timeline-keyframe-marker:hover{opacity:1;background:#c6b0ff!important;border-color:#fff!important}.is-track-locked .timeline-keyframe-marker,.editable-track-clip.is-locked .timeline-keyframe-marker{cursor:not-allowed}.mosaic-timeline-clip{background:linear-gradient(135deg,#294f59,#203840);border-color:#547f91}.keyframe-time-field{color:#8f899b;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:8px;font-size:8px;display:grid}.keyframe-time-field .inspector-number-input{height:27px}.overlay-property-field select{color:#edf1f7;background:#0c1016;border:1px solid #303847;border-radius:5px;height:30px;padding:0 6px;font-size:9px}.layer-object-list{background:#0d1219;border:1px solid #2d3442;border-radius:9px;margin:10px;overflow:hidden}.layer-object-list>header{border-bottom:1px solid #252c38;justify-content:space-between;align-items:center;padding:9px 10px;display:flex}.layer-object-list>header div{flex-direction:column;gap:2px;display:flex}.layer-object-list>header strong{font-size:10px}.layer-object-list>header span,.layer-object-list>header em{color:#7f8999;font-size:8px;font-style:normal}.layer-object-list>div{max-height:210px;padding:5px;overflow:auto}.layer-object-list>div>button{color:#d8deea;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:42px 1fr auto;align-items:center;width:100%;min-height:36px;padding:5px 7px;display:grid}.layer-object-list>div>button:hover{background:#171d27}.layer-object-list>div>button.is-selected{background:#211b38;border-color:#6756b8}.layer-object-list button span{color:#9d8bed;font-size:7px}.layer-object-list button strong{white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.layer-object-list button small{color:#788293;font-size:7px}.layer-object-list p{color:#737d8d;margin:8px;font-size:8px}.mosaic-render-canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.mosaic-selection-box{pointer-events:auto;cursor:move;touch-action:none;background:#7c5cff09;border:1px dashed #cbb9ffb8;position:absolute}.mosaic-selection-box.is-selected{border-style:solid;border-color:#bba7ff;box-shadow:0 0 0 2px #7c5cff52,inset 0 0 22px #7c5cff14}.mosaic-resize-handle{background:#c6b4ff;border:1px solid #181224;border-radius:2px;width:9px;height:9px;position:absolute}.mosaic-resize-handle.is-nw{cursor:nwse-resize;top:-5px;left:-5px}.mosaic-resize-handle.is-ne{cursor:nesw-resize;top:-5px;right:-5px}.mosaic-resize-handle.is-sw{cursor:nesw-resize;bottom:-5px;left:-5px}.mosaic-resize-handle.is-se{cursor:nwse-resize;bottom:-5px;right:-5px}.mosaic-add-button{color:#bdadff;text-align:left;cursor:pointer;background:#171526;border:1px solid #453c72;border-radius:8px;align-items:center;gap:8px;width:calc(100% - 20px);min-height:48px;margin:0 10px 9px;padding:8px 9px;display:flex}.mosaic-add-button:disabled{opacity:.4;cursor:not-allowed}.mosaic-add-button span{gap:2px;display:grid}.mosaic-add-button strong{color:#ece7ff;font-size:9px}.mosaic-add-button small{color:#8d84ac;font-size:7px}.mosaic-inspector{background:#0d1118;border:1px solid #34304a;border-radius:9px;margin:0 10px 10px;padding:10px}.mosaic-inspector>header{color:#a991ff;align-items:center;gap:8px;display:flex}.mosaic-inspector>header span{gap:2px;display:grid}.mosaic-inspector>header strong{color:#e8e4f2;font-size:10px}.mosaic-inspector>header small{color:#817b92;font-size:7px}.segmented-radio{background:#080b10;border:0;border-radius:7px;grid-template-columns:1fr 1fr;gap:4px;margin:10px 0;padding:3px;display:grid}.segmented-radio label{color:#8f97a5;cursor:pointer;border:1px solid #0000;border-radius:5px;place-items:center;min-height:29px;font-size:8px;display:grid}.segmented-radio label.is-selected{color:#e5deff;background:#26203f;border-color:#6254b6}.segmented-radio input{opacity:0;block-size:1px;inline-size:1px;position:absolute}.segmented-radio label:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:1px}.mosaic-range{gap:5px;padding:0 2px 8px;display:grid}.mosaic-range span{color:#8f97a5;justify-content:space-between;font-size:8px;display:flex}.mosaic-range input{accent-color:#7c5cff;width:100%}.mosaic-coming-soon{color:#d5b76c;background:#1d190f;border:1px solid #4e4327;border-radius:7px;gap:7px;margin:9px 0;padding:8px;font-size:8px;line-height:1.5;display:flex}.mosaic-coming-soon span{display:grid}.mosaic-coming-soon strong{color:#f0cf79}.renderer-status-grid{grid-template-columns:1fr 1fr;gap:6px;margin-bottom:7px;display:grid}.renderer-status-grid>span{background:#0d1117;border:1px solid #2c3441;border-radius:7px;gap:3px;padding:8px;display:grid}.renderer-status-grid small{color:#7e8898;font-size:8px}.renderer-status-grid strong{color:#dce2ec;font-size:9px}.is-spinning{animation:.8s linear infinite diagnostics-spin}@keyframes diagnostics-spin{to{transform:rotate(360deg)}}@media (width<=660px){.diagnostics-list{grid-template-columns:1fr}.diagnostics-heading{align-items:flex-start}}.login-beta-info{color:#9d8ee0;text-align:left;background:#2c244573;border:1px solid #343047;border-radius:8px;align-items:flex-start;gap:8px;margin-top:12px;padding:10px;display:flex}.login-beta-info>svg{flex:none;margin-top:1px}.login-beta-info span,.login-beta-info strong,.login-beta-info small,.login-beta-info a{display:block}.login-beta-info strong{color:#ddd6f2;font-size:9px}.login-beta-info small{color:#8f899a;margin-top:4px;font-size:8px;line-height:1.5}.login-beta-info a{color:#8cabff;margin-top:6px;font-size:8px;text-decoration:none}.login-beta-info a:hover{text-decoration:underline}.settings-app-info>a{color:#91aff2;grid-column:1/-1;width:fit-content;font-size:9px;text-decoration:none}.settings-app-info>a:hover,.about-project a{color:#a9c0ff;text-decoration:underline}.local-storage-scope{color:#a998e7;background:#15151d;border:1px solid #353447;border-radius:8px;align-items:center;gap:8px;width:fit-content;margin:-37px 0 24px auto;padding:8px 11px;display:flex}.local-storage-scope span,.local-storage-scope small,.local-storage-scope strong{display:block}.local-storage-scope small{color:#777f8e;font-size:8px}.local-storage-scope strong{color:#d8d2e2;margin-top:2px;font-size:9px}.home-workspace-info{color:#aa96ed;background:linear-gradient(100deg,#2b2344b8,#15151df5);border:1px solid #3b3552;border-radius:10px;align-items:center;gap:11px;width:min(560px,100%);margin:-28px 0 18px auto;padding:11px 13px;display:flex}.home-workspace-info>svg{flex:none}.home-workspace-info>div,.home-workspace-info strong,.home-workspace-info small{min-width:0;display:block}.home-workspace-info strong{color:#ddd7e9;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.home-workspace-info small{color:#8d8798;margin-top:4px;font-size:8px;line-height:1.55}.home-workspace-info.is-dev{color:#d0a75f;background:linear-gradient(100deg,#43301799,#15151df5);border-color:#574831}.beta-chip{color:#d9cff9;letter-spacing:.08em;text-transform:uppercase;background:#7f59ff33;border-radius:999px;width:fit-content;padding:2px 6px;font-size:7px;font-weight:800;display:inline-flex}.home-workspace-info.is-dev .beta-chip{color:#ead4a9;background:#b87e272e}.project-section-note{color:#7f8794;margin-top:4px;font-size:9px;font-weight:400;display:block}.legacy-project-banner{color:#e5b873;background:linear-gradient(90deg,#241c12,#17171c);border:1px solid #625039;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:11px;margin-bottom:18px;padding:13px 14px;display:grid}.legacy-project-banner>div{flex-direction:column;gap:3px;min-width:0;display:flex}.legacy-project-banner strong{color:#f0d7b1;font-size:11px}.legacy-project-banner span{color:#a4947d;font-size:9px}.legacy-project-banner .secondary-button{margin:0}.settings-local-scope{background:#15141c;border:1px solid #373447;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:8px 9px;display:flex}.settings-local-scope small{color:#7f8795;font-size:8px}.settings-local-scope strong{color:#cfc6eb;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}
