body { background: #0f0f0f; color: #e5e5e5; }
.form-card { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 12px; }
.form-card label { color: #a0a0a0; font-size: 0.875rem; font-weight: 500; }
input, textarea, select { background: #252525; border: 1px solid #333; color: #e5e5e5; border-radius: 8px; }
input:focus, textarea:focus, select:focus { border-color: #6366f1; outline: none; ring: 2px solid #6366f1; }
.btn-primary { background: #6366f1; color: white; border-radius: 8px; padding: 0.75rem 1.5rem; font-weight: 600; }
.btn-primary:hover { background: #4f46e5; }
.btn-primary:disabled { opacity: 0.5; cursor: not-allowed; }
.voice-card { background: #1f1f1f; border: 2px solid transparent; border-radius: 10px; cursor: pointer; transition: all 0.15s; }
.voice-card:hover { border-color: #6366f1; background: #252525; }
.voice-card.selected { border-color: #6366f1; background: #1e1e3a; }
.job-item { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 8px; }
.status-pending { color: #fbbf24; }
.status-processing { color: #60a5fa; }
.status-completed { color: #34d399; }
.status-failed { color: #f87171; }
