*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#0f0f0f;color:#e0e0e0;min-height:100vh}a{color:#60a5fa;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:500;transition:background .15s}button:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-danger{background:#7f1d1d;color:#fca5a5}.btn-danger:hover:not(:disabled){background:#991b1b}.btn-ghost{background:transparent;color:#9ca3af;border:1px solid #374151;padding:.35rem .75rem;font-size:.8rem}.btn-ghost:hover:not(:disabled){background:#1f2937;color:#e0e0e0}input,select{background:#111;border:1px solid #333;color:#e0e0e0;border-radius:6px;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;width:100%;outline:none}input:focus,select:focus{border-color:#2563eb}label{display:block;font-size:.75rem;color:#9ca3af;margin-bottom:.3rem}.field{display:flex;flex-direction:column;gap:.3rem}.card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;padding:1.5rem}.section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#6b7280;margin-bottom:1rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge-green{background:#052e16;color:#86efac;border:1px solid #166534}.badge-yellow{background:#451a03;color:#fde68a;border:1px solid #92400e}.badge-red{background:#2d0a0a;color:#fca5a5;border:1px solid #7f1d1d}.badge-gray{background:#1f2937;color:#9ca3af;border:1px solid #374151}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #374151;border-top-color:#60a5fa;border-radius:50%;animation:spin .65s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.msg{padding:.6rem .9rem;border-radius:6px;font-size:.83rem;margin-top:.75rem}.msg-ok{background:#052e16;border:1px solid #166534;color:#86efac}.msg-err{background:#2d0a0a;border:1px solid #7f1d1d;color:#fca5a5}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#030712b8;display:grid;place-items:center;padding:1.5rem;z-index:1000}.modal-panel{width:min(640px,100%);background:#141414;border:1px solid #2f2f2f;border-radius:14px;padding:1.25rem;box-shadow:0 24px 80px #00000073}.mic-script-card{background:#111827;border:1px solid #243244;border-radius:10px;padding:.9rem 1rem;color:#e5e7eb;line-height:1.6;font-size:.92rem}.mic-level-bars{display:grid;grid-template-columns:repeat(15,minmax(0,1fr));gap:.35rem}.mic-level-bar{height:18px;border-radius:999px;opacity:.2;transition:opacity .15s ease,transform .15s ease}.mic-level-bar.active{opacity:1;transform:translateY(-1px)}.mic-level-bar-green{background:#22c55e}.mic-level-bar-yellow{background:#f59e0b}.mic-level-bar-red{background:#ef4444}table{width:100%;border-collapse:collapse;font-size:.85rem}th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #2a2a2a;color:#6b7280;font-weight:500;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}td{padding:.6rem .75rem;border-bottom:1px solid #1e1e1e;vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:#1f1f1f}code{font-family:SF Mono,monospace;font-size:.9em;color:#d1d5db}
