.wk-voice-btn{--wk-voice-size:2.25rem;--wk-voice-radius:10px;--wk-voice-fg-idle:#141a2499;--wk-voice-fg-idle-hover:#141a24f2;--wk-voice-bg-hover:#141a240f;--wk-voice-send-bg:#1a1e23;--wk-voice-send-fg:#fff;--wk-voice-recording-bg:#1a1e23;--wk-voice-recording-fg:#fff;--wk-voice-disabled-fg:#141a2438;width:var(--wk-voice-size);height:var(--wk-voice-size);border-radius:var(--wk-voice-radius);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,color .15s,transform .15s;display:inline-flex}.wk-voice-btn:disabled{cursor:default;color:var(--wk-voice-disabled-fg)}.wk-voice-btn--mic{color:var(--wk-voice-fg-idle)}.wk-voice-btn--mic:not(:disabled):hover{color:var(--wk-voice-fg-idle-hover);background:var(--wk-voice-bg-hover)}.wk-voice-btn--mic:not(:disabled):active{transform:scale(.9)}.wk-voice-btn--send{color:var(--wk-voice-send-fg);background:var(--wk-voice-send-bg)}.wk-voice-btn--send:not(:disabled):hover{opacity:.9}.wk-voice-btn--send:disabled{background:var(--wk-voice-bg-hover)}.wk-voice-btn--recording{color:var(--wk-voice-recording-fg);background:var(--wk-voice-recording-bg)}.wk-voice-spin{animation:1s linear infinite wk-voice-spin}@keyframes wk-voice-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.wk-voice-spin{animation:none}}