html {
  color-scheme: light;
}

body {
  min-height: 100vh;
}

.theme-toggle {
  cursor: default;
}

.theme-toggle .theme-icon-dark {
  display: none;
}

.theme-toggle .theme-icon-light {
  display: inline-flex;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: none;
}

.coming-soon-shell {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at top right,
      rgba(14, 165, 164, 0.16),
      transparent 28%
    ),
    linear-gradient(180deg, #f7fbfd 0%, #eef5fb 100%);
}

.coming-soon-card {
  max-width: 760px;
  border: 1px solid rgba(15, 23, 40, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px -30px rgba(15, 23, 40, 0.25);
}

.coming-soon-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(14, 165, 164, 0.1);
  color: #0b7f7e;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.coming-soon-code {
  display: inline-block;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  background: #f6f8fb;
  color: #1c2635;
  font-family: var(--mono-font);
  font-size: 0.92rem;
  word-break: break-word;
}
