@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600&family=Inter:wght@400;500;600&display=swap";
.AppShell-module__cB5iMW__shell{background-color:var(--bg-app);flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.AppShell-module__cB5iMW__header{height:var(--header-height);padding:0 var(--space-6);border-bottom:1px solid var(--border-subtle);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));z-index:200;flex-shrink:0;align-items:center;display:flex;position:relative}.AppShell-module__cB5iMW__main{flex:1;width:100%;height:100%;display:block;position:relative;overflow:hidden}.AppShell-module__cB5iMW__centerStage{z-index:0;width:100%;height:100%;padding:0;position:absolute;inset:0;overflow:hidden}.AppShell-module__cB5iMW__panelsLayer{z-index:10;pointer-events:none;justify-content:space-between;width:100%;height:100%;display:flex;position:absolute;inset:0}.AppShell-module__cB5iMW__leftPanel,.AppShell-module__cB5iMW__rightPanel{transition:width var(--duration-slow)var(--ease-out-expo);pointer-events:auto;background:var(--glass-bg);z-index:5;flex-shrink:0;height:100%;position:relative}.AppShell-module__cB5iMW__leftPanel{width:var(--left-panel-width);border-right:1px solid var(--border-subtle)}.AppShell-module__cB5iMW__rightPanel{width:var(--right-panel-width);border-left:1px solid var(--border-subtle)}.AppShell-module__cB5iMW__leftPanel.AppShell-module__cB5iMW__collapsed{border-right:none;width:0}.AppShell-module__cB5iMW__rightPanel.AppShell-module__cB5iMW__collapsed{border-left:none;width:0}.AppShell-module__cB5iMW__panelContent{width:var(--left-panel-width);opacity:1;height:100%;transition:opacity var(--duration-fast)ease;background:0 0;overflow:hidden auto}.AppShell-module__cB5iMW__rightPanel .AppShell-module__cB5iMW__panelContent{width:var(--right-panel-width)}.AppShell-module__cB5iMW__leftPanel.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__panelContent,.AppShell-module__cB5iMW__rightPanel.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__panelContent{opacity:0;pointer-events:none;visibility:hidden}.AppShell-module__cB5iMW__panelHandle{background:var(--bg-hover);border-radius:var(--radius-sm);cursor:pointer;width:16px;height:48px;color:var(--text-muted);transition:all var(--duration-fast)ease;z-index:10;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.AppShell-module__cB5iMW__leftPanel .AppShell-module__cB5iMW__panelHandle{border-radius:0 var(--radius-sm)var(--radius-sm)0;right:-12px}.AppShell-module__cB5iMW__rightPanel .AppShell-module__cB5iMW__panelHandle{border-radius:var(--radius-sm)0 0 var(--radius-sm);left:-12px}.AppShell-module__cB5iMW__rightResizer{cursor:ew-resize;z-index:20;width:8px;position:absolute;top:0;bottom:0;left:-4px}.AppShell-module__cB5iMW__rightResizer:hover{background:var(--border-hover)}.AppShell-module__cB5iMW__isResizing{-webkit-user-select:none;user-select:none}.AppShell-module__cB5iMW__isResizing *{pointer-events:none}.AppShell-module__cB5iMW__shell .AppShell-module__cB5iMW__leftPanel.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__panelHandle,.AppShell-module__cB5iMW__shell .AppShell-module__cB5iMW__rightPanel.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__panelHandle{background:var(--accent-muted);width:64px;font-family:var(--font-mono);box-shadow:0 0 15px var(--accent-glow);color:#fff;border:1px solid var(--accent-glow)}.AppShell-module__cB5iMW__shell .AppShell-module__cB5iMW__leftPanel.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__panelHandle:hover,.AppShell-module__cB5iMW__shell .AppShell-module__cB5iMW__rightPanel.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__panelHandle:hover{background:var(--accent-muted);box-shadow:0 0 20px var(--accent-glow)}.AppShell-module__cB5iMW__panelHandle:hover{background:var(--bg-hover);color:var(--text-secondary)}.AppShell-module__cB5iMW__panelHandle:focus{box-shadow:0 0 0 2px var(--border-active);outline:none}.AppShell-module__cB5iMW__timeline{height:var(--timeline-height);border-top:1px solid var(--border-subtle);padding:var(--space-4)var(--space-6);transition:height var(--duration-slow)var(--ease-out-expo),padding var(--duration-slow)var(--ease-out-expo);flex-shrink:0;position:relative}.AppShell-module__cB5iMW__timeline.AppShell-module__cB5iMW__collapsed{border-top:1px solid #0000;height:12px;padding:0}.AppShell-module__cB5iMW__timelineHandle{background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:var(--radius-sm)var(--radius-sm)0 0;cursor:pointer;width:48px;height:16px;color:var(--text-muted);transition:all var(--duration-fast)ease;z-index:10;border-bottom:none;justify-content:center;align-items:center;display:flex;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.AppShell-module__cB5iMW__timeline.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__timelineHandle{background:var(--bg-hover);height:48px;box-shadow:0 -5px 10px var(--accent-glow);border-color:var(--border-subtle);top:-48px}.AppShell-module__cB5iMW__timeline.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__timelineHandle:hover{background:var(--bg-hover);box-shadow:0 -5px 15px var(--accent-glow)}.AppShell-module__cB5iMW__timelineHandle:hover{background:var(--bg-hover);color:var(--text-secondary)}.AppShell-module__cB5iMW__timelineHandle:focus{box-shadow:0 0 0 2px var(--border-active);outline:none}.AppShell-module__cB5iMW__timelineContent{opacity:1;transition:opacity var(--duration-fast)ease;height:100%}.AppShell-module__cB5iMW__timeline.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__timelineContent{opacity:0;pointer-events:none;visibility:hidden}.AppShell-module__cB5iMW__overlaysLayer{z-index:100;pointer-events:none;transition:left var(--duration-slow)var(--ease-out-expo),right var(--duration-slow)var(--ease-out-expo);position:absolute;inset:0}.AppShell-module__cB5iMW__overlaysLayer.AppShell-module__cB5iMW__withLeftPanel{left:var(--left-panel-width)}.AppShell-module__cB5iMW__overlaysLayer.AppShell-module__cB5iMW__withRightPanel{right:var(--right-panel-width)}@media (max-width:1200px){.AppShell-module__cB5iMW__header{padding:0 var(--space-4)}.AppShell-module__cB5iMW__timeline{padding:var(--space-3)var(--space-4)}.AppShell-module__cB5iMW__panelHandle{width:14px;height:40px}.AppShell-module__cB5iMW__timelineHandle{width:40px;height:14px}}@media (max-width:1024px){.AppShell-module__cB5iMW__header{padding:0 var(--space-3)}.AppShell-module__cB5iMW__timeline{padding:var(--space-2)var(--space-3)}.AppShell-module__cB5iMW__panelHandle{width:12px;height:36px}.AppShell-module__cB5iMW__shell .AppShell-module__cB5iMW__leftPanel.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__panelHandle,.AppShell-module__cB5iMW__shell .AppShell-module__cB5iMW__rightPanel.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__panelHandle{width:48px}.AppShell-module__cB5iMW__timeline.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__timelineHandle{height:36px;top:-36px}}@media (max-width:900px){.AppShell-module__cB5iMW__timeline{padding:var(--space-2)}.AppShell-module__cB5iMW__panelHandle{width:10px;height:32px}.AppShell-module__cB5iMW__timelineHandle{width:36px;height:12px;top:-10px}}@media (max-width:768px){.AppShell-module__cB5iMW__header{z-index:50;width:100%}.AppShell-module__cB5iMW__leftPanel,.AppShell-module__cB5iMW__rightPanel{top:var(--header-height);bottom:var(--nav-bar-height);background:var(--glass-bg);width:100vw;-webkit-backdrop-filter:blur(var(--glass-blur));z-index:100;transition:transform var(--duration-normal)var(--ease-out-expo);position:fixed}.AppShell-module__cB5iMW__panelHandle{display:none}.AppShell-module__cB5iMW__leftPanel{border-right:none;left:0;transform:translate(-100%)}.AppShell-module__cB5iMW__rightPanel{border-left:none;right:0;transform:translate(100%)}.AppShell-module__cB5iMW__leftPanel.AppShell-module__cB5iMW__mobileActive,.AppShell-module__cB5iMW__rightPanel.AppShell-module__cB5iMW__mobileActive{transform:translate(0)}.AppShell-module__cB5iMW__panelContent,.AppShell-module__cB5iMW__leftPanel .AppShell-module__cB5iMW__panelContent,.AppShell-module__cB5iMW__rightPanel .AppShell-module__cB5iMW__panelContent{width:100%}.AppShell-module__cB5iMW__timeline{bottom:calc(var(--nav-bar-height) + env(safe-area-inset-bottom,0px));z-index:90;border-top:1px solid var(--border-subtle);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));height:var(--mini-player-height);transition:height var(--duration-normal)var(--ease-out-expo);padding:0;position:fixed;left:0;right:0}.AppShell-module__cB5iMW__timeline,.AppShell-module__cB5iMW__timeline.AppShell-module__cB5iMW__collapsed{height:var(--mini-player-height);border-top:1px solid var(--border-subtle);padding:0}.AppShell-module__cB5iMW__timeline.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__timelineHandle{background:var(--glass-bg);width:64px;height:24px;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));box-shadow:none;border-color:var(--border-subtle);top:-24px}.AppShell-module__cB5iMW__timeline.AppShell-module__cB5iMW__mobileExpanded{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));padding:var(--space-4);z-index:200;height:calc(100vh - var(--header-height) - var(--nav-bar-height) - env(safe-area-inset-bottom,0px))!important;bottom:calc(var(--nav-bar-height) + env(safe-area-inset-bottom,0px))!important}.AppShell-module__cB5iMW__timelineHandle{background:var(--glass-bg);width:64px;height:24px;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-bottom:none;border-radius:8px 8px 0 0;display:block;top:-24px}.AppShell-module__cB5iMW__timelineHandle:active{background:var(--aurora-cyan)}.AppShell-module__cB5iMW__timelineContent,.AppShell-module__cB5iMW__timeline.AppShell-module__cB5iMW__collapsed .AppShell-module__cB5iMW__timelineContent{opacity:1;pointer-events:auto;visibility:visible;height:100%}.AppShell-module__cB5iMW__mobileHidden{display:none!important}.AppShell-module__cB5iMW__isExporting{pointer-events:none;-webkit-backdrop-filter:none!important;background:0 0!important;border-top:none!important}.AppShell-module__cB5iMW__isExporting>*{pointer-events:auto}}
.MobileNavigation-module__yiuT0G__nav{width:100%;height:var(--nav-bar-height);background:var(--glass-bg-heavy);-webkit-backdrop-filter:blur(24px)saturate(180%);border-top:1px solid var(--border-subtle);z-index:1000;justify-content:space-around;align-items:center;padding:0 8px;display:none;position:fixed;bottom:0;left:0}@media (max-width:768px){.MobileNavigation-module__yiuT0G__nav{height:var(--nav-bar-height);padding-bottom:env(safe-area-inset-bottom,0);display:flex}}.MobileNavigation-module__yiuT0G__navItem{min-height:56px;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)ease;border-radius:var(--radius-md);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;display:flex}.MobileNavigation-module__yiuT0G__navItem:active{background:var(--bg-hover);transform:scale(.92)}.MobileNavigation-module__yiuT0G__navItem.MobileNavigation-module__yiuT0G__active{color:var(--aurora-cyan);background:var(--accent-muted)}.MobileNavigation-module__yiuT0G__navItem.MobileNavigation-module__yiuT0G__active .MobileNavigation-module__yiuT0G__icon{filter:drop-shadow(0 0 8px var(--accent-glow))}.MobileNavigation-module__yiuT0G__icon{width:28px;height:28px;transition:all var(--duration-fast)ease}.MobileNavigation-module__yiuT0G__label{text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:600}
.Header-module__lnUIdW__header{align-items:center;gap:var(--space-6);width:100%;display:flex}.Header-module__lnUIdW__logo{align-items:center;gap:var(--space-2);display:flex}.Header-module__lnUIdW__logoImage{object-fit:contain;width:auto;height:24px}.Header-module__lnUIdW__logoText{color:#fff;font-size:18px;font-weight:700}.Header-module__lnUIdW__projectName{color:#9ca3af;background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:8px;margin-left:8px;padding:6px 12px;font-size:13px;font-weight:500;display:flex}.Header-module__lnUIdW__projectName svg{color:#6b7280;width:14px;height:14px}.Header-module__lnUIdW__spacer{flex:1}.Header-module__lnUIdW__exportProgress{background-color:#ef44441a;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:12px;padding:6px 12px;display:flex}.Header-module__lnUIdW__progressBar{background-color:#ef444433;border-radius:2px;width:clamp(40px,10vw,120px);height:4px;overflow:hidden}.Header-module__lnUIdW__progressFill{background:linear-gradient(90deg,var(--crucible-red),#dc2626);border-radius:2px;height:100%;transition:width .1s ease-out}.Header-module__lnUIdW__progressText{color:var(--crucible-red);white-space:nowrap;font-size:12px;font-weight:600}.Header-module__lnUIdW__actionBtn{color:var(--crucible-red);border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.Header-module__lnUIdW__actionBtn:hover{background-color:#ef44441a}.Header-module__lnUIdW__settingsBtn{color:#9ca3af;background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.Header-module__lnUIdW__settingsBtn:hover{color:#fff;background-color:#ffffff14}@media (max-width:1200px){.Header-module__lnUIdW__header{gap:var(--space-4)}.Header-module__lnUIdW__logoText{font-size:16px}.Header-module__lnUIdW__projectName{margin-left:4px;padding:6px 10px;font-size:12px}}@media (max-width:1024px){.Header-module__lnUIdW__header{gap:var(--space-3)}.Header-module__lnUIdW__logoText{font-size:14px}.Header-module__lnUIdW__projectName{gap:6px;padding:4px 8px;font-size:11px}.Header-module__lnUIdW__progressText{font-size:10px}.Header-module__lnUIdW__settingsBtn{padding:6px}}@media (max-width:900px){.Header-module__lnUIdW__header{gap:var(--space-2)}.Header-module__lnUIdW__logoText{font-size:13px}.Header-module__lnUIdW__projectName,.Header-module__lnUIdW__actionBtn span{display:none}}.Header-module__lnUIdW__menuWrapper{position:relative}.Header-module__lnUIdW__settingsDropdown{z-index:100;position:absolute;top:calc(100% + 8px);right:0}@media (max-width:768px){.Header-module__lnUIdW__header{padding:0 var(--space-3);justify-content:space-between}.Header-module__lnUIdW__logo{gap:var(--space-2)}.Header-module__lnUIdW__logoText{font-size:16px;display:block}.Header-module__lnUIdW__spacer,.Header-module__lnUIdW__projectName{display:none}.Header-module__lnUIdW__exportProgress{margin-left:auto;margin-right:var(--space-2);padding:4px 8px}.Header-module__lnUIdW__progressText{display:none}}.Header-module__lnUIdW__gpuBadge{letter-spacing:.05em;text-transform:uppercase;-webkit-user-select:none;user-select:none;border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:700;transition:all .2s;display:flex}.Header-module__lnUIdW__gpuBadge.Header-module__lnUIdW__webgpu{color:#4ade80;background-color:#22c55e1a;border:1px solid #22c55e33;box-shadow:0 0 10px #22c55e1a}.Header-module__lnUIdW__gpuBadge.Header-module__lnUIdW__webgl{color:#fbbf24;background-color:#f59e0b1a;border:1px solid #f59e0b33}.Header-module__lnUIdW__gpuBadge svg{width:10px;height:10px}
.EffectsModal-module__yGac6q__effectEditor{flex-direction:column;gap:4px;width:100%;display:flex}.EffectsModal-module__yGac6q__section{background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:6px;flex-direction:column;gap:4px;padding:6px;display:flex}.EffectsModal-module__yGac6q__sectionContent{flex-direction:column;gap:4px;display:flex}.EffectsModal-module__yGac6q__field{flex-direction:row;align-items:center;gap:8px;width:100%;min-height:24px;display:flex}.EffectsModal-module__yGac6q__fieldHeader{display:contents}.EffectsModal-module__yGac6q__fieldLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;flex:0 0 70px;order:1;margin-right:8px;font-size:10px;font-weight:600;overflow:hidden}.EffectsModal-module__yGac6q__fieldValue{text-align:center;background:var(--accent-muted);min-width:32px;color:var(--accent-main);border-radius:3px;flex:none;order:3;margin-left:8px;padding:1px 4px;font-family:monospace;font-size:9px;font-weight:500}.EffectsModal-module__yGac6q__slider{appearance:none;background:var(--border-hover);border:1px solid var(--border-subtle);cursor:pointer;border-radius:2px;outline:none;flex:1;order:2;width:auto;height:4px}.EffectsModal-module__yGac6q__slider::-webkit-slider-thumb{appearance:none;background:var(--accent-main);cursor:pointer;width:10px;height:10px;box-shadow:0 0 8px var(--accent-glow);border-radius:50%;transition:transform .15s}.EffectsModal-module__yGac6q__slider::-webkit-slider-thumb:hover{background:var(--text-primary);transform:scale(1.2)}.EffectsModal-module__yGac6q__colorPicker{border:1px solid var(--border-subtle);cursor:pointer;background:0 0;border-radius:4px;flex:1;order:2;width:auto;height:20px}.EffectsModal-module__yGac6q__colorPicker::-webkit-color-swatch-wrapper{padding:2px}.EffectsModal-module__yGac6q__colorPicker::-webkit-color-swatch{border:none;border-radius:2px}.EffectsModal-module__yGac6q__buttonGroup{flex:1;order:2}.EffectsModal-module__yGac6q__select{background-color:var(--bg-input);border:1px solid var(--border-subtle);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 6px center;background-repeat:no-repeat;background-size:12px;border-radius:4px;flex:1;order:2;height:24px;padding:4px 24px 4px 8px;font-family:inherit;font-size:10px;transition:all .2s}.EffectsModal-module__yGac6q__select:hover{background-color:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}.EffectsModal-module__yGac6q__select:focus{border-color:var(--accent-main);box-shadow:0 0 0 1px var(--accent-muted);background-color:var(--accent-muted);outline:none}.EffectsModal-module__yGac6q__select optgroup{background-color:var(--bg-app);color:var(--accent-main);text-transform:uppercase;letter-spacing:.05em;padding:4px 0;font-size:9px;font-weight:700}.EffectsModal-module__yGac6q__select option{background-color:var(--bg-app);color:var(--text-primary);padding:4px}.EffectsModal-module__yGac6q__select:focus option,.EffectsModal-module__yGac6q__select:focus optgroup{background-color:var(--bg-app)}.EffectsModal-module__yGac6q__toggle{cursor:pointer;color:var(--text-secondary);align-items:center;gap:8px;font-size:11px;display:flex}.EffectsModal-module__yGac6q__toggle input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent-main);cursor:pointer}.EffectsModal-module__yGac6q__collapsible{border:1px solid var(--border-subtle);background:var(--bg-hover);border-radius:6px;overflow:hidden}.EffectsModal-module__yGac6q__collapsibleHeader{cursor:pointer;width:100%;color:var(--text-secondary);text-transform:uppercase;background:0 0;border:none;justify-content:space-between;align-items:center;height:28px;padding:4px 8px;font-size:10px;font-weight:600;display:flex}.EffectsModal-module__yGac6q__collapsibleHeader:hover{background:var(--bg-hover);color:var(--text-primary)}.EffectsModal-module__yGac6q__collapsibleTitle{align-items:center;gap:6px;display:flex}.EffectsModal-module__yGac6q__chevron{opacity:.7;transition:transform .2s;transform:rotate(-90deg)}.EffectsModal-module__yGac6q__chevron.EffectsModal-module__yGac6q__open{transform:rotate(0)}.EffectsModal-module__yGac6q__collapsibleContent{border-top:1px solid var(--border-subtle);flex-direction:column;gap:4px;padding:6px 8px;display:flex}.EffectsModal-module__yGac6q__audioReactiveGroup{background:var(--accent-muted);border:1px solid var(--accent-glow);border-radius:6px;padding:8px}.EffectsModal-module__yGac6q__audioReactiveHeader{margin-bottom:6px}.EffectsModal-module__yGac6q__audioReactiveControls{border-top:1px solid var(--accent-glow);flex-direction:column;gap:8px;margin-top:8px;padding-top:8px;display:flex}.EffectsModal-module__yGac6q__bandSelector{gap:2px;display:flex}.EffectsModal-module__yGac6q__bandButton{border:1px solid var(--border-subtle);color:var(--text-muted);text-transform:uppercase;cursor:pointer;background:0 0;border-radius:3px;flex:1;padding:4px;font-size:10px;transition:all .1s}.EffectsModal-module__yGac6q__bandButton:hover{background:var(--bg-hover);color:var(--text-primary)}.EffectsModal-module__yGac6q__bandButton.EffectsModal-module__yGac6q__active{background:var(--accent-muted);border-color:var(--accent-main);color:var(--accent-main)}.EffectsModal-module__yGac6q__rangeFields{grid-template-columns:1fr 1fr;gap:8px;display:grid}.EffectsModal-module__yGac6q__subsection{background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:6px;padding:10px}.EffectsModal-module__yGac6q__subsectionHeader{color:var(--accent-main);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--accent-glow);align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:600;display:flex}.EffectsModal-module__yGac6q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;animation:.2s ease-out EffectsModal-module__yGac6q__fadeIn;display:flex;position:fixed;inset:0}.EffectsModal-module__yGac6q__modal{background:var(--bg-app);border:1px solid var(--accent-glow);box-shadow:var(--shadow-elevated);border-radius:8px;flex-direction:column;width:90%;max-width:400px;max-height:85vh;animation:.2s cubic-bezier(.16,1,.3,1) EffectsModal-module__yGac6q__scaleIn;display:flex;overflow:hidden}.EffectsModal-module__yGac6q__header{border-bottom:1px solid var(--border-subtle);background:var(--bg-hover);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.EffectsModal-module__yGac6q__header h2{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:14px;font-weight:600}.EffectsModal-module__yGac6q__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.EffectsModal-module__yGac6q__closeButton:hover{color:var(--text-primary);background:var(--bg-hover)}.EffectsModal-module__yGac6q__content{flex:1;padding:20px;overflow-y:auto}@keyframes EffectsModal-module__yGac6q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes EffectsModal-module__yGac6q__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.EffectsModal-module__yGac6q__infoBox{background:var(--accent-muted);border:1px solid var(--accent-glow);color:var(--text-primary);border-radius:4px;align-items:flex-start;gap:8px;padding:8px;font-size:11px;line-height:1.4;display:flex}
.KeyframeMenu-module__6fBhVa__contextMenu{border-radius:var(--radius-md);z-index:5000;background:#0a0a0c;border:1px solid #ffffff26;flex-direction:column;gap:2px;min-width:160px;padding:4px;display:flex;box-shadow:0 10px 30px #000c}.KeyframeMenu-module__6fBhVa__contextMenuBtn{text-align:left;color:#ccc;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;width:100%;padding:8px 12px;font-size:12px;transition:all .1s}.KeyframeMenu-module__6fBhVa__contextMenuBtn:hover{color:#fff;background:#1a1a1c}.KeyframeMenu-module__6fBhVa__contextMenuBtn.KeyframeMenu-module__6fBhVa__danger{color:#f44}.KeyframeMenu-module__6fBhVa__contextMenuBtn.KeyframeMenu-module__6fBhVa__danger:hover{background:#ff444426}.KeyframeMenu-module__6fBhVa__contextMenuBtn.KeyframeMenu-module__6fBhVa__active{color:#ef4444;background:#ef444433}.KeyframeMenu-module__6fBhVa__contextMenuBtn.KeyframeMenu-module__6fBhVa__active:hover{background:#ef44444d}.KeyframeMenu-module__6fBhVa__contextLabel{text-transform:uppercase;color:#666;letter-spacing:.05em;padding:4px 12px;font-size:10px;font-weight:700}.KeyframeMenu-module__6fBhVa__contextDivider{background:#ffffff1a;height:1px;margin:4px 0}
.RightPanel-module__9gZVca__panel{--panel-padding:var(--space-4);padding:var(--panel-padding);gap:var(--space-3);font-family:var(--font-sans,"Inter",sans-serif);color:var(--text-primary);background:var(--bg-app);flex-direction:column;display:flex;overflow:hidden;height:100%!important;min-height:100%!important}.RightPanel-module__9gZVca__contentWrapper{overflow:hidden;flex-direction:column!important;flex:1!important;height:0!important;min-height:0!important;display:flex!important}.RightPanel-module__9gZVca__horizontalTabRail{z-index:10;scrollbar-width:none;background:#000;border-bottom:1px solid #e2e0fb0d;flex-direction:row;flex-shrink:0;order:0;justify-content:space-between;align-items:stretch;gap:0;height:auto;min-height:40px;padding:0;display:flex;overflow:auto hidden}.RightPanel-module__9gZVca__horizontalTabRail::-webkit-scrollbar{display:none}.RightPanel-module__9gZVca__railTab{color:#e2e0fb66;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;flex-direction:row;flex:1;justify-content:center;align-items:center;gap:6px;width:auto;min-width:0;height:auto;min-height:38px;padding:0 8px;transition:all .18s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.RightPanel-module__9gZVca__railTab svg{opacity:.65;flex-shrink:0;width:14px;height:14px;transition:all .18s}.RightPanel-module__9gZVca__railTabLabel{font-family:var(--font-sans,"Inter",sans-serif);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;font-weight:500;line-height:1;transition:all .18s;overflow:hidden}.RightPanel-module__9gZVca__railTab:hover{color:#e2e0fbcc;background:#e2e0fb0d}.RightPanel-module__9gZVca__railTab:hover svg{opacity:1}.RightPanel-module__9gZVca__railTabActive{color:#dc143c;background:#000;border-bottom:2px solid #dc143c;box-shadow:inset 0 0 0 1px #dc143c1a}.RightPanel-module__9gZVca__railTabActive svg{opacity:1;color:#dc143c}.RightPanel-module__9gZVca__railTabActive .RightPanel-module__9gZVca__railTabLabel{color:#dc143c;font-weight:700}.RightPanel-module__9gZVca__railTabActive:after{content:"";pointer-events:none;background:linear-gradient(#0000,#dc143c33);height:20px;position:absolute;inset:auto 0 0}.RightPanel-module__9gZVca__railTabActive:hover{background:#dc143c26}.RightPanel-module__9gZVca__innerWrapper{flex-direction:column;flex:1;order:1;min-height:0;display:flex;position:relative;overflow:hidden}.RightPanel-module__9gZVca__scrollContainer{height:100%;margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px;overflow-y:auto}@media (max-width:1200px){.RightPanel-module__9gZVca__panel{--panel-padding:var(--space-3);gap:var(--space-2)}}@media (max-width:1024px){.RightPanel-module__9gZVca__panel{--panel-padding:var(--space-2);gap:var(--space-2)}}.RightPanel-module__9gZVca__scrollableContent{flex:1;margin-right:-4px;padding-right:4px;overflow-y:auto}.RightPanel-module__9gZVca__exportContainer{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.RightPanel-module__9gZVca__section{background:var(--bg-panel);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-lg,12px);flex-direction:column;flex-shrink:0;transition:all .2s;display:flex;overflow:hidden}.RightPanel-module__9gZVca__section:hover{border-color:var(--border-hover);box-shadow:var(--shadow-panel)}.RightPanel-module__9gZVca__headlessSection{gap:var(--space-2);flex-direction:column;flex-shrink:0;animation:.3s RightPanel-module__9gZVca__fadeIn;display:flex}@keyframes RightPanel-module__9gZVca__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.RightPanel-module__9gZVca__sectionHeader{padding:var(--space-3)var(--space-4);background:var(--bg-hover);border:none;border-bottom:1px solid var(--border-subtle);cursor:pointer;justify-content:space-between;align-items:center;transition:background .2s;display:flex}.RightPanel-module__9gZVca__sectionHeader:hover{background:var(--bg-hover);opacity:.8}.RightPanel-module__9gZVca__sectionTitle{align-items:center;gap:var(--space-2);color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:600;display:flex}.RightPanel-module__9gZVca__chevron{color:var(--text-muted);transition:transform .2s;transform:rotate(-90deg)}.RightPanel-module__9gZVca__chevron.RightPanel-module__9gZVca__open{transform:rotate(0)}.RightPanel-module__9gZVca__sectionContent{transition:height .3s cubic-bezier(.16,1,.3,1)}.RightPanel-module__9gZVca__sectionContentInner{padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.RightPanel-module__9gZVca__tabsHeaderContainer{margin-bottom:var(--space-4);flex-shrink:0;align-items:center;gap:8px;display:flex}.RightPanel-module__9gZVca__workflowTabs{background:var(--bg-input);border-radius:8px;flex:1;height:44px;padding:4px;display:flex}.RightPanel-module__9gZVca__workflowTab{background:var(--bg-app);color:var(--text-secondary);clip-path:polygon(90% 0,100% 50%,90% 100%,0% 100%,10% 50%,0% 0%);cursor:pointer;border:none;outline:none;flex-direction:column;flex:1;justify-content:center;align-items:center;margin-left:-12px;padding:0 4px 0 14px;transition:all .2s;display:flex;position:relative}.RightPanel-module__9gZVca__workflowTab:first-child{clip-path:polygon(90% 0,100% 50%,90% 100%,0% 100%,0% 0%);border-top-left-radius:6px;border-bottom-left-radius:6px;margin-left:0;padding-left:0}.RightPanel-module__9gZVca__workflowTab:last-child{clip-path:polygon(100% 0,100% 100%,0% 100%,10% 50%,0% 0%);border-top-right-radius:6px;border-bottom-right-radius:6px}.RightPanel-module__9gZVca__workflowTab:hover{background:var(--bg-hover);color:var(--text-primary);z-index:5}.RightPanel-module__9gZVca__workflowTabActive{z-index:10;filter:drop-shadow(0 0 .5px var(--accent-main))drop-shadow(0 0 1px var(--accent-glow));background:var(--bg-hover)!important;color:var(--accent-main)!important;border:1px solid var(--accent-glow)!important}.RightPanel-module__9gZVca__workflowTabActive .RightPanel-module__9gZVca__tabNumber,.RightPanel-module__9gZVca__workflowTabActive .RightPanel-module__9gZVca__tabLabel{color:var(--accent-main)!important;opacity:1!important}.RightPanel-module__9gZVca__tabNumber{opacity:.6;margin-bottom:2px;font-size:9px;font-weight:800;line-height:1}.RightPanel-module__9gZVca__tabLabel{text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:4px;font-size:9px;font-weight:700;display:flex}.RightPanel-module__9gZVca__bgSection{gap:var(--space-3);flex-direction:column;display:flex}.RightPanel-module__9gZVca__imagePreviewArea{width:100%}.RightPanel-module__9gZVca__previewContainer{border-radius:var(--radius-md,8px);width:100%;position:relative;overflow:hidden}.RightPanel-module__9gZVca__bgUploadBtn{background:var(--bg-hover);border:1px dashed var(--border-subtle);width:100%;height:32px;color:var(--text-muted);cursor:pointer;border-radius:6px;flex-direction:row;justify-content:center;align-items:center;gap:6px;padding:0;font-size:11px;font-weight:500;transition:all .2s;display:flex}.RightPanel-module__9gZVca__bgUploadBtn:hover{background:var(--bg-hover);border-color:var(--accent-main);color:var(--text-primary);box-shadow:0 0 15px var(--accent-muted)}.RightPanel-module__9gZVca__bgPreview{aspect-ratio:16/9;border-radius:var(--radius-md,8px);border:1px solid var(--border-subtle);width:100%;box-shadow:var(--shadow-panel);position:relative;overflow:hidden}.RightPanel-module__9gZVca__bgPreview img{object-fit:cover;width:100%;height:100%}.RightPanel-module__9gZVca__bgPreviewContainer{width:100%}.RightPanel-module__9gZVca__bgPreviewWrapper{aspect-ratio:16/9;border-radius:var(--radius-md,8px);border:1px solid var(--border-subtle);width:100%;box-shadow:var(--shadow-panel);position:relative;overflow:hidden}.RightPanel-module__9gZVca__bgPreviewWrapper img,.RightPanel-module__9gZVca__bgPreviewWrapper video{object-fit:cover;width:100%;height:100%;display:block}.RightPanel-module__9gZVca__bgPreviewOverlay{background:var(--bg-app);opacity:.85;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;border-radius:var(--radius-md,8px);flex-direction:column;justify-content:center;align-items:center;gap:10px;transition:opacity .2s;display:flex;position:absolute;inset:0}.RightPanel-module__9gZVca__bgPreviewWrapper:hover .RightPanel-module__9gZVca__bgPreviewOverlay{opacity:1}.RightPanel-module__9gZVca__bgOverlay{background:var(--bg-app);opacity:.8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;border-radius:var(--radius-md,8px);flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:all .2s;display:flex;position:absolute;inset:0}.RightPanel-module__9gZVca__previewContainer:hover .RightPanel-module__9gZVca__bgOverlay{opacity:1}.RightPanel-module__9gZVca__overlayBtn{background:var(--bg-hover);border:1px solid var(--border-subtle);width:120px;color:var(--text-primary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.RightPanel-module__9gZVca__overlayBtn:hover{background:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}.RightPanel-module__9gZVca__remove{border-color:var(--accent-muted);color:var(--accent-main)}.RightPanel-module__9gZVca__remove:hover{background:var(--accent-muted);border-color:var(--accent-main);color:var(--accent-main)}.RightPanel-module__9gZVca__themeGrid{gap:var(--space-2);grid-template-columns:repeat(2,1fr);display:grid}.RightPanel-module__9gZVca__optionBtn{padding:var(--space-2)var(--space-3);background:var(--bg-app);border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;text-align:center;border-radius:6px;font-size:12px;font-weight:500;transition:all .15s}.RightPanel-module__9gZVca__optionBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.RightPanel-module__9gZVca__optionBtn.RightPanel-module__9gZVca__selected{background:var(--accent-muted);border-color:var(--accent-main);color:var(--text-primary);box-shadow:0 0 12px var(--accent-muted)}.RightPanel-module__9gZVca__optionBtn.RightPanel-module__9gZVca__selectedTheme{background:var(--accent-muted);border-color:var(--accent-main);color:var(--text-primary);box-shadow:0 0 12px var(--accent-glow)}.RightPanel-module__9gZVca__fieldGroup{flex-direction:column;gap:8px;display:flex}.RightPanel-module__9gZVca__fieldLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.RightPanel-module__9gZVca__labelRow{justify-content:space-between;align-items:center;display:flex}.RightPanel-module__9gZVca__valueLabel{color:var(--accent-main);background:var(--accent-muted);border-radius:4px;padding:2px 6px;font-family:monospace;font-size:10px}.RightPanel-module__9gZVca__slider{appearance:none;background:var(--border-subtle);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}.RightPanel-module__9gZVca__slider::-webkit-slider-thumb{appearance:none;background:var(--accent-main);width:12px;height:12px;box-shadow:0 0 8px var(--accent-glow);border-radius:50%;transition:transform .1s}.RightPanel-module__9gZVca__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.RightPanel-module__9gZVca__slider::-moz-range-thumb{background:var(--accent-main);width:12px;height:12px;box-shadow:0 0 8px var(--accent-glow);border:none;border-radius:50%;transition:transform .1s}.RightPanel-module__9gZVca__buttonGroup{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:6px;gap:2px;padding:3px;display:flex}.RightPanel-module__9gZVca__groupBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex:1;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.RightPanel-module__9gZVca__groupBtn:hover{color:var(--text-primary);background:var(--bg-hover)}.RightPanel-module__9gZVca__groupBtn.RightPanel-module__9gZVca__active{background:var(--accent-muted);color:var(--accent-main)}.RightPanel-module__9gZVca__toggleGroup{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;gap:6px;padding:8px;display:flex}.RightPanel-module__9gZVca__toggleRow{cursor:pointer;border-radius:4px;align-items:center;gap:10px;padding:6px 8px;transition:background .15s;display:flex;position:relative;overflow:hidden}.RightPanel-module__9gZVca__toggleRow:hover{background:var(--bg-hover)}.RightPanel-module__9gZVca__toggleMeter{opacity:.2;pointer-events:none;z-index:0;height:100%;transition:width 75ms ease-out;position:absolute;top:0;left:0}.RightPanel-module__9gZVca__toggleMeterBass{background:linear-gradient(90deg,#ef4444 0%,#ef444488 100%)}.RightPanel-module__9gZVca__toggleMeterMid{background:linear-gradient(90deg,#22c55e 0%,#22c55e88 100%)}.RightPanel-module__9gZVca__toggleMeterHigh{background:linear-gradient(90deg,#3b82f6 0%,#3b82f688 100%)}.RightPanel-module__9gZVca__toggleMeterEnergy{background:linear-gradient(90deg,#ef4444 0%,#ef444488 100%)}.RightPanel-module__9gZVca__toggleRowContent{z-index:1;flex:1;align-items:center;gap:8px;display:flex;position:relative}.RightPanel-module__9gZVca__toggleBandBadge{z-index:1;text-transform:uppercase;letter-spacing:.05em;opacity:.8;border-radius:3px;padding:2px 5px;font-size:9px;font-weight:600;position:relative}.RightPanel-module__9gZVca__toggleBadgeBass{color:#ef4444;background:#ef444426}.RightPanel-module__9gZVca__toggleBadgeMid{color:#22c55e;background:#22c55e26}.RightPanel-module__9gZVca__toggleBadgeHigh{color:#3b82f6;background:#3b82f626}.RightPanel-module__9gZVca__toggleBadgeEnergy{color:var(--accent-main);background:var(--accent-muted)}.RightPanel-module__9gZVca__toggleCheckbox{width:16px;height:16px;accent-color:var(--accent-main);cursor:pointer}.RightPanel-module__9gZVca__toggleLabel{color:var(--text-secondary);font-size:13px;font-weight:500}.RightPanel-module__9gZVca__gearButton{background:var(--bg-hover);border:1px solid var(--border-subtle);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.RightPanel-module__9gZVca__gearButton:hover{background:var(--accent-muted);border-color:var(--accent-glow);color:var(--accent-main)}.RightPanel-module__9gZVca__editButton{background:var(--bg-hover);border:1px solid var(--border-subtle);width:100%;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.RightPanel-module__9gZVca__editButton:hover{background:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}.RightPanel-module__9gZVca__select{background-color:var(--bg-input);border:1px solid var(--border-subtle);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;border-radius:6px;padding:8px 32px 8px 12px;font-family:inherit;font-size:13px;transition:all .2s}.RightPanel-module__9gZVca__select:hover{background-color:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary)}.RightPanel-module__9gZVca__select:focus{border-color:var(--accent-main);box-shadow:0 0 0 1px var(--accent-muted);background-color:var(--accent-muted);outline:none}.RightPanel-module__9gZVca__select option{background-color:var(--bg-app);color:var(--text-primary);padding:8px}.RightPanel-module__9gZVca__primaryBtn{background:var(--accent-main);border:1px solid var(--accent-glow);width:100%;color:var(--text-inverse);cursor:pointer;box-shadow:0 0 15px var(--accent-muted);border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.RightPanel-module__9gZVca__primaryBtn:hover{background:var(--accent-main);opacity:.9;box-shadow:0 0 20px var(--accent-glow);transform:translateY(-1px)}.RightPanel-module__9gZVca__primaryBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.RightPanel-module__9gZVca__syncBtn{background:var(--accent-muted);border:1px solid var(--accent-glow);width:100%;color:var(--accent-main);letter-spacing:.03em;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.RightPanel-module__9gZVca__syncBtn:hover{background:var(--accent-muted);opacity:.8;border-color:var(--accent-main);color:var(--accent-main);box-shadow:0 0 15px var(--accent-muted)}.RightPanel-module__9gZVca__colorGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.RightPanel-module__9gZVca__colorItem{flex-direction:column;gap:6px;display:flex}.RightPanel-module__9gZVca__colorItem label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.RightPanel-module__9gZVca__colorItem input[type=color]{appearance:none;border:1px solid var(--border-subtle);cursor:pointer;background:var(--bg-input);border-radius:6px;width:100%;height:32px;padding:0;transition:all .2s;overflow:hidden}.RightPanel-module__9gZVca__colorItem input[type=color]:hover{border-color:var(--border-hover);box-shadow:var(--shadow-panel);transform:translateY(-1px)}.RightPanel-module__9gZVca__colorItem input[type=color]::-webkit-color-swatch-wrapper{padding:3px}.RightPanel-module__9gZVca__colorItem input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.RightPanel-module__9gZVca__footer{border-top:1px solid var(--border-subtle);z-index:10}.RightPanel-module__9gZVca__monitorSection{border-top:1px solid var(--border-subtle);padding-top:var(--space-2);flex-direction:column;margin-top:auto;padding-bottom:0;display:flex;overflow:hidden}.RightPanel-module__9gZVca__monitorHeader{padding:var(--space-2);cursor:pointer;border-radius:var(--radius-sm);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;font-size:11px;font-weight:600;transition:all .2s;display:flex}.RightPanel-module__9gZVca__monitorHeader:hover{background:var(--bg-hover);color:var(--text-primary)}.RightPanel-module__9gZVca__collapseIcon{color:var(--text-muted);transition:transform .3s;transform:rotate(0)}.RightPanel-module__9gZVca__collapsed .RightPanel-module__9gZVca__collapseIcon{transform:rotate(-90deg)}.RightPanel-module__9gZVca__monitorContent{background:var(--bg-app);border-radius:8px 8px 0 0;height:110px;max-height:110px;margin:4px 4px 0;padding:12px 16px 0;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.RightPanel-module__9gZVca__collapsed .RightPanel-module__9gZVca__monitorContent{opacity:0;height:0;max-height:0;margin-top:0;margin-bottom:0;padding:0 12px}@media (max-width:1200px){.RightPanel-module__9gZVca__sectionHeader{padding:var(--space-2)}.RightPanel-module__9gZVca__sectionContentInner{padding:var(--space-2);gap:var(--space-3)}}.RightPanel-module__9gZVca__disabledOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;border-radius:inherit;pointer-events:all;background:#0009;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.RightPanel-module__9gZVca__disabledMessage{background:var(--bg-panel);border:1px solid var(--border-subtle);color:var(--text-muted);box-shadow:var(--shadow-elevated);border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:13px;font-weight:500;display:flex}.RightPanel-module__9gZVca__panel.RightPanel-module__9gZVca__disabled{pointer-events:none;opacity:.6;filter:grayscale(.5);position:relative}@media (max-width:768px){.RightPanel-module__9gZVca__panel{--panel-padding:var(--space-4);padding-bottom:90px;overflow:hidden}.RightPanel-module__9gZVca__monitorSection{margin-top:var(--space-4);z-index:5;background:var(--bg-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative}}.RightPanel-module__9gZVca__innerWrapper .RightPanel-module__9gZVca__absolute.RightPanel-module__9gZVca__top-0.RightPanel-module__9gZVca__left-0.RightPanel-module__9gZVca__right-0{background:linear-gradient(to bottom,var(--bg-app)0%,transparent 100%)!important}.RightPanel-module__9gZVca__innerWrapper .RightPanel-module__9gZVca__absolute.RightPanel-module__9gZVca__bottom-0.RightPanel-module__9gZVca__left-0.RightPanel-module__9gZVca__right-0{background:linear-gradient(to top,var(--bg-app)0%,transparent 100%)!important}.RightPanel-module__9gZVca__innerWrapper .RightPanel-module__9gZVca__w-full.RightPanel-module__9gZVca__h-\[1px\].RightPanel-module__9gZVca__bg-purple-500\/50{background-color:var(--accent-glow)!important;box-shadow:0 0 15px var(--accent-muted)!important}.RightPanel-module__9gZVca__keyframeInput{color:var(--text-primary);font-family:var(--font-mono);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;outline:none;width:60px;padding:2px 4px;font-size:10px;transition:all .2s}.RightPanel-module__9gZVca__keyframeInput:focus{border-color:var(--accent-main);box-shadow:0 0 10px var(--accent-glow);background:#ffffff1a}.RightPanel-module__9gZVca__keyframeInput:hover{border-color:#fff3}@keyframes RightPanel-module__9gZVca__subtab-glow-pulse{0%,to{opacity:.6}50%{opacity:1}}.RightPanel-module__9gZVca__masterKeyframeHeader{background:var(--bg-panel);border:1px solid var(--border-subtle);box-shadow:var(--shadow-panel);border-radius:12px;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px;display:flex}.RightPanel-module__9gZVca__masterKeyframeHeaderTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.RightPanel-module__9gZVca__lineStyleRow{cursor:pointer;width:100%;color:var(--text-secondary);border:none;border-radius:4px;justify-content:space-between;align-items:center;padding:5px 8px;font-size:11px;transition:background .12s;display:flex}.RightPanel-module__9gZVca__lineStyleRow:hover{background:#ffffff0a!important}.RightPanel-module__9gZVca__lineStyleRowLeft{align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.RightPanel-module__9gZVca__lineStyleRowRight{flex-shrink:0;align-items:center;gap:4px;display:flex}.RightPanel-module__9gZVca__lineStyleIndex{color:var(--text-muted);opacity:.5;flex-shrink:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:9px;font-weight:700}.RightPanel-module__9gZVca__lineStyleText{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.RightPanel-module__9gZVca__lineStyleBadge{color:var(--accent-main);background:var(--accent-muted);text-align:center;border-radius:3px;min-width:16px;padding:1px 5px;font-size:9px;font-weight:700}.RightPanel-module__9gZVca__lineOverrideEditor{background:#ffffff04;border:1px solid #ffffff0a;border-top:none;border-left:2px solid #ffffff1a;border-radius:0 0 6px 6px;flex-direction:column;gap:8px;margin:0 0 2px;padding:8px 10px 10px;display:flex}.RightPanel-module__9gZVca__overrideBadge{background:var(--accent-muted);width:14px;height:14px;color:var(--accent-main);cursor:pointer;vertical-align:middle;border:none;border-radius:3px;justify-content:center;align-items:center;margin-left:4px;font-size:10px;font-weight:700;transition:all .12s;display:inline-flex}.RightPanel-module__9gZVca__overrideBadge:hover{background:var(--accent-main);color:#fff}.RightPanel-module__9gZVca__textInput{background:var(--bg-input,#0000004d);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);border-radius:4px;outline:none;padding:4px 8px;font-size:11px;transition:border-color .15s}.RightPanel-module__9gZVca__textInput::placeholder{color:var(--text-muted);opacity:.5}.RightPanel-module__9gZVca__textInput:focus{border-color:var(--accent-main);box-shadow:0 0 6px var(--accent-muted)}.RightPanel-module__9gZVca__select{background:var(--bg-input,#0000004d);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);cursor:pointer;border-radius:4px;outline:none;padding:4px 8px;font-size:11px;transition:border-color .15s}.RightPanel-module__9gZVca__select:focus{border-color:var(--accent-main)}.RightPanel-module__9gZVca__lineStyleActionBtn{color:var(--text-muted);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;transition:all .12s;display:flex}.RightPanel-module__9gZVca__lineStyleActionBtn:hover{color:var(--text-primary);background:#ffffff14;border-color:#ffffff1a}.RightPanel-module__9gZVca__lineStyleActionBtnDanger:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.RightPanel-module__9gZVca__laneSelector{background:#0003;border:1px solid #ffffff0a;border-radius:6px;align-items:center;gap:8px;padding:4px 6px;display:flex}.RightPanel-module__9gZVca__laneSelectorLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:10px}.RightPanel-module__9gZVca__laneSelectorDropdown{color:var(--text-primary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:4px;outline:none;flex:1;padding:3px 6px;font-size:11px;transition:border-color .15s}.RightPanel-module__9gZVca__laneSelectorDropdown:focus{border-color:var(--accent-main)}.RightPanel-module__9gZVca__laneSelectorDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}
.ExportModal-module__SknxRa__overlay{z-index:9999;-webkit-backdrop-filter:blur(14px);background:#0a0202;justify-content:center;align-items:center;animation:.3s ease-out ExportModal-module__SknxRa__fadeIn;display:flex;position:fixed;inset:0}@keyframes ExportModal-module__SknxRa__fadeIn{0%{opacity:0}to{opacity:1}}.ExportModal-module__SknxRa__modal{background:#2a1010;border-radius:16px;width:520px;max-width:92vw;padding:0;animation:.35s cubic-bezier(.16,1,.3,1) ExportModal-module__SknxRa__slideUp;overflow:hidden;box-shadow:0 0 0 1px #dc143c26,0 8px 40px #dc143c1f,0 24px 80px #0009}@keyframes ExportModal-module__SknxRa__slideUp{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ExportModal-module__SknxRa__header{background:#1f0e0e;border-bottom:1px solid #dc143c1f;justify-content:space-between;align-items:center;padding:16px 22px 14px;display:flex}.ExportModal-module__SknxRa__headerLeft{align-items:center;gap:10px;display:flex}.ExportModal-module__SknxRa__headerIcon{filter:drop-shadow(0 0 6px #dc143c99);font-size:18px;animation:1.5s ease-in-out infinite ExportModal-module__SknxRa__pulse}@keyframes ExportModal-module__SknxRa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}.ExportModal-module__SknxRa__headerTitle{letter-spacing:2.5px;text-transform:uppercase;color:#dc143c;text-shadow:0 0 12px #dc143c80;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700}.ExportModal-module__SknxRa__headerBadge{letter-spacing:.5px;color:#ff6b6b;background:#dc143c1f;border:1px solid #dc143c33;border-radius:4px;padding:3px 8px;font-family:Inter,sans-serif;font-size:10px;font-weight:600}.ExportModal-module__SknxRa__body{flex-direction:column;gap:14px;padding:18px 22px 22px;display:flex}.ExportModal-module__SknxRa__previewContainer{aspect-ratio:16/9;background:#1a0a0a;border:1px solid #dc143c33;border-radius:10px;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 30px #0006,0 0 20px #dc143c0f}.ExportModal-module__SknxRa__previewImage{object-fit:contain;width:100%;height:100%;display:block}.ExportModal-module__SknxRa__previewPlaceholder{color:#5c3f3f;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-family:Manrope,sans-serif;font-size:13px;display:flex;position:absolute;inset:0}.ExportModal-module__SknxRa__previewSpinner{border:2px solid #dc143c26;border-top-color:#dc143c;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite ExportModal-module__SknxRa__spin}@keyframes ExportModal-module__SknxRa__spin{to{transform:rotate(360deg)}}.ExportModal-module__SknxRa__previewFrameLabel{color:#ff6b6bb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0202b3;border-radius:4px;padding:2px 6px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;position:absolute;bottom:8px;right:10px}.ExportModal-module__SknxRa__progressBarTrack{background:#1a0a0a;border-radius:3px;width:100%;height:6px;position:relative;overflow:hidden}.ExportModal-module__SknxRa__progressBarFill{background:linear-gradient(90deg,#8b0000,#dc143c);border-radius:3px;height:100%;transition:width .3s ease-out;position:relative}.ExportModal-module__SknxRa__progressBarFill:after{content:"";filter:blur(3px);background:radial-gradient(circle at 100%,#dc143ce6,#0000);border-radius:50%;width:14px;position:absolute;top:-3px;bottom:-3px;right:0}.ExportModal-module__SknxRa__statsRow{justify-content:space-between;align-items:center;display:flex}.ExportModal-module__SknxRa__statsPrimary{color:#ffb3b3;font-variant-numeric:tabular-nums;font-family:Manrope,sans-serif;font-size:13px;font-weight:500}.ExportModal-module__SknxRa__statsSecondary{color:#ff6b6b;font-variant-numeric:tabular-nums;font-family:Inter,sans-serif;font-size:12px;font-weight:500}.ExportModal-module__SknxRa__metaRow{justify-content:space-between;align-items:center;display:flex}.ExportModal-module__SknxRa__eta{color:#8b3a3a;font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:500;display:flex}.ExportModal-module__SknxRa__etaIcon{opacity:.7;font-size:12px}.ExportModal-module__SknxRa__phase{color:#8b3a3a;align-items:center;gap:6px;font-family:Manrope,sans-serif;font-size:12px;display:flex}.ExportModal-module__SknxRa__phaseDot{background:#dc143c;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.2s ease-in-out infinite ExportModal-module__SknxRa__phasePulse}@keyframes ExportModal-module__SknxRa__phasePulse{0%,to{opacity:1;box-shadow:0 0 4px #dc143c99}50%{opacity:.4;box-shadow:none}}.ExportModal-module__SknxRa__cancelBtn{color:#dc143c;letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:#3a1515;border:1px solid #dc143c40;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:2px;padding:12px 0;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;transition:all .2s;display:flex}.ExportModal-module__SknxRa__cancelBtn:hover{background:#4a1a1a;border-color:#dc143c80;box-shadow:0 0 16px #dc143c26}.ExportModal-module__SknxRa__cancelBtn:active{background:#2a0f0f;transform:scale(.98)}.ExportModal-module__SknxRa__cancelIcon{font-size:14px;line-height:1}.ExportModal-module__SknxRa__completeOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a0a0ae0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.ExportModal-module__SknxRa__completeIcon{font-size:36px;animation:.4s cubic-bezier(.34,1.56,.64,1) ExportModal-module__SknxRa__popIn}@keyframes ExportModal-module__SknxRa__popIn{0%{transform:scale(0)}to{transform:scale(1)}}.ExportModal-module__SknxRa__completeText{color:#4ade80;letter-spacing:2px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700}.ExportModal-module__SknxRa__trackName{color:#5c3f3f;text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:0 8px;font-family:Manrope,sans-serif;font-size:11px;font-weight:500;overflow:hidden}
.MultiExportModal-module__7ZYimq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f0b15d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.MultiExportModal-module__7ZYimq__modal{color:#fff;background:#141423e6;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:600px;max-width:90vw;max-height:90vh;font-family:Inter,sans-serif;display:flex;box-shadow:0 20px 50px #00000080}.MultiExportModal-module__7ZYimq__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.MultiExportModal-module__7ZYimq__header h2{background:linear-gradient(135deg,#fff,#ef4444);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.25rem;font-weight:600}.MultiExportModal-module__7ZYimq__closeButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s}.MultiExportModal-module__7ZYimq__closeButton:hover{color:#fff;background:#ffffff1a}.MultiExportModal-module__7ZYimq__content{flex-direction:column;gap:24px;padding:24px;display:flex;overflow-y:auto}.MultiExportModal-module__7ZYimq__section{flex-direction:column;gap:16px;display:flex}.MultiExportModal-module__7ZYimq__section h3{text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;border-bottom:1px solid #ffffff0d;margin:0;font-size:.9rem}.MultiExportModal-module__7ZYimq__trackList{background:#0003;border:1px solid #ffffff0d;border-radius:8px;max-height:200px;overflow-y:auto}.MultiExportModal-module__7ZYimq__trackItem{border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:10px 14px;transition:background .2s;display:flex}.MultiExportModal-module__7ZYimq__trackItem:last-child{border-bottom:none}.MultiExportModal-module__7ZYimq__trackItem:hover{background:#ffffff08}.MultiExportModal-module__7ZYimq__trackItem input[type=checkbox]{cursor:pointer;accent-color:#ef4444;width:16px;height:16px}.MultiExportModal-module__7ZYimq__trackInfo{flex:1;font-size:.95rem}.MultiExportModal-module__7ZYimq__trackDuration{color:#fff6;font-size:.85rem}.MultiExportModal-module__7ZYimq__controlGroup{flex-direction:column;gap:8px;display:flex}.MultiExportModal-module__7ZYimq__controlGroup label{color:#fffc;font-size:.9rem}.MultiExportModal-module__7ZYimq__modeToggle{gap:12px;display:flex}.MultiExportModal-module__7ZYimq__radioLabel{cursor:pointer;background:#ffffff0d;border-radius:6px;flex:1;align-items:center;gap:8px;padding:8px 12px;font-size:.95rem;transition:background .2s;display:flex}.MultiExportModal-module__7ZYimq__radioLabel:hover{background:#ffffff1a}.MultiExportModal-module__7ZYimq__radioLabel input{accent-color:#ef4444}.MultiExportModal-module__7ZYimq__actions{justify-content:flex-end;gap:12px;margin-top:auto;padding-top:20px;display:flex}.MultiExportModal-module__7ZYimq__cancelButton,.MultiExportModal-module__7ZYimq__exportButton{cursor:pointer;border:1px solid #ffffff1a;border-radius:6px;padding:10px 20px;font-size:.95rem;font-weight:500;transition:all .2s}.MultiExportModal-module__7ZYimq__cancelButton{color:#fff;background:0 0}.MultiExportModal-module__7ZYimq__cancelButton:hover{background:#ffffff1a}.MultiExportModal-module__7ZYimq__exportButton{color:#fff;background:linear-gradient(135deg,#991b1b,#ef4444);border:none}.MultiExportModal-module__7ZYimq__exportButton:hover{filter:brightness(1.1);transform:translateY(-1px)}.MultiExportModal-module__7ZYimq__exportButton:disabled{opacity:.5;cursor:not-allowed;filter:none;transform:none}.MultiExportModal-module__7ZYimq__inputField{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:4px;outline:none;width:100%;padding:8px 12px}.MultiExportModal-module__7ZYimq__inputField:focus{border-color:#ef4444}.MultiExportModal-module__7ZYimq__gapList{background:#0003;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:4px;padding:12px;display:flex}.MultiExportModal-module__7ZYimq__gapTrackName{color:#fffc;padding:6px 0;font-size:.9rem}.MultiExportModal-module__7ZYimq__gapControl{border-left:2px solid #ef44444d;margin-left:8px;padding:8px 0 8px 20px}.MultiExportModal-module__7ZYimq__gapInputRow{align-items:center;gap:8px;display:flex}.MultiExportModal-module__7ZYimq__gapInput{color:#fff;text-align:center;background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;width:70px;padding:6px 8px;font-size:.9rem}.MultiExportModal-module__7ZYimq__gapInput:focus{border-color:#ef4444;outline:none}.MultiExportModal-module__7ZYimq__gapLabel{color:#ffffff80;font-size:.85rem}.MultiExportModal-module__7ZYimq__gapAddButton{color:#fca5a1;cursor:pointer;background:#ef44441a;border:1px dashed #ef444466;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;transition:all .2s;display:flex}.MultiExportModal-module__7ZYimq__gapAddButton:hover{color:#ef4444;background:#ef444433;border-color:#ef444499}.MultiExportModal-module__7ZYimq__gapRemoveButton{color:#ef4444b3;cursor:pointer;background:#ef44441a;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.MultiExportModal-module__7ZYimq__gapRemoveButton:hover{color:#ef4444;background:#ef444433}
.AboutModal-module__XRPQSG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;isolation:isolate;background:#050508d9;justify-content:center;align-items:flex-start;padding:20px;animation:.2s ease-out AboutModal-module__XRPQSG__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.AboutModal-module__XRPQSG__modal{box-shadow:0 0 30px var(--crucible-red-muted);background:#0a0a0cf2;border:1px solid #ef444433;border-radius:8px;flex-direction:column;width:90%;max-width:500px;max-height:85vh;margin:auto;animation:.2s cubic-bezier(.16,1,.3,1) AboutModal-module__XRPQSG__scaleIn;display:flex;position:relative;overflow:hidden}.AboutModal-module__XRPQSG__header{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.AboutModal-module__XRPQSG__header h2{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:14px;font-weight:600}.AboutModal-module__XRPQSG__closeButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.AboutModal-module__XRPQSG__closeButton:hover{color:#fff;background:#ffffff1a}.AboutModal-module__XRPQSG__content{color:#e5e7eb;flex:1;padding:24px;overflow-y:auto}.AboutModal-module__XRPQSG__title{background:linear-gradient(135deg,#991b1b,var(--crucible-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:24px;font-weight:700}.AboutModal-module__XRPQSG__description{color:#d1d5db;margin-bottom:24px;line-height:1.6}.AboutModal-module__XRPQSG__section{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;margin-bottom:16px;padding:16px}.AboutModal-module__XRPQSG__sectionTitle{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;font-size:12px;font-weight:600}.AboutModal-module__XRPQSG__sectionText{color:#9ca3af;margin:0;font-size:14px}.AboutModal-module__XRPQSG__link{color:var(--crucible-red);font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.AboutModal-module__XRPQSG__link:hover{color:#fca5a1;text-decoration:underline}@keyframes AboutModal-module__XRPQSG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AboutModal-module__XRPQSG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.HelpModal-module__Oz8Ojq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;isolation:isolate;background:#050508d9;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out HelpModal-module__Oz8Ojq__fadeIn;display:flex;position:fixed;inset:0}.HelpModal-module__Oz8Ojq__modal{box-shadow:0 0 30px var(--crucible-red-muted);z-index:1;background:#0a0a0cf2;border:1px solid #ef444433;border-radius:12px;flex-direction:column;width:90%;max-width:800px;max-height:85vh;margin:auto;animation:.2s cubic-bezier(.16,1,.3,1) HelpModal-module__Oz8Ojq__scaleIn;display:flex;position:relative;overflow:hidden}.HelpModal-module__Oz8Ojq__header{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.HelpModal-module__Oz8Ojq__header h2{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:14px;font-weight:600}.HelpModal-module__Oz8Ojq__closeButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.HelpModal-module__Oz8Ojq__closeButton:hover{color:#fff;background:#ffffff1a}.HelpModal-module__Oz8Ojq__tabs{background:#ffffff05;border-bottom:1px solid #ffffff14;gap:0;padding:0;display:flex}.HelpModal-module__Oz8Ojq__tab{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:12px 16px;font-size:13px;font-weight:500;transition:all .2s;position:relative}.HelpModal-module__Oz8Ojq__tab:hover{color:#fffc;background:#ffffff08}.HelpModal-module__Oz8Ojq__tabActive{color:var(--crucible-red);border-bottom-color:var(--crucible-red);background:#ef44440d}.HelpModal-module__Oz8Ojq__content{color:#e5e7eb;flex:1;padding:24px;overflow-y:auto}.HelpModal-module__Oz8Ojq__intro{margin-bottom:32px}.HelpModal-module__Oz8Ojq__title{background:linear-gradient(135deg,#991b1b,var(--crucible-red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:28px;font-weight:700}.HelpModal-module__Oz8Ojq__description{color:#d1d5db;margin:0;font-size:15px;line-height:1.6}.HelpModal-module__Oz8Ojq__section{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;margin-bottom:20px;padding:20px}.HelpModal-module__Oz8Ojq__sectionTitle{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px;font-size:13px;font-weight:600}.HelpModal-module__Oz8Ojq__sectionText{color:#d1d5db;margin:0;font-size:14px;line-height:1.6}.HelpModal-module__Oz8Ojq__flowDiagram{background:#0003;border-radius:6px;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:16px;padding:16px;display:flex}.HelpModal-module__Oz8Ojq__flowStep{color:#d1d5db;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:500}.HelpModal-module__Oz8Ojq__flowStepHighlight{color:#fca5a1;white-space:nowrap;background:#ef444426;border:1px solid #ef444466;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600}.HelpModal-module__Oz8Ojq__flowArrow{color:#ffffff4d;font-size:16px;font-weight:300}.HelpModal-module__Oz8Ojq__workflowSteps{flex-direction:column;gap:16px;display:flex}.HelpModal-module__Oz8Ojq__step{background:#0003;border:1px solid #ffffff0d;border-radius:8px;gap:16px;padding:16px;transition:all .2s;display:flex}.HelpModal-module__Oz8Ojq__step:hover{background:#0000004d;border-color:#ef444433}.HelpModal-module__Oz8Ojq__stepIcon{width:40px;height:40px;color:var(--crucible-red);background:linear-gradient(135deg,#ef444433,#991b1b33);border:1px solid #ef44444d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.HelpModal-module__Oz8Ojq__stepContent{flex:1}.HelpModal-module__Oz8Ojq__stepTitle{color:#fff;margin:0 0 8px;font-size:15px;font-weight:600}.HelpModal-module__Oz8Ojq__stepText{color:#d1d5db;margin:0;font-size:13px;line-height:1.6}.HelpModal-module__Oz8Ojq__stepText strong{color:#22d3ee;font-weight:600}.HelpModal-module__Oz8Ojq__tipsList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.HelpModal-module__Oz8Ojq__tip{border-left:3px solid var(--crucible-red);color:#d1d5db;background:#ef44440d;border-radius:4px;padding:12px;font-size:13px;line-height:1.6}.HelpModal-module__Oz8Ojq__tip strong{color:#fff;font-weight:600}.HelpModal-module__Oz8Ojq__shortcutList{flex-direction:column;gap:12px;display:flex}.HelpModal-module__Oz8Ojq__shortcut{background:#0003;border-radius:6px;justify-content:space-between;align-items:center;gap:16px;padding:12px;display:flex}.HelpModal-module__Oz8Ojq__shortcutKey{color:var(--crucible-red);white-space:nowrap;background:#ef44441a;border:1px solid #ef44444d;border-radius:4px;align-items:center;gap:8px;padding:6px 12px;font-family:Monaco,Courier New,monospace;font-size:13px;font-weight:600;display:flex}.HelpModal-module__Oz8Ojq__shortcutDesc{color:#d1d5db;flex:1;font-size:13px}@keyframes HelpModal-module__Oz8Ojq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HelpModal-module__Oz8Ojq__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.HelpModal-module__Oz8Ojq__overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f0b15;padding:0}.HelpModal-module__Oz8Ojq__modal{will-change:transform;background:#0f0b15;border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;margin:0}.HelpModal-module__Oz8Ojq__header{z-index:10;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f0b15;padding:16px;position:sticky;top:0}.HelpModal-module__Oz8Ojq__header h2{font-size:16px}.HelpModal-module__Oz8Ojq__tabs{z-index:10;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f0b15;position:sticky;top:52px}.HelpModal-module__Oz8Ojq__tab{padding:14px 12px;font-size:12px}.HelpModal-module__Oz8Ojq__content{padding:16px 16px 32px}.HelpModal-module__Oz8Ojq__title{margin-bottom:12px;font-size:22px}.HelpModal-module__Oz8Ojq__description{font-size:14px}.HelpModal-module__Oz8Ojq__section{margin-bottom:16px;padding:16px}.HelpModal-module__Oz8Ojq__sectionTitle{margin-bottom:10px;font-size:12px}.HelpModal-module__Oz8Ojq__sectionText{font-size:13px}.HelpModal-module__Oz8Ojq__step{flex-direction:column;gap:12px;padding:14px}.HelpModal-module__Oz8Ojq__stepIcon{width:36px;height:36px}.HelpModal-module__Oz8Ojq__stepTitle{font-size:14px}.HelpModal-module__Oz8Ojq__stepText{font-size:12px}.HelpModal-module__Oz8Ojq__tip{padding:10px;font-size:12px}.HelpModal-module__Oz8Ojq__shortcut{flex-direction:column;align-items:flex-start;gap:8px;padding:10px}.HelpModal-module__Oz8Ojq__shortcutKey,.HelpModal-module__Oz8Ojq__shortcutDesc{font-size:12px}.HelpModal-module__Oz8Ojq__flowDiagram{flex-direction:column;align-items:stretch;gap:8px;padding:12px;font-size:11px}.HelpModal-module__Oz8Ojq__flowArrow{text-align:center;width:100%;margin:4px 0;font-size:0}.HelpModal-module__Oz8Ojq__flowArrow:after{content:"↓";color:#ffffff4d;font-size:16px}.HelpModal-module__Oz8Ojq__flowStep,.HelpModal-module__Oz8Ojq__flowStepHighlight{text-align:center;width:100%;padding:6px 12px;font-size:11px}}.HelpModal-module__Oz8Ojq__discordLink{color:#fff;background:#5865f2;border-radius:8px;align-items:center;gap:10px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #5865f233}.HelpModal-module__Oz8Ojq__discordLink:hover{background:#4752c4;transform:translateY(-1px);box-shadow:0 6px 16px #5865f24d}.HelpModal-module__Oz8Ojq__discordLink:active{transform:translateY(0)}
.StoreModal-module__EzOjDa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000e0;justify-content:center;align-items:center;animation:.2s ease-out StoreModal-module__EzOjDa__fadeIn;display:flex;position:fixed;inset:0}.StoreModal-module__EzOjDa__modal{background:var(--bg-app);border:1px solid var(--accent-glow);width:92%;max-width:1100px;height:85vh;max-height:820px;box-shadow:0 0 60px #ef44440f,var(--shadow-elevated);flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) StoreModal-module__EzOjDa__scaleIn;display:flex;position:relative;overflow:hidden}.StoreModal-module__EzOjDa__header{border-bottom:1px solid var(--border-subtle);background:var(--bg-surface);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.StoreModal-module__EzOjDa__headerLeft{align-items:center;gap:10px;display:flex}.StoreModal-module__EzOjDa__headerIcon{color:var(--accent-main);align-items:center;display:flex}.StoreModal-module__EzOjDa__headerTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;font-size:14px;font-weight:700}.StoreModal-module__EzOjDa__headerSub{color:var(--text-muted);letter-spacing:0;text-transform:none;margin-left:8px;font-size:10px;font-weight:400}.StoreModal-module__EzOjDa__closeBtn{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.StoreModal-module__EzOjDa__closeBtn:hover{color:var(--text-primary);border-color:var(--accent-main);background:var(--accent-muted)}.StoreModal-module__EzOjDa__tabBar{border-bottom:1px solid var(--border-subtle);background:var(--bg-surface);flex-shrink:0;display:flex}.StoreModal-module__EzOjDa__tab{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:11px;font-weight:600;transition:all .2s;display:flex;position:relative}.StoreModal-module__EzOjDa__tab:hover{color:var(--text-primary);background:#ffffff05}.StoreModal-module__EzOjDa__tabActive{border:none;border-bottom:2px solid var(--accent-main);color:var(--accent-main);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:#ef44440a;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:11px;font-weight:600;transition:all .2s;display:flex;position:relative}.StoreModal-module__EzOjDa__tabCount{color:var(--text-muted);text-align:center;background:#ffffff0f;min-width:18px;padding:1px 5px;font-size:9px;font-weight:500}.StoreModal-module__EzOjDa__tabActive .StoreModal-module__EzOjDa__tabCount{color:var(--accent-main);background:#ef444426}.StoreModal-module__EzOjDa__body{flex:1;display:flex;overflow:hidden}.StoreModal-module__EzOjDa__sidebar{border-right:1px solid var(--border-subtle);background:var(--bg-surface);flex-direction:column;flex-shrink:0;width:200px;display:flex;overflow-y:auto}.StoreModal-module__EzOjDa__sidebarSection{border-bottom:1px solid var(--border-subtle);padding:12px}.StoreModal-module__EzOjDa__sidebarLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:8px;font-size:9px;font-weight:700}.StoreModal-module__EzOjDa__sidebarItem{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:6px 8px;font-size:11px;transition:all .12s;display:flex}.StoreModal-module__EzOjDa__sidebarItem:hover{background:var(--bg-hover);color:var(--text-primary)}.StoreModal-module__EzOjDa__sidebarItemActive{border:none;border-left:2px solid var(--accent-main);width:100%;color:var(--accent-main);cursor:pointer;text-align:left;background:#ef444414;align-items:center;gap:8px;padding:6px 8px;font-size:11px;transition:all .12s;display:flex}.StoreModal-module__EzOjDa__sidebarItemIcon{text-align:center;flex-shrink:0;width:20px;font-size:14px}.StoreModal-module__EzOjDa__content{flex-direction:column;flex:1;display:flex;overflow:hidden}.StoreModal-module__EzOjDa__contentHeader{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.StoreModal-module__EzOjDa__searchWrap{flex:1;max-width:320px;position:relative}.StoreModal-module__EzOjDa__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.StoreModal-module__EzOjDa__searchInput{background:var(--bg-input,var(--bg-hover));border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);outline:none;padding:7px 12px 7px 32px;font-size:11px;transition:border-color .15s}.StoreModal-module__EzOjDa__searchInput::placeholder{color:var(--text-muted)}.StoreModal-module__EzOjDa__searchInput:focus{border-color:#ef444466}.StoreModal-module__EzOjDa__contentActions{align-items:center;gap:6px;display:flex}.StoreModal-module__EzOjDa__actionBtn{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;background:0 0;align-items:center;gap:4px;padding:6px 10px;font-size:10px;font-weight:500;transition:all .15s;display:flex}.StoreModal-module__EzOjDa__actionBtn:hover{color:var(--accent-main);background:#ef444414;border-color:#ef444440}.StoreModal-module__EzOjDa__presetGrid{scrollbar-width:thin;scrollbar-color:#ffffff0f transparent;flex:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-content:start;gap:12px;padding:16px;display:grid;overflow:hidden auto}.StoreModal-module__EzOjDa__effectsGrid{grid-auto-rows:minmax(170px,auto)}.StoreModal-module__EzOjDa__card{background:var(--bg-hover);border:1px solid var(--border-subtle);cursor:pointer;flex-direction:column;min-height:180px;transition:all .2s;display:flex;position:relative;overflow:hidden}.StoreModal-module__EzOjDa__card:hover{border-color:#ef444440;transform:translateY(-1px);box-shadow:0 6px 20px #0003}.StoreModal-module__EzOjDa__card:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#0000 0%,#ef444408 50%,#0000 100%);transition:opacity .2s;position:absolute;inset:0}.StoreModal-module__EzOjDa__card:hover:after{opacity:1}.StoreModal-module__EzOjDa__cardThumbnailBg{object-fit:cover;z-index:0;filter:saturate(1.5);width:100%;height:100%;transition:transform .4s;position:absolute;inset:0}.StoreModal-module__EzOjDa__card:hover .StoreModal-module__EzOjDa__cardThumbnailBg{transform:scale(1.05)}.StoreModal-module__EzOjDa__cardThumbnailOverlay{z-index:1;background:linear-gradient(#0000004d 0%,#000000d9 100%);position:absolute;inset:0}.StoreModal-module__EzOjDa__cardLyricPreview{z-index:1;border-bottom:1px solid var(--border-subtle);background:#111;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:140px;display:flex;position:relative}.StoreModal-module__EzOjDa__cardLyricText{text-align:center;word-break:break-word;padding:0 16px;font-size:24px;font-weight:700;line-height:1.2}.StoreModal-module__EzOjDa__previewLyricPanel{border-bottom:1px solid var(--border-subtle);background:#111;flex:1;justify-content:center;align-items:center;min-height:160px;display:flex}.StoreModal-module__EzOjDa__cardEffectPreview{z-index:1;border-bottom:1px solid var(--border-subtle);background:radial-gradient(circle,#1b0c30 0%,#080808 100%);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:140px;display:flex;position:relative;overflow:hidden}.StoreModal-module__EzOjDa__previewEffectPanel{border-bottom:1px solid var(--border-subtle);background:radial-gradient(circle,#1b0c30 0%,#080808 100%);flex:1;justify-content:center;align-items:center;min-height:160px;display:flex;position:relative;overflow:hidden}.StoreModal-module__EzOjDa__wireframeGrid{transform-origin:bottom;z-index:0;background-image:linear-gradient(#00ffff26 1px,#0000 1px),linear-gradient(90deg,#00ffff26 1px,#0000 1px);background-position:bottom;background-size:20px 20px;position:absolute;inset:0;transform:perspective(400px)rotateX(60deg)scale(2);-webkit-mask-image:linear-gradient(#0000 20%,#000 100%);mask-image:linear-gradient(#0000 20%,#000 100%)}.StoreModal-module__EzOjDa__effectOverlayText{z-index:2;color:#0ff;text-shadow:0 0 10px #0ffc,0 0 20px #0ff6;text-align:center;text-transform:uppercase;letter-spacing:2px;word-break:break-word;padding:0 16px;font-family:monospace;font-size:20px;font-weight:700;position:relative}.StoreModal-module__EzOjDa__cardBody{z-index:2;text-shadow:0 1px 6px #000,0 2px 4px #000c;flex-direction:column;flex:1 0 auto;justify-content:flex-end;gap:6px;padding:10px 12px 12px;display:flex;position:relative}.StoreModal-module__EzOjDa__cardHeader{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.StoreModal-module__EzOjDa__cardName{color:var(--text-primary);font-size:12px;font-weight:600;line-height:1.3}.StoreModal-module__EzOjDa__cardCategory{color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border-subtle);white-space:nowrap;flex-shrink:0;padding:1px 6px;font-size:9px}.StoreModal-module__EzOjDa__cardDesc{color:var(--text-muted);flex-shrink:0;font-size:10px;line-height:1.4}.StoreModal-module__EzOjDa__cardTags{flex-shrink:0;margin-bottom:-3px;display:block}.StoreModal-module__EzOjDa__tag{color:var(--text-muted);background:#ffffff0a;border:1px solid #ffffff0a;margin-bottom:3px;margin-right:3px;padding:1px 5px;font-size:9px;display:inline-block}.StoreModal-module__EzOjDa__tagAudio{color:#ef4444b3;background:#ef44440f;border:1px solid #ef44441f;margin-bottom:3px;margin-right:3px;padding:1px 5px;font-size:9px;display:inline-block}.StoreModal-module__EzOjDa__tagBg{color:#50a0ffcc;background:#50a0ff14;border:1px solid #50a0ff26;margin-bottom:3px;margin-right:3px;padding:1px 5px;font-size:9px;display:inline-block}.StoreModal-module__EzOjDa__cardActions{border-top:1px solid var(--border-subtle);flex-shrink:0;gap:4px;margin-top:auto;padding-top:6px;display:flex}.StoreModal-module__EzOjDa__applyBtn{cursor:pointer;color:#ef4444e6;text-transform:uppercase;letter-spacing:.04em;background:#ef444426;border:none;flex:1;padding:5px 10px;font-size:10px;font-weight:600;transition:all .15s}.StoreModal-module__EzOjDa__applyBtn:hover{background:#ef444440}.StoreModal-module__EzOjDa__mergeBtn{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;background:0 0;flex:.6;padding:5px 10px;font-size:10px;transition:all .15s}.StoreModal-module__EzOjDa__mergeBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.StoreModal-module__EzOjDa__deleteBtn{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;background:0 0;padding:5px 8px;font-size:10px;transition:all .15s}.StoreModal-module__EzOjDa__deleteBtn:hover{color:#ef4444e6;border-color:#ef444459}.StoreModal-module__EzOjDa__emptyState{color:var(--text-muted);text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;padding:48px 32px;display:flex}.StoreModal-module__EzOjDa__emptyIcon{opacity:.4;font-size:36px}.StoreModal-module__EzOjDa__emptyTitle{color:var(--text-secondary);font-size:14px;font-weight:600}.StoreModal-module__EzOjDa__emptyText{max-width:300px;font-size:11px;line-height:1.5}.StoreModal-module__EzOjDa__previewPanel{border-left:1px solid var(--border-subtle);background:var(--bg-surface);flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto}.StoreModal-module__EzOjDa__emptyPreviewState{color:var(--text-muted);text-align:center;flex:1;justify-content:center;align-items:center;padding:32px 24px;font-size:11px;line-height:1.5;display:flex}.StoreModal-module__EzOjDa__previewHeader{border-bottom:1px solid var(--border-subtle);padding:12px 14px}.StoreModal-module__EzOjDa__previewTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:4px;font-size:10px;font-weight:700}.StoreModal-module__EzOjDa__previewName{color:var(--text-primary);font-size:13px;font-weight:600}.StoreModal-module__EzOjDa__previewSection{border-bottom:1px solid var(--border-subtle);padding:10px 14px}.StoreModal-module__EzOjDa__previewSectionLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:8px;font-size:9px;font-weight:700}.StoreModal-module__EzOjDa__previewEffectList{flex-direction:column;gap:4px;display:flex}.StoreModal-module__EzOjDa__previewEffectItem{background:var(--bg-hover);border:1px solid var(--border-subtle);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:4px 8px;font-size:10px;display:flex}.StoreModal-module__EzOjDa__previewEffectAR{color:var(--accent-main);font-size:9px}.StoreModal-module__EzOjDa__previewApply{color:#ef4444e6;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:#ef444426;border:none;width:100%;margin-top:auto;padding:10px;font-size:12px;font-weight:600;transition:all .15s}.StoreModal-module__EzOjDa__previewApply:hover{background:#ef444440}.StoreModal-module__EzOjDa__toast{color:#28c850e6;z-index:1001;pointer-events:none;background:#28c8501f;border:1px solid #28c85040;padding:10px 24px;font-size:12px;font-weight:500;animation:.3s StoreModal-module__EzOjDa__toastIn,.3s 1.7s forwards StoreModal-module__EzOjDa__toastOut;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}@keyframes StoreModal-module__EzOjDa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes StoreModal-module__EzOjDa__scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes StoreModal-module__EzOjDa__toastIn{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes StoreModal-module__EzOjDa__toastOut{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-10px)}}@media (max-width:900px){.StoreModal-module__EzOjDa__sidebar{width:160px}.StoreModal-module__EzOjDa__previewPanel{display:none}.StoreModal-module__EzOjDa__presetGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;padding:12px}}@media (max-width:700px){.StoreModal-module__EzOjDa__modal{border:none;border-radius:0;width:100%;height:100vh;max-height:100vh}.StoreModal-module__EzOjDa__body{flex-direction:column}.StoreModal-module__EzOjDa__sidebar{border-right:none;border-bottom:1px solid var(--border-subtle);scrollbar-width:none;flex-direction:row;width:100%;padding:0 16px;overflow:auto hidden}.StoreModal-module__EzOjDa__sidebar::-webkit-scrollbar{display:none}.StoreModal-module__EzOjDa__sidebarSection{border-bottom:none;flex-direction:row;align-items:center;gap:8px;width:max-content;padding:10px 0;display:flex}.StoreModal-module__EzOjDa__sidebarLabel{display:none}.StoreModal-module__EzOjDa__sidebarItem,.StoreModal-module__EzOjDa__sidebarItemActive{white-space:nowrap;border-left:none;border-radius:20px;flex-shrink:0;width:auto;padding:6px 12px}.StoreModal-module__EzOjDa__sidebarItemActive{background:#ef444426;border:1px solid #ef44444d}.StoreModal-module__EzOjDa__header{padding:10px 16px}.StoreModal-module__EzOjDa__contentHeader{flex-direction:column;align-items:stretch;gap:8px;padding:8px 12px}.StoreModal-module__EzOjDa__searchWrap{max-width:100%}.StoreModal-module__EzOjDa__contentActions{justify-content:flex-end}}
.DropdownMenu-module__uXMV2W__panel{background:var(--bg-app);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-2);box-shadow:var(--shadow-elevated);min-width:160px}.DropdownMenu-module__uXMV2W__item{justify-content:space-between;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2)var(--space-3);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast)ease;text-align:left;white-space:nowrap;background:0 0;border:none;font-size:13px;text-decoration:none;display:flex}.DropdownMenu-module__uXMV2W__itemMain{align-items:center;gap:var(--space-2);flex:1;display:flex}.DropdownMenu-module__uXMV2W__auxBtn{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)ease;margin-left:var(--space-2);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.DropdownMenu-module__uXMV2W__auxBtn:hover{background:var(--bg-surface);color:var(--accent-main)}.DropdownMenu-module__uXMV2W__itemSelected{background:var(--bg-hover);color:var(--accent-main);font-weight:600}.DropdownMenu-module__uXMV2W__item:hover{background:var(--bg-hover);color:var(--text-primary)}.DropdownMenu-module__uXMV2W__itemDanger:hover{color:#ef4444;background:#ef444426}.DropdownMenu-module__uXMV2W__header{padding:var(--space-2)var(--space-3);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);-webkit-user-select:none;user-select:none;font-size:10px;font-weight:700}.DropdownMenu-module__uXMV2W__divider{background:var(--border-subtle);height:1px;margin:var(--space-1)0}@media (max-width:768px){.DropdownMenu-module__uXMV2W__panel{min-width:210px}.DropdownMenu-module__uXMV2W__item{padding:14px var(--space-4);gap:var(--space-3);min-height:48px;font-size:15px}.DropdownMenu-module__uXMV2W__item svg{flex-shrink:0;width:18px;height:18px}}
.ViewportControls-module__cvCowG__container{z-index:50;pointer-events:none;flex-direction:column;align-items:center;gap:8px;width:max-content;max-width:95vw;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}.ViewportControls-module__cvCowG__controlsBar{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);pointer-events:auto;border-radius:8px;align-items:center;gap:8px;padding:4px 8px;display:flex}.ViewportControls-module__cvCowG__zoomSection{align-items:center;gap:8px;display:flex}.ViewportControls-module__cvCowG__zoomLabel{color:var(--text-secondary);text-align:right;cursor:pointer;min-width:36px;font-size:11px}.ViewportControls-module__cvCowG__zoomLabel.ViewportControls-module__cvCowG__disabled{cursor:not-allowed}.ViewportControls-module__cvCowG__zoomSlider{width:80px;height:4px;accent-color:var(--aurora-cyan);cursor:pointer}.ViewportControls-module__cvCowG__zoomSlider:disabled{cursor:not-allowed}.ViewportControls-module__cvCowG__divider{background:var(--border-subtle);width:1px;height:16px}.ViewportControls-module__cvCowG__aspectSection{background:var(--bg-hover);border-radius:6px;align-items:center;gap:4px;padding:2px;display:flex}.ViewportControls-module__cvCowG__aspectBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.ViewportControls-module__cvCowG__aspectBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.ViewportControls-module__cvCowG__aspectBtn.ViewportControls-module__cvCowG__active{background:var(--border-hover);color:#fff}.ViewportControls-module__cvCowG__aspectBtn:disabled{cursor:not-allowed;opacity:.5}.ViewportControls-module__cvCowG__qualitySection{align-items:center;gap:6px;display:flex;position:relative}.ViewportControls-module__cvCowG__qualitySelect{color:var(--text-secondary);cursor:pointer;appearance:none;background:0 0;border:none;outline:none;padding-right:16px;font-size:12px}.ViewportControls-module__cvCowG__qualitySelect:disabled{cursor:not-allowed;opacity:.5}.ViewportControls-module__cvCowG__qualityOption{background:var(--bg-panel)}.ViewportControls-module__cvCowG__chevron{pointer-events:none;opacity:.5;position:absolute;right:0}@media (max-width:768px){.ViewportControls-module__cvCowG__container{width:100%;padding:0 8px;top:8px}.ViewportControls-module__cvCowG__controlsBar{justify-content:space-between;gap:4px;width:100%}.ViewportControls-module__cvCowG__zoomSection,.ViewportControls-module__cvCowG__zoomLabel,.ViewportControls-module__cvCowG__divider:nth-child(2){display:none}.ViewportControls-module__cvCowG__aspectSection{flex:1;justify-content:center}.ViewportControls-module__cvCowG__aspectBtn{padding:6px 12px}.ViewportControls-module__cvCowG__aspectBtn svg{width:16px;height:16px}}
.ExportProgressWidget-module__tVx_ha__container{left:0;right:0;bottom:var(--nav-bar-height);pointer-events:none;z-index:100;background:0 0;flex-direction:column;justify-content:flex-end;align-items:center;padding:0;animation:.4s cubic-bezier(.16,1,.3,1) ExportProgressWidget-module__tVx_ha__slideUp;display:flex;position:absolute}.ExportProgressWidget-module__tVx_ha__card{pointer-events:auto;-webkit-backdrop-filter:blur(24px)saturate(180%);background:#0f0f14e6;border:none;border-top:1px solid #ffffff1a;border-radius:20px 20px 0 0;flex-direction:column;gap:16px;width:100%;max-width:100%;padding:20px 24px;display:flex;box-shadow:0 -10px 40px #00000080}.ExportProgressWidget-module__tVx_ha__header{align-items:center;gap:12px;display:flex}.ExportProgressWidget-module__tVx_ha__iconWrapper{color:#fff;width:40px;height:40px;box-shadow:0 4px 12px var(--crucible-red-muted);background:linear-gradient(135deg,#991b1b 0%,#ef4444 100%);border-radius:12px;justify-content:center;align-items:center;display:flex}.ExportProgressWidget-module__tVx_ha__titleGroup{flex-direction:column;display:flex}.ExportProgressWidget-module__tVx_ha__title{color:#fff;font-size:16px;font-weight:600}.ExportProgressWidget-module__tVx_ha__subtitle{color:#ffffff80;font-size:12px}.ExportProgressWidget-module__tVx_ha__progressContainer{flex-direction:column;gap:8px;display:flex}.ExportProgressWidget-module__tVx_ha__progressInfo{justify-content:space-between;align-items:center;display:flex}.ExportProgressWidget-module__tVx_ha__percentage{font-variant-numeric:tabular-nums;background:linear-gradient(90deg,#dc2626,#ef4444);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700}.ExportProgressWidget-module__tVx_ha__statusText{color:#ffffffb3;font-size:13px}.ExportProgressWidget-module__tVx_ha__progressBar{background:#ffffff1a;border-radius:4px;height:8px;position:relative;overflow:hidden}.ExportProgressWidget-module__tVx_ha__progressFill{background:linear-gradient(90deg,#991b1b,#ef4444);border-radius:4px;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1);position:relative}.ExportProgressWidget-module__tVx_ha__progressFill:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);animation:1.5s infinite ExportProgressWidget-module__tVx_ha__shimmer;position:absolute;inset:0}.ExportProgressWidget-module__tVx_ha__actions{justify-content:center;margin-top:8px;display:flex}.ExportProgressWidget-module__tVx_ha__cancelBtn{color:#f44;cursor:pointer;pointer-events:auto;background:#ff44441a;border:1px solid #f443;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.ExportProgressWidget-module__tVx_ha__cancelBtn:hover{background:#f443;border-color:#f446}@keyframes ExportProgressWidget-module__tVx_ha__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes ExportProgressWidget-module__tVx_ha__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ExportProgressWidget-module__tVx_ha__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}
.LeftPanel-module__VwsTgG__panel{height:100%;padding:var(--space-4);flex-direction:column;display:flex}.LeftPanel-module__VwsTgG__header{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__addBtn:hover{border-color:var(--border-hover);color:var(--text-secondary);background:#ffffff0d}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__clearBtn:hover{color:#ef4444;opacity:1}.LeftPanel-module__VwsTgG__clearBtn.LeftPanel-module__VwsTgG__confirmClear{color:#ef4444;opacity:1;background:#ef44441a;border-color:#ef44444d;padding-right:8px;box-shadow:0 0 10px #ef44441a}.LeftPanel-module__VwsTgG__clearText{font-weight:600}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__shuffleBtn:hover{color:var(--crucible-red);opacity:1;background:#ef44440d}.LeftPanel-module__VwsTgG__shuffleBtn.LeftPanel-module__VwsTgG__active{color:var(--crucible-red);opacity:1;box-shadow:0 0 10px var(--crucible-red-muted);background:#ef44441a;border-color:#ef44444d}.LeftPanel-module__VwsTgG__trackList{gap:var(--space-1);flex-direction:column;flex:1;display:flex;overflow-y:auto}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__emptyIcon{opacity:.3}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__trackItem:active{cursor:grabbing}.LeftPanel-module__VwsTgG__draggingTrack{opacity:.5;background:#ef44441a;border-color:#ef44444d}.LeftPanel-module__VwsTgG__dropTarget{border-top:2px solid var(--crucible-red);box-shadow:0 -4px 12px var(--crucible-red-muted)}.LeftPanel-module__VwsTgG__bottomDropZone{border-radius:var(--radius-sm);height:4px;transition:all var(--duration-fast)ease;margin:4px 8px}.LeftPanel-module__VwsTgG__dropZoneActive{background:linear-gradient(90deg,transparent,var(--crucible-red),transparent);height:8px;box-shadow:0 0 12px var(--crucible-red-glow)}.LeftPanel-module__VwsTgG__trackItem:hover{background:linear-gradient(145deg,#ffffff0f 0%,#ffffff05 100%);border-color:#ffffff1a;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.LeftPanel-module__VwsTgG__trackItem.LeftPanel-module__VwsTgG__selected{box-shadow:0 0 12px var(--crucible-red-muted);background:linear-gradient(145deg,#ef44441a 0%,#7f1d1d0d 100%);border-color:#ef44444d}.LeftPanel-module__VwsTgG__trackMeta{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:32px;display:flex}.LeftPanel-module__VwsTgG__trackIcon{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);background:#ffffff0d;justify-content:center;align-items:center;display:flex}.LeftPanel-module__VwsTgG__trackDuration{color:var(--text-muted);font-variant-numeric:tabular-nums;text-align:center;font-size:9px;line-height:1}.LeftPanel-module__VwsTgG__trackItem.LeftPanel-module__VwsTgG__selected .LeftPanel-module__VwsTgG__trackIcon{color:var(--crucible-red);background:#ef444433}.LeftPanel-module__VwsTgG__trackInfo{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.LeftPanel-module__VwsTgG__trackName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:13px;font-weight:500;overflow:hidden}.LeftPanel-module__VwsTgG__trackArtist{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:11px;overflow:hidden}.LeftPanel-module__VwsTgG__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%)}.LeftPanel-module__VwsTgG__trackItem:hover .LeftPanel-module__VwsTgG__trackActions{opacity:1;pointer-events:auto}.LeftPanel-module__VwsTgG__moreBtn,.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__moreBtn:hover,.LeftPanel-module__VwsTgG__actionBtn:hover{color:var(--text-secondary);background:#ffffff1a}.LeftPanel-module__VwsTgG__panel.LeftPanel-module__VwsTgG__dragging{border:2px dashed var(--crucible-red);background:#ef44440d}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__spinning{animation:1s linear infinite LeftPanel-module__VwsTgG__spin}@keyframes LeftPanel-module__VwsTgG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LeftPanel-module__VwsTgG__trackItem.LeftPanel-module__VwsTgG__selected .LeftPanel-module__VwsTgG__hasLyrics{color:var(--crucible-red)}.LeftPanel-module__VwsTgG__settingsSection{border-top:1px solid var(--border-subtle);padding-top:var(--space-2);flex-direction:column;display:flex}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__collapsed .LeftPanel-module__VwsTgG__settingsContent{max-height:0;padding:0 var(--space-2);opacity:0}.LeftPanel-module__VwsTgG__settingItem{flex-direction:column;gap:4px;display:flex}.LeftPanel-module__VwsTgG__settingHeader{justify-content:space-between;align-items:center;display:flex}.LeftPanel-module__VwsTgG__settingLabel{color:var(--text-secondary);cursor:pointer;justify-content:space-between;align-items:center;width:100%;font-size:13px;display:flex}.LeftPanel-module__VwsTgG__settingValue{color:var(--crucible-red);font-size:11px;font-weight:600}.LeftPanel-module__VwsTgG__checkbox{width:14px;height:14px;accent-color:var(--crucible-red);cursor:pointer}.LeftPanel-module__VwsTgG__range{width:100%;height:4px;accent-color:var(--crucible-red);cursor:pointer;background:#ffffff1a;border-radius:2px}.LeftPanel-module__VwsTgG__rangeLabels{color:var(--text-muted);justify-content:space-between;padding:0 2px;font-size:9px;display:flex}.LeftPanel-module__VwsTgG__monitorSection{border-top:1px solid var(--border-subtle);padding-top:var(--space-2);flex-direction:column;margin-top:auto;display:flex}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__monitorHeader:hover{color:var(--text-primary);background:#ffffff0d}.LeftPanel-module__VwsTgG__collapseIcon{transition:transform .3s;transform:rotate(0)}.LeftPanel-module__VwsTgG__collapsed .LeftPanel-module__VwsTgG__collapseIcon{transform:rotate(-90deg)}.LeftPanel-module__VwsTgG__monitorContent{height:120px;transition:height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.LeftPanel-module__VwsTgG__collapsed .LeftPanel-module__VwsTgG__monitorContent{height:0}@media (max-width:1200px){.LeftPanel-module__VwsTgG__panel{padding:var(--space-3)}.LeftPanel-module__VwsTgG__header{margin-bottom:var(--space-3)}.LeftPanel-module__VwsTgG__trackName{font-size:12px}.LeftPanel-module__VwsTgG__trackArtist{font-size:10px}.LeftPanel-module__VwsTgG__trackIcon{width:28px;height:28px}.LeftPanel-module__VwsTgG__trackMeta{width:28px}.LeftPanel-module__VwsTgG__monitorContent{height:100px}}@media (max-width:1024px){.LeftPanel-module__VwsTgG__panel{padding:var(--space-2)}.LeftPanel-module__VwsTgG__header{margin-bottom:var(--space-2)}.LeftPanel-module__VwsTgG__addBtn{width:20px;height:20px}.LeftPanel-module__VwsTgG__trackItem{gap:var(--space-1);padding:4px 6px}.LeftPanel-module__VwsTgG__trackName{font-size:11px}.LeftPanel-module__VwsTgG__trackArtist{font-size:9px}.LeftPanel-module__VwsTgG__trackDuration{font-size:8px}.LeftPanel-module__VwsTgG__trackIcon{width:24px;height:24px}.LeftPanel-module__VwsTgG__trackMeta{width:24px}.LeftPanel-module__VwsTgG__moreBtn,.LeftPanel-module__VwsTgG__actionBtn{width:20px;height:20px}.LeftPanel-module__VwsTgG__monitorHeader{padding:var(--space-1);font-size:11px}.LeftPanel-module__VwsTgG__monitorContent{height:80px}}@media (max-width:900px){.LeftPanel-module__VwsTgG__trackItem{padding:3px 5px}.LeftPanel-module__VwsTgG__trackName{font-size:10px}.LeftPanel-module__VwsTgG__trackArtist{font-size:8px}.LeftPanel-module__VwsTgG__trackIcon{width:20px;height:20px}.LeftPanel-module__VwsTgG__trackMeta{width:20px}.LeftPanel-module__VwsTgG__monitorContent{height:60px}}.LeftPanel-module__VwsTgG__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}.LeftPanel-module__VwsTgG__helpBtn:hover{color:#fff;background:#ffffff1a}@media (max-width:768px){.LeftPanel-module__VwsTgG__addBtn,.LeftPanel-module__VwsTgG__helpBtn,.LeftPanel-module__VwsTgG__shuffleBtn{background:#ffffff0d;border-radius:8px;width:44px;height:44px}.LeftPanel-module__VwsTgG__clearBtn{background:#ffffff0d;justify-content:center;align-items:center;height:44px;padding:0 16px;font-size:13px;display:flex}.LeftPanel-module__VwsTgG__clearBtn.LeftPanel-module__VwsTgG__confirmClear{background:#ef444426;width:auto;padding:0 16px}.LeftPanel-module__VwsTgG__panel{padding:var(--space-4);height:100%;padding-bottom:100px;overflow-y:auto}.LeftPanel-module__VwsTgG__trackItem{background:#ffffff08;min-height:56px;margin-bottom:4px;padding:12px}.LeftPanel-module__VwsTgG__trackName{margin-bottom:2px;font-size:15px}.LeftPanel-module__VwsTgG__trackArtist{font-size:13px}.LeftPanel-module__VwsTgG__trackIcon{width:36px;height:36px}.LeftPanel-module__VwsTgG__trackMeta{width:36px;margin-right:12px}.LeftPanel-module__VwsTgG__trackDuration{margin-top:4px;font-size:11px}.LeftPanel-module__VwsTgG__trackActions{opacity:1;pointer-events:auto;background:0 0;padding-left:0;position:relative;top:auto;right:auto;transform:none}.LeftPanel-module__VwsTgG__header{margin-bottom:20px}.LeftPanel-module__VwsTgG__settingLabel{padding:12px 0;font-size:15px}.LeftPanel-module__VwsTgG__checkbox{width:20px;height:20px}.LeftPanel-module__VwsTgG__range{height:8px}.LeftPanel-module__VwsTgG__trackList{flex:none;overflow:visible}.LeftPanel-module__VwsTgG__monitorSection{margin-top:var(--space-4);z-index:5;margin-bottom:120px;position:relative}.LeftPanel-module__VwsTgG__monitorContent{height:120px}.LeftPanel-module__VwsTgG__moreBtn,.LeftPanel-module__VwsTgG__actionBtn{border-radius:var(--radius-sm);width:44px;height:44px}.LeftPanel-module__VwsTgG__moreBtn svg,.LeftPanel-module__VwsTgG__actionBtn svg{width:20px;height:20px}}
.ParametricEQ-module__Omf1IG__eqContainer{-webkit-user-select:none;user-select:none;touch-action:none;background:#0c0c16fa;border:1px solid #ffffff0f;border-radius:8px;flex-shrink:0;width:100%;overflow:hidden}.ParametricEQ-module__Omf1IG__eqCanvas{width:100%;height:110px;display:block}
.VocalWaveform-module__izH5iq__waveformContainer{background:#0a0a14f2;border:1px solid #ffffff0f;border-radius:8px;flex-shrink:0;width:100%;overflow:hidden}.VocalWaveform-module__izH5iq__waveformCanvas{width:100%;height:64px;display:block}
