/* Shared high-score table styles — include from any game */
.hs-panel {
  width: 100%;
  margin: 12px 0 16px;
  text-align: left;
}
.hs-panel h3 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
  text-align: center;
}
.hs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.hs-table th {
  text-align: left;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  padding: 4px 6px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.hs-table td {
  padding: 7px 6px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.85);
}
.hs-rank {
  width: 28px;
  font-weight: 800;
  color: rgba(245, 208, 122, 0.9);
}
.hs-name { font-weight: 600; }
.hs-score {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.hs-score small {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}
.hs-detail {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  text-align: right;
}
.hs-empty {
  text-align: center;
  color: rgba(255,255,255,0.45);
  font-size: 0.9rem;
  padding: 12px;
}
.hs-you {
  background: rgba(52, 211, 153, 0.08);
}
.hs-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(245, 208, 122, 0.12);
  border: 1px solid rgba(245, 208, 122, 0.3);
  color: #f5d07a;
}
