[v-cloak] { display: none; }

/* Mic listening pulse */
@keyframes mic-pulse {
  0% { box-shadow: 0 0 0 0 rgba(244, 63, 94, .45); }
  70% { box-shadow: 0 0 0 18px rgba(244, 63, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(244, 63, 94, 0); }
}
.mic-live { animation: mic-pulse 1.4s infinite; }

/* Range inputs — consistent accent across browsers */
input[type="range"] { accent-color: #6d28d9; }

/* Textareas keep the app font */
textarea { font-family: inherit; }
