body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app,body{min-height:100vh}.app{padding:20px}.container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin:0 auto;max-width:1400px;overflow:hidden}.header{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:40px;text-align:center}.header h1{font-size:2.5rem;margin-bottom:10px}.header p{font-size:1.2rem;opacity:.9}.main-content{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;min-height:600px}.config-panel{background:#f8fafc;border-right:1px solid #e5e7eb;padding:30px}.results-panel{background:#fff;padding:30px}.section{margin-bottom:30px}.section h3{align-items:center;color:#374151;display:flex;font-size:1.3rem;gap:8px}.input-group,.section h3{margin-bottom:15px}.input-group label{color:#374151;display:block;font-weight:600;margin-bottom:5px}.input-group input,.input-group select{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .2s;width:100%}.input-group input:focus,.input-group select:focus{border-color:#4f46e5;outline:none}.input-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.image-preview{margin-top:15px;text-align:center}.image-preview img{border-radius:8px;box-shadow:0 4px 8px #0000001a;max-height:200px;max-width:100%}.generate-section{margin-top:30px;text-align:center}.generate-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;min-width:200px;padding:15px 40px;transition:transform .2s,box-shadow .2s}.generate-btn:hover:not(:disabled){box-shadow:0 8px 25px #10b9814d;transform:translateY(-2px)}.generate-btn:disabled{cursor:not-allowed;opacity:.7}.generate-btn.generating{animation:pulse 1.5s ease-in-out infinite;background:linear-gradient(135deg,#f59e0b,#d97706)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.progress{margin-top:20px}.progress-text{color:#374151;font-weight:600;margin-bottom:10px}.progress-bar{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{animation:loading 2s ease-in-out infinite;background:linear-gradient(90deg,#4f46e5,#7c3aed);height:100%;width:100%}@keyframes loading{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}.logs{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;height:300px;overflow-y:auto;padding:15px}.log-entry{display:flex;font-family:Monaco,Menlo,monospace;font-size:.9rem;gap:10px;margin-bottom:8px}.timestamp{color:#64748b;font-weight:500}.log-entry.info .message{color:#374151}.log-entry.success .message{color:#059669}.log-entry.error .message{color:#dc2626}.log-entry.warning .message{color:#d97706}.no-logs{color:#64748b;font-style:italic;margin-top:100px}.no-logs,.video-result{text-align:center}.generated-video{border-radius:12px;box-shadow:0 8px 25px #00000026;margin-bottom:20px;max-height:400px;max-width:100%}.video-actions{align-items:center;display:flex;flex-direction:column;gap:10px}.download-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 30px;transition:transform .2s}.download-btn:hover{transform:translateY(-1px)}.video-info{color:#64748b;font-size:.9rem}.upload-options{margin-bottom:15px}.upload-tabs{border:2px solid #e5e7eb;border-radius:8px;display:flex;overflow:hidden}.tab{background:#f8fafc;border:none;cursor:pointer;flex:1 1;font-weight:600;padding:12px;transition:all .2s}.tab.active{background:#4f46e5;color:#fff}.tab:hover:not(.active):not(:disabled){background:#e2e8f0}.tab:disabled{cursor:not-allowed;opacity:.5}.upload-area{border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;margin-bottom:15px;padding:40px 20px;text-align:center;transition:all .2s}.upload-area:hover{background:#f8fafc;border-color:#4f46e5}.upload-content{pointer-events:none}.upload-icon{font-size:3rem;margin-bottom:10px}.upload-text{color:#374151;font-size:1.1rem;font-weight:600;margin-bottom:5px}.upload-subtext{color:#64748b;font-size:.9rem}.file-info{align-items:center;background:#f1f5f9;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:15px;padding:15px}.file-details{display:flex;flex-direction:column;gap:5px}.file-name{color:#374151;font-weight:600}.file-size{color:#64748b;font-size:.9rem}.remove-file{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 12px;transition:background .2s}.remove-file:hover:not(:disabled){background:#dc2626}.remove-file:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.main-content{grid-template-columns:1fr}.config-panel{border-bottom:1px solid #e5e7eb;border-right:none}.input-row{grid-template-columns:1fr}.header h1{font-size:2rem}.container{border-radius:15px;margin:10px}.upload-tabs{flex-direction:column}.upload-area{padding:30px 15px}.file-info{flex-direction:column;gap:10px;text-align:center}}.range-value{color:#007aff;display:inline-block;font-weight:600;margin-left:10px;min-width:40px}
/*# sourceMappingURL=main.59b81e9e.css.map*/