.lobby-tabs{border-bottom:1px solid var(--wh-border-light,#f4f4f5);align-items:center;gap:22px;margin-bottom:12px;padding:0 16px;display:flex}.lobby-tab{cursor:pointer;font-family:var(--wh-font);color:var(--wh-text-secondary,#4b5563);letter-spacing:-.01em;background:0 0;border:none;align-items:center;gap:7px;padding:11px 0;font-size:13px;font-weight:500;transition:color .15s;display:flex;position:relative}.lobby-tab:hover{color:var(--wh-heading,#111827)}.lobby-tab--active{color:var(--wh-heading,#111827);font-weight:600}.lobby-tab--active:after{content:"";background:var(--wh-indigo,#6366f1);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.lobby-tab-badge{color:var(--wh-text-secondary,#4b5563);font-variant-numeric:tabular-nums;background:#f3f4f6;border-radius:99px;padding:1px 7px;font-size:11px;font-weight:500;transition:background .15s,color .15s}.lobby-tab--active .lobby-tab-badge{color:#111827;background:#e5e7eb}[data-theme=dark] .lobby-tab{color:var(--wh-text-muted)}[data-theme=dark] .lobby-tab--active,[data-theme=dark] .lobby-tab:hover{color:var(--wh-text)}[data-theme=dark] .lobby-tab-badge{color:var(--wh-text-muted);background:#ffffff0f}[data-theme=dark] .lobby-tab--active .lobby-tab-badge{color:var(--wh-text);background:#ffffff1a}