/* CreatorHub v20 editorial overrides. Loaded after the legacy theme stylesheet. */
body {
  background: #0d0d12;
}

.ch-hero-editorial {
  padding: 34px 0 24px;
}

.ch-hero-editorial .ch-container {
  max-width: 780px;
  margin-left: max(16px, calc((100vw - var(--ch-container)) / 2));
}

.ch-hero-editorial .ch-title {
  max-width: none;
  margin: 0 0 10px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.045em;
}

.ch-hero-editorial .ch-lead {
  margin: 0 0 18px;
  font-size: 17px;
}

.ch-hero-editorial .ch-search-card {
  max-width: 620px;
}

.ch-profile-card-lite {
  border-radius: 16px;
  background: #16161d;
  border-color: rgba(255,255,255,.09);
  box-shadow: none;
}

.ch-profile-card-lite:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.2);
}

.ch-profile-card-lite .ch-card-body {
  gap: 12px;
}

.ch-profile-card-lite .ch-card-open {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: none;
}

@media (max-width: 720px) {
  .ch-home-seo-intro {
    padding-bottom: 8px;
  }

  .ch-hero-editorial {
    padding: 14px 0 12px;
  }

  .ch-hero-editorial .ch-container {
    margin: 0 auto;
  }

  .ch-hero-editorial .ch-title {
    font-size: 30px;
  }

  .ch-hero-editorial .ch-lead {
    font-size: 14px;
  }

  .ch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .ch-creator-card.ch-profile-card.ch-profile-card-lite {
    border-radius: 14px !important;
  }

  .ch-profile-card-lite .ch-thumb,
  .ch-creator-card.ch-profile-card.ch-profile-card-lite .ch-thumb {
    border-radius: 14px 14px 0 0 !important;
  }

  .ch-profile-card-lite .ch-card-body {
    padding: 10px;
  }

  .ch-profile-card-lite .ch-card-title {
    font-size: 14px;
  }

  .ch-profile-card-lite .ch-card-actions {
    display: none;
  }
}
