:root {
  --bg: #050506;
  --panel: #111218;
  --panel-2: #171922;
  --line: rgba(255,255,255,.08);
  --text: #f7f7fb;
  --muted: #9ea2af;
  --accent: #ff00d4;
  --accent-2: #ff4de4;
  --silver: #9ea2af;
  --gold: #f0d36d;
  --diamond: #7cf0ff;
  --radius: 24px;
  --shadow: 0 18px 40px rgba(0,0,0,.35);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sexxxy-mf {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(255,0,212,.08), transparent 24%), linear-gradient(180deg,#060607 0%,#040405 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.site-shell { width: min(var(--max), calc(100% - 24px)); margin-inline: auto; }
.site-main { padding-bottom: 42px; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(6,6,7,.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.site-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.site-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.04em; }
.site-brand__mark {
  width: 38px; height: 38px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 10px 26px rgba(255,0,212,.24);
}
.desktop-nav { display: none; }
.mobile-menu-toggle {
  width: 42px; height: 42px; border-radius: 14px; border: 1px solid var(--line);
  background: #171922; color: #fff; font: inherit; font-weight: 900;
}
.mobile-drawer { border-top: 1px solid var(--line); }
.mobile-drawer__nav { display: grid; padding: 14px 12px 18px; gap: 10px; }
.mobile-drawer__nav a {
  padding: 14px 16px; border-radius: 16px; background: #151720; border: 1px solid var(--line);
}
.hero-home { padding: 18px 0 14px; }
.hero-home__card {
  padding: 24px 18px; border-radius: 28px; overflow: hidden;
  background: linear-gradient(90deg, rgba(8,8,11,.94), rgba(8,8,11,.72)), url('https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=1200&q=80') center/cover;
  box-shadow: var(--shadow);
}
.eyebrow {
  display: inline-flex; padding: 8px 12px; border-radius: 999px;
  background: rgba(255,0,212,.12); border: 1px solid rgba(255,0,212,.2);
  color: #ffd8f8; font-size: .8rem; font-weight: 700;
}
.hero-home h1 { margin: 14px 0 10px; font-size: clamp(2rem, 8vw, 3.2rem); line-height: .95; letter-spacing: -.06em; max-width: 8ch; }
.hero-home p { margin: 0; color: #d9dbe4; line-height: 1.55; }
.quick-search { display: grid; gap: 10px; margin-top: 16px; }
.quick-search label span { display: block; margin-bottom: 8px; color: #dfe0e9; font-size: .82rem; font-weight: 700; }
input, select, textarea {
  width: 100%; padding: 14px 14px; border-radius: 16px; border: 1px solid rgba(255,255,255,.08);
  background: #181a23; color: #fff; font: inherit;
}
.button {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; padding: 14px 16px; border-radius: 999px;
  font-weight: 800; border: none;
}
.button--primary { background: linear-gradient(135deg,var(--accent),var(--accent-2)); color: #fff; }
.button--secondary { background: #191b24; color: #fff; border: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.trust-item, .panel-card, .kpi-card {
  padding: 16px; border-radius: 22px; background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.trust-item span, .kpi-card span { display: block; color: var(--muted); font-size: .8rem; }
.trust-item strong, .kpi-card strong { display: block; margin-top: 8px; font-size: 1.15rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.section-heading h2 { margin: 0; font-size: 1.15rem; }
.section-heading p { margin: 4px 0 0; color: var(--muted); }
.plan-strip { padding-top: 18px; }
.plan-strip__grid { display: grid; gap: 10px; }
.plan-strip__grid--diamond { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.plan-strip__grid--gold { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plan-strip__grid--silver { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.profile-card { overflow: hidden; border-radius: 20px; background: #101217; border: 1px solid var(--line); }
.profile-card__media {
  display: block; position: relative; background: #171922;
}
.profile-card__media img { width: 100%; height: 100%; object-fit: cover; }
.profile-card.density-compact .profile-card__media,
.profile-card.density-full .profile-card__media { aspect-ratio: 3 / 4; }
.profile-card.density-micro .profile-card__media { aspect-ratio: 1 / 1; }
.profile-card__placeholder { display: grid; place-items: center; min-height: 180px; color: var(--muted); }
.badge {
  position: absolute; top: 8px; left: 8px; padding: 6px 8px;
  border-radius: 10px; font-size: .68rem; font-weight: 900;
  border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(6px);
}
.badge--diamond { background: rgba(124,240,255,.14); color: #e8ffff; border-color: rgba(124,240,255,.25); }
.badge--gold { background: rgba(240,211,109,.14); color: #fff4c6; border-color: rgba(240,211,109,.22); }
.badge--silver { background: rgba(158,162,175,.14); color: #edf0f8; border-color: rgba(158,162,175,.22); }
.profile-card__body { padding: 12px; }
.profile-card__body h3 { margin: 0 0 4px; letter-spacing: -.03em; }
.profile-card__body p { margin: 0; color: var(--muted); }
.profile-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.profile-card__tags span {
  padding: 8px 10px; border-radius: 999px; background: #171922; border: 1px solid var(--line);
  font-size: .78rem; color: #dadee7;
}
.density-compact h3 { font-size: .92rem; }
.density-compact p { font-size: .74rem; }
.density-micro .profile-card__body { padding: 8px; }
.density-micro h3 { font-size: .72rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.density-micro p, .density-micro .profile-card__tags { display: none; }
.empty-state {
  padding: 18px; border-radius: 22px; background: #111218; border: 1px solid var(--line); color: var(--muted);
}
.cta-final { padding-top: 22px; }
.cta-final__card {
  display: grid; gap: 14px; padding: 22px; border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.cta-final h2 { margin: 0 0 8px; font-size: 1.4rem; }
.cta-final p { margin: 0; color: var(--muted); }
.archive-layout, .single-profile, .dashboard-page, .plans-page, .generic-page, .onboarding-page { padding-top: 20px; }
.archive-header h1, .generic-page h1, .onboarding-header h1 { margin: 0 0 8px; font-size: clamp(1.8rem, 7vw, 2.4rem); letter-spacing: -.05em; }
.archive-header p, .onboarding-header p { margin: 0 0 14px; color: var(--muted); }
.filter-drawer { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.results-list { display: grid; gap: 12px; }
.single-profile__stack { display: grid; gap: 12px; }
.single-profile__hero-image { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 22px; background: #171922; }
.single-profile__hero-image img { width: 100%; height: 100%; object-fit: cover; }
.single-profile__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.single-profile__thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.single-profile__summary { padding: 16px; border-radius: 22px; background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow); }
.single-profile__summary h1 { margin: 10px 0 6px; font-size: 1.7rem; letter-spacing: -.05em; }
.summary-list { display: grid; gap: 10px; margin-top: 12px; }
.summary-list div { padding: 14px 16px; border-radius: 16px; background: #171922; border: 1px solid var(--line); }
.summary-list strong { display: block; margin-bottom: 4px; }
.summary-list span { color: var(--muted); }
.contact-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.onboarding-stack { padding: 18px; }
.dashboard-stack { display: grid; gap: 12px; }
.state-card__label {
  display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(124,240,255,.14); border: 1px solid rgba(124,240,255,.22);
  color: #e8ffff; font-size: .8rem; font-weight: 700;
}
.state-card h1 { margin: 12px 0 6px; font-size: 1.4rem; }
.state-card p, .city-card p { margin: 0; color: var(--muted); }
.city-card strong { display: block; font-size: 1.8rem; letter-spacing: -.05em; margin: 6px 0; }
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quick-actions__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.plans-list-mobile { display: grid; gap: 12px; }
.plan-card h2 { margin: 12px 0 6px; font-size: 1.3rem; }
.plan-price { font-size: 1.9rem; font-weight: 900; letter-spacing: -.05em; margin-bottom: 10px; }
.plan-card ul { margin: 0 0 14px; padding-left: 18px; color: #d9dbe4; }
.plan-card li { margin: 7px 0; }
.plan-card--diamond { border-color: rgba(124,240,255,.24); }
.plan-card--gold { border-color: rgba(240,211,109,.2); }
.plan-card--silver { border-color: rgba(158,162,175,.18); }
.site-footer { border-top: 1px solid var(--line); padding: 30px 0 46px; }
.site-footer__grid { display: grid; gap: 18px; }
.site-footer h3, .site-footer h4 { margin: 0 0 8px; }
.site-footer p, .site-footer a { color: var(--muted); display: block; margin-bottom: 8px; }
@media (min-width: 900px) {
  .site-shell { width: min(var(--max), calc(100% - 40px)); }
  .desktop-nav { display: flex; gap: 18px; align-items: center; }
  .desktop-nav a { color: #ddd; }
  .mobile-menu-toggle { display: none; }
  .hero-home__card { padding: 34px; }
  .cta-final__card { grid-template-columns: 1fr auto; align-items: center; }
  .results-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-profile__stack { grid-template-columns: 1fr 360px; align-items: start; }
  .single-profile__summary { position: sticky; top: 94px; }
  .dashboard-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-stack > .state-card,
  .dashboard-stack > .city-card,
  .dashboard-stack > .panel-card:last-child { grid-column: 1 / -1; }
  .site-footer__grid { grid-template-columns: 1.2fr .9fr .9fr; }
}
