.page {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 1.5rem 1rem 6rem;
  position: relative;
  z-index: 1;
}

.page-glow {
  position: fixed;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  height: 260px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    ellipse 200px 180px at 50% 100px,
    rgba(220, 160, 140, 0.22) 0%,
    rgba(235, 190, 170, 0.10) 45%,
    transparent 72%
  );
}

.label-xs {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
