/* The Society Games - Perf Overlay */
.tsg-perf-overlay{
  position:fixed;
  top:10px;
  left:10px;
  z-index:999999;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(0,0,0,.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color:#fff;
  font: 12px/1.25 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  min-width:140px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  user-select:none;
  pointer-events:none;
}
.tsg-perf-title{
  font-weight:800;
  letter-spacing:.12em;
  font-size:11px;
  opacity:.85;
  margin-bottom:6px;
}
.tsg-perf-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:2px 0;
}
.tsg-perf-row span{ opacity:.8; }
.tsg-perf-row b{
  font-weight:800;
  font-variant-numeric: tabular-nums;
}
