/*
Theme Name: CreatorHub Legal v20
Theme URI: https://influencerscalientes.com/
Author: RNX
Author URI: https://influencerscalientes.com/
Description: Theme legal para directorio 18+ de creadores, influencers, posts existentes, galerías navegables, redes oficiales y catálogos autorizados.
Version: 1.6.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creatorhub-legal
*/

:root {
  --ch-bg: #0b0b12;
  --ch-bg-soft: #141421;
  --ch-card: #191929;
  --ch-card-2: #202036;
  --ch-text: #f8f7ff;
  --ch-muted: #b6b2cc;
  --ch-line: rgba(255,255,255,.10);
  --ch-primary: #ff3d7f;
  --ch-primary-2: #ff9f1c;
  --ch-good: #20c997;
  --ch-radius: 22px;
  --ch-shadow: 0 18px 45px rgba(0,0,0,.32);
  --ch-container: 1220px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255,61,127,.18), transparent 32%),
    radial-gradient(circle at top right, rgba(255,159,28,.10), transparent 28%),
    var(--ch-bg);
  color: var(--ch-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.admin-bar .ch-header { top: 32px; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.ch-container {
  width: min(100% - 32px, var(--ch-container));
  margin: 0 auto;
}

.ch-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11,11,18,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--ch-line);
}

.ch-header-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.ch-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -.03em;
  font-size: 20px;
  max-width: 270px;
}

.ch-logo span:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ch-logo-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--ch-primary), var(--ch-primary-2));
  box-shadow: 0 10px 25px rgba(255,61,127,.28);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.ch-top-search {
  max-width: 460px;
  width: 100%;
  justify-self: center;
}

.ch-top-search form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--ch-line);
  border-radius: 999px;
  padding: 6px;
}

.ch-top-search input {
  border: 0;
  background: transparent;
  color: #fff;
  outline: 0;
  padding: 10px 12px;
  min-width: 0;
}

.ch-top-search button {
  border: 0;
  border-radius: 999px;
  padding: 9px 13px;
  color: #fff;
  background: var(--ch-primary);
  font-weight: 900;
  cursor: pointer;
}

.ch-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ch-btn,
button.ch-btn,
input[type="submit"].ch-btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--ch-primary), #ff6b9d);
  color: #fff;
  box-shadow: 0 12px 30px rgba(255,61,127,.28);
}

.ch-btn:hover { transform: translateY(-1px); }

.ch-btn-secondary {
  background: rgba(255,255,255,.08);
  color: #fff;
  box-shadow: none;
  border: 1px solid var(--ch-line);
}

.ch-btn-good {
  background: linear-gradient(135deg, #20c997, #13b886);
  box-shadow: 0 12px 30px rgba(32,201,151,.22);
}

.ch-cats-bar {
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(11,11,18,.72);
}

.ch-cats-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 8px 0;
}

.ch-cat-label {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  opacity: .8;
  white-space: nowrap;
}

.ch-cat-link {
  white-space: nowrap;
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.06);
  color: var(--ch-muted);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
}

.ch-cat-link:hover {
  color: #fff;
  border-color: rgba(255,61,127,.48);
}

.ch-more-cats {
  position: relative;
  flex: 0 0 auto;
}

.ch-more-cats summary {
  list-style: none;
  white-space: nowrap;
  border: 1px solid var(--ch-line);
  background: rgba(255,61,127,.18);
  color: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.ch-more-cats summary::-webkit-details-marker { display: none; }

.ch-more-menu {
  position: absolute;
  top: 38px;
  right: 0;
  width: 260px;
  max-height: 360px;
  overflow: auto;
  background: #151520;
  border: 1px solid var(--ch-line);
  border-radius: 18px;
  box-shadow: var(--ch-shadow);
  padding: 10px;
  display: grid;
  gap: 6px;
}

.ch-more-menu a {
  padding: 9px 10px;
  border-radius: 12px;
  color: var(--ch-muted);
  font-weight: 800;
  font-size: 13px;
}

.ch-more-menu a:hover {
  background: rgba(255,255,255,.07);
  color: #fff;
}

.ch-hero {
  padding: 58px 0 38px;
}

.ch-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 32px;
  align-items: center;
}

.ch-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
  font-size: 13px;
}

.ch-title {
  font-size: clamp(38px, 6.4vw, 74px);
  line-height: .96;
  letter-spacing: -.07em;
  margin: 18px 0;
}

.ch-title span {
  background: linear-gradient(135deg, #fff, #ff9fbd 55%, #ffd08a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ch-lead {
  color: var(--ch-muted);
  font-size: clamp(16px, 2vw, 20px);
  max-width: 760px;
  margin: 0 0 24px;
}

.ch-search-card {
  background: rgba(255,255,255,.07);
  border: 1px solid var(--ch-line);
  border-radius: var(--ch-radius);
  padding: 14px;
  box-shadow: var(--ch-shadow);
}

.ch-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.ch-search input {
  width: 100%;
  border: 1px solid var(--ch-line);
  background: rgba(0,0,0,.25);
  color: #fff;
  border-radius: 999px;
  padding: 15px 18px;
  outline: 0;
}

.ch-search input::placeholder { color: rgba(255,255,255,.56); }

.ch-hero-card {
  position: relative;
  min-height: 410px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.03)),
    var(--ch-card);
  border: 1px solid var(--ch-line);
  overflow: hidden;
  box-shadow: var(--ch-shadow);
}

.ch-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,61,127,.45), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(255,159,28,.32), transparent 22%),
    linear-gradient(135deg, transparent 20%, rgba(255,255,255,.06));
}

.ch-hero-card-content {
  position: absolute;
  inset: auto 22px 22px 22px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(11,11,18,.72);
  border: 1px solid var(--ch-line);
  backdrop-filter: blur(14px);
}

.ch-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ch-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--ch-line);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ch-section {
  padding: 42px 0;
}

.ch-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.ch-section-title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -.05em;
  margin: 0;
}

.ch-section-desc {
  color: var(--ch-muted);
  max-width: 650px;
  margin: 8px 0 0;
}

.ch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ch-creator-card {
  background: rgba(255,255,255,.06);
  border: 1px solid var(--ch-line);
  border-radius: var(--ch-radius);
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,0,0,.22);
  transition: transform .18s ease, border-color .18s ease;
}

.ch-creator-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,61,127,.45);
}

.ch-thumb {
  position: relative;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, rgba(255,61,127,.25), rgba(255,159,28,.12));
  overflow: hidden;
}

.ch-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-verified,
.ch-type-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(32,201,151,.95);
  color: #061611;
  border-radius: 999px;
  padding: 7px 10px;
  font-weight: 900;
  font-size: 12px;
}

.ch-type-badge {
  background: rgba(255,61,127,.92);
  color: #fff;
}

.ch-card-body {
  padding: 16px;
}

.ch-card-title {
  font-size: 18px;
  line-height: 1.18;
  margin: 0 0 6px;
  letter-spacing: -.03em;
}

.ch-meta {
  color: var(--ch-muted);
  font-size: 13px;
  margin: 0 0 13px;
}

.ch-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ch-social {
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 900;
}

.ch-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ch-trust-card,
.ch-content-card {
  background: rgba(255,255,255,.06);
  border: 1px solid var(--ch-line);
  border-radius: var(--ch-radius);
  padding: 22px;
}

.ch-trust-card strong {
  display: block;
  font-size: 19px;
  margin-bottom: 8px;
}

.ch-trust-card p,
.ch-content-card p,
.entry-content p {
  color: var(--ch-muted);
}

.ch-archive-header {
  padding: 42px 0 24px;
}

.ch-archive-header h1 {
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -.06em;
  line-height: 1;
  margin: 0 0 10px;
}

.ch-main {
  padding: 28px 0 60px;
}

.ch-single-hero {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 46px 0;
}

.ch-profile-photo {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--ch-line);
  background: var(--ch-card);
  box-shadow: var(--ch-shadow);
}

.ch-profile-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.ch-single-title {
  font-size: clamp(38px, 6vw, 70px);
  line-height: .96;
  letter-spacing: -.07em;
  margin: 0 0 12px;
}

.ch-profile-panel {
  background: rgba(255,255,255,.06);
  border: 1px solid var(--ch-line);
  border-radius: 28px;
  padding: 24px;
}

.ch-profile-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.ch-data-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.ch-data-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ch-line);
  color: var(--ch-muted);
}

.ch-data-row strong {
  color: #fff;
}

.ch-catalog-list {
  display: grid;
  gap: 12px;
}

.ch-catalog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.05);
  border-radius: 18px;
}

.ch-notice {
  padding: 16px 18px;
  background: rgba(255,159,28,.10);
  border: 1px solid rgba(255,159,28,.28);
  border-radius: 18px;
  color: #ffe2ac;
}

.ch-footer {
  border-top: 1px solid var(--ch-line);
  background: rgba(0,0,0,.22);
  padding: 34px 0;
  color: var(--ch-muted);
}

.ch-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}

.ch-footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ch-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 32px 0;
  flex-wrap: wrap;
}

.ch-pagination .page-numbers {
  border: 1px solid var(--ch-line);
  border-radius: 999px;
  padding: 9px 14px;
  color: #fff;
  background: rgba(255,255,255,.06);
}

.ch-pagination .current {
  background: var(--ch-primary);
  border-color: var(--ch-primary);
}


.ch-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ch-pagination li {
  margin: 0;
  padding: 0;
}

.ch-pagination .prev,
.ch-pagination .next {
  font-weight: 900;
}

.ch-home-pagination {
  padding-top: 8px;
}

.entry-content {
  background: rgba(255,255,255,.05);
  border: 1px solid var(--ch-line);
  border-radius: var(--ch-radius);
  padding: 24px;
  overflow: hidden;
}

.entry-content a { color: #ff9fbd; font-weight: 800; }
.entry-content h2, .entry-content h3 { letter-spacing: -.03em; }

.ch-age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(11,11,18,.94);
  backdrop-filter: blur(18px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ch-age-gate.is-visible { display: flex; }

.ch-age-box {
  width: min(100%, 560px);
  background: var(--ch-card);
  border: 1px solid var(--ch-line);
  border-radius: 30px;
  box-shadow: var(--ch-shadow);
  padding: 32px;
  text-align: center;
}

.ch-age-box h2 {
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.05em;
  margin: 0 0 12px;
}

.ch-age-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.ch-gallery {
  margin-top: 18px;
}

.ch-gallery-main {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.05);
  box-shadow: var(--ch-shadow);
}

.ch-gallery-main img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #07070d;
}

.ch-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--ch-line);
  background: rgba(0,0,0,.55);
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  display: grid;
  place-items: center;
}

.ch-gallery-prev { left: 12px; }
.ch-gallery-next { right: 12px; }

.ch-gallery-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(0,0,0,.62);
  border: 1px solid var(--ch-line);
  color: #fff;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 900;
}

.ch-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.ch-gallery-thumb {
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: rgba(255,255,255,.06);
  aspect-ratio: 1 / 1;
}

.ch-gallery-thumb.is-active {
  border-color: var(--ch-primary);
}

.ch-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-gallery-more {
  display: block;
  margin: 14px auto 0;
}

.gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}

.gallery-item {
  margin: 0 !important;
}

.gallery-icon a,
.gallery-icon img {
  width: 100%;
  display: block;
}

.gallery-icon img {
  border: 0 !important;
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.screen-reader-text {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 1100px) {
  .ch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  body.admin-bar .ch-header { top: 46px; }

  .ch-header-inner {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .ch-top-search {
    max-width: none;
    justify-self: stretch;
  }

  .ch-header-actions {
    justify-content: space-between;
  }

  .ch-hero-grid,
  .ch-single-hero,
  .ch-footer-grid {
    grid-template-columns: 1fr;
  }

  .ch-grid,
  .ch-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .ch-grid,
  .ch-trust-grid {
    grid-template-columns: 1fr;
  }

  .ch-search {
    grid-template-columns: 1fr;
  }

  .ch-hero {
    padding-top: 34px;
  }

  .ch-title {
    font-size: 42px;
  }

  .ch-catalog-item {
    align-items: flex-start;
    flex-direction: column;
  }
}


.ch-logo.has-custom-logo {
  max-width: 320px;
}

.ch-logo .custom-logo-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.ch-logo img.custom-logo {
  max-height: 54px;
  width: auto;
  object-fit: contain;
  border-radius: 0;
}

.ch-logo-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 620px) {
  .ch-logo img.custom-logo {
    max-height: 46px;
  }
}


/* Comments */
.ch-comments {
  margin-top: 34px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--ch-line);
  border-radius: var(--ch-radius);
  padding: 24px;
}

.ch-comments-title,
.comment-reply-title {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -.04em;
}

.ch-comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ch-comment-list .children {
  list-style: none;
  margin: 14px 0 0 28px;
  padding: 0;
  border-left: 1px solid var(--ch-line);
}

.ch-comment {
  margin-bottom: 16px;
}

.ch-comment-body {
  background: rgba(255,255,255,.055);
  border: 1px solid var(--ch-line);
  border-radius: 20px;
  padding: 16px;
}

.ch-comment-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.ch-comment-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
}

.ch-comment-author {
  font-weight: 900;
  color: #fff;
}

.ch-comment-meta {
  color: var(--ch-muted);
  font-size: 12px;
}

.ch-comment-content {
  color: var(--ch-muted);
}

.ch-comment-content p {
  margin: 0 0 10px;
}

.ch-comment-content p:last-child {
  margin-bottom: 0;
}

.ch-comment-awaiting {
  margin: 8px 0;
  color: #ffe2ac;
  font-weight: 800;
}

.ch-comment-actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ch-comment-actions a,
.comment-reply-link,
.comment-edit-link {
  display: inline-flex;
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 900;
}

.ch-comment-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0;
}

.comment-respond {
  margin-top: 24px;
}

.comment-form {
  display: grid;
  gap: 14px;
}

.comment-form label {
  display: block;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  border: 1px solid var(--ch-line);
  background: rgba(0,0,0,.25);
  color: #fff;
  border-radius: 16px;
  padding: 13px 14px;
  outline: 0;
}

.comment-form textarea {
  min-height: 140px;
  resize: vertical;
}

.comment-form-cookies-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--ch-muted);
}

.comment-form-cookies-consent label {
  font-weight: 600;
  color: var(--ch-muted);
  margin: 0;
}

.form-submit .submit {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
  background: linear-gradient(135deg, var(--ch-primary), #ff6b9d);
  color: #fff;
  box-shadow: 0 12px 30px rgba(255,61,127,.28);
}

.logged-in-as,
.comment-notes,
.comment-form .required-field-message {
  color: var(--ch-muted);
  font-size: 14px;
}

.logged-in-as a,
.comment-notes a {
  color: #ff9fbd;
  font-weight: 800;
}

.no-comments {
  color: var(--ch-muted);
  font-weight: 800;
}

@media (max-width: 620px) {
  .ch-comment-list .children {
    margin-left: 12px;
  }

  .ch-comments {
    padding: 18px;
  }
}


.ch-cat-count {
  opacity: .62;
  font-size: 11px;
  margin-left: 4px;
}

.ch-cats-inner.is-compact {
  justify-content: flex-start;
}

.ch-cats-empty {
  color: var(--ch-muted);
  font-size: 12px;
  font-weight: 800;
}


.ch-system-page-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.ch-system-page-item {
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.05);
  border-radius: 16px;
  padding: 14px;
}


/* v1.1.5 layout refinements */
.ch-comments-section {
  padding: 0 0 60px;
}

.ch-comments {
  margin-top: 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.ch-comments .comment-respond {
  background: rgba(0,0,0,.16);
  border: 1px solid var(--ch-line);
  border-radius: 22px;
  padding: 20px;
}

.ch-comments .comment-reply-title small {
  display: inline-flex;
  margin-left: 10px;
  font-size: 13px;
}

.ch-comments .comment-reply-title small a {
  color: #ff9fbd;
}

.ch-comment-list .children {
  padding-left: 18px;
}

.ch-comment-list > .ch-comment:last-child {
  margin-bottom: 0;
}

.ch-single-content-wrap {
  display: grid;
  gap: 22px;
}

.ch-home-seo {
  color: var(--ch-muted);
  line-height: 1.75;
}

.ch-home-seo h2 {
  color: var(--ch-text);
  line-height: 1.2;
}

.ch-home-seo strong,
.ch-home-seo u {
  color: var(--ch-text);
}

.ch-entry-cleaned-note {
  display: none;
}

.entry-content .wp-block-gallery,
.entry-content figure.wp-block-gallery,
.entry-content .gallery {
  margin-top: 18px;
}

.ch-single-hero > div:first-child:empty {
  display: none;
}

.ch-single-hero.no-gallery {
  grid-template-columns: 1fr;
}

.ch-single-hero.no-gallery .ch-profile-panel {
  max-width: 920px;
}

.ch-lang-note {
  color: var(--ch-muted);
  font-size: 12px;
  margin-top: 8px;
}


/* v1.1.6 fullscreen lightbox + creator application */
.ch-gallery-open {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(0,0,0,.62);
  border: 1px solid var(--ch-line);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.ch-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0,0,0,.94);
  display: none;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.ch-lightbox.is-open {
  display: flex;
}

.ch-lightbox-stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  padding: 56px 72px;
}

.ch-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
}

.ch-lightbox-close,
.ch-lightbox-prev,
.ch-lightbox-next {
  position: absolute;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  backdrop-filter: blur(8px);
}

.ch-lightbox-close {
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 26px;
}

.ch-lightbox-prev,
.ch-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 72px;
  border-radius: 999px;
  font-size: 38px;
}

.ch-lightbox-prev { left: 18px; }
.ch-lightbox-next { right: 18px; }

.ch-lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 900;
  font-size: 13px;
}

.ch-application {
  display: grid;
  gap: 16px;
}

.ch-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ch-form-row {
  display: grid;
  gap: 7px;
}

.ch-form-row-full {
  grid-column: 1 / -1;
}

.ch-form-row label {
  font-weight: 900;
  color: #fff;
}

.ch-form-row small {
  color: var(--ch-muted);
}

.ch-form-row input,
.ch-form-row textarea,
.ch-form-row select {
  width: 100%;
  border: 1px solid var(--ch-line);
  background: rgba(0,0,0,.25);
  color: #fff;
  border-radius: 16px;
  padding: 13px 14px;
  outline: 0;
}

.ch-form-row input[type="checkbox"] {
  width: auto;
}

.ch-form-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ch-muted);
}

.ch-form-check strong {
  color: #fff;
}

.ch-form-message {
  border-radius: 18px;
  padding: 14px 16px;
  font-weight: 800;
}

.ch-form-message.ok {
  background: rgba(32,201,151,.14);
  border: 1px solid rgba(32,201,151,.28);
  color: #b9f6df;
}

.ch-form-message.error {
  background: rgba(255,90,95,.14);
  border: 1px solid rgba(255,90,95,.28);
  color: #ffc7c9;
}

@media (max-width: 720px) {
  .ch-lightbox-stage {
    padding: 56px 12px 70px;
  }

  .ch-lightbox-prev,
  .ch-lightbox-next {
    width: 44px;
    height: 58px;
    font-size: 32px;
  }

  .ch-lightbox-prev { left: 8px; }
  .ch-lightbox-next { right: 8px; }

  .ch-form-grid {
    grid-template-columns: 1fr;
  }
}


.ch-external-link {
  border: 1px solid rgba(255,159,28,.35);
  background: rgba(255,159,28,.12);
  color: #ffd89a;
  border-radius: 999px;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.ch-external-link:hover {
  background: rgba(255,159,28,.22);
  color: #fff;
}


/* v1.1.8 legacy/manual post formatter */
.ch-legacy-intro,
.entry-content > div:not([class]) {
  max-width: 980px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--ch-line);
  color: var(--ch-muted);
}

.ch-legacy-intro h2,
.entry-content > div:not([class]) h2 {
  color: #fff;
  margin-top: 0;
  text-align: left;
}

.ch-legacy-intro p:last-child,
.entry-content > div:not([class]) p:last-child {
  margin-bottom: 0;
}

.entry-content a[href*="onlyfans.com"],
.entry-content a[href*="fansly.com"],
.entry-content a[href*="patreon.com"],
.entry-content a[href*="instagram.com"],
.entry-content a[href*="tiktok.com"],
.entry-content a[href*="twitter.com"],
.entry-content a[href*="x.com"],
.entry-content a[href*="telegram.me"],
.entry-content a[href*="t.me"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 18px;
  margin: 8px 6px 8px 0;
  background: linear-gradient(135deg, var(--ch-primary), #ff6b9d);
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(255,61,127,.22);
}

.entry-content > p:empty,
.entry-content > div:empty {
  display: none;
}


/* v1.1.9 verification AJAX + cleaner single posts */
.ch-application-panel {
  max-width: 980px;
  margin: 0 auto;
}

.ch-upload-progress {
  display: none;
  margin-top: 12px;
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.06);
  border-radius: 999px;
  overflow: hidden;
  height: 18px;
}

.ch-upload-progress.is-visible {
  display: block;
}

.ch-upload-progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(135deg, var(--ch-primary), var(--ch-primary-2));
  transition: width .2s ease;
}

.ch-upload-progress-label {
  color: var(--ch-muted);
  font-size: 13px;
  margin-top: 8px;
  font-weight: 800;
}

.ch-final-preview {
  display: none;
  margin-top: 18px;
  border: 1px solid rgba(32,201,151,.28);
  background: rgba(32,201,151,.08);
  border-radius: 22px;
  padding: 18px;
}

.ch-final-preview.is-visible {
  display: block;
}

.ch-final-preview h3 {
  margin-top: 0;
  color: #fff;
  letter-spacing: -.03em;
}

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

.ch-final-item {
  background: rgba(0,0,0,.18);
  border: 1px solid var(--ch-line);
  border-radius: 15px;
  padding: 12px;
}

.ch-final-item span {
  display: block;
  color: var(--ch-muted);
  font-size: 12px;
  font-weight: 900;
}

.ch-final-item strong {
  color: #fff;
  word-break: break-word;
}

.ch-form-help {
  color: var(--ch-muted);
  font-size: 13px;
  margin: 4px 0 0;
}

.ch-single-only {
  padding-bottom: 42px;
}

@media (max-width: 720px) {
  .ch-final-grid {
    grid-template-columns: 1fr;
  }
}


/* v1.2.0 stronger home + ad safe card clicks */
.ch-hero {
  padding: 46px 0 34px;
}

.ch-title {
  max-width: 980px;
}

.ch-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.ch-hero-stat {
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.055);
  border-radius: 18px;
  padding: 12px 14px;
  min-width: 130px;
}

.ch-hero-stat strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.ch-hero-stat span {
  display: block;
  color: var(--ch-muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 5px;
}

.ch-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.ch-quick-links a {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 900;
}

.ch-quick-links a:hover {
  border-color: rgba(255,61,127,.5);
}

.ch-card-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
}

.ch-card-open {
  display: inline-flex;
  border: 1px solid rgba(255,61,127,.35);
  background: linear-gradient(135deg, rgba(255,61,127,.95), rgba(255,107,157,.95));
  color: #fff;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(255,61,127,.18);
}

.ch-creator-card {
  position: relative;
  isolation: isolate;
}

.ch-creator-card a {
  position: relative;
  z-index: 3;
}

.ch-card-click-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}

.ch-creator-card:hover .ch-card-open {
  transform: translateY(-1px);
}

.ch-ad-safe-note {
  color: var(--ch-muted);
  font-size: 12px;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .ch-hero-grid {
    gap: 20px;
  }

  .ch-hero-card {
    min-height: 320px;
  }
}


/* v1.2.1 ad slots */
.ch-ad-slot {
  width: min(100% - 32px, var(--ch-container));
  margin: 18px auto;
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.035);
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
}

.ch-ad-slot:empty {
  display: none;
}

.ch-ad-slot-inner {
  padding: 10px;
}

.ch-ad-label {
  display: block;
  color: var(--ch-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 6px;
}


/* v1.2.2 Mobile catalog optimization */
.ch-mobile-catalog-tools { display: none; }

@media (max-width: 720px) {
  body {
    background: radial-gradient(circle at top left, rgba(255,61,127,.12), transparent 28%), var(--ch-bg);
  }

  .ch-container { width: min(100% - 18px, var(--ch-container)); }

  .ch-header-inner {
    min-height: auto;
    gap: 9px;
    padding: 8px 0;
  }

  .ch-logo {
    font-size: 15px;
    max-width: 100%;
  }

  .ch-logo-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 12px;
    font-size: 12px;
  }

  .ch-top-search form { padding: 4px; }
  .ch-top-search input { padding: 9px 10px; font-size: 13px; }
  .ch-top-search button { padding: 8px 10px; font-size: 12px; }

  .ch-header-actions {
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .ch-header-actions .ch-btn,
  .ch-header-actions .ch-external-link {
    padding: 8px 10px;
    font-size: 12px;
    flex: 0 0 auto;
  }

  .ch-cats-inner {
    min-height: 38px;
    gap: 7px;
    padding: 6px 0;
  }

  .ch-cat-label { display: none; }

  .ch-cat-link,
  .ch-more-cats summary {
    padding: 6px 9px;
    font-size: 11px;
  }

  .ch-hero { padding: 22px 0 18px; }
  .ch-hero-grid { display: block; }
  .ch-hero-card { display: none; }

  .ch-kicker {
    padding: 6px 9px;
    font-size: 11px;
  }

  .ch-title {
    font-size: 32px;
    line-height: .98;
    letter-spacing: -.055em;
    margin: 12px 0 10px;
  }

  .ch-lead {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ch-search-card {
    padding: 8px;
    border-radius: 18px;
    box-shadow: none;
  }

  .ch-search {
    grid-template-columns: 1fr auto;
    gap: 7px;
  }

  .ch-search input {
    padding: 11px 12px;
    font-size: 13px;
  }

  .ch-search .ch-btn {
    padding: 10px 12px;
    font-size: 12px;
  }

  .ch-badges,
  .ch-quick-links {
    gap: 6px;
    margin-top: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }

  .ch-badge {
    padding: 5px 8px;
    font-size: 10px;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .ch-quick-links a {
    padding: 7px 9px;
    font-size: 11px;
    flex: 0 0 auto;
  }

  .ch-hero-stats { display: none; }

  .ch-section { padding: 20px 0; }

  .ch-section-head {
    align-items: center;
    margin-bottom: 12px;
  }

  .ch-section-title {
    font-size: 24px;
    letter-spacing: -.045em;
  }

  .ch-section-desc {
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ch-section-head .ch-btn {
    padding: 8px 10px;
    font-size: 12px;
  }

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

  .ch-creator-card {
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
  }

  .ch-creator-card:hover { transform: none; }

  .ch-thumb { aspect-ratio: 4 / 5.15; }

  .ch-card-body { padding: 9px; }

  .ch-card-title {
    font-size: 13px;
    line-height: 1.18;
    margin-bottom: 4px;
    min-height: 31px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ch-meta,
  .ch-socials { display: none; }

  .ch-card-actions { margin-top: 6px; }

  .ch-card-open {
    width: 100%;
    padding: 7px 9px;
    font-size: 11px;
    justify-content: center;
  }

  .ch-verified,
  .ch-type-badge {
    left: 7px;
    top: 7px;
    padding: 5px 7px;
    font-size: 10px;
  }

  .ch-archive-header { padding: 20px 0 12px; }
  .ch-archive-header h1 { font-size: 30px; line-height: 1; }
  .ch-main { padding: 12px 0 34px; }

  .ch-pagination {
    margin: 20px 0;
    gap: 6px;
  }

  .ch-pagination .page-numbers {
    padding: 7px 10px;
    font-size: 12px;
  }

  .ch-trust-grid { grid-template-columns: 1fr; gap: 10px; }

  .ch-trust-card,
  .ch-content-card {
    padding: 15px;
    border-radius: 16px;
  }

  .ch-trust-card strong { font-size: 15px; }

  .ch-trust-card p,
  .ch-content-card p { font-size: 13px; }

  .ch-mobile-catalog-tools {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 35;
    gap: 7px;
    overflow-x: auto;
    padding: 8px 9px;
    margin: 0 -9px 10px;
    background: rgba(11,11,18,.86);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--ch-line);
  }

  body.admin-bar .ch-mobile-catalog-tools { top: 46px; }

  .ch-mobile-catalog-tools a {
    flex: 0 0 auto;
    border: 1px solid var(--ch-line);
    background: rgba(255,255,255,.06);
    color: #fff;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 900;
  }

  .ch-single-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0;
  }

  .ch-single-title { font-size: 32px; }

  .ch-profile-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .ch-profile-actions .ch-btn,
  .ch-profile-actions .ch-btn-secondary {
    padding: 9px 12px;
    font-size: 12px;
  }

  .ch-gallery-main { border-radius: 18px; }

  .ch-gallery-thumbs {
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
    gap: 6px;
  }

  .ch-gallery-thumb { border-radius: 9px; }

  .ch-gallery-nav {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .ch-gallery-open,
  .ch-gallery-count {
    font-size: 10px;
    padding: 6px 8px;
  }

  .ch-footer { padding: 22px 0; }
  .ch-footer-grid { gap: 12px; }
  .ch-footer p, .ch-footer a { font-size: 12px; }
}

@media (max-width: 380px) {
  .ch-grid { gap: 8px; }
  .ch-card-title { font-size: 12px; }
  .ch-card-body { padding: 8px; }
  .ch-title { font-size: 29px; }
}


/* v1.2.3 comments beside desktop details */
.ch-side-comments {
  margin-top: 18px;
}

.ch-side-comments .ch-comments-section {
  padding: 0;
}

.ch-side-comments .ch-comments {
  max-width: none;
  margin: 0;
  padding: 18px;
  border-radius: 22px;
}

.ch-side-comments .ch-comments-title,
.ch-side-comments .comment-reply-title {
  font-size: 22px;
}

.ch-side-comments .ch-comment-body {
  padding: 13px;
  border-radius: 16px;
}

.ch-side-comments .comment-form textarea {
  min-height: 105px;
}

.ch-side-comments .comment-form input[type="text"],
.ch-side-comments .comment-form input[type="email"],
.ch-side-comments .comment-form input[type="url"],
.ch-side-comments .comment-form textarea {
  padding: 11px 12px;
  border-radius: 14px;
}

.ch-side-comments .comment-form {
  gap: 10px;
}

@media (max-width: 900px) {
  .ch-side-comments {
    margin-top: 14px;
  }

  .ch-side-comments .ch-comments {
    padding: 16px;
  }
}


/* v1.2.5 simpler verification page */
.ch-application-panel-simple {
  max-width: 860px;
}

.ch-verification-hero {
  margin-bottom: 20px;
  border: 1px solid var(--ch-line);
  background: radial-gradient(circle at top left, rgba(255,61,127,.20), transparent 34%), rgba(255,255,255,.055);
  border-radius: 28px;
  padding: 24px;
}

.ch-verification-hero h2 {
  margin: 8px 0 8px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: .98;
  letter-spacing: -.05em;
}

.ch-verification-hero p {
  color: var(--ch-muted);
  max-width: 680px;
  margin: 0;
  font-weight: 700;
}

.ch-verification-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.ch-verification-steps div {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--ch-line);
  background: rgba(0,0,0,.18);
  border-radius: 18px;
  padding: 12px;
}

.ch-verification-steps strong,
.ch-form-section-head span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ch-primary), #ff6b9d);
  color: #fff;
  font-weight: 950;
}

.ch-verification-steps span {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.ch-application-simple {
  gap: 18px;
}

.ch-form-section,
.ch-form-advanced,
.ch-form-consent-box {
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.045);
  border-radius: 24px;
  padding: 18px;
}

.ch-form-section-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.ch-form-section-head h3 {
  margin: 1px 0 3px;
  color: #fff;
  letter-spacing: -.03em;
}

.ch-form-section-head p,
.ch-final-preview p {
  margin: 0;
  color: var(--ch-muted);
  font-size: 14px;
  font-weight: 700;
}

.ch-file-drop {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 118px;
  border: 1px dashed rgba(255,255,255,.28);
  background: rgba(0,0,0,.20);
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  padding: 18px;
}

.ch-file-drop strong {
  color: #fff;
  font-size: 18px;
}

.ch-file-drop span {
  color: var(--ch-muted);
  font-size: 13px;
  font-weight: 800;
}

.ch-file-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ch-form-advanced summary {
  cursor: pointer;
  color: #fff;
  font-weight: 950;
  list-style: none;
}

.ch-form-advanced summary::-webkit-details-marker {
  display: none;
}

.ch-form-advanced summary:after {
  content: '+';
  float: right;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.ch-form-advanced[open] summary {
  margin-bottom: 16px;
}

.ch-form-advanced[open] summary:after {
  content: '–';
}

.ch-btn-wide {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  padding: 15px 18px;
}

@media (max-width: 720px) {
  .ch-verification-hero,
  .ch-form-section,
  .ch-form-advanced,
  .ch-form-consent-box {
    border-radius: 20px;
    padding: 16px;
  }

  .ch-verification-steps {
    grid-template-columns: 1fr;
  }
}


/* v1.2.6 fixes: verification single card + safer single post text */
.ch-page-plain {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

.ch-verification-page .ch-application-panel,
.ch-verification-page .ch-application-panel-simple {
  width: min(100%, 860px);
  max-width: 860px;
  margin: 0 auto 34px;
  padding: 24px;
  border: 1px solid var(--ch-line);
  background: rgba(255,255,255,.055);
  border-radius: 28px;
}

.ch-verification-page-title {
  max-width: 1120px;
  margin: 0 auto;
}

.ch-profile-panel,
.ch-profile-panel .ch-lead,
.ch-single-title,
.ch-data-row,
.ch-data-row strong {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ch-profile-panel .ch-lead {
  max-width: 100%;
}

.ch-data-row strong {
  text-align: right;
}

@media (max-width: 720px) {
  .ch-verification-page .ch-application-panel,
  .ch-verification-page .ch-application-panel-simple {
    padding: 16px;
    border-radius: 22px;
  }

  .ch-data-row {
    display: grid;
    gap: 4px;
  }

  .ch-data-row strong {
    text-align: left;
  }
}


.ch-ally-strip {
  margin-top: 16px;
  border: 1px solid rgba(255,61,127,.22);
  background: linear-gradient(135deg, rgba(255,61,127,.12), rgba(255,255,255,.045));
  border-radius: 20px;
  padding: 14px 16px;
  color: var(--ch-muted);
  font-size: 13px;
  line-height: 1.55;
}

.ch-ally-strip strong {
  color: #fff;
}

.ch-ally-strip a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ch-footer-partner {
  margin-top: 10px;
  font-size: 13px;
}

.ch-footer-partner a {
  color: #fff;
  font-weight: 900;
}


/* v1.2.8 RNX compact mobile cards + clean home + pagination */
.ch-home-pagination {
  border-top: 1px solid var(--ch-line);
  padding-top: 18px;
}

.ch-pagination ul.page-numbers {
  align-items: center;
}

.ch-pagination .page-numbers {
  min-width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}

.ch-pagination .prev,
.ch-pagination .next {
  min-width: auto;
  padding-inline: 16px;
  background: rgba(255,61,127,.14);
  border-color: rgba(255,61,127,.30);
}

.ch-pagination .dots {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  min-width: 18px;
  padding-inline: 4px;
  color: var(--ch-muted);
}

@media (max-width: 720px) {
  .ch-container { width: min(100% - 14px, var(--ch-container)); }

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

  .ch-kicker,
  .ch-badges,
  .ch-quick-links,
  .ch-ally-strip,
  .ch-hero-stats {
    display: none !important;
  }

  .ch-title {
    font-size: 24px;
    line-height: 1.03;
    letter-spacing: -.045em;
    margin: 4px 0 8px;
  }

  .ch-lead {
    font-size: 12.5px;
    line-height: 1.28;
    margin: 0 0 8px;
    max-width: 100%;
    -webkit-line-clamp: 2;
  }

  .ch-search-card {
    padding: 6px;
    border-radius: 14px;
    background: rgba(255,255,255,.055);
  }

  .ch-search {
    gap: 5px;
  }

  .ch-search input {
    padding: 9px 10px;
    font-size: 12.5px;
  }

  .ch-search .ch-btn {
    padding: 9px 10px;
    font-size: 11px;
  }

  .ch-section {
    padding: 12px 0;
  }

  .ch-section-head {
    margin-bottom: 8px;
    gap: 8px;
  }

  .ch-section-title {
    font-size: 20px;
  }

  .ch-section-desc,
  .ch-section-head .ch-btn {
    display: none;
  }

  .ch-grid {
    grid-template-columns: 1fr !important;
    gap: 7px;
  }

  .ch-creator-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 118px;
    border-radius: 14px;
    background: rgba(255,255,255,.055);
    box-shadow: 0 8px 18px rgba(0,0,0,.16);
  }

  .ch-creator-card .ch-thumb {
    aspect-ratio: auto;
    height: 118px;
    min-height: 118px;
    border-radius: 14px 0 0 14px;
  }

  .ch-thumb img {
    object-fit: cover;
  }

  .ch-card-body {
    min-width: 0;
    padding: 10px 10px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ch-card-title {
    font-size: 14px;
    line-height: 1.18;
    min-height: auto;
    margin: 0 0 7px;
    -webkit-line-clamp: 2;
  }

  .ch-card-actions {
    margin-top: 0;
  }

  .ch-card-open {
    width: auto;
    max-width: max-content;
    padding: 7px 11px;
    font-size: 10.5px;
    box-shadow: none;
  }

  .ch-verified,
  .ch-type-badge {
    left: 5px;
    top: 5px;
    padding: 4px 6px;
    font-size: 9px;
    max-width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ch-home-pagination,
  .ch-pagination {
    margin: 12px 0 4px;
    padding-top: 10px;
  }

  .ch-pagination ul.page-numbers {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

  .ch-pagination .page-numbers {
    min-width: 0;
    width: 100%;
    min-height: 36px;
    padding: 0 8px;
    border-radius: 12px;
    font-size: 12px;
  }

  .ch-pagination .prev,
  .ch-pagination .next {
    grid-column: span 2;
    font-size: 0;
  }

  .ch-pagination .prev::before { content: 'Anterior'; font-size: 12px; }
  .ch-pagination .next::before { content: 'Más'; font-size: 12px; }
  .ch-pagination .dots { display: none; }

  .ch-trust-grid {
    display: none;
  }

  .ch-section:has(.ch-trust-grid) {
    padding: 4px 0 10px;
  }

  .ch-mobile-catalog-tools {
    margin-bottom: 6px;
    padding: 6px 7px;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .ch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}


/* CreatorHub v18 cards */
.ch-grid {
  align-items: stretch;
}

.ch-profile-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
}

.ch-profile-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,61,127,.48);
  box-shadow: 0 26px 60px rgba(0,0,0,.34);
}

.ch-profile-card .ch-thumb {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5.15;
  overflow: hidden;
  background: radial-gradient(circle at 25% 18%, rgba(255,61,127,.34), transparent 32%), rgba(255,255,255,.05);
  isolation: isolate;
}

.ch-profile-card .ch-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform .35s ease, filter .35s ease;
}

.ch-profile-card:hover .ch-thumb img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.02);
}

.ch-thumb-gradient {
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7,8,18,0) 0%, rgba(7,8,18,.68) 48%, rgba(7,8,18,.96) 100%);
  pointer-events: none;
}

.ch-thumb-info {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  display: grid;
  gap: 6px;
}

.ch-thumb-info span {
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.ch-thumb-info strong {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: .98;
  font-weight: 1000;
  letter-spacing: -.055em;
  text-shadow: 0 8px 24px rgba(0,0,0,.52);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ch-adult-ribbon,
.ch-photo-pill,
.ch-verified,
.ch-type-badge {
  z-index: 5;
}

.ch-adult-ribbon {
  position: absolute;
  right: 14px;
  top: 14px;
  min-width: 48px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(10,12,22,.62);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.ch-photo-pill {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 5;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #150914;
  background: rgba(255,255,255,.93);
  font-size: 12px;
  font-weight: 1000;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
}

.ch-verified,
.ch-type-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 76px);
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(12px);
}

.ch-verified {
  color: #041611;
  background: rgba(32,201,151,.95);
  border: 1px solid rgba(255,255,255,.18);
}

.ch-type-badge {
  color: #fff;
  background: rgba(255,61,127,.94);
  border: 1px solid rgba(255,255,255,.16);
}

.ch-profile-card .ch-card-body {
  min-width: 0;
  padding: 17px 17px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ch-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  flex-wrap: wrap;
}

.ch-card-kicker,
.ch-card-count {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.ch-card-kicker {
  color: #ffc4da;
  background: rgba(255,61,127,.12);
  border: 1px solid rgba(255,61,127,.25);
}

.ch-card-count {
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.11);
}

.ch-profile-card .ch-card-title {
  margin: 0;
  min-height: 0;
  font-size: clamp(22px, 2.2vw, 27px);
  line-height: 1.05;
  font-weight: 1000;
  letter-spacing: -.052em;
}

.ch-profile-card .ch-card-title a {
  color: #fff;
}

.ch-profile-card .ch-meta {
  margin: 0;
  color: rgba(234,239,255,.78);
  font-size: 14px;
  line-height: 1.48;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ch-adult-note {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(255,61,127,.095);
  border: 1px solid rgba(255,61,127,.18);
}

.ch-adult-note strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.ch-adult-note span {
  color: rgba(238,241,255,.78);
  font-size: 12.5px;
  line-height: 1.4;
}

.ch-profile-card .ch-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ch-profile-card .ch-social {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.ch-profile-card .ch-card-actions {
  margin-top: auto;
  padding-top: 2px;
}

.ch-profile-card .ch-card-open {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff3d7f, #ff7a18);
  color: #fff;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: -.02em;
  box-shadow: 0 16px 30px rgba(255,61,127,.24);
}

.ch-profile-card .ch-card-open:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.ch-adult-home-alert,
.ch-promo-mini {
  border: 1px solid rgba(255,61,127,.26);
  background: linear-gradient(135deg, rgba(255,61,127,.15), rgba(255,159,28,.075));
  box-shadow: 0 14px 35px rgba(0,0,0,.16);
}

.ch-adult-home-alert {
  display: grid;
  gap: 5px;
  margin: 18px 0 0;
  padding: 14px 15px;
  border-radius: 18px;
}

.ch-adult-home-alert strong,
.ch-promo-mini strong {
  color: #fff;
}

.ch-adult-home-alert span,
.ch-promo-mini span {
  color: rgba(235,239,255,.78);
  font-size: 13px;
  line-height: 1.45;
}

.ch-promo-mini {
  display: grid;
  gap: 6px;
  margin: 14px 0 18px;
  padding: 13px;
  border-radius: 17px;
}

.ch-thumb-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.92);
  font-size: 44px;
  font-weight: 1000;
  letter-spacing: -.08em;
}

@media (max-width: 720px) {
  .ch-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .ch-creator-card.ch-profile-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr !important;
    min-height: 0 !important;
    border-radius: 22px !important;
  }

  .ch-profile-card .ch-thumb,
  .ch-creator-card.ch-profile-card .ch-thumb {
    aspect-ratio: 4 / 5.05 !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 22px 22px 0 0 !important;
  }

  .ch-thumb-info {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .ch-thumb-info strong {
    font-size: 25px;
  }

  .ch-profile-card .ch-card-body {
    padding: 14px 14px 16px !important;
    gap: 9px;
    justify-content: flex-start !important;
  }

  .ch-profile-card .ch-card-title {
    font-size: 22px !important;
    line-height: 1.06;
    -webkit-line-clamp: initial;
  }

  .ch-profile-card .ch-meta {
    font-size: 13px;
  }

  .ch-card-kicker,
  .ch-card-count {
    min-height: 26px;
    padding: 0 9px;
    font-size: 10px;
  }

  .ch-adult-note {
    padding: 10px 11px;
  }

  .ch-profile-card .ch-card-open {
    min-height: 44px !important;
    max-width: none !important;
    font-size: 14px !important;
  }

  .ch-verified,
  .ch-type-badge {
    left: 10px !important;
    top: 10px !important;
    max-width: calc(100% - 66px) !important;
    min-height: 28px !important;
    padding: 0 9px !important;
    font-size: 10px !important;
  }

  .ch-adult-ribbon {
    right: 10px !important;
    top: 10px !important;
    min-width: 42px !important;
    min-height: 30px !important;
  }

  .ch-photo-pill {
    left: 10px !important;
    bottom: 10px !important;
    min-height: 30px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }

  .ch-adult-home-alert {
    margin-top: 12px;
    padding: 12px;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .ch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px;
  }

  .ch-thumb-info strong,
  .ch-profile-card .ch-card-title {
    font-size: 24px;
  }
}


.ch-profile-card-lite {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 14px 36px rgba(0,0,0,.2);
}

.ch-profile-card-lite .ch-thumb {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5.15;
  background: rgba(255,255,255,.04);
}

.ch-profile-card-lite .ch-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-profile-card-lite .ch-thumb-gradient,
.ch-profile-card-lite .ch-thumb-info,
.ch-profile-card-lite .ch-card-topline,
.ch-profile-card-lite .ch-adult-note,
.ch-profile-card-lite .ch-socials {
  display: none !important;
}

.ch-profile-card-lite .ch-type-badge,
.ch-profile-card-lite .ch-verified,
.ch-profile-card-lite .ch-adult-ribbon,
.ch-profile-card-lite .ch-photo-pill {
  z-index: 3;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.ch-profile-card-lite .ch-type-badge,
.ch-profile-card-lite .ch-verified {
  left: 14px;
  top: 14px;
  min-height: 30px;
  padding: 0 12px;
}

.ch-profile-card-lite .ch-type-badge {
  background: rgba(255,61,127,.95);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
}

.ch-profile-card-lite .ch-verified {
  background: rgba(32,201,151,.95);
  color: #041611;
  border: 1px solid rgba(255,255,255,.18);
}

.ch-profile-card-lite .ch-adult-ribbon {
  right: 14px;
  top: 14px;
  min-width: 46px;
  min-height: 32px;
  background: rgba(10,12,22,.62);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
}

.ch-profile-card-lite .ch-photo-pill {
  left: 14px;
  bottom: 14px;
  min-height: 32px;
  padding: 0 12px;
  background: rgba(255,255,255,.92);
  color: #120914;
  box-shadow: 0 10px 22px rgba(0,0,0,.24);
}

.ch-profile-card-lite .ch-card-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ch-profile-card-lite .ch-card-title {
  margin: 0;
  min-height: 0;
  font-size: clamp(20px, 2.1vw, 24px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: -.04em;
}

.ch-profile-card-lite .ch-card-title a {
  color: #fff;
}

.ch-profile-card-lite .ch-meta {
  margin: 0;
  color: rgba(233,238,250,.76);
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ch-card-minirow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ch-inline-tag,
.ch-inline-count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.ch-inline-tag {
  background: rgba(255,61,127,.1);
  border: 1px solid rgba(255,61,127,.2);
  color: #ffc4da;
}

.ch-inline-count {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.94);
}

.ch-profile-card-lite .ch-card-actions {
  margin-top: 2px;
}

.ch-profile-card-lite .ch-card-open {
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff3d7f, #ff7a18);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.02em;
  box-shadow: 0 14px 28px rgba(255,61,127,.22);
}

@media (max-width: 720px) {
  .ch-profile-card-lite {
    border-radius: 20px;
  }

  .ch-profile-card-lite .ch-thumb,
  .ch-creator-card.ch-profile-card.ch-profile-card-lite .ch-thumb {
    aspect-ratio: 4 / 5.2;
    border-radius: 20px 20px 0 0;
    height: auto;
    min-height: 0;
  }

  .ch-profile-card-lite .ch-card-body {
    padding: 13px;
    gap: 9px;
  }

  .ch-profile-card-lite .ch-card-title {
    font-size: 18px;
    line-height: 1.1;
  }

  .ch-profile-card-lite .ch-meta {
    font-size: 13px;
  }

  .ch-inline-tag,
  .ch-inline-count,
  .ch-profile-card-lite .ch-type-badge,
  .ch-profile-card-lite .ch-verified,
  .ch-profile-card-lite .ch-photo-pill,
  .ch-profile-card-lite .ch-adult-ribbon {
    font-size: 10px;
  }

  .ch-profile-card-lite .ch-type-badge,
  .ch-profile-card-lite .ch-verified {
    left: 10px;
    top: 10px;
    min-height: 28px;
    padding: 0 10px;
  }

  .ch-profile-card-lite .ch-adult-ribbon {
    right: 10px;
    top: 10px;
    min-width: 42px;
    min-height: 28px;
  }

  .ch-profile-card-lite .ch-photo-pill {
    left: 10px;
    bottom: 10px;
    min-height: 30px;
    padding: 0 10px;
  }

  .ch-profile-card-lite .ch-card-open {
    min-height: 42px;
    font-size: 14px;
  }
}
