/* Coming soon / next planet pages — polished blank for live AdSense shell */
.cs-planet {
  max-width: 36rem;
  margin: 2.5rem auto 4rem;
  text-align: center;
  padding: 0 1.25rem;
}

.cs-planet .gx-kicker,
.cs-planet .cs-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.cs-planet h1 {
  margin: 0 0 1rem;
  font-family: var(--cc-display, "Sora", system-ui, sans-serif);
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
}

.cs-planet .cs-lede {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.cs-planet .cs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.cs-planet .cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cs-planet .cs-btn:hover,
.cs-planet .cs-btn:focus-visible {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.3);
  outline: none;
}

.cs-planet .cs-btn--ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}

.cs-planet .cs-note {
  margin: 2rem 0 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.45;
}
