/* =========================================================================
   ShinyPoker — Lobby styles. Extends styles.css tokens.
   ========================================================================= */

.lobby { display: grid; grid-template-rows: 56px auto auto 1fr; }
.lobby > .lobbyfield { position: absolute; inset: 56px 0 0 0; width: 100%; height: calc(100% - 56px);
  pointer-events: none; opacity: 0.16; z-index: 0; }
.lobby > *:not(.lobbyfield):not(.annoLayer) { position: relative; z-index: 1; }
.lobby > .annoLayer { position: absolute; inset: 0; z-index: 35; }

/* head band: tabs + live stat strip */
.lobbyhead { display: flex; align-items: stretch; justify-content: space-between; gap: 18px;
  padding: 0 18px; border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(15,15,19,0.7), rgba(9,9,11,0.7)); backdrop-filter: blur(4px); }
.lobbytabs { display: flex; gap: 2px; }
.lobbytabs button { position: relative; font-family: var(--label); font-size: 12.5px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--muted); background: transparent; border: 0; padding: 18px 18px 16px;
  cursor: pointer; transition: .15s; display: inline-flex; align-items: center; gap: 8px; }
.lobbytabs button .ct { font-family: var(--mono); font-size: 10px; color: var(--muted);
  background: rgba(255,255,255,0.05); border-radius: 4px; padding: 1px 6px; }
.lobbytabs button:hover { color: var(--text-2); }
.lobbytabs button.on { color: var(--white); }
.lobbytabs button.on::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 0; height: 2px;
  background: var(--accent); box-shadow: 0 0 10px var(--accent-55); }
.lobbytabs button.on .ct { color: var(--accent-soft); background: var(--accent-12); }

/* live stat strip */
.statstrip { display: flex; align-items: center; gap: 0; }
.statstrip .stat { display: flex; flex-direction: column; gap: 2px; padding: 0 18px; justify-content: center;
  border-left: 1px solid var(--hair); }
.statstrip .stat:first-child { border-left: 0; }
.statstrip .stat .k { font-family: var(--label); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.statstrip .stat .k .live { width: 6px; height: 6px; border-radius: 50%; background: var(--win);
  box-shadow: 0 0 8px var(--win); animation: livePulse 2s infinite; }
@keyframes livePulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.statstrip .stat .v { font-family: var(--mono); font-weight: 600; font-size: 17px; color: var(--white); }
.statstrip .stat .v .u { font-size: 10px; color: var(--accent-soft); font-weight: 500; margin-left: 3px; }
.statstrip .stat .v.count { color: var(--accent-soft); }

/* sub bar: filters / sub-tabs */
.subbar { display: flex; align-items: center; gap: 12px; padding: 12px 18px;
  border-bottom: 1px solid var(--line); background: rgba(8,8,10,0.6); flex-wrap: wrap; }
.subtabs { display: flex; padding: 3px; background: #060608; border: 1px solid var(--line); border-radius: 8px; gap: 2px; }
.subtabs button { font-family: var(--label); font-size: 11px; color: var(--muted); background: transparent; border: 0;
  padding: 6px 13px; border-radius: 6px; cursor: pointer; transition: .14s; text-transform: capitalize; }
.subtabs button.on { background: var(--elevated); color: var(--white); }
.subtabs button:hover:not(.on) { color: var(--text-2); }

.filterlabel { font-family: var(--label); font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-right: -4px; }
.chipset { display: flex; gap: 5px; }
.chipset button { font-family: var(--label); font-size: 11px; color: var(--text-2); background: rgba(255,255,255,0.025);
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; cursor: pointer; transition: .14s; }
.chipset button:hover { border-color: var(--line-2); }
.chipset button.on { background: var(--accent); border-color: var(--accent); color: #fff; }

.ftoggle { display: inline-flex; align-items: center; gap: 7px; font-family: var(--label); font-size: 11px;
  color: var(--text-2); cursor: pointer; }
.ftoggle .box { width: 15px; height: 15px; border-radius: 4px; border: 1px solid var(--muted);
  display: grid; place-items: center; transition: .14s; }
.ftoggle.on .box { background: var(--accent); border-color: var(--accent); }
.ftoggle.on .box::after { content: "✓"; font-size: 10px; color: #fff; }

.searchbox { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 11px;
  border: 1px solid var(--line); border-radius: 8px; background: #060608; min-width: 180px; }
.searchbox input { background: transparent; border: 0; outline: none; color: var(--text-2);
  font-family: var(--label); font-size: 12px; width: 100%; }
.searchbox svg { width: 14px; height: 14px; color: var(--muted); }

.cta { font-family: var(--label); font-size: 12px; letter-spacing: 0.03em; color: #fff; background: var(--accent);
  border: 1px solid var(--accent); border-radius: 8px; padding: 8px 16px; cursor: pointer; transition: .15s;
  display: inline-flex; align-items: center; gap: 8px; }
.cta:hover { box-shadow: 0 0 22px var(--accent-55); transform: translateY(-1px); }
.cta.ghost { background: transparent; color: var(--text-2); border-color: var(--line-2); }
.cta.ghost:hover { box-shadow: none; border-color: var(--accent-32); color: var(--white); }
.spacerflex { flex: 1; }

/* lobby body */
.lobbybody { display: grid; grid-template-columns: 1fr; min-height: 0; }
.lobbybody.withdrawer { grid-template-columns: 1fr 440px; }
.listscroll { overflow-y: auto; min-height: 0; padding: 8px 18px 24px; }
.listscroll::-webkit-scrollbar { width: 9px; }
.listscroll::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 8px; }

/* ---- data table (cash) ---- */
.dtable { width: 100%; }
.dthead { display: grid; align-items: center; padding: 10px 16px; position: sticky; top: 0; z-index: 2;
  background: linear-gradient(180deg, #0a0a0c, rgba(10,10,12,0.96)); border-bottom: 1px solid var(--line); }
.dthead .h { font-family: var(--label); font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); }
.dthead .h.r { text-align: right; }
.dthead .h.c { text-align: center; }

.drow { display: grid; align-items: center; padding: 13px 16px; border-bottom: 1px solid var(--hair);
  cursor: pointer; transition: background .14s, border-color .14s; border-left: 2px solid transparent; }
.drow:hover { background: rgba(110,110,237,0.05); border-left-color: var(--accent); }
.drow.sel { background: var(--accent-12); border-left-color: var(--accent); }

/* PRIMARY: stakes */
.cell-stakes { display: flex; flex-direction: column; gap: 3px; }
.cell-stakes .bl { font-family: var(--mono); font-weight: 700; font-size: 17px; color: var(--white); letter-spacing: -0.01em; }
.cell-stakes .bl .u { font-size: 9.5px; color: var(--muted); font-weight: 500; margin-left: 4px; letter-spacing: 0; }
.cell-stakes .rk { font-family: var(--label); font-size: 9px; color: var(--muted); opacity: 0.78; }
.cell-stakes .rk b { color: var(--accent-soft); font-family: var(--mono); }

/* SECONDARY: game tag + size, dimmer */
.gametag { display: inline-flex; align-items: center; font-family: var(--label); font-size: 9.5px; letter-spacing: 0.04em;
  border: 1px solid var(--line); border-radius: 4px; padding: 2px 6px; color: var(--muted); }
.gametag.plo { color: var(--gold); border-color: rgba(229,180,60,0.35); }
.sizetag { font-family: var(--label); font-size: 11px; color: var(--muted); }

/* PRIMARY: seat dots */
.seatdots { display: flex; gap: 4px; align-items: center; }
.seatdots .sd { width: 10px; height: 10px; border-radius: 50%; border: 1px solid var(--muted); }
.seatdots .sd.on { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 7px var(--accent-55); }
.seatdots .lbl { font-family: var(--mono); font-weight: 600; font-size: 12px; color: var(--white); margin-left: 6px; }
.seatdots .lbl.full { color: var(--danger-soft); }

/* SECONDARY: avg pot / players-per-flop / waitlist — dimmer, lighter */
.numcell { font-family: var(--mono); font-size: 12px; color: var(--muted); text-align: right; }
.numcell .u { font-size: 9px; color: var(--muted); opacity: 0.7; margin-left: 2px; }
.ppfbar { display: flex; flex-direction: column; gap: 3px; align-items: flex-end; }
.ppfbar .pv { font-family: var(--mono); font-size: 11px; color: var(--muted); }
.ppfbar .pt { width: 50px; height: 3px; border-radius: 3px; background: rgba(255,255,255,0.06); overflow: hidden; }
.ppfbar .pt i { display: block; height: 100%; background: var(--muted); opacity: 0.7; }

.waitcell { font-family: var(--label); font-size: 11px; color: var(--muted); text-align: center; }
.waitcell b { color: var(--gold); font-family: var(--mono); }

/* ---- compact / narrow-desktop density ---- */
[data-density="compact"] .drow,
[data-density="compact"] .dthead { padding-top: 8px; padding-bottom: 8px; }
[data-density="compact"] .cell-stakes .bl { font-size: 15px; }
[data-density="compact"] .cell-stakes .rk { display: none; }
[data-density="compact"] .seatdots .sd { width: 8px; height: 8px; }
[data-density="compact"] .btn-sm { padding: 6px 11px; font-size: 10.5px; }
/* narrow-desktop: hide the lowest-priority columns, keep stakes/size/seats/pot/Join */
[data-density="compact"] .dthead .h.hide-narrow,
[data-density="compact"] .drow .hide-narrow { display: none; }
[data-density="compact"] .dthead,
[data-density="compact"] .drow { grid-template-columns: var(--cash-cols-compact) !important; column-gap: 14px; }

.rowactions { display: flex; gap: 7px; justify-content: flex-end; }
.btn-sm { font-family: var(--label); font-size: 11px; padding: 7px 14px; border-radius: 6px; cursor: pointer;
  border: 1px solid var(--line-2); background: rgba(255,255,255,0.03); color: var(--text-2); transition: .14s; }
.btn-sm:hover { border-color: var(--accent-32); color: var(--white); }
.btn-sm.join { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn-sm.join:hover { box-shadow: 0 0 16px var(--accent-55); }
.btn-sm.full { background: transparent; border-color: var(--line); color: var(--gold); }

/* ---- tournaments ---- */
.trow { display: grid; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--hair);
  cursor: pointer; transition: .14s; border-left: 2px solid transparent; }
.trow:hover { background: rgba(110,110,237,0.05); border-left-color: var(--accent); }
.trow.sel { background: var(--accent-12); border-left-color: var(--accent); }
.cell-tname { display: flex; flex-direction: column; gap: 3px; }
.cell-tname .nm { font-family: var(--label); font-size: 13.5px; color: var(--white); }
.cell-tname .meta { font-family: var(--label); font-size: 10px; color: var(--muted); display: flex; gap: 8px; }
.cell-tname .meta .bnt { color: var(--gold); }

.countdown { display: flex; flex-direction: column; gap: 2px; }
.countdown .cd { font-family: var(--mono); font-weight: 600; font-size: 15px; color: var(--white); }
.countdown .cd.soon { color: var(--gold); }
.countdown .cd.live { color: var(--win); }
.countdown .when { font-family: var(--label); font-size: 9.5px; color: var(--muted); }

.buyincell { display: flex; flex-direction: column; gap: 3px; }
.buyincell .bi { font-family: var(--mono); font-weight: 600; font-size: 15px; color: var(--white); }
.buyincell .bi .u { font-size: 10px; color: var(--muted); font-weight: 500; margin-left: 2px; }
.buyincell .split { font-family: var(--label); font-size: 9.5px; color: var(--muted); }
.buyincell .split b { color: var(--accent-soft); font-family: var(--mono); }
.buyincell .split .fee { color: var(--gold); }

.prizecell { display: flex; flex-direction: column; gap: 4px; }
.prizecell .pp { font-family: var(--mono); font-weight: 600; font-size: 16px; color: var(--white); }
.prizecell .pp .u { font-size: 10px; color: var(--accent-soft); margin-left: 2px; }
.securechip { display: inline-flex; align-items: center; gap: 5px; font-family: var(--label); font-size: 9px;
  letter-spacing: 0.03em; color: var(--win); border: 1px solid rgba(43,212,128,0.3); background: rgba(43,212,128,0.08);
  border-radius: 999px; padding: 2px 8px; width: fit-content; }
.securechip svg { width: 10px; height: 10px; }
.securechip a { color: var(--win); text-decoration: none; opacity: 0.7; }
.securechip a:hover { opacity: 1; text-decoration: underline; }

.statuschip { font-family: var(--label); font-size: 9.5px; letter-spacing: 0.05em; text-transform: uppercase;
  border-radius: 999px; padding: 4px 10px; border: 1px solid; width: fit-content; }
.statuschip.registering { color: var(--accent-soft); border-color: var(--accent-32); background: var(--accent-12); }
.statuschip.latereg { color: var(--gold); border-color: rgba(229,180,60,0.4); background: rgba(229,180,60,0.1); }
.statuschip.running { color: var(--win); border-color: rgba(43,212,128,0.4); background: rgba(43,212,128,0.08); }
.statuschip.finished { color: var(--muted); border-color: var(--line-2); }

.regcell { font-family: var(--mono); font-size: 13px; color: var(--text-2); text-align: center; }
.regcell .u { font-family: var(--label); font-size: 9px; color: var(--muted); display: block; }

/* tournament detail drawer */
.drawer { border-left: 1px solid var(--line); background: #08080a; overflow-y: auto; min-height: 0;
  display: flex; flex-direction: column; }
.drawer::-webkit-scrollbar { width: 8px; }
.drawer::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 8px; }
.drawerhead { padding: 18px; border-bottom: 1px solid var(--line); position: sticky; top: 0;
  background: linear-gradient(180deg, #0c0c10, #08080a); z-index: 2; }
.drawerhead .close { float: right; width: 28px; height: 28px; border-radius: 6px; border: 1px solid var(--line);
  background: transparent; color: var(--muted); cursor: pointer; font-size: 14px; }
.drawerhead .close:hover { color: var(--white); border-color: var(--line-2); }
.drawerhead .tnm { font-family: var(--label); font-size: 18px; color: var(--white); margin-bottom: 6px; max-width: 320px; }
.drawerhead .tsub { font-family: var(--label); font-size: 11px; color: var(--muted); display: flex; gap: 10px; flex-wrap: wrap; }
.drawerbody { padding: 18px; display: flex; flex-direction: column; gap: 20px; }
.dsec .dsh { font-family: var(--label); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.dsec .dsh::before { content: ""; width: 4px; height: 11px; background: var(--accent); }

.kv { display: grid; grid-template-columns: 1fr auto; gap: 7px 12px; }
.kv .k { font-family: var(--label); font-size: 11.5px; color: var(--muted); }
.kv .v { font-family: var(--mono); font-size: 12px; color: var(--text-2); text-align: right; }
.kv .v.acc { color: var(--accent-soft); }

.blindtable { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.blindtable .bhd, .blindtable .br { display: grid; grid-template-columns: 44px 1fr 1fr 60px; align-items: center;
  padding: 7px 11px; font-family: var(--mono); font-size: 11.5px; }
.blindtable .bhd { background: #0d0d11; font-family: var(--label); font-size: 9px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted); }
.blindtable .br { border-top: 1px solid var(--hair); color: var(--text-2); }
.blindtable .br.cur { background: var(--accent-12); color: var(--white); }
.blindtable .br .lv { color: var(--accent-soft); }
.blindtable .br.brk { color: var(--gold); font-family: var(--label); justify-content: center; grid-template-columns: 1fr; text-align: center; }

.ladder { display: flex; flex-direction: column; gap: 4px; }
.ladder .lr { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 10px;
  padding: 7px 11px; border-radius: 6px; background: rgba(255,255,255,0.02); font-family: var(--mono); font-size: 12px; }
.ladder .lr.itm { background: var(--accent-12); }
.ladder .lr .pos { color: var(--accent-soft); }
.ladder .lr .pct { color: var(--muted); font-family: var(--label); font-size: 10px; }
.ladder .lr .amt { color: var(--white); font-weight: 600; }

.escrowbox { font-family: var(--mono); font-size: 11px; color: var(--text-2); background: #000;
  border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; display: flex; align-items: center;
  justify-content: space-between; gap: 10px; }
.escrowbox .addr { color: var(--win); word-break: break-all; }
.escrowbox a { color: var(--accent-soft); text-decoration: none; flex-shrink: 0; }

.drawerfoot { margin-top: auto; padding: 16px 18px; border-top: 1px solid var(--line);
  position: sticky; bottom: 0; background: linear-gradient(180deg, rgba(8,8,10,0.6), #08080a); }
.regbtn { width: 100%; font-family: var(--label); font-size: 13px; padding: 14px; border-radius: 8px;
  background: var(--accent); border: 1px solid var(--accent); color: #fff; cursor: pointer; transition: .15s;
  display: flex; flex-direction: column; gap: 3px; align-items: center; }
.regbtn:hover { box-shadow: 0 0 26px var(--accent-55); }
.regbtn small { font-family: var(--label); font-size: 9.5px; opacity: 0.85; }

/* ---- SNG / Spin ---- */
.sngsplit { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; padding: 18px; }
.spincard { border-radius: 14px; border: 1px solid var(--accent-32); overflow: hidden; position: relative;
  background: linear-gradient(180deg, #15122e, #0b0917); display: flex; flex-direction: column; }
.spincard .sptop { padding: 18px 20px; border-bottom: 1px solid var(--line); }
.spincard .sptop .t { font-family: var(--label); font-size: 15px; color: var(--white); display: flex; align-items: center; gap: 8px; }
.spincard .sptop .t svg { width: 17px; height: 17px; color: var(--accent-soft); flex-shrink: 0; }
.spincard .sptop .s { font-family: var(--body); font-size: 12px; color: var(--muted); margin-top: 4px; max-width: 320px; line-height: 1.5; }
.spinreel { padding: 26px 20px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.reelwin { font-family: var(--mono); font-weight: 700; font-size: 56px; line-height: 1; color: var(--white);
  text-shadow: 0 0 30px var(--accent-55); letter-spacing: -0.02em; transition: color .2s; }
.reelwin.gold { color: var(--gold); text-shadow: 0 0 36px rgba(229,180,60,0.6); }
.reellabel { font-family: var(--label); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.reelprize { font-family: var(--mono); font-size: 15px; color: var(--accent-soft); }
.spinbtn { font-family: var(--label); font-size: 13px; padding: 13px 30px; border-radius: 8px; background: var(--accent);
  border: 1px solid var(--accent); color: #fff; cursor: pointer; transition: .15s; }
.spinbtn:hover { box-shadow: 0 0 26px var(--accent-55); }
.spinbtn:disabled { opacity: 0.6; cursor: default; box-shadow: none; }
.multistrip { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.multichip { font-family: var(--mono); font-size: 10px; color: var(--muted); border: 1px solid var(--line);
  border-radius: 4px; padding: 2px 7px; }
.multichip.hot { color: var(--gold); border-color: rgba(229,180,60,0.4); }

.sngrow { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 14px;
  padding: 12px 16px; border-bottom: 1px solid var(--hair); }

/* ---- clubs ---- */
.clubgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 18px; }
.clubcard { border-radius: 12px; border: 1px solid var(--line); background: linear-gradient(180deg,#101014,#0a0a0c);
  padding: 16px; display: flex; flex-direction: column; gap: 12px; transition: .15s; }
.clubcard:hover { border-color: var(--accent-32); }
.clubcard.create { border-style: dashed; border-color: var(--line-2); align-items: center; justify-content: center;
  text-align: center; gap: 10px; cursor: pointer; min-height: 160px; }
.clubcard.create:hover { border-color: var(--accent); background: var(--accent-12); }
.clubcard .ctop { display: flex; align-items: center; gap: 11px; }
.clubcard .cav { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center;
  font-family: var(--mono); font-weight: 700; font-size: 18px; color: #fff;
  background: linear-gradient(135deg, var(--accent), #4a4ac0); }
.clubcard .cn { font-family: var(--label); font-size: 14px; color: var(--white); }
.clubcard .cm { font-family: var(--label); font-size: 10.5px; color: var(--muted); }
.clubcard .cstats { display: flex; gap: 14px; }
.clubcard .cstats .cs { display: flex; flex-direction: column; }
.clubcard .cstats .cs .csv { font-family: var(--mono); font-weight: 600; font-size: 15px; color: var(--white); }
.clubcard .cstats .cs .csk { font-family: var(--label); font-size: 9px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.clubcard .cfoot { display: flex; gap: 8px; margin-top: auto; }
.invitebar { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10.5px; color: var(--muted);
  background: #000; border: 1px solid var(--line); border-radius: 6px; padding: 7px 10px; }
.invitebar .lnk { color: var(--accent-soft); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---- states: skeleton / empty / error ---- */
.skelrow { display: grid; align-items: center; padding: 15px 16px; border-bottom: 1px solid var(--hair); }
.skel { height: 12px; border-radius: 6px; background: linear-gradient(90deg, #131318 25%, #1c1c24 50%, #131318 75%);
  background-size: 200% 100%; animation: shimmer 1.3s infinite; }
@keyframes shimmer { from { background-position: 200% 0 } to { background-position: -200% 0 } }

.emptystate { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  padding: 80px 20px; text-align: center; }
.emptystate .eicon { width: 64px; height: 64px; border-radius: 16px; display: grid; place-items: center;
  border: 1px solid var(--line-2); background: rgba(255,255,255,0.02); color: var(--muted); }
.emptystate .eicon svg { width: 30px; height: 30px; }
.emptystate.err .eicon { color: var(--danger-soft); border-color: rgba(229,86,42,0.3); background: rgba(229,86,42,0.06); }
.emptystate.wrongnet .eicon { color: var(--gold); border-color: rgba(229,180,60,0.3); background: rgba(229,180,60,0.06); }
.emptystate .et { font-family: var(--label); font-size: 16px; color: var(--white); }
.emptystate .es { font-family: var(--body); font-size: 13px; color: var(--muted); max-width: 360px; line-height: 1.6; }

/* insufficient balance banner */
.balbanner { margin: 14px 18px 0; padding: 13px 16px; border-radius: 10px; display: flex; align-items: center; gap: 13px;
  border: 1px solid rgba(229,180,60,0.35); background: rgba(229,180,60,0.08); }
.balbanner .bi { width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; color: var(--gold);
  background: rgba(229,180,60,0.12); flex-shrink: 0; }
.balbanner .bt { font-family: var(--label); font-size: 12.5px; color: var(--white); }
.balbanner .bs { font-family: var(--label); font-size: 11px; color: var(--muted); margin-top: 2px; }
.balbanner .spacerflex { flex: 1; }

/* lobby dev HUD reuses .hud */
