.lobby-tooltip{flex-direction:column;gap:10px;min-width:200px;max-width:320px;padding:4px;display:flex}.lobby-tooltip-section{flex-direction:column;gap:6px;display:flex}.lobby-tooltip-heading{font-family:var(--wh-font);color:var(--wh-text);letter-spacing:-.01em;font-size:12px;font-weight:700}.lobby-tooltip-chiprow{flex-wrap:wrap;gap:6px;display:flex}.lobby-tooltip-chip{color:var(--wh-indigo,#6366f1);font-family:var(--wh-font);white-space:nowrap;text-overflow:ellipsis;background:#6366f11a;border-radius:999px;align-items:center;max-width:180px;padding:3px 8px;font-size:12px;font-weight:500;display:inline-flex;overflow:hidden}.lobby-tooltip-empty{font-family:var(--wh-font);color:var(--wh-text-muted);padding:2px;font-size:12px}.wh-tooltip:has(.lobby-tooltip),.wh-tooltip:has(.lobby-tooltip-empty){background:var(--wh-surface,#fff);color:var(--wh-text);border:1px solid var(--wh-border,#e5e7eb);border-radius:12px;max-width:none;padding:12px 14px;box-shadow:0 12px 28px #0f172a1a}.wh-tooltip:has(.lobby-tooltip) .wh-tooltip-arrow,.wh-tooltip:has(.lobby-tooltip-empty) .wh-tooltip-arrow{fill:var(--wh-surface,#fff)}[data-theme=dark] .wh-tooltip:has(.lobby-tooltip),[data-theme=dark] .wh-tooltip:has(.lobby-tooltip-empty){background:var(--wh-surface);border-color:var(--wh-border)}[data-theme=dark] .lobby-tooltip-chip{color:var(--wh-text);background:#ffffff14}