/* Homepage first-screen density fix. Keep mature tools visible and remove the empty center gap. */
@media (min-width: 1121px) {
  body.rzw-ai-home-body .hero-actions .stack-cta {
    display: none !important;
  }

  body.rzw-ai-home-body .cards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 14px;
  }

  body.rzw-ai-home-body .score-card {
    height: 238px;
    min-height: 238px;
  }

  body.rzw-ai-home-body .cards-row:before {
    left: 12%;
    right: 12%;
    bottom: -24px;
  }
}

@media (max-width: 760px) {
  body.rzw-ai-home-body .hero-actions .stack-cta {
    display: none !important;
  }

  body.rzw-ai-home-body .mode-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.rzw-ai-home-body .mode-button {
    min-height: 58px;
    padding: 0 7px;
    font-size: 13px;
  }

  body.rzw-ai-home-body .mode-button svg {
    width: 20px;
    height: 20px;
  }

  body.rzw-ai-home-body .cards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 390px) {
  body.rzw-ai-home-body .mode-actions {
    grid-template-columns: 1fr;
  }

  body.rzw-ai-home-body .cards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
