.PlaylistBrowser-module__sY95GG__panel{height:100%;padding:var(--space-3)0;flex-direction:column;display:flex}.PlaylistBrowser-module__sY95GG__header{padding-left:var(--space-3);padding-right:var(--space-3);margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.PlaylistBrowser-module__sY95GG__addBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)ease;background:0 0;justify-content:center;align-items:center;display:flex}.PlaylistBrowser-module__sY95GG__addBtn:hover{border-color:var(--border-hover);color:var(--text-secondary);background:#ffffff0d}.PlaylistBrowser-module__sY95GG__clearBtn{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all var(--duration-fast)ease;opacity:.6;background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:2px 6px;font-size:10px;display:flex}.PlaylistBrowser-module__sY95GG__clearBtn:hover{color:#ef4444;opacity:1}.PlaylistBrowser-module__sY95GG__clearBtn.PlaylistBrowser-module__sY95GG__confirmClear{color:#ef4444;opacity:1;background:#ef44441a;border-color:#ef44444d;padding-right:8px;box-shadow:0 0 10px #ef44441a}.PlaylistBrowser-module__sY95GG__clearText{font-weight:600}.PlaylistBrowser-module__sY95GG__shuffleBtn{border-radius:var(--radius-sm);width:22px;height:22px;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)ease;opacity:.6;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex}.PlaylistBrowser-module__sY95GG__shuffleBtn:hover{color:var(--crucible-red);opacity:1;background:#ef44440d}.PlaylistBrowser-module__sY95GG__shuffleBtn.PlaylistBrowser-module__sY95GG__active{color:var(--crucible-red);opacity:1;box-shadow:0 0 10px var(--crucible-red-muted);background:#ef44441a;border-color:#ef44444d}.PlaylistBrowser-module__sY95GG__trackList{flex-direction:column;flex:1;gap:0;display:flex;overflow-y:auto}.PlaylistBrowser-module__sY95GG__emptyState{justify-content:center;align-items:center;gap:var(--space-3);color:var(--text-muted);text-align:center;flex-direction:column;flex:1;display:flex}.PlaylistBrowser-module__sY95GG__emptyIcon{opacity:.3}.PlaylistBrowser-module__sY95GG__trackItem{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;transition:all var(--duration-fast)ease;background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #0000;border-top-width:2px;padding:6px 8px;display:flex;position:relative;box-shadow:0 2px 4px #0000001a}.PlaylistBrowser-module__sY95GG__trackItem:active{cursor:grabbing}.PlaylistBrowser-module__sY95GG__draggingTrack{opacity:.5;background:#ef44441a;border-color:#ef44444d}.PlaylistBrowser-module__sY95GG__dropTarget{border-top:2px solid var(--crucible-red);box-shadow:0 -4px 12px var(--crucible-red-muted)}.PlaylistBrowser-module__sY95GG__bottomDropZone{border-radius:var(--radius-sm);height:4px;transition:all var(--duration-fast)ease;margin:4px 8px}.PlaylistBrowser-module__sY95GG__dropZoneActive{background:linear-gradient(90deg,transparent,var(--crucible-red),transparent);height:8px;box-shadow:0 0 12px var(--crucible-red-glow)}.PlaylistBrowser-module__sY95GG__trackItem:hover{background:linear-gradient(145deg,#ffffff0f 0%,#ffffff05 100%);border-color:#ffffff1a;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.PlaylistBrowser-module__sY95GG__trackItem.PlaylistBrowser-module__sY95GG__selected{box-shadow:0 0 12px var(--crucible-red-muted);background:linear-gradient(145deg,#ef44441a 0%,#7f1d1d0d 100%);border-color:#ef44444d}.PlaylistBrowser-module__sY95GG__trackMeta{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:32px;display:flex}.PlaylistBrowser-module__sY95GG__trackIcon{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);background:#ffffff0d;justify-content:center;align-items:center;display:flex}.PlaylistBrowser-module__sY95GG__trackDuration{color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:center;font-size:9px;line-height:1}.PlaylistBrowser-module__sY95GG__trackItem.PlaylistBrowser-module__sY95GG__selected .PlaylistBrowser-module__sY95GG__trackIcon{color:var(--crucible-red);background:#ef444433}.PlaylistBrowser-module__sY95GG__trackInfo{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.PlaylistBrowser-module__sY95GG__trackName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:13px;font-weight:500;overflow:hidden}.PlaylistBrowser-module__sY95GG__trackArtist{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:11px;overflow:hidden}.PlaylistBrowser-module__sY95GG__trackActions{opacity:0;pointer-events:none;transition:opacity var(--duration-fast)ease;background:linear-gradient(to left,var(--glass-bg-heavy)80%,transparent);border-radius:var(--radius-sm);align-items:center;gap:4px;height:100%;padding-left:12px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.PlaylistBrowser-module__sY95GG__trackItem:hover .PlaylistBrowser-module__sY95GG__trackActions{opacity:1;pointer-events:auto}.PlaylistBrowser-module__sY95GG__moreBtn,.PlaylistBrowser-module__sY95GG__actionBtn{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)ease;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.PlaylistBrowser-module__sY95GG__moreBtn:hover,.PlaylistBrowser-module__sY95GG__actionBtn:hover{color:var(--text-secondary);background:#ffffff1a}.PlaylistBrowser-module__sY95GG__panel.PlaylistBrowser-module__sY95GG__dragging{border:2px dashed var(--crucible-red);background:#ef44440d}.PlaylistBrowser-module__sY95GG__dropOverlay{justify-content:center;align-items:center;gap:var(--space-3);color:var(--crucible-red);z-index:100;border-radius:var(--radius-md);background:#050508e6;flex-direction:column;font-size:14px;font-weight:500;display:flex;position:absolute;inset:0}.PlaylistBrowser-module__sY95GG__editInput{border:1px solid var(--border-active);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);background:#0000004d;outline:none;padding:2px 4px;font-size:13px;font-weight:500}.PlaylistBrowser-module__sY95GG__spinning{animation:1s linear infinite PlaylistBrowser-module__sY95GG__spin}@keyframes PlaylistBrowser-module__sY95GG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PlaylistBrowser-module__sY95GG__trackItem.PlaylistBrowser-module__sY95GG__selected .PlaylistBrowser-module__sY95GG__hasLyrics{color:var(--crucible-red)}.PlaylistBrowser-module__sY95GG__settingsSection{border-top:1px solid var(--border-subtle);padding-top:var(--space-2);flex-direction:column;display:flex}.PlaylistBrowser-module__sY95GG__settingsContent{padding:var(--space-2);gap:var(--space-2);flex-direction:column;height:auto;max-height:400px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.PlaylistBrowser-module__sY95GG__collapsed .PlaylistBrowser-module__sY95GG__settingsContent{max-height:0;padding:0 var(--space-2);opacity:0}.PlaylistBrowser-module__sY95GG__settingItem{flex-direction:column;gap:4px;display:flex}.PlaylistBrowser-module__sY95GG__settingHeader{justify-content:space-between;align-items:center;display:flex}.PlaylistBrowser-module__sY95GG__settingLabel{color:var(--text-secondary);cursor:pointer;justify-content:space-between;align-items:center;width:100%;font-size:13px;display:flex}.PlaylistBrowser-module__sY95GG__settingValue{color:var(--crucible-red);font-size:11px;font-weight:600}.PlaylistBrowser-module__sY95GG__checkbox{width:14px;height:14px;accent-color:var(--crucible-red);cursor:pointer}.PlaylistBrowser-module__sY95GG__range{width:100%;height:4px;accent-color:var(--crucible-red);cursor:pointer;background:#ffffff1a;border-radius:2px}.PlaylistBrowser-module__sY95GG__rangeLabels{color:var(--text-muted);justify-content:space-between;padding:0 2px;font-size:9px;display:flex}.PlaylistBrowser-module__sY95GG__monitorSection{border-top:1px solid var(--border-subtle);padding-top:var(--space-2);flex-direction:column;margin-top:auto;display:flex}.PlaylistBrowser-module__sY95GG__monitorHeader{padding:var(--space-2);cursor:pointer;border-radius:var(--radius-sm);color:var(--text-secondary);transition:all var(--duration-fast)ease;justify-content:space-between;align-items:center;font-size:13px;font-weight:500;display:flex}.PlaylistBrowser-module__sY95GG__monitorHeader:hover{color:var(--text-primary);background:#ffffff0d}.PlaylistBrowser-module__sY95GG__collapseIcon{transition:transform .3s;transform:rotate(0)}.PlaylistBrowser-module__sY95GG__collapsed .PlaylistBrowser-module__sY95GG__collapseIcon{transform:rotate(-90deg)}.PlaylistBrowser-module__sY95GG__monitorContent{height:100px;transition:height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.PlaylistBrowser-module__sY95GG__collapsed .PlaylistBrowser-module__sY95GG__monitorContent{height:0}@media (max-width:1200px){.PlaylistBrowser-module__sY95GG__panel{padding:var(--space-2)}.PlaylistBrowser-module__sY95GG__header{margin-bottom:var(--space-2)}.PlaylistBrowser-module__sY95GG__trackName{font-size:12px}.PlaylistBrowser-module__sY95GG__trackArtist{font-size:10px}.PlaylistBrowser-module__sY95GG__trackIcon{width:28px;height:28px}.PlaylistBrowser-module__sY95GG__trackMeta{width:28px}.PlaylistBrowser-module__sY95GG__monitorContent{height:100px}}@media (max-width:1024px){.PlaylistBrowser-module__sY95GG__panel{padding:var(--space-1)}.PlaylistBrowser-module__sY95GG__header{margin-bottom:var(--space-1)}.PlaylistBrowser-module__sY95GG__addBtn{width:20px;height:20px}.PlaylistBrowser-module__sY95GG__trackItem{gap:var(--space-1);padding:4px 6px}.PlaylistBrowser-module__sY95GG__trackName{font-size:11px}.PlaylistBrowser-module__sY95GG__trackArtist{font-size:9px}.PlaylistBrowser-module__sY95GG__trackDuration{font-size:8px}.PlaylistBrowser-module__sY95GG__trackIcon{width:24px;height:24px}.PlaylistBrowser-module__sY95GG__trackMeta{width:24px}.PlaylistBrowser-module__sY95GG__moreBtn,.PlaylistBrowser-module__sY95GG__actionBtn{width:20px;height:20px}.PlaylistBrowser-module__sY95GG__monitorHeader{padding:var(--space-1);font-size:11px}.PlaylistBrowser-module__sY95GG__monitorContent{height:80px}}@media (max-width:900px){.PlaylistBrowser-module__sY95GG__panel{padding:4px}.PlaylistBrowser-module__sY95GG__header{margin-bottom:2px}.PlaylistBrowser-module__sY95GG__trackItem{padding:3px 5px}.PlaylistBrowser-module__sY95GG__trackName{font-size:10px}.PlaylistBrowser-module__sY95GG__trackArtist{font-size:8px}.PlaylistBrowser-module__sY95GG__trackIcon{width:20px;height:20px}.PlaylistBrowser-module__sY95GG__trackMeta{width:20px}.PlaylistBrowser-module__sY95GG__monitorContent{height:60px}}.PlaylistBrowser-module__sY95GG__helpBtn{width:24px;height:24px;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)ease;background:#ffffff0d;border:none;border-radius:9999px;justify-content:center;align-items:center;display:flex}.PlaylistBrowser-module__sY95GG__helpBtn:hover{color:#fff;background:#ffffff1a}@media (max-width:768px){.PlaylistBrowser-module__sY95GG__addBtn,.PlaylistBrowser-module__sY95GG__helpBtn,.PlaylistBrowser-module__sY95GG__shuffleBtn{background:#ffffff0d;border-radius:8px;width:44px;height:44px}.PlaylistBrowser-module__sY95GG__clearBtn{background:#ffffff0d;justify-content:center;align-items:center;height:44px;padding:0 16px;font-size:13px;display:flex}.PlaylistBrowser-module__sY95GG__clearBtn.PlaylistBrowser-module__sY95GG__confirmClear{background:#ef444426;width:auto;padding:0 16px}.PlaylistBrowser-module__sY95GG__panel{padding:var(--space-4);height:100%;padding-bottom:100px;overflow-y:auto}.PlaylistBrowser-module__sY95GG__trackItem{background:#ffffff08;min-height:56px;margin-bottom:0;padding:12px}.PlaylistBrowser-module__sY95GG__trackName{margin-bottom:2px;font-size:15px}.PlaylistBrowser-module__sY95GG__trackArtist{font-size:13px}.PlaylistBrowser-module__sY95GG__trackIcon{width:36px;height:36px}.PlaylistBrowser-module__sY95GG__trackMeta{width:36px;margin-right:12px}.PlaylistBrowser-module__sY95GG__trackDuration{margin-top:4px;font-size:11px}.PlaylistBrowser-module__sY95GG__trackActions{opacity:1;pointer-events:auto;background:0 0;padding-left:0;position:relative;top:auto;right:auto;transform:none}.PlaylistBrowser-module__sY95GG__header{margin-bottom:20px}.PlaylistBrowser-module__sY95GG__settingLabel{padding:12px 0;font-size:15px}.PlaylistBrowser-module__sY95GG__checkbox{width:20px;height:20px}.PlaylistBrowser-module__sY95GG__range{height:8px}.PlaylistBrowser-module__sY95GG__trackList{flex:none;overflow:visible}.PlaylistBrowser-module__sY95GG__monitorSection{margin-top:var(--space-4);z-index:5;margin-bottom:120px;position:relative}.PlaylistBrowser-module__sY95GG__monitorContent{height:120px}.PlaylistBrowser-module__sY95GG__moreBtn,.PlaylistBrowser-module__sY95GG__actionBtn{border-radius:var(--radius-sm);width:44px;height:44px}.PlaylistBrowser-module__sY95GG__moreBtn svg,.PlaylistBrowser-module__sY95GG__actionBtn svg{width:20px;height:20px}}
.LyricSyncPanel-module__DDoxKG__overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;box-sizing:border-box;background:#000000f2;justify-content:center;align-items:center;width:100dvw;height:100dvh;margin:0;padding:0;display:flex;position:fixed;inset:0;overflow:hidden}.LyricSyncPanel-module__DDoxKG__panel{color:#fff;box-sizing:border-box;flex-direction:column;width:100%;height:100%;margin:0;padding:clamp(12px,2vh,16px) clamp(16px,2vw,24px);display:flex;overflow:hidden}.LyricSyncPanel-module__DDoxKG__header{border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.LyricSyncPanel-module__DDoxKG__trackInfo{flex-direction:column;gap:4px;display:flex}.LyricSyncPanel-module__DDoxKG__label{letter-spacing:.15em;color:#ffffff80;text-transform:uppercase;font-size:10px;font-weight:700}.LyricSyncPanel-module__DDoxKG__trackName{color:var(--crucible-red);font-size:16px;font-weight:600}.LyricSyncPanel-module__DDoxKG__closeBtn{color:#fff9;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:8px;transition:all .2s}.LyricSyncPanel-module__DDoxKG__closeBtn:hover{color:#fff;background:#ffffff26}.LyricSyncPanel-module__DDoxKG__threePanel{flex:1;gap:0;margin-top:12px;display:flex;overflow:hidden}.LyricSyncPanel-module__DDoxKG__panelTitle{letter-spacing:.15em;color:#ffffff59;text-transform:uppercase;flex-shrink:0;margin-bottom:10px;font-size:10px;font-weight:700;display:block}.LyricSyncPanel-module__DDoxKG__leftPanel{border-right:1px solid #ffffff14;flex-direction:column;flex:0 0 clamp(280px,25%,500px);min-width:240px;padding:16px;display:flex;overflow:hidden}.LyricSyncPanel-module__DDoxKG__editorContainer{border-radius:8px;flex:1;position:relative;overflow:hidden}.LyricSyncPanel-module__DDoxKG__lineHighlight{border-left:2px solid var(--crucible-red);pointer-events:none;z-index:1;background:#ef444414;transition:top .2s;position:absolute;left:0;right:0}.LyricSyncPanel-module__DDoxKG__editorTextarea{color:#ffffffd9;resize:none;z-index:2;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;height:100%;padding:12px;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:29px;transition:border-color .2s;position:relative;overflow-x:auto}.LyricSyncPanel-module__DDoxKG__editorTextarea:focus{border-color:#ef44444d}.LyricSyncPanel-module__DDoxKG__editorTextarea::placeholder{color:#fff3}.LyricSyncPanel-module__DDoxKG__centerPanel{cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid #0000;border-radius:12px;outline:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:clamp(12px,2vh,24px);min-width:0;padding:clamp(12px,2vw,24px);transition:border-color .2s;display:flex;position:relative;overflow:hidden}.LyricSyncPanel-module__DDoxKG__centerPanel.LyricSyncPanel-module__DDoxKG__centerFocused{border-color:#ef444433}.LyricSyncPanel-module__DDoxKG__focusHint{z-index:10;color:#ffffffb3;letter-spacing:.05em;cursor:pointer;background:#0009;justify-content:center;align-items:center;font-size:16px;font-weight:600;animation:2.5s ease-in-out infinite LyricSyncPanel-module__DDoxKG__pulse;display:flex;position:absolute;inset:0}@keyframes LyricSyncPanel-module__DDoxKG__pulse{0%,to{opacity:.7}50%{opacity:1}}.LyricSyncPanel-module__DDoxKG__wordDisplay{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:clamp(6px,1vh,12px);width:100%;min-height:0;display:flex}.LyricSyncPanel-module__DDoxKG__line{justify-content:center;align-items:center;width:100%;transition:opacity .5s cubic-bezier(.4,0,.2,1);animation:.4s ease-out LyricSyncPanel-module__DDoxKG__lineEntry;display:flex;overflow:hidden}.LyricSyncPanel-module__DDoxKG__lineInner{white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;gap:20px;display:flex}@keyframes LyricSyncPanel-module__DDoxKG__lineEntry{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.LyricSyncPanel-module__DDoxKG__activeLine{z-index:2}.LyricSyncPanel-module__DDoxKG__word{opacity:.3;color:#ffffff80;font-size:clamp(1.4rem,2.5vw,2.6rem);font-weight:500;transition:color .15s,opacity .15s,text-shadow .15s}.LyricSyncPanel-module__DDoxKG__word.LyricSyncPanel-module__DDoxKG__current{color:var(--crucible-red);opacity:1;text-shadow:0 0 30px var(--crucible-red-glow)}.LyricSyncPanel-module__DDoxKG__word.LyricSyncPanel-module__DDoxKG__past{color:#fff6;opacity:.5}.LyricSyncPanel-module__DDoxKG__word.LyricSyncPanel-module__DDoxKG__upcoming{color:#fff9}.LyricSyncPanel-module__DDoxKG__standby{color:#fff6;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.LyricSyncPanel-module__DDoxKG__standby svg{color:var(--crucible-red);opacity:.5}.LyricSyncPanel-module__DDoxKG__standbyTitle{color:#fff9;font-size:18px;font-weight:600}.LyricSyncPanel-module__DDoxKG__standbyInstructions{flex-direction:column;gap:8px;display:flex}.LyricSyncPanel-module__DDoxKG__standbyInstructions p{color:#fff6;margin:0;font-size:13px}.LyricSyncPanel-module__DDoxKG__standbyInstructions kbd{color:var(--crucible-red);background:#ffffff1a;border:1px solid #ffffff26;border-radius:4px;margin:0 2px;padding:1px 6px;font-family:monospace;font-size:11px;display:inline-block}.LyricSyncPanel-module__DDoxKG__progressContainer{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:100%;max-width:min(400px,80%);display:flex}.LyricSyncPanel-module__DDoxKG__progressBar{background:#ffffff1a;border-radius:2px;width:100%;height:4px;overflow:hidden}.LyricSyncPanel-module__DDoxKG__progressFill{background:linear-gradient(90deg,#991b1b,#ef4444);border-radius:2px;height:100%;transition:width .1s}.LyricSyncPanel-module__DDoxKG__progressText{color:#ffffff80;font-variant-numeric:tabular-nums;font-size:12px}.LyricSyncPanel-module__DDoxKG__preview{pointer-events:none;background:#0a0a14d9;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:100%;max-width:min(800px,95%);padding:clamp(8px,1vw,14px) clamp(12px,1.5vw,20px);display:flex}.LyricSyncPanel-module__DDoxKG__previewLabel{letter-spacing:.2em;color:#ffffff40;text-transform:uppercase;font-size:9px;font-weight:700}.LyricSyncPanel-module__DDoxKG__previewContent{flex-direction:column;align-items:center;gap:4px;width:100%;min-height:4.8rem;display:flex;position:relative;overflow:hidden}.LyricSyncPanel-module__DDoxKG__previewLine{flex-wrap:nowrap;justify-content:center;align-items:center;gap:10px;display:flex}.LyricSyncPanel-module__DDoxKG__previewPrevLine{opacity:.35;transition:opacity .3s}.LyricSyncPanel-module__DDoxKG__previewExiting{animation:.45s ease-out forwards LyricSyncPanel-module__DDoxKG__previewFadeUpOut;position:absolute;top:0;left:0;right:0}.LyricSyncPanel-module__DDoxKG__previewEntering{animation:.4s ease-out LyricSyncPanel-module__DDoxKG__previewFadeUpIn}@keyframes LyricSyncPanel-module__DDoxKG__previewFadeUpOut{0%{opacity:.7;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes LyricSyncPanel-module__DDoxKG__previewFadeUpIn{0%{opacity:0;transform:translateY(80%)}to{opacity:1;transform:translateY(0)}}.LyricSyncPanel-module__DDoxKG__previewWord{white-space:nowrap;font-size:clamp(.9rem,1.3vw,1.4rem);font-weight:500;transition:color .15s,opacity .15s,text-shadow .15s}.LyricSyncPanel-module__DDoxKG__previewWord.LyricSyncPanel-module__DDoxKG__previewActive{color:var(--crucible-red);opacity:1;text-shadow:0 0 20px var(--crucible-red-glow)}.LyricSyncPanel-module__DDoxKG__previewWord.LyricSyncPanel-module__DDoxKG__previewPast{color:#ffffff73;opacity:.7}.LyricSyncPanel-module__DDoxKG__previewWord.LyricSyncPanel-module__DDoxKG__previewUpcoming{color:#ffffff40;opacity:.5}.LyricSyncPanel-module__DDoxKG__rightPanel{border-left:1px solid #ffffff14;flex-direction:column;flex-shrink:0;gap:12px;width:200px;padding:16px;display:flex;overflow-y:auto}.LyricSyncPanel-module__DDoxKG__controlGroup{flex-direction:column;gap:6px;display:flex}.LyricSyncPanel-module__DDoxKG__controlBtn{cursor:pointer;color:#fffc;text-align:left;background:#ffffff0f;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.LyricSyncPanel-module__DDoxKG__controlBtn:hover:not(:disabled){color:#fff;background:#ffffff1f}.LyricSyncPanel-module__DDoxKG__controlBtn:disabled{opacity:.35;cursor:not-allowed}.LyricSyncPanel-module__DDoxKG__doneBtn{border:1px solid #ef444433;color:#ef4444!important}.LyricSyncPanel-module__DDoxKG__doneBtn:hover{background:#ef44441a!important}.LyricSyncPanel-module__DDoxKG__controlDivider{background:#ffffff0f;height:1px;margin:4px 0}.LyricSyncPanel-module__DDoxKG__primaryBtn{cursor:pointer;color:#fff;box-shadow:0 4px 20px var(--crucible-red-muted);background:linear-gradient(135deg,#991b1b,#ef4444);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.LyricSyncPanel-module__DDoxKG__primaryBtn:hover:not(:disabled){box-shadow:0 6px 24px var(--crucible-red-glow)}.LyricSyncPanel-module__DDoxKG__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.LyricSyncPanel-module__DDoxKG__saveBtn{cursor:pointer;color:#fca5a1;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.LyricSyncPanel-module__DDoxKG__saveBtn:hover{background:#ef44442e}.LyricSyncPanel-module__DDoxKG__settingGroup{flex-direction:column;gap:6px;display:flex}.LyricSyncPanel-module__DDoxKG__settingLabel{color:#fff9;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.LyricSyncPanel-module__DDoxKG__settingValue{color:var(--crucible-red);font-variant-numeric:tabular-nums;font-size:12px;font-weight:500}.LyricSyncPanel-module__DDoxKG__settingSlider{appearance:none;cursor:pointer;background:#ffffff1a;border-radius:2px;outline:none;width:100%;height:4px}.LyricSyncPanel-module__DDoxKG__settingSlider::-webkit-slider-thumb{appearance:none;background:var(--crucible-red);cursor:pointer;border:2px solid #0000004d;border-radius:50%;width:14px;height:14px;transition:box-shadow .2s;box-shadow:0 0 8px #ef444466}.LyricSyncPanel-module__DDoxKG__settingSlider::-webkit-slider-thumb:hover{box-shadow:0 0 14px #ef444499}.LyricSyncPanel-module__DDoxKG__settingSlider::-moz-range-thumb{background:var(--crucible-red);cursor:pointer;border:2px solid #0000004d;border-radius:50%;width:14px;height:14px;box-shadow:0 0 8px #ef444466}.LyricSyncPanel-module__DDoxKG__sliderLabels{color:#ffffff40;font-variant-numeric:tabular-nums;justify-content:space-between;font-size:9px;display:flex}.LyricSyncPanel-module__DDoxKG__shortcutList{flex-direction:column;gap:6px;display:flex}.LyricSyncPanel-module__DDoxKG__shortcutRow{align-items:center;gap:10px;display:flex}.LyricSyncPanel-module__DDoxKG__kbdSmall{color:var(--crucible-red);text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:4px;flex-shrink:0;min-width:30px;padding:2px 6px;font-family:monospace;font-size:10px;display:inline-block}.LyricSyncPanel-module__DDoxKG__shortcutLabel{color:#fff6;font-size:11px}.LyricSyncPanel-module__DDoxKG__syncCompleteCard{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 32px;animation:.6s ease-out LyricSyncPanel-module__DDoxKG__syncCompleteEntry;display:flex}@keyframes LyricSyncPanel-module__DDoxKG__syncCompleteEntry{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.LyricSyncPanel-module__DDoxKG__syncCompleteIcon{color:#22c55e;background:linear-gradient(135deg,#22c55e33,#22c55e14);border:2px solid #22c55e66;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:2s ease-in-out infinite LyricSyncPanel-module__DDoxKG__syncIconPulse;display:flex;box-shadow:0 0 30px #22c55e33}@keyframes LyricSyncPanel-module__DDoxKG__syncIconPulse{0%,to{box-shadow:0 0 20px #22c55e26}50%{box-shadow:0 0 40px #22c55e4d}}.LyricSyncPanel-module__DDoxKG__syncCompleteTitle{color:#ffffffe6;letter-spacing:.02em;margin:0;font-size:20px;font-weight:700}.LyricSyncPanel-module__DDoxKG__syncCompleteHint{color:#fff6;margin:0;font-size:13px;line-height:1.5}.LyricSyncPanel-module__DDoxKG__syncCompleteHint kbd{color:#22c55e;background:#ffffff14;border:1px solid #ffffff1f;border-radius:4px;margin:0 2px;padding:1px 6px;font-family:monospace;font-size:11px;display:inline-block}.LyricSyncPanel-module__DDoxKG__syncCompleteBtn{cursor:pointer;color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#166534,#22c55e);border:none;border-radius:10px;align-items:center;gap:8px;margin-top:8px;padding:12px 28px;font-size:15px;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 24px #22c55e4d}.LyricSyncPanel-module__DDoxKG__syncCompleteBtn:hover{transform:translateY(-1px);box-shadow:0 6px 32px #22c55e73}.LyricSyncPanel-module__DDoxKG__syncCompleteBtn:active{transform:translateY(0)}@media (max-width:1200px){.LyricSyncPanel-module__DDoxKG__leftPanel{flex:0 0 28%;min-width:220px}.LyricSyncPanel-module__DDoxKG__rightPanel{width:180px}}@media (max-width:900px){.LyricSyncPanel-module__DDoxKG__leftPanel{display:none}.LyricSyncPanel-module__DDoxKG__rightPanel{width:170px}.LyricSyncPanel-module__DDoxKG__lineInner{gap:14px}}@media (max-width:768px){.LyricSyncPanel-module__DDoxKG__panel{padding:12px}.LyricSyncPanel-module__DDoxKG__rightPanel{width:150px;padding:10px}.LyricSyncPanel-module__DDoxKG__lineInner{gap:10px}}@keyframes LyricSyncPanel-module__DDoxKG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LyricSyncPanel-module__DDoxKG__spinner{color:var(--crucible-red);animation:1s linear infinite LyricSyncPanel-module__DDoxKG__spin}.LyricSyncPanel-module__DDoxKG__mobileMainContainer{box-sizing:border-box;flex-direction:column;flex:1;justify-content:space-between;gap:clamp(6px,1.2vh,12px);width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.LyricSyncPanel-module__DDoxKG__mobileVisualStage{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:clamp(8px,1.8vh,16px);width:100%;min-width:0;min-height:0;display:flex;overflow:hidden}.LyricSyncPanel-module__DDoxKG__mobileControlDeck{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:8px;width:100%;padding-bottom:4px;display:flex}.LyricSyncPanel-module__DDoxKG__hitRow{box-sizing:border-box;gap:8px;width:100%;display:flex}.LyricSyncPanel-module__DDoxKG__giantWordBtn{color:#0d1117;letter-spacing:.05em;cursor:pointer;text-transform:uppercase;background:#4ede93;border:none;border-radius:8px;outline:none;flex:2;justify-content:center;align-items:center;min-height:56px;font-size:15px;font-weight:700;transition:all .15s ease-in-out;display:flex;box-shadow:0 0 15px #4ede9359}.LyricSyncPanel-module__DDoxKG__giantWordBtn:active{background:#3ac07b;transform:scale(.97);box-shadow:0 0 8px #4ede9333}.LyricSyncPanel-module__DDoxKG__giantLineBtn{color:#4ede93;letter-spacing:.05em;cursor:pointer;text-transform:uppercase;background:#4ede9314;border:1px solid #4ede9359;border-radius:8px;outline:none;flex:1.2;justify-content:center;align-items:center;min-height:56px;font-size:13px;font-weight:600;transition:all .15s ease-in-out;display:flex}.LyricSyncPanel-module__DDoxKG__giantLineBtn:active{background:#4ede9329;transform:scale(.97)}.LyricSyncPanel-module__DDoxKG__utilityRow{box-sizing:border-box;gap:6px;width:100%;display:flex}.LyricSyncPanel-module__DDoxKG__utilityBtn{color:#ffffffbf;cursor:pointer;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;outline:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-height:46px;font-size:10px;font-weight:500;transition:all .15s;display:flex}.LyricSyncPanel-module__DDoxKG__utilityBtn:active:not(:disabled){color:#fff;background:#ffffff1a;transform:scale(.96)}.LyricSyncPanel-module__DDoxKG__utilityBtn:disabled{opacity:.3;cursor:not-allowed}.LyricSyncPanel-module__DDoxKG__mobileDoneBtn{color:#ff525c!important;background:#ff525c0a!important;border-color:#ff525c40!important}.LyricSyncPanel-module__DDoxKG__mobileDoneBtn:active{background:#ff525c1f!important}.LyricSyncPanel-module__DDoxKG__mobileStandbyContainer{box-sizing:border-box;flex-direction:column;flex:1;justify-content:space-between;gap:12px;width:100%;min-width:0;min-height:0;display:flex;overflow:hidden}.LyricSyncPanel-module__DDoxKG__mobileEditorWrapper{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}.LyricSyncPanel-module__DDoxKG__mobileEditorTextarea{color:#fff;resize:none;box-sizing:border-box;background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;outline:none;flex:1;width:100%;padding:10px;font-family:inherit;font-size:13px;line-height:1.5;overflow-y:auto}.LyricSyncPanel-module__DDoxKG__mobileEditorTextarea:focus{border-color:#4ede934d}.LyricSyncPanel-module__DDoxKG__mobileSettingsSection{flex-direction:column;flex-shrink:0;gap:8px;display:flex}.LyricSyncPanel-module__DDoxKG__mobileSettingGroup{flex-direction:column;gap:4px;display:flex}.LyricSyncPanel-module__DDoxKG__mobileSettingLabelRow{color:#ffffffa6;justify-content:space-between;font-size:11px;display:flex}.LyricSyncPanel-module__DDoxKG__mobileStandbyButtons{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.LyricSyncPanel-module__DDoxKG__mobilePrimaryBtn{color:#0d1117;cursor:pointer;background:linear-gradient(135deg,#10b981,#4ede93);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;font-size:14px;font-weight:700;transition:all .15s;display:flex;box-shadow:0 4px 15px #4ede934d}.LyricSyncPanel-module__DDoxKG__mobilePrimaryBtn:active{transform:scale(.98)}.LyricSyncPanel-module__DDoxKG__mobilePrimaryBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.LyricSyncPanel-module__DDoxKG__mobileSaveBtn{color:#4ede93;cursor:pointer;background:#4ede930d;border:1px solid #4ede934d;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.LyricSyncPanel-module__DDoxKG__mobileSaveBtn:active{background:#4ede931f}.LyricSyncPanel-module__DDoxKG__unsupportedOverlay{z-index:10000;box-sizing:border-box;background:#050508;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.LyricSyncPanel-module__DDoxKG__unsupportedCard{text-align:center;background:#ff525c05;border:1px solid #ff525c4d;border-radius:12px;flex-direction:column;align-items:center;gap:12px;max-width:280px;padding:24px 20px;display:flex;box-shadow:0 0 25px #ff525c26}.LyricSyncPanel-module__DDoxKG__unsupportedIcon{color:#ff525c;animation:2s ease-in-out infinite LyricSyncPanel-module__DDoxKG__alertPulse}.LyricSyncPanel-module__DDoxKG__unsupportedTitle{color:#ffb4ab;margin:0;font-size:15px;font-weight:700}.LyricSyncPanel-module__DDoxKG__unsupportedText{color:#ffffffa6;margin:0;font-size:11px;line-height:1.5}.LyricSyncPanel-module__DDoxKG__unsupportedDiagnostics{font-family:var(--font-mono),monospace;color:#ffffff73;flex-direction:column;gap:3px;margin-top:6px;font-size:10px;display:flex}@keyframes LyricSyncPanel-module__DDoxKG__alertPulse{0%,to{opacity:.7;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}
.ExportTab-module__c9Abgq__container{background:var(--bg-app);flex-direction:column;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.ExportTab-module__c9Abgq__scrollableSettings{flex-direction:column;flex:auto;gap:0;min-height:0;padding-right:0;display:flex;overflow:hidden auto}.ExportTab-module__c9Abgq__modeOptions{padding:var(--space-2);gap:var(--space-1);flex-direction:column;display:flex}.ExportTab-module__c9Abgq__modeOption{align-items:center;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;transition:all .15s;display:flex}.ExportTab-module__c9Abgq__modeOption:hover{background:var(--bg-hover)}.ExportTab-module__c9Abgq__modeActive{background:var(--accent-muted);border-color:var(--accent-glow)}.ExportTab-module__c9Abgq__radioHidden{display:none}.ExportTab-module__c9Abgq__radioIndicator{border:2px solid var(--border-subtle);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .15s;display:flex}.ExportTab-module__c9Abgq__modeActive .ExportTab-module__c9Abgq__radioIndicator{border-color:var(--accent-main);box-shadow:0 0 10px var(--accent-glow)}.ExportTab-module__c9Abgq__radioInner{background:var(--accent-main);width:8px;height:8px;box-shadow:0 0 8px var(--accent-main);border-radius:50%}.ExportTab-module__c9Abgq__modeContent{flex-direction:column;gap:2px;display:flex}.ExportTab-module__c9Abgq__modeLabel{color:var(--text-secondary);font-size:13px;font-weight:500;transition:color .15s}.ExportTab-module__c9Abgq__modeActive .ExportTab-module__c9Abgq__modeLabel{color:var(--text-primary)}.ExportTab-module__c9Abgq__modeSubtext{color:var(--text-muted);font-size:10px}.ExportTab-module__c9Abgq__trackSection{background:var(--bg-panel);max-height:200px;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;flex-shrink:0;transition:all .2s;display:flex;overflow:hidden}.ExportTab-module__c9Abgq__trackSection:hover{border-color:var(--border-hover);box-shadow:var(--shadow-panel)}.ExportTab-module__c9Abgq__trackHeader{padding:var(--space-2)var(--space-3);background:var(--bg-hover);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.ExportTab-module__c9Abgq__trackHeaderLeft{align-items:center;gap:var(--space-2);display:flex}.ExportTab-module__c9Abgq__trackCount{color:var(--accent-main);background:var(--accent-muted);border-radius:var(--radius-full);border:1px solid var(--accent-glow);padding:3px 8px;font-size:10px;font-weight:600}.ExportTab-module__c9Abgq__trackList{padding:var(--space-2);flex-direction:column;flex:1;gap:1px;display:flex;overflow-y:auto}.ExportTab-module__c9Abgq__trackItem{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);border-radius:var(--radius-md);cursor:pointer;background:var(--bg-hover);border:1px solid #0000;transition:all .15s;display:flex}.ExportTab-module__c9Abgq__trackItem:hover{background:var(--bg-hover);border-color:var(--border-subtle)}.ExportTab-module__c9Abgq__trackSelected{background:var(--accent-muted);border-color:var(--accent-glow)}.ExportTab-module__c9Abgq__trackSelected:hover{background:var(--accent-muted);opacity:.8;border-color:var(--accent-main)}.ExportTab-module__c9Abgq__trackOrder{width:20px;height:20px;color:var(--text-muted);background:var(--bg-input);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.ExportTab-module__c9Abgq__trackSelected .ExportTab-module__c9Abgq__trackOrder{color:var(--accent-main);background:var(--accent-muted)}.ExportTab-module__c9Abgq__trackCheckbox{border:1.5px solid var(--border-subtle);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;transition:all .15s;display:flex}.ExportTab-module__c9Abgq__trackChecked{background:var(--accent-main);border-color:var(--accent-main);color:var(--text-inverse);box-shadow:0 0 8px var(--accent-muted)}.ExportTab-module__c9Abgq__trackIcon{background:var(--bg-input);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ExportTab-module__c9Abgq__trackSelected .ExportTab-module__c9Abgq__trackIcon{background:var(--accent-muted);color:var(--accent-main)}.ExportTab-module__c9Abgq__trackInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ExportTab-module__c9Abgq__trackName{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.ExportTab-module__c9Abgq__trackSelected .ExportTab-module__c9Abgq__trackName{color:var(--text-primary)}.ExportTab-module__c9Abgq__trackDuration{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:10px}.ExportTab-module__c9Abgq__emptyState{padding:var(--space-6);text-align:center;color:var(--text-muted);font-size:12px;font-style:italic}.ExportTab-module__c9Abgq__totalDuration{padding:var(--space-3)var(--space-4);background:var(--bg-input);border-top:1px solid var(--border-subtle);color:var(--text-muted);justify-content:space-between;align-items:center;font-size:11px;display:flex}.ExportTab-module__c9Abgq__totalDurationValue{font-variant-numeric:tabular-nums;color:var(--accent-main);font-weight:600}.ExportTab-module__c9Abgq__actionArea{padding-top:var(--space-2);margin-top:var(--space-1);border-top:1px solid var(--border-subtle);flex-shrink:0}.ExportTab-module__c9Abgq__progressContainer{background:var(--bg-input);border:1px solid var(--accent-glow);border-radius:var(--radius-md);padding:var(--space-3)}.ExportTab-module__c9Abgq__progressHeader{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.ExportTab-module__c9Abgq__progressLabel{color:var(--accent-main);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.ExportTab-module__c9Abgq__trackCounter{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:500}.ExportTab-module__c9Abgq__progressPercent{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:10px}.ExportTab-module__c9Abgq__progressBar{background:var(--bg-hover);width:100%;height:6px;margin-bottom:var(--space-3);border-radius:9999px;position:relative;overflow:hidden}.ExportTab-module__c9Abgq__progressFill{background:var(--accent-main);height:100%;box-shadow:0 0 12px var(--accent-muted);border-radius:9999px;transition:width .1s linear}.ExportTab-module__c9Abgq__progressDetails{margin-bottom:var(--space-2);padding:var(--space-1)0;justify-content:space-between;align-items:center;display:flex}.ExportTab-module__c9Abgq__progressFrame{font-variant-numeric:tabular-nums;color:var(--text-secondary);font-size:10px;font-weight:500}.ExportTab-module__c9Abgq__progressTime{font-variant-numeric:tabular-nums;color:var(--accent-main);font-size:10px;font-weight:500}.ExportTab-module__c9Abgq__progressStats{margin-bottom:var(--space-2);padding:var(--space-2);background:var(--bg-hover);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;display:flex}.ExportTab-module__c9Abgq__progressFps{font-variant-numeric:tabular-nums;color:var(--accent-main);font-size:11px;font-weight:600}.ExportTab-module__c9Abgq__progressEta{color:var(--text-secondary);font-size:10px;font-weight:500}.ExportTab-module__c9Abgq__cancelBtn{width:100%;padding:var(--space-2);background:var(--accent-muted);border:1px solid var(--accent-glow);border-radius:var(--radius-md);color:var(--accent-main);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;font-size:10px;font-weight:600;transition:all .15s}.ExportTab-module__c9Abgq__cancelBtn:hover{background:var(--accent-muted);opacity:.8;border-color:var(--accent-main)}.ExportTab-module__c9Abgq__exportActions{gap:var(--space-2);flex-direction:column;display:flex}.ExportTab-module__c9Abgq__warningBox{align-items:flex-start;gap:var(--space-1);padding:var(--space-2);border-radius:var(--radius-md);color:#ca8a04;background:#eab3080d;border:1px solid #eab30826;font-size:10px;line-height:1.4;display:flex}[data-theme=dark] .ExportTab-module__c9Abgq__warningBox{color:#facc15cc}.ExportTab-module__c9Abgq__warningIcon{flex-shrink:0;margin-top:1px}.ExportTab-module__c9Abgq__exportBtn{width:100%;padding:var(--space-3);background:var(--accent-main);border-radius:var(--radius-md);color:var(--text-inverse);text-transform:uppercase;letter-spacing:.12em;cursor:pointer;box-shadow:var(--shadow-elevated);border:none;font-size:11px;font-weight:700;transition:all .2s}.ExportTab-module__c9Abgq__exportBtn:hover:not(.ExportTab-module__c9Abgq__exportDisabled){opacity:.9;box-shadow:0 6px 30px var(--accent-glow);transform:translateY(-2px)}.ExportTab-module__c9Abgq__exportBtn:active:not(.ExportTab-module__c9Abgq__exportDisabled){transform:translateY(0)}.ExportTab-module__c9Abgq__exportDisabled{background:var(--bg-hover);color:var(--text-muted);cursor:not-allowed;box-shadow:none}.ExportTab-module__c9Abgq__settingsGrid{gap:var(--space-2);grid-template-columns:1fr 1fr;display:grid}@media (max-width:900px){.ExportTab-module__c9Abgq__settingsGrid{grid-template-columns:1fr}}.ExportTab-module__c9Abgq__settingsGroup{gap:var(--space-1);flex-direction:column;display:flex}.ExportTab-module__c9Abgq__groupLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;padding-left:var(--space-1);font-size:10px;font-weight:600}.ExportTab-module__c9Abgq__optionsList{background:var(--bg-input);border-radius:var(--radius-md);border:1px solid var(--border-subtle);flex-direction:column;gap:2px;padding:2px;display:flex}.ExportTab-module__c9Abgq__optionItem{padding:var(--space-2)var(--space-3);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary);background:var(--bg-input);border:1px solid var(--border-subtle);justify-content:space-between;align-items:center;font-size:11px;transition:all .15s;display:flex}.ExportTab-module__c9Abgq__optionItem:hover{background:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}.ExportTab-module__c9Abgq__optionActive{font-weight:600;background:var(--accent-muted)!important;color:var(--accent-main)!important;border-color:var(--accent-main)!important}.ExportTab-module__c9Abgq__optionLocked{opacity:.5;cursor:not-allowed}.ExportTab-module__c9Abgq__aspectVisual{opacity:.5;border:1.5px solid;border-radius:2px;width:14px;height:14px}.ExportTab-module__c9Abgq__aspectLandscape{width:16px;height:9px}.ExportTab-module__c9Abgq__aspectPortrait{width:9px;height:16px}.ExportTab-module__c9Abgq__aspectSquare{width:12px;height:12px}.ExportTab-module__c9Abgq__previewBtn{background:var(--bg-hover);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:4px;padding:2px 8px;font-size:10px;transition:all .15s;display:flex}.ExportTab-module__c9Abgq__previewBtn:hover{background:var(--bg-hover);opacity:.8;color:var(--text-primary)}.ExportTab-module__c9Abgq__previewActive{background:var(--accent-muted);border-color:var(--accent-glow);color:var(--accent-main)}.ExportTab-module__c9Abgq__aspectContent{align-items:center;gap:6px;display:flex}.ExportTab-module__c9Abgq__headerActionBtn{background:var(--bg-hover);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:4px;margin-left:auto;padding:2px 8px;font-size:10px;transition:all .15s;display:flex}.ExportTab-module__c9Abgq__copyBtn{background:var(--bg-hover);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:4px;padding:4px 8px;font-size:10px;transition:all .15s;display:flex}.ExportTab-module__c9Abgq__headerActionBtn:hover,.ExportTab-module__c9Abgq__copyBtn:hover{background:var(--bg-hover);opacity:.8;color:var(--text-primary)}.ExportTab-module__c9Abgq__tracklistContainer{padding:var(--space-2);flex-direction:column;flex:auto;min-height:0;display:flex;position:relative}.ExportTab-module__c9Abgq__tracklistContainer .ExportTab-module__c9Abgq__copyBtn{top:calc(var(--space-2) + 6px);right:calc(var(--space-2) + 6px);z-index:1;opacity:.75;position:absolute}.ExportTab-module__c9Abgq__tracklistContainer .ExportTab-module__c9Abgq__copyBtn:hover{opacity:1}.ExportTab-module__c9Abgq__tracklistTextarea{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;height:80px;padding:var(--space-2);color:var(--text-secondary);resize:none;outline:none;padding-right:40px;font-family:monospace;font-size:10px}.ExportTab-module__c9Abgq__tracklistTextarea:focus{border-color:var(--accent-glow);color:var(--text-primary)}@media (max-width:768px){.ExportTab-module__c9Abgq__tracklistTextarea{height:auto;min-height:calc(var(--mobile-drawer-height,48vh) - 160px);flex:auto}}.ExportTab-module__c9Abgq__cloudBtn{justify-content:center;align-items:center;gap:6px;text-decoration:none;display:flex;color:#fff!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important}.ExportTab-module__c9Abgq__cloudBtn:hover:not(:disabled){box-shadow:0 4px 20px #6366f166;background:linear-gradient(135deg,#818cf8,#a78bfa)!important}.ExportTab-module__c9Abgq__cloudBtnPending{justify-content:center;align-items:center;gap:6px;display:flex;color:#ffffffb3!important;cursor:wait!important;background:linear-gradient(135deg,#4338ca,#6d28d9)!important}.ExportTab-module__c9Abgq__cloudBtnError{justify-content:center;align-items:center;gap:6px;display:flex;color:#fff!important;background:linear-gradient(135deg,#dc2626,#b91c1c)!important}.ExportTab-module__c9Abgq__cloudBtnError:hover{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.ExportTab-module__c9Abgq__cloudStatus{width:100%}@keyframes ExportTab-module__c9Abgq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ExportTab-module__c9Abgq__spinning{animation:1s linear infinite ExportTab-module__c9Abgq__spin}@media (max-width:768px){.ExportTab-module__c9Abgq__settingsGrid{gap:var(--space-2);grid-template-columns:1fr}}
.SelectionRangeEditor-module__X_0k6W__container{background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;gap:12px;padding:12px;display:flex}.SelectionRangeEditor-module__X_0k6W__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.SelectionRangeEditor-module__X_0k6W__timeInfo{flex-wrap:wrap;gap:16px;display:flex}.SelectionRangeEditor-module__X_0k6W__timeLabel{align-items:center;gap:6px;display:flex}.SelectionRangeEditor-module__X_0k6W__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.SelectionRangeEditor-module__X_0k6W__time{color:var(--text-primary);background:var(--accent-muted);border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:13px;font-weight:600}.SelectionRangeEditor-module__X_0k6W__controls{gap:6px;display:flex}.SelectionRangeEditor-module__X_0k6W__controlBtn{background:var(--bg-hover);border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.SelectionRangeEditor-module__X_0k6W__controlBtn:hover{background:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}.SelectionRangeEditor-module__X_0k6W__controlBtn:active{transform:scale(.95)}.SelectionRangeEditor-module__X_0k6W__playBtn{background:var(--accent-muted);border-color:var(--accent-glow);color:var(--accent-main)}.SelectionRangeEditor-module__X_0k6W__playBtn:hover{background:var(--accent-muted);opacity:.8;border-color:var(--accent-main)}.SelectionRangeEditor-module__X_0k6W__waveformContainer{background:var(--bg-input);-webkit-user-select:none;user-select:none;border-radius:6px;width:100%;position:relative;overflow:hidden}.SelectionRangeEditor-module__X_0k6W__waveform{width:100%;display:block}.SelectionRangeEditor-module__X_0k6W__instructions{text-align:center;color:var(--text-muted);pointer-events:none;font-size:10px;position:absolute;bottom:8px;left:0;right:0}
.KeyframeDropdown-module__umyc3a__container{margin-bottom:var(--space-4,16px);padding:var(--space-3,12px);background:var(--bg-hover);border-radius:var(--radius-lg,12px);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));transition:all .2s}.KeyframeDropdown-module__umyc3a__container:hover{border-color:var(--border-hover);box-shadow:var(--shadow-panel)}.KeyframeDropdown-module__umyc3a__label{color:var(--text-muted);margin-bottom:var(--space-2,8px);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600;display:block}.KeyframeDropdown-module__umyc3a__select{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-md,8px);width:100%;color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:14px;padding:8px 12px;font-family:inherit;font-size:13px;transition:all .2s}.KeyframeDropdown-module__umyc3a__select:hover{border-color:var(--border-hover);background-color:var(--bg-hover)}.KeyframeDropdown-module__umyc3a__select:focus{border-color:var(--accent-main);box-shadow:0 0 0 1px var(--accent-muted);outline:none}.KeyframeDropdown-module__umyc3a__select option{background:var(--bg-app);color:var(--text-primary);padding:8px}.KeyframeDropdown-module__umyc3a__hint{color:var(--text-muted);opacity:.8;margin-top:8px;font-size:11px;font-style:italic;line-height:1.4}.KeyframeDropdown-module__umyc3a__interpolationRow{border-top:1px solid var(--border-subtle);align-items:center;gap:8px;margin-top:8px;padding-top:8px;display:flex}.KeyframeDropdown-module__umyc3a__subLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:9px;font-weight:700}.KeyframeDropdown-module__umyc3a__smallSelect{background:var(--bg-input-subtle,#ffffff05);border:1px solid var(--border-subtle);border-radius:var(--radius-sm,4px);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 6px center;background-repeat:no-repeat;background-size:10px;flex:1;padding:4px 20px 4px 8px;font-size:10px;transition:all .2s}.KeyframeDropdown-module__umyc3a__smallSelect:hover{background:var(--bg-hover);border-color:var(--border-hover)}.KeyframeDropdown-module__umyc3a__smallSelect option{background:var(--bg-app);color:var(--text-primary);padding:8px}
.ButterchurnPresetSelect-module__THvpeq__wrapper{flex-direction:column;flex:1;gap:4px;display:flex}.ButterchurnPresetSelect-module__THvpeq__label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#ffffff59);font-size:10px;font-weight:500}.ButterchurnPresetSelect-module__THvpeq__searchInput{border:1px solid var(--border,#e2e0fb14);background:var(--bg-input,#0006);width:100%;color:var(--text-primary,#e2e0fb);font-size:11px;font-family:var(--font-sans,"Inter",sans-serif);border-radius:4px;outline:none;padding:6px 8px;transition:border-color .15s}.ButterchurnPresetSelect-module__THvpeq__searchInput::placeholder{color:var(--text-muted,#ffffff59)}.ButterchurnPresetSelect-module__THvpeq__searchInput:hover{border-color:var(--accent-main,#ef4444)}.ButterchurnPresetSelect-module__THvpeq__searchInput:focus{border-color:var(--accent-main,#ef4444);box-shadow:0 0 0 1px var(--accent-main,#ef4444)}.ButterchurnPresetSelect-module__THvpeq__listbox{border:1px solid var(--border,#e2e0fb14);background:var(--bg-input,#0006);border-radius:4px;outline:none;max-height:160px;overflow-y:auto}.ButterchurnPresetSelect-module__THvpeq__listbox:focus-within{border-color:var(--accent-main,#ef4444)}.ButterchurnPresetSelect-module__THvpeq__option{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;color:var(--text-secondary,#e2e0fbb3);border-radius:2px;padding:5px 8px;font-size:11px;transition:background .1s,color .1s;overflow:hidden}.ButterchurnPresetSelect-module__THvpeq__option:hover{background:var(--bg-hover,#ffffff0d);color:var(--text-primary,#e2e0fb)}.ButterchurnPresetSelect-module__THvpeq__optionSelected{color:var(--accent-main,#ef4444);background:#ef444426;font-weight:600}.ButterchurnPresetSelect-module__THvpeq__optionSelected:hover{color:var(--accent-main,#ef4444);background:#ef444433}.ButterchurnPresetSelect-module__THvpeq__count{color:var(--text-muted,#ffffff59);font-size:10px}.ButterchurnPresetSelect-module__THvpeq__loading{color:var(--text-muted,#ffffff59);padding:4px 0;font-size:11px}
.GameSceneAssetUploader-module__l0SjDG__container{margin-top:8px}.GameSceneAssetUploader-module__l0SjDG__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:6px;font-size:10px}.GameSceneAssetUploader-module__l0SjDG__grid{gap:6px;display:flex}.GameSceneAssetUploader-module__l0SjDG__card{border:1px solid var(--border);background:var(--bg-input);cursor:pointer;border-radius:4px;flex:1;transition:border-color .15s;position:relative;overflow:hidden}.GameSceneAssetUploader-module__l0SjDG__card:hover{border-color:var(--accent-main)}.GameSceneAssetUploader-module__l0SjDG__card:hover .GameSceneAssetUploader-module__l0SjDG__overlay{opacity:1}.GameSceneAssetUploader-module__l0SjDG__preview{aspect-ratio:1;object-fit:cover;background:var(--bg-surface,#1a1a1a);width:100%;display:block}.GameSceneAssetUploader-module__l0SjDG__previewBg{aspect-ratio:16/9}.GameSceneAssetUploader-module__l0SjDG__overlay{opacity:0;pointer-events:none;background:#0000008c;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.GameSceneAssetUploader-module__l0SjDG__overlayIcon{color:#fff;font-size:14px}.GameSceneAssetUploader-module__l0SjDG__slotLabel{text-align:center;color:var(--text-muted);background:var(--bg-input);white-space:nowrap;text-overflow:ellipsis;padding:2px 0 3px;font-size:9px;overflow:hidden}.GameSceneAssetUploader-module__l0SjDG__resetBtn{color:#fff;cursor:pointer;opacity:0;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;line-height:1;transition:opacity .15s;display:flex;position:absolute;top:2px;right:2px}.GameSceneAssetUploader-module__l0SjDG__card:hover .GameSceneAssetUploader-module__l0SjDG__resetBtn{opacity:1}
.EffectsSummarySection-module__nSwYyG__summaryContainer{min-height:200px;padding:var(--space-2);flex-direction:column;flex:auto;display:flex;position:relative}@media (max-width:768px){.EffectsSummarySection-module__nSwYyG__summaryContainer{min-height:calc(var(--mobile-drawer-height,48vh) - 140px)}}.EffectsSummarySection-module__nSwYyG__summaryTextarea{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;min-height:160px;padding:var(--space-2);color:var(--text-secondary);resize:none;outline:none;flex:auto;padding-right:40px;font-family:monospace;font-size:11px}.EffectsSummarySection-module__nSwYyG__summaryTextarea:focus{border-color:var(--accent-glow);color:var(--text-primary)}.EffectsSummarySection-module__nSwYyG__copyBtn{top:calc(var(--space-2) + 6px);right:calc(var(--space-2) + 6px);z-index:1;background:var(--bg-hover);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;opacity:.75;justify-content:center;align-items:center;gap:4px;padding:5px 7px;font-size:10px;transition:all .15s;display:flex;position:absolute}.EffectsSummarySection-module__nSwYyG__copyBtn:hover{background:var(--bg-hover);opacity:1;color:var(--text-primary)}
.Tracks-module__r1AVUW__lyricsTrackContainer{background:var(--bg-input);border:1px solid var(--border-subtle,#ffffff0a);border-radius:2px}.Tracks-module__r1AVUW__lyricsTrackContent{height:100%;position:relative}.Tracks-module__r1AVUW__wordBlock{background:var(--bg-hover,#ffffff0f);border:1px solid var(--border-subtle,#ffffff1a);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;box-sizing:border-box;z-index:10;border-radius:3px;justify-content:center;align-items:center;padding:0 3px;transition:background .1s,border-color .1s;display:flex;position:absolute}.Tracks-module__r1AVUW__wordBlock:hover{background:var(--border-subtle,#ffffff1a);border-color:var(--border-hover,#ffffff2e);z-index:20}.Tracks-module__r1AVUW__wordBlock.Tracks-module__r1AVUW__dragging{cursor:grabbing;background:var(--accent-muted);border-color:var(--accent-main);z-index:30}.Tracks-module__r1AVUW__wordBlock.Tracks-module__r1AVUW__selectedWord{border-color:var(--accent-main);box-shadow:0 0 8px var(--accent-glow)}.Tracks-module__r1AVUW__wordText{color:var(--text-primary,#ffffffd9);white-space:nowrap;text-overflow:ellipsis;pointer-events:none;letter-spacing:-.02em;font-size:10px;font-weight:500;line-height:1;overflow:hidden}.Tracks-module__r1AVUW__wordInput{background:var(--bg-app);width:100%;height:100%;color:var(--text-primary);text-align:center;outline:1px solid var(--crucible-red);border:none;border-radius:2px;margin:0;padding:0;font-size:10px;font-weight:500}.Tracks-module__r1AVUW__resizeHandle{cursor:col-resize;touch-action:none;z-index:40;width:5px;position:absolute;top:0;bottom:0}.Tracks-module__r1AVUW__resizeHandleLeft{left:0}.Tracks-module__r1AVUW__resizeHandleRight{right:0}.Tracks-module__r1AVUW__resizeHandle:hover{background:#ffffff14}.Tracks-module__r1AVUW__lineBox{cursor:grab;touch-action:none;z-index:5;background:#ffffff03;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute}.Tracks-module__r1AVUW__lineBox:hover{background:#ffffff08}.Tracks-module__r1AVUW__lineBoxDragging{cursor:grabbing;background:#ef44440f}.Tracks-module__r1AVUW__lineGrip{opacity:.15;pointer-events:none;flex-direction:column;gap:1px;display:flex}.Tracks-module__r1AVUW__lineGripDot{background:#fff;border-radius:1px;width:12px;height:1.5px}.Tracks-module__r1AVUW__lineHandle{cursor:ew-resize;touch-action:none;z-index:30;justify-content:center;align-items:center;width:10px;display:flex;position:absolute}.Tracks-module__r1AVUW__lineHandleBar{border-radius:1.5px;width:3px}.Tracks-module__r1AVUW__lineHandleStart .Tracks-module__r1AVUW__lineHandleBar{background:var(--crucible-red);height:70%;box-shadow:0 0 6px var(--crucible-red-glow)}.Tracks-module__r1AVUW__lineHandleEnd .Tracks-module__r1AVUW__lineHandleBar{opacity:.8;background:#ffffff59;height:50%}.Tracks-module__r1AVUW__lineHandle:hover .Tracks-module__r1AVUW__lineHandleBar{box-shadow:0 0 10px #ef444466}.Tracks-module__r1AVUW__laneControls{z-index:100;color:#fff6;-webkit-user-select:none;user-select:none;letter-spacing:.05em;align-items:center;gap:3px;font-family:Inter,system-ui,sans-serif;font-size:8px;display:flex;position:absolute;top:18px;right:4px}.Tracks-module__r1AVUW__laneBtn{color:#ffffffb3;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:2px;justify-content:center;align-items:center;width:14px;height:14px;padding:0;font-size:9px;line-height:1;transition:all .15s;display:flex}.Tracks-module__r1AVUW__laneBtn:hover{color:#fff;background:#ffffff1f;border-color:#fff3}.Tracks-module__r1AVUW__laneCount{text-align:center;font-variant-numeric:tabular-nums;min-width:10px}.Tracks-module__r1AVUW__laneDivider{pointer-events:none;z-index:1;position:absolute;left:0;right:0}.Tracks-module__r1AVUW__laneDivider:not(:last-child){border-bottom:1px solid #ffffff0d}.Tracks-module__r1AVUW__laneNumber{color:#ffffff26;-webkit-user-select:none;user-select:none;font-family:monospace;font-size:8px;line-height:1;position:absolute;top:1px;left:4px}.Tracks-module__r1AVUW__contextMenu{background:var(--bg-app);border-radius:var(--radius-md);z-index:2000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #ffffff1a;flex-direction:column;gap:1px;min-width:130px;padding:3px;display:flex;position:fixed;box-shadow:0 12px 40px #00000080}.Tracks-module__r1AVUW__contextMenuBtn{text-align:left;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:2px;padding:5px 10px;font-size:11px;transition:all .1s}.Tracks-module__r1AVUW__contextMenuBtn:hover{color:var(--text-primary);background:#ffffff0f}.Tracks-module__r1AVUW__divider{background:#ffffff0f;height:1px;margin:2px 0}.Tracks-module__r1AVUW__laneSelector{color:#fff6;align-items:center;gap:3px;padding:3px 8px;font-size:10px;display:flex}.Tracks-module__r1AVUW__laneSelectorLabel{color:#fff6;margin-right:2px;font-size:10px}
.KeyframeTrack-module__C66I6a__kfTrackContainer{cursor:crosshair;-webkit-user-select:none;user-select:none;position:relative}.KeyframeTrack-module__C66I6a__kfTrackContainer:hover{background:var(--bg-hover)}.KeyframeTrack-module__C66I6a__kfChip{touch-action:none;align-items:center;gap:4px;display:flex;position:absolute;transform:translate(-8px)}.KeyframeTrack-module__C66I6a__kfDiamond{background:var(--kf-color,var(--accent-main));width:12px;height:12px;box-shadow:0 0 8px var(--kf-color,var(--accent-glow));border:1.5px solid #fff9;border-radius:2px;flex-shrink:0;transition:transform .1s,box-shadow .1s;transform:rotate(45deg)}.KeyframeTrack-module__C66I6a__kfChip:hover .KeyframeTrack-module__C66I6a__kfDiamond{box-shadow:0 0 14px var(--kf-color,var(--accent-glow));transform:rotate(45deg)scale(1.2)}.KeyframeTrack-module__C66I6a__kfLabel{letter-spacing:.05em;color:var(--kf-color,var(--accent-main));background:var(--void-black);border:1px solid var(--kf-color,var(--accent-main));border-radius:var(--radius-sm);white-space:nowrap;pointer-events:none;opacity:0;padding:1px 4px;font-size:9px;font-weight:600;transition:opacity .15s,transform .15s;transform:translateY(-2px)}.KeyframeTrack-module__C66I6a__kfChip:hover .KeyframeTrack-module__C66I6a__kfLabel{opacity:1;transform:translateY(0)}.KeyframeTrack-module__C66I6a__kfChip.KeyframeTrack-module__C66I6a__selected .KeyframeTrack-module__C66I6a__kfDiamond{box-shadow:0 0 20px var(--kf-color,var(--accent-glow));z-index:10;border-color:#fff;transform:rotate(45deg)scale(1.3)}.KeyframeTrack-module__C66I6a__kfChip.KeyframeTrack-module__C66I6a__selected .KeyframeTrack-module__C66I6a__kfLabel{opacity:1;background:var(--kf-color,var(--accent-main));color:var(--text-inverse);transform:translateY(0)}.KeyframeTrack-module__C66I6a__kfTransitionLabel{letter-spacing:.08em;color:var(--text-inverse);background:var(--kf-color,#10b981);border-radius:var(--radius-sm);white-space:nowrap;pointer-events:none;text-transform:uppercase;padding:1px 5px;font-size:9px;font-weight:700}.KeyframeTrack-module__C66I6a__contextMenu{border-radius:var(--radius-md);z-index:2000;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0a0a0c;border:1px solid #ffffff26;flex-direction:column;gap:2px;min-width:140px;padding:4px;display:flex;box-shadow:0 10px 30px #000c}.KeyframeTrack-module__C66I6a__contextMenuBtn{text-align:left;color:#ccc;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:6px 12px;font-size:12px;transition:all .1s}.KeyframeTrack-module__C66I6a__contextMenuBtn:hover{color:#fff;background:#1a1a1c}.KeyframeTrack-module__C66I6a__contextMenuBtn.KeyframeTrack-module__C66I6a__danger{color:#f44}.KeyframeTrack-module__C66I6a__contextMenuBtn.KeyframeTrack-module__C66I6a__danger:hover{background:#ff444426}.KeyframeTrack-module__C66I6a__contextDivider{background:#ffffff1a;height:1px;margin:2px 0}.KeyframeTrack-module__C66I6a__menuLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:4px 12px;font-size:10px;font-weight:600}.KeyframeTrack-module__C66I6a__clipsBackdrop{pointer-events:none;z-index:1;width:max-content;height:100%;position:absolute;top:0;left:0}.KeyframeTrack-module__C66I6a__clipBlock{box-sizing:border-box;pointer-events:auto;touch-action:none;border-radius:6px;justify-content:space-between;align-items:center;padding:0 8px;transition:background .15s,border-color .15s,box-shadow .15s;display:flex;position:absolute}.KeyframeTrack-module__C66I6a__clipBlock:hover{box-shadow:0 0 12px #3b82f633;background:linear-gradient(135deg,#3b82f640 0%,#3b82f626 100%)!important;border-color:#3b82f680!important}.KeyframeTrack-module__C66I6a__laneControls{z-index:50;pointer-events:auto;align-items:center;display:flex;position:absolute;top:4px;right:12px}.KeyframeTrack-module__C66I6a__laneBtn{color:#fffc;cursor:pointer;background:#0a0a0cd9;border:1px solid #ffffff1a;border-radius:4px;align-items:center;padding:3px 6px;font-weight:600;transition:all .1s;display:flex}.KeyframeTrack-module__C66I6a__laneBtn:hover{color:#000;background:#fff;border-color:#fff}.KeyframeTrack-module__C66I6a__previewOverlay{border:1.5px solid var(--kf-color,var(--accent-main));width:120px;height:68px;box-shadow:0 8px 24px #0009,0 0 15px var(--kf-color,var(--accent-glow));opacity:0;pointer-events:none;z-index:100;background:#000;border-radius:6px;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);position:absolute;top:-85px;left:50%;overflow:hidden;transform:translate(-50%)scale(.9)}.KeyframeTrack-module__C66I6a__kfChip:hover .KeyframeTrack-module__C66I6a__previewOverlay{opacity:1;transform:translate(-50%)scale(1)}
.Timeline-module__RYtWIq__container{flex-direction:column;height:100%;display:flex;overflow:hidden}.Timeline-module__RYtWIq__toolbar{background:var(--bg-panel);border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;height:60px;min-height:60px;padding:0 16px;display:flex}.Timeline-module__RYtWIq__toolbarLeft{align-items:center;gap:12px;min-width:0;display:flex}.Timeline-module__RYtWIq__toolbarCenter{align-items:center;gap:8px;display:flex}.Timeline-module__RYtWIq__toolbarRight{align-items:center;gap:12px;min-width:0;display:flex}.Timeline-module__RYtWIq__timePill{background:var(--bg-hover);border:1px solid var(--border-subtle);font-variant-numeric:tabular-nums;border-radius:6px;align-items:baseline;gap:4px;padding:6px 12px;font-family:IBM Plex Mono,JetBrains Mono,monospace;display:flex}.Timeline-module__RYtWIq__timeMain{color:var(--text-primary);font-size:19px;font-weight:500;line-height:1}.Timeline-module__RYtWIq__timeSeparator{color:var(--text-muted);font-size:13px}.Timeline-module__RYtWIq__timeTotal{color:var(--text-muted);font-size:13px;line-height:1}.Timeline-module__RYtWIq__statusGroup{align-items:center;gap:6px;display:flex}.Timeline-module__RYtWIq__statusDot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #10b98180}.Timeline-module__RYtWIq__statusDot[data-state=paused]{background:#f59e0b;box-shadow:0 0 6px #f59e0b80}.Timeline-module__RYtWIq__statusLabel{color:var(--text-muted);white-space:nowrap;font-size:11px}.Timeline-module__RYtWIq__transportBtn{border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Timeline-module__RYtWIq__transportBtn:hover{background:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}.Timeline-module__RYtWIq__playBtn{background:linear-gradient(135deg,var(--crucible-red)0%,#dc2626 100%);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .15s;display:flex}.Timeline-module__RYtWIq__playBtn:hover{box-shadow:0 0 20px var(--crucible-red-glow);transform:scale(1.05)}.Timeline-module__RYtWIq__volumeGroup{align-items:center;gap:6px;display:flex}.Timeline-module__RYtWIq__muteBtn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex}.Timeline-module__RYtWIq__muteBtn:hover{color:var(--text-primary)}.Timeline-module__RYtWIq__muteBtn[data-muted=true]{color:var(--crucible-red)}.Timeline-module__RYtWIq__volumeSlider{appearance:none;background:var(--border-hover);cursor:pointer;border-radius:2px;outline:none;width:84px;height:3px;transition:background .15s}.Timeline-module__RYtWIq__volumeSlider:hover{background:var(--text-muted)}.Timeline-module__RYtWIq__volumeSlider::-webkit-slider-thumb{appearance:none;background:var(--crucible-red);cursor:pointer;border-radius:50%;width:12px;height:12px;transition:transform .15s,box-shadow .15s}.Timeline-module__RYtWIq__volumeSlider::-webkit-slider-thumb:hover{box-shadow:0 0 8px var(--crucible-red-glow);transform:scale(1.2)}.Timeline-module__RYtWIq__volumeSlider::-moz-range-thumb{background:var(--crucible-red);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px}.Timeline-module__RYtWIq__zoomGroup{background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:6px;align-items:center;gap:0;display:flex;overflow:hidden}.Timeline-module__RYtWIq__zoomBtn{width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:600;transition:all .15s;display:flex}.Timeline-module__RYtWIq__zoomBtn:hover{background:var(--border-subtle);color:#fff}.Timeline-module__RYtWIq__zoomLabel{color:var(--text-muted);text-align:center;min-width:32px;padding:0 6px;font-family:IBM Plex Mono,monospace;font-size:10px}.Timeline-module__RYtWIq__speedGroup{background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:6px;align-items:center;gap:0;display:flex;overflow:hidden}.Timeline-module__RYtWIq__speedBtn{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:5px 8px;font-size:10px;font-weight:500;transition:all .15s}.Timeline-module__RYtWIq__speedBtn:hover{color:var(--text-secondary);background:var(--bg-hover)}.Timeline-module__RYtWIq__speedBtn[data-active=true]{color:var(--crucible-red);background:#ef44441a}.Timeline-module__RYtWIq__speedCycleBtn{background:var(--bg-hover);border:1px solid var(--border-subtle);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:10px;font-weight:600;display:none}.Timeline-module__RYtWIq__bodyRow{flex:1;min-height:0;display:flex;overflow:hidden}.Timeline-module__RYtWIq__scrollArea{background:var(--bg-input,#0a0a0d);flex:1;grid-template-rows:34px 1.2fr 1fr .7fr 1.5fr;min-width:0;display:grid;position:relative;overflow:auto hidden}.Timeline-module__RYtWIq__ruler{background:var(--bg-app);border-bottom:1px solid var(--bg-hover);position:relative}.Timeline-module__RYtWIq__trackLane{border-bottom:1px solid var(--bg-hover);width:100%;min-height:0;position:relative;overflow:hidden}.Timeline-module__RYtWIq__trackLane:last-child{border-bottom:none}.Timeline-module__RYtWIq__playhead{background:var(--crucible-red);pointer-events:none;z-index:4;width:1px;box-shadow:0 0 4px var(--crucible-red-glow);position:absolute;top:0;bottom:0}.Timeline-module__RYtWIq__playheadDiamond{background:var(--crucible-red);pointer-events:none;border-radius:2px;width:13px;height:13px;position:absolute;top:-2px;left:50%;transform:translate(-50%)rotate(45deg)}.Timeline-module__RYtWIq__timelineContainer{flex-direction:column;height:100%;display:flex;overflow:hidden}.Timeline-module__RYtWIq__tracksViewport{flex:1;position:relative;overflow:hidden}.Timeline-module__RYtWIq__trackWidget{width:100%;position:relative;overflow:hidden}.Timeline-module__RYtWIq__trackHeader,.Timeline-module__RYtWIq__trackLabel{display:none}.Timeline-module__RYtWIq__exportBtn{pointer-events:auto;background:var(--bg-hover);border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;border-radius:3px;justify-content:center;align-items:center;padding:1px 3px;transition:all .15s;display:flex}.Timeline-module__RYtWIq__exportBtn:hover{background:var(--border-subtle);color:var(--text-primary)}@media (max-width:1400px){.Timeline-module__RYtWIq__speedGroup{display:none}.Timeline-module__RYtWIq__speedCycleBtn{display:flex}}@media (max-width:1150px){.Timeline-module__RYtWIq__statusGroup{display:none}}@media (max-width:1000px){.Timeline-module__RYtWIq__volumeSlider{display:none}}@media (max-width:820px){.Timeline-module__RYtWIq__zoomGroup,.Timeline-module__RYtWIq__speedCycleBtn{display:none}}@media (max-width:768px){.Timeline-module__RYtWIq__toolbar{gap:8px;height:auto;min-height:52px;padding:8px 12px}.Timeline-module__RYtWIq__toolbarLeft{order:0}.Timeline-module__RYtWIq__timePill{padding:4px 8px}.Timeline-module__RYtWIq__timeMain{font-size:14px;font-weight:600}.Timeline-module__RYtWIq__statusGroup{display:none}.Timeline-module__RYtWIq__toolbarCenter{gap:12px}.Timeline-module__RYtWIq__transportBtn{width:36px;height:36px}.Timeline-module__RYtWIq__playBtn{width:48px;height:48px}.Timeline-module__RYtWIq__toolbarRight{display:none}.Timeline-module__RYtWIq__bodyRow{flex-direction:column}.Timeline-module__RYtWIq__scrollArea{flex:1;grid-template-rows:28px 1.2fr 1fr .7fr 1.5fr;min-height:0}.Timeline-module__RYtWIq__playhead{width:2px}.Timeline-module__RYtWIq__playheadDiamond{width:10px;height:10px}}
.TrackSidebar-module__IrrfwG__sidebar{background:var(--bg-panel);border-right:1px solid var(--border-subtle);z-index:3;-webkit-user-select:none;user-select:none;flex:none;grid-template-rows:34px 1.2fr 1fr .7fr 1.5fr;width:212px;min-width:212px;display:grid;overflow:hidden}.TrackSidebar-module__IrrfwG__header{border-bottom:1px solid var(--border-subtle);align-items:center;padding:0 14px;display:flex}.TrackSidebar-module__IrrfwG__headerLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:9px;font-weight:600}.TrackSidebar-module__IrrfwG__trackRow{border-bottom:1px solid var(--border-subtle);flex-direction:column;justify-content:center;gap:6px;min-height:0;padding:0 12px 0 14px;display:flex;overflow:hidden}.TrackSidebar-module__IrrfwG__trackInfo{align-items:center;gap:8px;display:flex}.TrackSidebar-module__IrrfwG__trackIndicator{border-radius:2px;flex:none;width:3px;height:14px}.TrackSidebar-module__IrrfwG__trackName{letter-spacing:.13em;text-transform:uppercase;color:var(--text-primary);font-size:11px;font-weight:600}.TrackSidebar-module__IrrfwG__trackMeta{font-family:"IBM Plex Mono",var(--font-mono,monospace),monospace;color:var(--text-muted);margin-left:auto;font-size:9px}.TrackSidebar-module__IrrfwG__laneControls{align-items:center;gap:4px;display:flex}.TrackSidebar-module__IrrfwG__laneLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:9px}.TrackSidebar-module__IrrfwG__laneBtn{border:1px solid var(--border-hover);background:var(--bg-hover);width:17px;height:17px;color:var(--text-secondary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:10px;line-height:1;transition:background .12s;display:flex}.TrackSidebar-module__IrrfwG__laneBtn:hover{background:var(--border-hover)}.TrackSidebar-module__IrrfwG__laneCount{text-align:center;min-width:9px;font-family:"IBM Plex Mono",var(--font-mono,monospace),monospace;color:var(--text-primary);font-size:11px}.TrackSidebar-module__IrrfwG__layerChips{align-items:center;gap:4px;margin-top:2px;display:flex}.TrackSidebar-module__IrrfwG__layerChip{cursor:pointer;background:var(--bg-hover);border:1px solid var(--border-subtle);color:var(--text-muted);font-family:"IBM Plex Mono",var(--font-mono,monospace),monospace;letter-spacing:.1em;text-transform:uppercase;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:4px;padding:3px 4px;font-size:8px;transition:all .12s;display:flex}.TrackSidebar-module__IrrfwG__layerChip:hover{filter:brightness(1.35)}.TrackSidebar-module__IrrfwG__layerChipActive{background:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}.TrackSidebar-module__IrrfwG__layerSwatch{background:var(--crucible-red,#ef4a3a);border-radius:2px;flex:none;width:8px}.TrackSidebar-module__IrrfwG__spacer{display:none}
.BottomPanel-module__Wdkb8G__panel{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.BottomPanel-module__Wdkb8G__content{flex:1;position:relative;overflow:hidden}
.MobilePlayerBar-module__74U_lW__bar{width:100%;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));box-sizing:border-box;flex-direction:column;gap:10px;display:flex}.MobilePlayerBar-module__74U_lW__scrubRow{align-items:center;gap:10px;display:flex}.MobilePlayerBar-module__74U_lW__time,.MobilePlayerBar-module__74U_lW__timeTotal{font-variant-numeric:tabular-nums;flex-shrink:0;min-width:34px;font-family:IBM Plex Mono,JetBrains Mono,monospace;font-size:12px;line-height:1}.MobilePlayerBar-module__74U_lW__time{color:var(--text-primary);text-align:right}.MobilePlayerBar-module__74U_lW__timeTotal{color:var(--text-muted);text-align:left}.MobilePlayerBar-module__74U_lW__scrubTrack{flex:1;align-items:center;height:28px;display:flex;position:relative}.MobilePlayerBar-module__74U_lW__scrubTrack:before{content:"";background:var(--border-hover);border-radius:2px;height:4px;position:absolute;left:0;right:0}.MobilePlayerBar-module__74U_lW__scrubFill{background:var(--crucible-red,#ef4a3a);height:4px;box-shadow:0 0 8px var(--crucible-red-glow,#ef4a3a80);pointer-events:none;border-radius:2px;position:absolute;left:0}.MobilePlayerBar-module__74U_lW__scrubInput{appearance:none;cursor:pointer;background:0 0;width:100%;height:28px;margin:0;position:absolute;left:0;right:0}.MobilePlayerBar-module__74U_lW__scrubInput::-webkit-slider-thumb{appearance:none;border:2px solid var(--crucible-red,#ef4a3a);cursor:pointer;background:#fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #00000080}.MobilePlayerBar-module__74U_lW__scrubInput::-moz-range-thumb{border:2px solid var(--crucible-red,#ef4a3a);cursor:pointer;background:#fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #00000080}.MobilePlayerBar-module__74U_lW__controlsRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.MobilePlayerBar-module__74U_lW__trackTitle{min-width:0;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:600;overflow:hidden}.MobilePlayerBar-module__74U_lW__transport{flex-shrink:0;align-items:center;gap:18px;display:flex}.MobilePlayerBar-module__74U_lW__transportBtn{width:44px;height:44px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.MobilePlayerBar-module__74U_lW__transportBtn:active{background:var(--bg-hover);transform:scale(.9)}.MobilePlayerBar-module__74U_lW__transportBtn:disabled{opacity:.35;pointer-events:none}.MobilePlayerBar-module__74U_lW__playBtn{background:linear-gradient(135deg,var(--crucible-red,#ef4a3a)0%,#dc2626 100%);color:#fff;cursor:pointer;width:56px;height:56px;box-shadow:0 4px 16px var(--crucible-red-glow,#ef4a3a66);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:transform .15s;display:flex}.MobilePlayerBar-module__74U_lW__playBtn:active{transform:scale(.93)}.MobilePlayerBar-module__74U_lW__expandBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:1;justify-content:flex-end;align-items:center;gap:4px;min-width:0;padding:8px 0;transition:color .15s;display:flex}.MobilePlayerBar-module__74U_lW__expandBtn:active{transform:scale(.95)}.MobilePlayerBar-module__74U_lW__expandActive{color:var(--crucible-red,#ef4a3a)}.MobilePlayerBar-module__74U_lW__expandLabel{text-transform:uppercase;letter-spacing:.6px;font-size:10px;font-weight:600}
.PreviewWatermark-module__UUA46W__container{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.35;z-index:10;filter:drop-shadow(0 1px 3px #0009);flex-direction:column;align-items:center;gap:4px;display:flex;position:absolute;bottom:3%;right:3%}.PreviewWatermark-module__UUA46W__logo{object-fit:contain;width:auto;height:3.5vh;min-height:24px;max-height:48px}.PreviewWatermark-module__UUA46W__text{color:#ef4444;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;text-shadow:-1px -1px #000,1px -1px #000,-1px 1px #000,1px 1px #000;font-family:Inter,sans-serif;font-size:clamp(4px,.7vh,7px);font-style:italic;font-weight:900;line-height:1}
