.voice-button{position:relative;display:grid;place-items:center;flex:none;width:38px;height:38px;margin-right:6px;border:0;border-radius:14px;background:rgba(255,255,255,.48);color:var(--blue-deep);transition:.2s}.voice-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.voice-button.listening{background:var(--pink);color:white;box-shadow:0 0 0 5px color-mix(in srgb,var(--pink) 18%,transparent);animation:voice-pulse 1.25s ease-in-out infinite}.voice-button.listening:after{content:"";position:absolute;inset:-5px;border:1px solid color-mix(in srgb,var(--pink) 55%,transparent);border-radius:18px;animation:voice-ring 1.25s ease-out infinite}@keyframes voice-pulse{50%{transform:scale(.94)}}@keyframes voice-ring{from{opacity:.8;transform:scale(.82)}to{opacity:0;transform:scale(1.18)}}.app-shell[data-mode="dark"] .voice-button{background:rgba(255,255,255,.08)}.app-shell[data-mode="dark"] .voice-button.listening{background:var(--pink)}
