/* Desktop-only composition: match the approved table-page landing zone. */
@media (min-width: 681px) {
  .theme-selection-slots {
    bottom: calc(clamp(170px, 23.5vh, 224px) - 38px);
  }

  .theme-guide-button {
    bottom: calc(clamp(76px, 10vh, 108px) - 38px);
  }
}
