.page_container__R4HDN{max-width:1200px;margin:0 auto;padding:40px 20px;display:flex;flex-direction:column;min-height:100vh}.page_backLink__c_hTt{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:600;margin-bottom:24px;width:-moz-fit-content;width:fit-content;transition:color var(--transition-fast)}.page_backLink__c_hTt:hover{color:var(--text-primary)}.page_header__W7eVS{margin-bottom:30px}.page_title__ykjm2{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.page_subtitle__hJY0O{font-size:1.1rem;color:var(--text-secondary)}.page_uploadZone__Tadb4{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;border:2px dashed hsla(0,0%,100%,.1);border-radius:var(--radius-lg);background:hsla(0,0%,100%,.02);cursor:pointer;transition:all var(--transition-normal);text-align:center}.page_uploadZone__Tadb4:hover{border-color:var(--accent-purple);background:hsla(0,0%,100%,.04);transform:translateY(-2px)}.page_uploadIcon__CL3rM{width:64px;height:64px;border-radius:50%;background:rgba(168,85,247,.1);color:var(--accent-purple);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.page_uploadTitle__2VF0X{font-size:1.25rem;font-weight:700;margin-bottom:8px}.page_uploadSubtitle__oZBV1{font-size:.9rem;color:var(--text-muted);max-width:400px;line-height:1.5;margin-bottom:16px}.page_fileInput__xye43{display:none}.page_formatBadge__cB9Rz{background:rgba(168,85,247,.1);color:var(--accent-purple);font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:12px}.page_workspace__HUtqg{display:grid;grid-template-columns:340px 1fr;grid-gap:32px;gap:32px;align-items:start}@media (max-width:768px){.page_workspace__HUtqg{grid-template-columns:1fr}}.page_sidebar__50_ZZ{padding:24px;display:flex;flex-direction:column;gap:24px}.page_sidebarSection__mbQP7{display:flex;flex-direction:column;gap:12px}.page_sectionHeader__wyDeQ{font-size:.8rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;border-bottom:1px solid hsla(0,0%,100%,.05);padding-bottom:8px}.page_selectInput__UDn7g{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-sm);padding:10px 12px;font-size:.85rem;width:100%;color:var(--text-primary);transition:all var(--transition-fast);cursor:pointer}.page_selectInput__UDn7g:focus{outline:none;border-color:var(--accent-purple)}.page_selectInput__UDn7g option{background:#18181b;color:#f4f4f5}.page_rangeInput__cyKHx{width:100%;accent-color:var(--accent-purple);cursor:pointer}.page_settingLabel__b7_EO{font-size:.75rem;font-weight:700;color:var(--text-muted)}.page_queueList__3FJvf{display:flex;flex-direction:column;gap:16px}.page_queueItem__z9qVG{display:flex;align-items:center;gap:16px;padding:16px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);border-radius:var(--radius-md);position:relative;transition:border-color var(--transition-fast)}.page_queueItem__z9qVG:hover{border-color:hsla(0,0%,100%,.1)}.page_imagePreviewContainer__DWAvL{width:60px;height:60px;border-radius:var(--radius-sm);overflow:hidden;background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center}.page_imagePreview__t4Hek{width:100%;height:100%;object-fit:cover}.page_fileDetails__zT_DN{flex:1 1;display:flex;flex-direction:column;gap:4px}.page_fileName__pQTuq{font-size:.95rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.page_fileSize__6peyc{font-size:.8rem;color:var(--text-muted)}.page_itemControls__mMUcL{display:flex;align-items:center;gap:12px}.page_removeBtn__w64Ye{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.page_removeBtn__w64Ye:hover{background:rgba(239,68,68,.1);color:var(--error)}.page_progressPanel__IYG1e{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:var(--radius-md);background:hsla(0,0%,100%,.01);border:1px solid hsla(0,0%,100%,.04)}.page_progressSpinner__q4mkz{width:24px;height:24px;border:2px solid hsla(0,0%,100%,.1);border-top:2px solid var(--accent-purple);border-radius:50%;animation:page_spin__eSA7g 1s linear infinite}@keyframes page_spin__eSA7g{to{transform:rotate(1turn)}}.page_progressHeader__8esp3{display:flex;align-items:center;gap:12px}.page_progressLabel__KSgew{font-size:.9rem;font-weight:600;color:var(--text-primary)}.page_progressBarContainer__YH1Dw{height:8px;background:hsla(0,0%,100%,.05);border-radius:4px;overflow:hidden}.page_progressBar__wBmBf{height:100%;background:var(--primary-gradient);border-radius:4px;transition:width .1s ease}.page_progressPercent__AZm0Y{font-size:.8rem;font-weight:700;color:var(--text-secondary);align-self:flex-end}