/* voice.css — clan voice dock (ui/voice). Dark, matches the party pill / clan page look. Render-only UI.
   Placement: BOTTOM-LEFT above the in-game leave (14px) + signal (70-120px) buttons — the bottom-RIGHT corner belongs
   to the chat dock (z70, up to ~540px tall). z-index 78: above the clan page (75, where the lounge lives) and the chat
   dock, below action menus (90). */
#vcDock { position: fixed; left: 14px; bottom: 130px; z-index: 78; font-family: inherit; }
#vcPill { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #2c3a4d; background: #16202c; color: #dfe9f5;
  font-size: 18px; cursor: pointer; position: relative; box-shadow: 0 4px 14px rgba(0,0,0,.45); }
#vcPill:hover { background: #1c2938; }
#vcPill.vc-live { border-color: #34d17b; box-shadow: 0 0 0 2px rgba(52,209,123,.25), 0 4px 14px rgba(0,0,0,.45); }
#vcCount { position: absolute; top: -5px; right: -5px; min-width: 17px; height: 17px; border-radius: 9px; background: #34d17b;
  color: #08131f; font-size: 11px; font-weight: 700; line-height: 17px; padding: 0 3px; }
#vcCount:empty { display: none; }
#vcPanel { position: absolute; left: 0; bottom: 52px; width: 250px; background: #101825; border: 1px solid #263447;
  border-radius: 10px; padding: 10px; box-shadow: 0 10px 30px rgba(0,0,0,.5); }
#vcPanel.hidden { display: none; }
.vc-head { display: flex; justify-content: space-between; align-items: center; color: #dfe9f5; margin-bottom: 6px; }
.vc-head b { font-size: 13px; letter-spacing: .4px; }
#vcClose { background: none; border: none; color: #8fa3ba; font-size: 16px; cursor: pointer; }
#vcBadge { color: #8fa3ba; font-size: 11px; margin-bottom: 5px; }
#vcBadge:empty { display: none; }
#vcNotice { color: #f0b455; font-size: 11px; min-height: 0; margin-bottom: 4px; }
#vcNotice:empty { display: none; }
#vcActions { display: flex; gap: 6px; margin-bottom: 8px; }
.vc-btn { flex: 1; padding: 7px 8px; border-radius: 7px; border: 1px solid #2c3a4d; background: #182432; color: #dfe9f5;
  font-size: 12px; cursor: pointer; }
.vc-btn:hover:not(:disabled) { background: #203044; }
.vc-btn:disabled { opacity: .55; cursor: default; }
.vc-btn.vc-on { border-color: #34d17b; color: #7ce8ab; }
.vc-btn.vc-leave { flex: 0 0 auto; color: #ff8d7e; }
#vcList { max-height: 220px; overflow-y: auto; }
.vc-row { display: flex; align-items: center; gap: 6px; color: #c8d6e5; font-size: 12px; padding: 4px 2px; border-radius: 6px; }
.vc-row.vc-me { color: #eaf3fc; }
.vc-row.vc-empty { color: #77899d; font-style: italic; }
.vc-st { width: 16px; text-align: center; }
.vc-fail { color: #f0b455; font-style: normal; }
.vc-tag { color: #7f93aa; font-style: normal; font-size: 10px; }
.vc-ctl { margin-left: auto; display: inline-flex; gap: 4px; }
.vc-mini { background: none; border: 1px solid #2c3a4d; border-radius: 5px; color: #9fb2c8;
  font-size: 10px; cursor: pointer; padding: 1px 5px; }
.vc-mini:hover { background: #203044; }
.vc-mini.vc-muted { border-color: #7a3a3a; color: #ff9a8a; }
.vc-foot { margin-top: 7px; color: #5d7085; font-size: 10px; text-align: center; }
