*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1e293b;min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.topbar-left h1{font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.topbar-subtitle{font-size:11px;color:#64748b;margin-top:1px}.topbar-right{display:flex;align-items:center;gap:10px}.queue-badge{font-size:11px;font-weight:600;color:#7c3aed;background:#f5f3ff;padding:3px 10px;border-radius:12px}.health-pill{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:500;flex-shrink:0}.health-green{background:#ecfdf5;color:#065f46}.health-amber{background:#fffbeb;color:#92400e}.health-red{background:#fef2f2;color:#991b1b}.health-dot{display:block;width:6px;height:6px;border-radius:50%;background:currentColor}.layout{display:flex;flex:1;overflow:hidden}.panel{overflow-y:auto;padding:20px}.panel-left{width:320px;flex-shrink:0;border-right:1px solid #e2e8f0;background:#fff}.panel-center{flex:1;background:#f8fafc;display:flex;flex-direction:column}.panel-right{width:400px;flex-shrink:0;border-left:1px solid #e2e8f0;background:#fff}.panel-section{display:flex;flex-direction:column;gap:14px}.panel-section-grow{flex:1;min-height:0}.panel-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.btn-text{font-size:11px;font-weight:500;color:#94a3b8;background:none;border:none;cursor:pointer;font-family:inherit}.btn-text:hover{color:#64748b}.field{display:flex;flex-direction:column;gap:6px}.field-grow{flex:1;min-height:0}.label-text{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.label-muted{font-weight:400;text-transform:none;color:#94a3b8;margin-left:4px}.field select{padding:7px 30px 7px 10px;background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.field select:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.field select:disabled{opacity:.5;cursor:not-allowed}.select-skeleton{display:flex;align-items:center;gap:8px;padding:7px 10px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#94a3b8}.voice-row{display:flex;gap:6px;align-items:center}.voice-row select,.voice-row .select-skeleton{flex:1}.field input[type=range]{width:100%;accent-color:#7c3aed;height:6px}.range-labels{display:flex;justify-content:space-between;font-size:11px;color:#94a3b8;margin-top:-2px}.input-textarea{padding:10px 12px;background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;line-height:1.6;resize:none;outline:none}.input-textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.input-textarea-lg{flex:1;min-height:160px}.field-hint{font-size:11px;color:#c2410c}.field-error{font-size:11px;color:#dc2626;line-height:1.3}.toggle-group{display:flex;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.toggle-btn{flex:1;padding:7px 12px;font-size:12px;font-weight:600;font-family:inherit;color:#64748b;background:none;border:none;cursor:pointer;transition:all .15s;white-space:nowrap}.toggle-btn.active{background:#7c3aed;color:#fff}.toggle-btn:not(.active):hover{background:#e2e8f0;color:#475569}.btn-group{display:flex;gap:8px;flex-wrap:wrap;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border:none;border-radius:8px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:#7c3aed;color:#fff;flex:1;min-width:140px}.btn-primary:hover:not(:disabled){background:#6d28d9}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn-icon{flex-shrink:0;padding:7px;min-width:34px;height:34px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;border-radius:8px}.btn-icon:hover:not(:disabled){background:#e2e8f0;color:#475569}.spin{animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress-bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#7c3aed;border-radius:2px;transition:width .3s ease;min-width:2px}.empty-queue{padding:32px 16px;text-align:center;font-size:13px;color:#94a3b8}.task-card{padding:12px;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.task-queued{border-left:3px solid #cbd5e1}.task-generating{border-left:3px solid #7c3aed;background:#faf9ff}.task-done{border-left:3px solid #34d399}.task-error{border-left:3px solid #f87171;background:#fefbfb}.task-top{display:flex;align-items:center;justify-content:space-between}.task-info{display:flex;align-items:center;gap:6px;font-size:11px;color:#64748b}.task-format{font-weight:700;color:#7c3aed;font-size:11px}.task-time{color:#94a3b8}.task-model{color:#64748b;font-size:10px}.task-icon-done{color:#10b981}.task-icon-error{color:#ef4444}.task-actions{display:flex;gap:4px;flex-shrink:0}.task-action-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;cursor:pointer;font-family:inherit}.task-action-btn:hover{background:#f1f5f9;color:#475569}.task-action-remove:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.task-text{font-size:12px;color:#475569;line-height:1.5;word-break:break-word}.task-audio{width:100%;height:34px;border-radius:6px}.task-audio::-webkit-media-controls-panel{background:#f8fafc}.task-progress-row{display:flex;align-items:center;gap:10px}.task-progress-label{font-size:11px;font-weight:500;color:#7c3aed;white-space:nowrap;min-width:60px}.task-progress-row .progress-bar{flex:1}.task-error{font-size:11px;color:#dc2626;line-height:1.4}@media(max-width:1100px){.layout{flex-direction:column}.panel-left{width:100%;border-right:none;border-bottom:1px solid #e2e8f0;max-height:50vh}.panel-center{max-height:40vh}.panel-right{width:100%;border-left:none;border-top:1px solid #e2e8f0;max-height:50vh}}
