:root{--brand-dark:#1e1145;--brand-primary:#2d1b69;--brand-mid:#4c2f9e;--brand-light:#7b5bc4;--brand-pale:#ede9f8;--brand-bg:#f4f2fa}*{box-sizing:border-box}body{background:var(--brand-bg);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#root{width:100%;margin:0 auto}h1,h2,h3,h4,p{margin:0}input,select,textarea,button{font-family:inherit}@keyframes pulse-ring{0%{opacity:.8;transform:scale(1)}70%{opacity:0;transform:scale(1.4)}to{opacity:0;transform:scale(1.4)}}@keyframes pulse-dot{0%{transform:scale(1)}50%{transform:scale(.92)}to{transform:scale(1)}}.mic-pulse-wrapper{justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex;position:relative}.mic-pulse-ring{background:#4c2f9e40;border-radius:50%;width:100px;height:100px;animation:1.5s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;position:absolute}.mic-pulse-ring:nth-child(2){animation-delay:.5s}.mic-button-active{z-index:1;cursor:pointer;background:#e53e3e;border:none;border-radius:50%;width:100px;height:100px;font-size:40px;animation:1.5s ease-in-out infinite pulse-dot;position:relative;box-shadow:0 4px 20px #e53e3e66}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out fadeIn}
