.page-module__5iLCWq__container{flex-direction:column;gap:1.5rem;height:100%;display:flex}.page-module__5iLCWq__header{margin-bottom:1rem}.page-module__5iLCWq__headerTitle{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.page-module__5iLCWq__headerIcon{color:var(--gentle-lilac)}.page-module__5iLCWq__headerTitle h1{color:var(--foreground);font-size:2rem;font-weight:800}.page-module__5iLCWq__header p{color:var(--text-muted)}.page-module__5iLCWq__workspace{gap:1.5rem;height:auto;min-height:400px;display:flex}.page-module__5iLCWq__previewArea{background:var(--surface-card);border-radius:var(--radius-bento);border:1px solid var(--border);box-shadow:var(--shadow-bento);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.page-module__5iLCWq__dropZone{cursor:pointer;border:2px dashed var(--border);border-radius:var(--radius-bento);background:var(--soft-sage);flex-direction:column;flex:1;justify-content:center;align-items:center;margin:1.5rem;padding:3rem;transition:all .2s;display:flex}.page-module__5iLCWq__dropZone:hover{border-color:var(--gentle-lilac);background:#c4b5fd1a}.page-module__5iLCWq__dropIcon{color:var(--text-muted);margin-bottom:1rem}.page-module__5iLCWq__dropZone h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem}.page-module__5iLCWq__dropZone p{color:var(--text-muted)}.page-module__5iLCWq__hiddenInput{display:none}.page-module__5iLCWq__viewerContainer{background:var(--deep-charcoal);flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.page-module__5iLCWq__videoPlayer{border-radius:var(--radius-inner);max-width:100%;max-height:500px;box-shadow:0 40px 80px #00000080}.page-module__5iLCWq__configSidebar{background:var(--surface-card);border-radius:var(--radius-bento);border:1px solid var(--border);width:340px;box-shadow:var(--shadow-bento);flex-direction:column;display:flex}.page-module__5iLCWq__configHeader{border-bottom:1px solid var(--border);color:var(--foreground);align-items:center;gap:.75rem;padding:1.5rem;display:flex}.page-module__5iLCWq__configBody{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex}.page-module__5iLCWq__infoBox{color:var(--deep-charcoal);border-radius:var(--radius-inner);background:#c4b5fd33;padding:1rem;font-size:.875rem;line-height:1.5}.page-module__5iLCWq__infoBoxWarn{color:#be123c;border-radius:var(--radius-inner);background:#fb71851a;padding:1rem;font-size:.875rem;line-height:1.5}.page-module__5iLCWq__progressContainer{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.page-module__5iLCWq__progressLabel{color:var(--foreground);justify-content:space-between;font-size:.875rem;font-weight:600;display:flex}.page-module__5iLCWq__progressBar{background:var(--border);border-radius:4px;height:8px;overflow:hidden}.page-module__5iLCWq__progressFill{background:var(--gentle-lilac);height:100%;transition:width .3s}.page-module__5iLCWq__executeBtn{background:var(--deep-charcoal);width:100%;color:var(--pure-white);border-radius:var(--radius-pill);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:1.25rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:flex}.page-module__5iLCWq__executeBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.page-module__5iLCWq__executeBtn:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;box-shadow:none}.page-module__5iLCWq__downloadBtnLarge{background:var(--gentle-lilac);width:100%;color:var(--deep-charcoal);border-radius:var(--radius-pill);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:1.25rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.page-module__5iLCWq__downloadBtnLarge:hover{transform:translateY(-2px);box-shadow:0 10px 20px #c4b5fd66}.page-module__5iLCWq__resetBtn{width:100%;color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-pill);cursor:pointer;background:0 0;padding:1.25rem;font-weight:700}.page-module__5iLCWq__resetBtn:hover{background:var(--soft-sage)}.page-module__5iLCWq__statLabel{color:var(--text-muted);text-align:center;margin-bottom:1rem;font-size:.875rem;font-weight:600}.page-module__5iLCWq__resultDetails{flex-direction:column;margin-top:auto;display:flex}.page-module__5iLCWq__spin{animation:1s linear infinite page-module__5iLCWq__spin}@keyframes page-module__5iLCWq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__5iLCWq__miniBtn{background:var(--soft-sage);color:var(--deep-charcoal);border:1px solid var(--border);cursor:pointer;text-transform:uppercase;letter-spacing:.02em;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .6rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.page-module__5iLCWq__miniBtn:hover{background:var(--gentle-lilac);border-color:var(--gentle-lilac);transform:translateY(-1px)}@media (max-width:768px){.page-module__5iLCWq__workspace{flex-direction:column-reverse;gap:1rem;height:auto;min-height:auto}.page-module__5iLCWq__previewArea{width:100%;min-height:300px}.page-module__5iLCWq__dropZone{margin:1rem;padding:2rem 1rem}.page-module__5iLCWq__executeBtn,.page-module__5iLCWq__downloadBtnLarge,.page-module__5iLCWq__resetBtn{height:48px;padding:0 1rem;font-size:1rem}.page-module__5iLCWq__mainWorkspace,.page-module__5iLCWq__workspace{flex-direction:column-reverse!important;gap:1rem!important;height:auto!important;min-height:auto!important}.page-module__5iLCWq__configSidebar{width:100%!important}.page-module__5iLCWq__previewArea,.page-module__5iLCWq__canvasArea,.page-module__5iLCWq__dropZone,.page-module__5iLCWq__viewerContainer{width:100%!important;min-height:250px!important;margin:0!important;padding:1rem!important}.page-module__5iLCWq__titleArea{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}.page-module__5iLCWq__title{font-size:1.25rem!important}.page-module__5iLCWq__subtitle{font-size:.8rem!important}.page-module__5iLCWq__actionBtn,.page-module__5iLCWq__executeBtn,.page-module__5iLCWq__downloadBtnLarge,.page-module__5iLCWq__uploadBtn{height:48px!important;font-size:16px!important}.page-module__5iLCWq__selectInput,.page-module__5iLCWq__numberInput,.page-module__5iLCWq__textInput{font-size:16px!important}.page-module__5iLCWq__toolHeader{flex-direction:column!important;align-items:flex-start!important}}
