.dw{text-align:left;max-width:42em;margin:3vw auto 0}.dw-box{border:1px solid color-mix(in srgb, currentColor 60%, transparent);transition:border-color .2s}.dw-box:focus-within,.dw-box.is-live{border-color:currentColor}.dw-text{resize:none;width:100%;color:inherit;font-family:var(--font-display);font-size:var(--t-body);background:0 0;border:0;outline:none;min-height:calc(7.5em + 2vw);max-height:calc(12em + 2vw);padding:1vw;line-height:1.5;display:block;overflow-y:auto}.dw-text::placeholder{color:inherit;opacity:.5}.dw-control{justify-content:center;margin-top:max(36px,2.8vw);display:flex}.dw-hold{background:var(--black);width:clamp(88px,6.8vw,104px);height:clamp(88px,6.8vw,104px);color:var(--white-smoke);cursor:pointer;transition:background-color .2s, transform .12s var(--ease-power3);touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;place-items:center;display:grid;position:relative}.dark .dw-hold{background:var(--white-smoke);color:var(--black)}.dw-hold *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.dw-hold:focus-visible{outline:2px solid;outline-color:var(--black);outline-offset:6px}.dark .dw-hold:focus-visible{outline-color:var(--white-smoke)}.dw-hold.is-pressed{transform:scale(.96)}.dw-hold.is-live{background:var(--honey-lemon);color:var(--black)}.dark .dw-hold.is-live{background:var(--gold)}.dw-hold[aria-disabled=true]{opacity:.5;cursor:default}@media (hover:hover) and (pointer:fine){.dw-hold:not(.is-live):not([aria-disabled=true]):hover{background:#2b2b2b}.dark .dw-hold:not(.is-live):not([aria-disabled=true]):hover{background:#e5e4e4}}.dw-mic{pointer-events:none;width:46%;height:46%;display:block}.dw-mic svg{width:100%;height:100%;display:block}.dw-ring{pointer-events:none;width:calc(100% + 24px);height:calc(100% + 24px);color:var(--black);position:absolute;inset:-12px;transform:rotate(-90deg)}.dark .dw-ring{color:var(--white-smoke)}.dw-ring circle{fill:none;stroke-width:2px}.dw-ring .track{stroke:color-mix(in srgb, currentColor 16%, transparent)}.dw-ring .arc{stroke:currentColor;stroke-linecap:round}.dw-control{color:inherit}.dark .dw-control{color:var(--white-smoke)}.section.light .dw-control,.section.gray .dw-control{color:var(--black)}.dw-hint{text-align:center;font-size:var(--t-body);opacity:.6;font-variant-numeric:tabular-nums;min-height:1.5em;margin-top:max(24px,1.8vw);line-height:1.5}.dw-hint.is-on{opacity:.95}.dw-key{font-family:var(--font-display);border:1px solid color-mix(in srgb, currentColor 40%, transparent);border-radius:4px;margin:0 .15em;padding:.05em .5em;font-size:.92em;font-weight:500;line-height:1.3;display:inline-block}.dw-msg{text-align:center;max-width:34em;font-size:var(--t-body);margin:.6vw auto 0;line-height:1.5}.dw-msg .err{color:var(--pink)}.dw-msg .note{opacity:.85}.dw-msg .link-pink{white-space:nowrap;text-underline-offset:.2em;text-decoration:underline}.dw-verify{text-align:center;font-size:var(--t-body);margin:0 auto;line-height:1.5}.dw-verify .note{opacity:.85}.dw-verify .cf-turnstile{justify-content:center;min-height:65px;margin-top:1vw;display:flex}.dw-verify:not(.is-on){height:0;margin:0;overflow:hidden}.dw-out{text-align:center;max-width:30em;margin:3vw auto 0}.dw-out>p:first-child{font-size:var(--t-body);opacity:.85;line-height:1.5}div.dw-out .btn-row{justify-content:center;margin-top:1.6vw}.hud{left:50%;bottom:calc(22px + env(safe-area-inset-bottom,0px));z-index:102;pointer-events:none;color:var(--white-smoke);opacity:0;transition:opacity .15s;position:fixed;transform:translate(-50%)}.hud.is-on{opacity:1}.hud-pill{--bar-max:28px;--bar-rest:5px;background:#0d0d12ad;border:1px solid #f8f8f829;border-radius:99px;justify-content:center;align-items:center;gap:2px;width:150px;height:40px;display:flex}.hud-pill i{width:3px;height:var(--bar-rest);background:var(--gold);border-radius:2px;flex:none;display:block}.hud-pill.is-rest i{opacity:.35}.hud-pill.is-wave i{height:max(var(--bar-rest), calc(var(--l,0) * var(--bar-max)))}.hud-pill.is-shimmer i{background:var(--jucy-tiffany);animation:hud-shimmer 1.257s cubic-bezier(.37, 0, .63, 1) calc((var(--k) - 24) * .11s) infinite}.hud-pill svg{width:22px;height:22px}.hud-check path{fill:none;stroke:var(--lime-green);stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.hud-check .a{stroke-dasharray:1;animation:.12s linear backwards hud-draw}.hud-check .b{stroke-dasharray:1;animation:.23s linear .12s backwards hud-draw}.hud-flat{background:var(--gold);border-radius:2px;width:18px;height:3px}@keyframes hud-draw{0%{stroke-dashoffset:1px}}@keyframes hud-shimmer{0%,to{height:calc(var(--bar-max) * .22)}50%{height:calc(var(--bar-max) * .77)}}@media (max-width:880px){.dw{margin-top:28px}.dw-text{min-height:calc(4.5em + 24px);max-height:calc(9em + 24px);padding:12px 14px;font-size:16px}.dw-control{margin-top:28px}.dw-hold{width:88px;height:88px}.dw-hint{margin-top:22px;font-size:16px}.dw-msg,.dw-verify{font-size:16px}.dw-msg{margin-top:8px}.dw-verify .cf-turnstile{margin-top:12px}.dw-out{margin-top:28px}.dw-out>p:first-child{font-size:16px}div.dw-out .btn-row{margin-top:20px}.hud-pill{--bar-max:22px;--bar-rest:4px;width:118px;height:32px}.hud-pill i{width:2px}.hud-pill svg{width:18px;height:18px}.hud-flat{width:14px;height:2px}}@media (prefers-reduced-motion:reduce){.dw-hold,.dw-box,.hud{transition:none}.dw-hold.is-pressed{transform:none}.hud-pill.is-shimmer i{height:calc(var(--bar-max) * .5);animation:none}.hud-check path{animation:none}}
