:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.left-panel{flex:0 0 25%;width:25%;height:100vh;background:#1a1a1a;border-right:2px solid #2a2a2a;display:flex;flex-direction:column;overflow-y:auto}.left-panel h3{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.status-section{padding:1.5rem;border-bottom:1px solid #2a2a2a}.status-header{display:flex;gap:.75rem;align-items:center}.status-indicator{flex:1;padding:.75rem;background:#0a0a0a;border-radius:6px;text-align:center;font-size:.9rem;font-weight:500}.header-actions{display:flex;gap:.5rem}.config-btn{padding:.75rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1.1rem;transition:all .2s;display:flex;align-items:center;justify-content:center;width:42px;height:42px}.config-btn:hover:not(:disabled){background:#2563eb;transform:scale(1.05)}.config-btn:disabled{background:#404040;cursor:not-allowed;opacity:.5}.run-btn{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s;white-space:nowrap}.run-btn:hover:not(:disabled){background:#059669;transform:scale(1.02)}.run-btn:disabled{background:#404040;cursor:not-allowed;opacity:.5}.connected{color:#4ade80}.disconnected{color:#f87171}.upload-section{padding:1.5rem;border-bottom:1px solid #2a2a2a}.input-buttons{display:flex;gap:.5rem;margin-bottom:.75rem}.file-input-wrapper{position:relative;flex:1}.file-input-wrapper input[type=file]{position:absolute;opacity:0;width:0;height:0}.file-input-wrapper label{display:block;padding:.75rem;background:#646cff;color:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;text-align:center;transition:background .2s;font-weight:500}.file-input-wrapper label:hover{background:#535bf2}.file-input-wrapper label.disabled{background:#404040;cursor:not-allowed;opacity:.5}.record-btn{flex:1;padding:.75rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;background:#10b981;color:#fff}.record-btn:hover:not(:disabled){background:#059669}.record-btn.recording{background:#ef4444;animation:pulse 1.5s ease-in-out infinite}.record-btn.recording:hover:not(:disabled){background:#dc2626}.record-btn:disabled{background:#404040;cursor:not-allowed;opacity:.5}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.selected-file{background:#0a0a0a;border-radius:6px;padding:.75rem}.file-info{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.file-name{font-size:.85rem;color:#fff;word-break:break-all}.file-size{font-size:.75rem;color:#888}.file-actions{display:flex;gap:.5rem}.upload-btn,.clear-btn{flex:1;padding:.6rem;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .2s;font-weight:500}.upload-btn{background:#10b981;color:#fff}.upload-btn:hover:not(:disabled){background:#059669}.upload-btn:disabled{background:#404040;cursor:not-allowed;opacity:.5}.clear-btn{background:#ef4444;color:#fff;flex:0 0 auto;padding:.6rem 1rem}.clear-btn:hover:not(:disabled){background:#dc2626}.clear-btn:disabled{background:#404040;cursor:not-allowed;opacity:.5}.activity-section{padding:1.5rem;flex:1;display:flex;flex-direction:column;min-height:0}.activity-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.activity-item{padding:.5rem .75rem;background:#0a0a0a;border-radius:4px;font-size:.8rem;color:#ccc;line-height:1.4;word-break:break-word}.left-panel::-webkit-scrollbar,.activity-list::-webkit-scrollbar{width:6px}.left-panel::-webkit-scrollbar-track,.activity-list::-webkit-scrollbar-track{background:#0a0a0a}.left-panel::-webkit-scrollbar-thumb,.activity-list::-webkit-scrollbar-thumb{background:#404040;border-radius:3px}.left-panel::-webkit-scrollbar-thumb:hover,.activity-list::-webkit-scrollbar-thumb:hover{background:#505050}.animated-text[data-v-5e56245b]{white-space:pre-wrap}.right-panel{flex:1;width:75%;height:100vh;display:flex;flex-direction:column;background:#0f0f0f}.output-section{flex:0 0 50%;display:flex;flex-direction:column;padding:1.5rem;border-bottom:2px solid #2a2a2a;min-height:0}.output-section:last-child{border-bottom:none}.output-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #2a2a2a}.output-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.output-badges{display:flex;gap:.5rem;align-items:center}.output-badge{padding:.25rem .75rem;background:#2a2a2a;color:#888;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.segment-badge{padding:.25rem .75rem;background:#1a4d2e;color:#4ade80;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.segment-progress{margin-bottom:.75rem}.progress-bar{width:100%;height:4px;background:#2a2a2a;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4ade80,#22c55e);transition:width .3s ease;border-radius:2px}.output-content{flex:1;overflow-y:auto;padding:1rem;background:#1a1a1a;border-radius:8px;border:1px solid #2a2a2a}.output-content p{margin:0;font-size:1.1rem;line-height:1.8;color:#fff;white-space:pre-wrap;word-break:break-word}.output-content .placeholder{color:#666;font-style:italic;text-align:center;padding:2rem 1rem}.output-content::-webkit-scrollbar{width:8px}.output-content::-webkit-scrollbar-track{background:#0a0a0a;border-radius:4px}.output-content::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.output-content::-webkit-scrollbar-thumb:hover{background:#505050}@media(max-width:1024px){.output-header h3{font-size:1.1rem}.output-content p{font-size:1rem}}.config-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.config-panel{background:#1e1e1e;border-radius:12px;box-shadow:0 8px 32px #00000080;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;border:1px solid #333}.config-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #333}.config-header h2{margin:0;font-size:1.5rem;color:#fff}.close-btn{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.close-btn:hover{background:#333;color:#fff}.config-content{flex:1;overflow-y:auto;padding:24px}.config-section{margin-bottom:32px}.config-section:last-child{margin-bottom:0}.config-section h3{margin:0 0 16px;font-size:1.2rem;color:#fff;border-bottom:2px solid #333;padding-bottom:8px}.mode-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.mode-option{display:flex;align-items:flex-start;padding:16px;background:#2a2a2a;border:2px solid #333;border-radius:8px;cursor:pointer;transition:all .2s}.mode-option:hover:not(.disabled){border-color:#4a9eff;background:#2d2d2d}.mode-option.selected:not(.disabled){border-color:#4a9eff;background:#2d3e50}.mode-option.disabled{opacity:.5;cursor:not-allowed}.mode-option input[type=radio]{margin-right:12px;margin-top:2px}.mode-content{flex:1;display:flex;flex-direction:column;gap:4px}.mode-name{font-weight:600;font-size:1rem;color:#fff}.mode-desc{font-size:.85rem;color:#999}.coming-soon{display:inline-block;margin-top:4px;padding:2px 8px;background:#ff9800;color:#000;font-size:.7rem;font-weight:600;border-radius:4px;text-transform:uppercase;align-self:flex-start}.model-config{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.9rem;font-weight:500;color:#ccc}.form-group select,.form-group textarea{padding:10px 12px;background:#2a2a2a;border:1px solid #444;border-radius:6px;color:#fff;font-size:.95rem;font-family:inherit;transition:all .2s}.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a9eff;background:#2d2d2d}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:60px;line-height:1.5}.form-group input[type=range]{width:100%;height:6px;border-radius:3px;background:#2a2a2a;outline:none;cursor:pointer}.form-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#4a9eff;cursor:pointer;transition:all .2s}.form-group input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);background:#6ab3ff}.form-group input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#4a9eff;cursor:pointer;border:none;transition:all .2s}.form-group input[type=range]::-moz-range-thumb:hover{transform:scale(1.2);background:#6ab3ff}.config-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-top:1px solid #333;background:#1a1a1a}.footer-actions{display:flex;gap:12px}.btn{padding:10px 20px;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#4a9eff;color:#fff}.btn-primary:hover{background:#3a8eef;transform:translateY(-1px);box-shadow:0 4px 12px #4a9eff4d}.btn-secondary{background:#333;color:#fff}.btn-secondary:hover{background:#444}.config-content::-webkit-scrollbar{width:8px}.config-content::-webkit-scrollbar-track{background:#1e1e1e}.config-content::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.config-content::-webkit-scrollbar-thumb:hover{background:#555}.model-info{margin-top:8px;padding:12px;background:#252525;border-radius:6px;border-left:3px solid #4a9eff}.model-description{margin:0 0 8px;font-size:.85rem;color:#aaa;line-height:1.4}.model-pricing{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem}.pricing-label{font-weight:600;color:#4a9eff}.pricing-details{color:#ccc;white-space:nowrap}.pricing-details:not(:last-child){margin-right:4px}*{margin:0;padding:0;box-sizing:border-box}#app{width:100vw;height:100vh;overflow:hidden}.app{display:flex;width:100%;height:100%}
