.voice-dialog { width: min(94vw, 470px); max-height: min(88dvh, 720px); overflow-y: auto; }
.voice-copy { color: var(--muted, #a8bdb4); font-size: 13px; line-height: 1.5; }
.voice-message { min-height: 22px; margin: 16px 0; color: var(--gold, #e6ca8a); line-height: 1.45; }
.voice-message.is-error { color: #ffc3ad; }
.voice-participants { list-style: none; padding: 0; margin: 15px 0 22px; display: grid; gap: 8px; }
.voice-participant { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 9px; min-height: 48px; padding: 10px 12px; border: 1px solid #b0c9b522; border-radius: 12px; background: #04191440; }
.voice-avatar { font-size: 20px; color: #7f9e91; text-align: center; }
.voice-participant.is-present .voice-avatar { color: #98dfb2; }
.voice-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.voice-state { font-size: 11px; color: var(--muted, #a8bdb4); text-align: right; }
.voice-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.voice-actions button { flex: 1 1 140px; min-height: 44px; }
.voice-actions [hidden], .voice-dialog [hidden] { display: none !important; }
.voice-test { margin-top: 13px; padding: 11px 12px; border-radius: 12px; background: #061d185e; }
.voice-test-label { display: block; margin-bottom: 8px; color: var(--muted, #a8bdb4); font-size: 11px; }
.voice-meter { display: block; height: 10px; overflow: hidden; border-radius: 99px; background: #ffffff16; }
.voice-meter i { display: block; width: 3%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8bdfac, #ffe08a); transition: width 80ms linear; }
.voice-network-note { margin-top: 18px; color: #e4c78b; padding: 11px; border: 1px solid #e4c78b35; border-radius: 10px; font-size: 12px; line-height: 1.45; }
.voice-privacy { margin-bottom: 0; margin-top: 20px; font-size: 11px; }
#voiceButton[data-active="true"] { color: #a5edbb; box-shadow: inset 0 0 0 1px #9be2b155; }
@media (max-width: 400px) { .voice-participant { grid-template-columns: 22px minmax(0, 1fr); } .voice-state { grid-column: 2; text-align: left; } }
