/* /survivor — page-scoped styles only.
 * Inherits .shell .tile .btn-primary .tag (+ .tag-go/.tag-out)
 * .meter .meter-fill .meter-meta .muted .top-bar .wallet-link .back
 * from /_design-components.css.
 */

.page-title {
  font-size: var(--fs-hero);
  margin: 0 0 24px;
  letter-spacing: -0.02em;
  color: var(--ink);
}

/* Prize callouts inside section copy — accent the number, not the unit. */
.tile .prize {
  color: var(--accent);
  font-weight: 900;
  letter-spacing: -0.02em;
}
