#voice-chat{position:fixed;z-index:1400;right:12px;bottom:35px;display:flex;align-items:center;gap:5px;max-width:calc(100vw - 24px);padding:5px;border:1px solid #668b77;border-radius:12px;background:#142e26ed;color:#e9f5ee;font:11px system-ui}#voice-chat[hidden],#voice-chat [hidden]{display:none!important}#voice-chat button{min-height:36px;padding:6px 10px;border:1px solid #709782;border-radius:8px;background:#285640;color:inherit;cursor:pointer;font:inherit}#voice-chat button:focus-visible{outline:2px solid #f3cd6b;outline-offset:2px}#voice-chat .voice-note{max-width:180px;font-size:10px;line-height:1.3}#voice-chat .voice-note:empty{display:none}@media(max-width:760px),(max-height:550px) and (pointer:coarse){#voice-chat{top:calc(12px + env(safe-area-inset-top));bottom:auto;right:62px;max-width:calc(100vw - 142px);flex-wrap:wrap;gap:3px;padding:3px}#voice-chat button{min-height:32px;padding:5px 7px;font-size:10px}#voice-chat .voice-note{position:absolute;right:0;top:calc(100% + 5px);max-width:200px;width:max-content;background:#142e26ed;padding:5px 8px;border-radius:8px;pointer-events:none}}
@media(max-width:760px),(max-height:550px) and (pointer:coarse){#voice-chat{top:calc(62px + env(safe-area-inset-top));right:12px;max-width:calc(100vw - 24px)}body.mobile-tools-open #voice-chat{display:none}}
