.videoSpeed-module__Ngbo5G__workspace{background-color:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;padding:2rem;display:flex}.videoSpeed-module__Ngbo5G__dropArea{border:2px dashed var(--border-color);text-align:center;cursor:pointer;background-color:var(--background-color);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;transition:all .2s;display:flex}.videoSpeed-module__Ngbo5G__dropArea:hover{border-color:var(--accent-primary);background-color:#8b5cf60d}.videoSpeed-module__Ngbo5G__dropText{color:var(--text-primary);font-size:1.25rem;font-weight:500}.videoSpeed-module__Ngbo5G__fileInput{display:none}.videoSpeed-module__Ngbo5G__previewContainer{border:1px solid var(--border-color);background-color:#000;border-radius:8px;flex-direction:column;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.videoSpeed-module__Ngbo5G__videoPlayer{width:100%;max-width:100%;max-height:400px}.videoSpeed-module__Ngbo5G__settingsPanel{background-color:var(--background-color);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.videoSpeed-module__Ngbo5G__formGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.videoSpeed-module__Ngbo5G__formGroup{flex-direction:column;gap:.5rem;display:flex}.videoSpeed-module__Ngbo5G__formLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;font-size:.875rem;font-weight:500;display:flex}.videoSpeed-module__Ngbo5G__range{width:100%;accent-color:var(--accent-primary);cursor:pointer}.videoSpeed-module__Ngbo5G__processBtn{background-color:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.videoSpeed-module__Ngbo5G__processBtn:hover:not(:disabled){background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}.videoSpeed-module__Ngbo5G__processBtn:disabled{background-color:var(--border-color);color:var(--text-secondary);cursor:not-allowed}.videoSpeed-module__Ngbo5G__progressBarContainer{background-color:var(--border-color);border-radius:4px;width:100%;height:8px;margin-top:.5rem;overflow:hidden}.videoSpeed-module__Ngbo5G__progressBar{background-color:var(--accent-primary);height:100%;transition:width .2s}.videoSpeed-module__Ngbo5G__progressText{color:var(--text-secondary);text-align:center;margin-top:.5rem;font-size:.875rem}
