.chat-voice-input-button{cursor:pointer;width:2rem;height:2rem;color:inherit;background-color:#0000;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;transition:background-color .15s;display:inline-flex}.chat-voice-input-button:hover,.chat-voice-input-button-recording{background-color:var(--chat-voice-input-button-background,color-mix(in srgb, currentColor 10%, transparent))}.chat-voice-input-button-recording:hover{background-color:var(--chat-voice-input-button-background-hover,color-mix(in srgb, currentColor 18%, transparent))}.chat-voice-input-button:focus-visible{outline-offset:2px;outline:2px solid}.chat-voice-input-button:disabled{cursor:not-allowed;opacity:.5}.chat-voice-input-button svg{pointer-events:none;flex:none;width:1rem;height:1rem}.chat-voice-input-stop-icon{fill:currentColor}.chat-voice-input-error{min-width:0;color:var(--chat-voice-input-muted,color-mix(in srgb, currentColor 60%, transparent));text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.chat-voice-input-timer{width:2.25rem;color:var(--chat-voice-input-muted,color-mix(in srgb, currentColor 60%, transparent));font-variant-numeric:tabular-nums;text-align:right;font-size:.875rem}.chat-voice-input-waveform{width:100%;min-width:0;height:2rem;color:inherit;flex:1;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10%);mask-image:linear-gradient(90deg,#0000,#000 10%)}@media (prefers-reduced-motion:no-preference){.chat-voice-input-spinner{animation:1s linear infinite chat-voice-input-spin}}@keyframes chat-voice-input-spin{to{transform:rotate(360deg)}}*{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,sans-serif}body{color:#fafafa;background:#09090b;place-items:center;min-height:100vh;margin:0;display:grid}#root{flex-direction:column;width:min(42rem,100% - 2rem);display:flex}.composer{background:#18181b;border:1px solid #27272a;border-radius:1.5rem;padding:.625rem}textarea{resize:none;width:100%;min-height:5rem;color:inherit;font:inherit;background:0 0;border:0;outline:0;padding:.375rem}.actions{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.transcriber-select{field-sizing:content;cursor:pointer;height:2rem;color:var(--chat-voice-input-muted,color-mix(in srgb, currentColor 60%, transparent));font:inherit;background:0 0;border:0;outline:0;align-self:center;margin-block-end:1rem;padding-inline:.25rem;font-size:.8125rem}.submit{color:#18181b;cursor:pointer;background:#fafafa;border:0;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:inline-flex}.submit svg{flex:none}
