:root {
  --rose: #e83f6f;
  --rose-dark: #bd1e59;
  --violet: #6d28d9;
  --ink: #231627;
  --muted: #725f76;
  --line: #f0dbe5;
  --paper: #fff9fb;
  --white: #ffffff;
  --gold: #f4a51c;
  --shadow: 0 20px 50px rgba(90, 22, 70, .16);
}

/* Mobile portrait clarity v6: 80% crisp, 20% soft focus */
@media (max-width: 760px) {
  .home-page .single-profile-card::after {
    background:
      linear-gradient(180deg, rgba(5,3,6,.16) 0%, rgba(5,3,6,0) 24%, rgba(5,3,6,0) 62%, rgba(5,3,6,.42) 82%, rgba(5,3,6,.88) 100%),
      radial-gradient(circle at 50% 76%, rgba(214,52,126,.06), transparent 42%) !important;
  }

  .home-page .profile-card.single-profile-card img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: brightness(1.04) saturate(1.06) contrast(1.03) blur(.35px) !important;
    transform: scale(1.002) !important;
  }

  .home-page .profile-photo-wrap {
    background: #09040b !important;
  }

  .home-page .profile-photo-meta {
    bottom: 188px !important;
  }

  .home-page .match-body {
    background: linear-gradient(180deg, rgba(16,8,16,.54), rgba(12,5,12,.82)) !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: 0 -22px 54px rgba(0,0,0,.34) !important;
  }

  .home-page .match-body .bio {
    color: rgba(255,255,255,.92) !important;
    text-shadow: 0 1px 10px rgba(0,0,0,.26) !important;
  }
}

/* Mobile photo clarity hotfix v5 */
@media (max-width: 760px) {
  .home-page .single-profile-card::after {
    background:
      linear-gradient(180deg, rgba(5,3,6,.28) 0%, rgba(5,3,6,0) 22%, rgba(5,3,6,0) 54%, rgba(5,3,6,.56) 78%, rgba(5,3,6,.92) 100%) !important,
      radial-gradient(circle at 50% 76%, rgba(214,52,126,.10), transparent 38%) !important;
  }

  .home-page .profile-card.single-profile-card img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: brightness(1.04) saturate(1.08) contrast(1.02) !important;
    transform: none !important;
  }

  .home-page .profile-photo-wrap {
    background: #09040b !important;
  }

  .home-page .profile-photo-meta {
    bottom: 188px !important;
  }

  .home-page .match-body {
    background:
      linear-gradient(180deg, rgba(16,8,16,.54), rgba(12,5,12,.82)) !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: 0 -22px 54px rgba(0,0,0,.34) !important;
  }

  .home-page .match-body .bio {
    color: rgba(255,255,255,.92) !important;
    text-shadow: 0 1px 10px rgba(0,0,0,.26) !important;
  }
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fff7fb 0%, #fff 44%, #fff8f2 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.home-page {
  min-height: 100vh;
  background:
    linear-gradient(125deg, rgba(232, 63, 111, .12) 0 18%, transparent 18% 100%),
    linear-gradient(235deg, rgba(109, 40, 217, .12) 0 16%, transparent 16% 100%),
    linear-gradient(180deg, #fff4f8 0%, #fff8ee 52%, #fff1f7 100%);
  position: relative;
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 78px 0 0;
  z-index: -1;
  background:
    repeating-linear-gradient(135deg, rgba(189, 30, 89, .055) 0 1px, transparent 1px 18px),
    linear-gradient(90deg, rgba(244, 165, 28, .12), transparent 28%, transparent 72%, rgba(232, 63, 111, .10));
  pointer-events: none;
}

.home-page::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 34vh;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .72));
  pointer-events: none;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.topbar, .appbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: rgba(255, 249, 252, .88);
  border-bottom: 1px solid rgba(232, 63, 111, .12);
  backdrop-filter: blur(16px);
}

.home-page .appbar {
  background: rgba(255, 246, 250, .78);
  box-shadow: 0 10px 34px rgba(96, 26, 68, .07);
}

.brand {
  color: var(--rose-dark);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand.center {
  display: block;
  text-align: center;
}

nav {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #62485e;
  font-weight: 700;
  font-size: 14px;
}

.nav-cta {
  padding: 9px 12px;
  color: white;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rose), var(--violet));
}

.hero {
  display: grid;
  gap: 30px;
  min-height: calc(100vh - 74px);
  padding: 38px 18px 26px;
  align-items: center;
}

.hero-copy h1 {
  margin: 8px 0 12px;
  max-width: 720px;
  font-size: clamp(42px, 12vw, 80px);
  line-height: .94;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.eyebrow {
  margin: 0;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-actions, .card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 900;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: .55;
  box-shadow: none;
}

.btn.primary {
  color: white;
  background: linear-gradient(135deg, var(--rose), var(--violet));
  box-shadow: 0 14px 28px rgba(232, 63, 111, .28);
}

.btn.ghost {
  color: var(--rose-dark);
  background: white;
  border: 1px solid var(--line);
}

.btn.soft {
  color: var(--rose-dark);
  background: #fff0f6;
}

.btn.full { width: 100%; }

.hero-visual {
  min-height: 450px;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.72)),
    linear-gradient(135deg, #ff7a9a, #7c3aed 58%, #f59e0b);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.phone-frame {
  position: absolute;
  inset: 28px 24px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.56);
  background: rgba(255, 255, 255, .24);
  backdrop-filter: blur(12px);
}

.match-card.floating {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 82px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  color: white;
  border-radius: 22px;
  background: rgba(35, 22, 39, .52);
  backdrop-filter: blur(14px);
}

.match-card img {
  width: 78px;
  height: 92px;
  object-fit: cover;
  border-radius: 18px;
}

.match-card span { display: block; opacity: .84; margin-top: 4px; }

.chat-bubble {
  position: absolute;
  top: 34px;
  right: 24px;
  padding: 12px 16px;
  color: var(--ink);
  border-radius: 18px 18px 4px 18px;
  background: white;
  font-weight: 900;
}

.mini-stack {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mini-stack span {
  padding: 8px 10px;
  color: white;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  font-size: 12px;
  font-weight: 800;
}

.trust-strip {
  display: grid;
  gap: 12px;
  margin: 0 18px 42px;
}

.trust-strip div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--muted); margin-top: 4px; }

.section-head {
  padding: 0 18px 18px;
}

.section-head.compact { padding-top: 30px; }
.section-head h1, .section-head h2 { margin: 8px 0 0; font-size: 30px; }

.home-page .section-head.compact {
  padding-top: 38px;
  text-align: center;
}

.home-page .section-head h1 {
  font-size: clamp(32px, 5vw, 48px);
}

.profile-grid {
  display: grid;
  gap: 16px;
  padding: 0 18px 48px;
}

.profile-deck {
  display: grid;
  place-items: center;
  padding: 0 18px 48px;
}

.home-page .profile-deck {
  padding-bottom: 76px;
}

.profile-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 34px rgba(96, 26, 68, .08);
}

.single-profile-card {
  width: min(100%, 460px);
  box-shadow: 0 28px 70px rgba(96, 26, 68, .18);
}

.single-profile-card .profile-photo-wrap {
  position: relative;
}

.single-profile-card img {
  height: min(68vh, 520px);
  min-height: 380px;
}

.profile-count {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: white;
  background: rgba(35, 22, 39, .62);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.single-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.single-actions .contact-button {
  grid-column: 1 / -1;
}

.selection-hint {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.empty-state {
  width: min(100%, 460px);
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 34px rgba(96, 26, 68, .08);
  text-align: center;
}

.empty-state h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.profile-card img {
  width: 100%;
  height: 310px;
  display: block;
  object-fit: cover;
  background: #f8dce8;
}

.profile-card.single-profile-card img {
  height: min(62vh, 500px);
  min-height: 340px;
}

.profile-body { padding: 16px; }
.profile-title { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.profile-title h3 { margin: 0; font-size: 22px; }
.status { padding: 5px 9px; border-radius: 999px; color: #047857; background: #d1fae5; font-size: 12px; font-weight: 900; }
.status.offline { color: #7c2d12; background: #ffedd5; }
.city { color: var(--rose-dark); font-weight: 800; margin: 8px 0; }
.bio { color: var(--muted); line-height: 1.55; margin: 0; }

.auth-shell, .vip-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px 18px;
}

.profile-shell { min-height: calc(100vh - 70px); }

.auth-panel, .vip-card {
  width: min(100%, 460px);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
}

.auth-panel h1, .vip-card h1 { margin: 16px 0 8px; font-size: 32px; }
.auth-panel p, .vip-card p { color: var(--muted); line-height: 1.5; }

.form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

label {
  display: grid;
  gap: 7px;
  color: #4f3c52;
  font-size: 14px;
  font-weight: 800;
}

input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #ead2df;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

textarea { min-height: 110px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(232, 63, 111, .12); }

.small-link { text-align: center; }
.small-link a { color: var(--rose-dark); font-weight: 900; }
.form-message { min-height: 22px; color: var(--rose-dark); font-weight: 800; }
.form-message.success { color: #047857; }
.notice {
  padding: 12px;
  border: 1px solid #fde68a;
  border-radius: 8px;
  color: #7c2d12;
  background: #fffbeb;
  font-size: 14px;
}

.vip-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: #7c2d12;
  background: #ffedd5;
  font-weight: 900;
}

.footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 22px 18px 36px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.legal-page {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 42px 18px 70px;
}

.legal-page h1 {
  margin: 0 0 14px;
  font-size: 38px;
}

.legal-page h2 {
  margin: 28px 0 8px;
  font-size: 22px;
}

.legal-page p {
  color: var(--muted);
  line-height: 1.7;
}

.app-main { max-width: 1120px; margin: 0 auto; }
.price { font-size: 46px; font-weight: 950; color: var(--rose-dark); margin: 18px 0; }
.benefits { display: grid; gap: 12px; padding-left: 20px; color: var(--muted); line-height: 1.45; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(35, 22, 39, .52);
}

.hidden { display: none !important; }
.modal.hidden { display: none; }
.modal-card {
  position: relative;
  width: min(100%, 420px);
  padding: 24px;
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #fff0f6;
  color: var(--rose-dark);
  font-size: 24px;
}

.support-widget {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  width: min(420px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 22px 60px rgba(35, 22, 39, .28);
}

.support-launcher {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 29;
  min-height: 52px;
  padding: 0 18px;
  color: white;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rose), var(--violet));
  box-shadow: 0 16px 34px rgba(232, 63, 111, .34);
  font-weight: 950;
}

.support-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  color: white;
  background: linear-gradient(135deg, var(--rose), var(--violet));
}

.support-head strong,
.support-head span {
  display: block;
}

.support-head span {
  margin-top: 2px;
  opacity: .86;
  font-size: 12px;
}

.support-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: rgba(255,255,255,.18);
  font-size: 22px;
}

.support-messages {
  display: grid;
  gap: 10px;
  max-height: 360px;
  min-height: 260px;
  overflow-y: auto;
  padding: 14px;
  background: #fff8fb;
}

.support-msg {
  max-width: 84%;
}

.support-msg.me {
  justify-self: end;
  text-align: right;
}

.support-msg p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--ink);
  background: white;
  line-height: 1.45;
  box-shadow: 0 8px 20px rgba(80, 24, 60, .08);
}

.support-msg.me p {
  color: white;
  background: linear-gradient(135deg, var(--rose), var(--violet));
}

.support-msg span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.support-empty {
  align-self: center;
  color: var(--muted);
  text-align: center;
}

.support-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: white;
}

.support-form input {
  min-height: 44px;
}

.support-form button {
  min-height: 44px;
  padding: 0 16px;
}

@media (min-width: 760px) {
  .topbar, .appbar { padding: 18px 40px; }
  .hero { grid-template-columns: 1.05fr .95fr; padding: 54px 40px 36px; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); margin-inline: 40px; }
  .section-head { padding-inline: 40px; }
  .profile-grid { grid-template-columns: repeat(3, 1fr); padding-inline: 40px; }
  .profile-grid.actionable { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 759px) {
  .home-page {
    background:
      linear-gradient(145deg, rgba(232, 63, 111, .18) 0 28%, transparent 28% 100%),
      linear-gradient(225deg, rgba(109, 40, 217, .14) 0 22%, transparent 22% 100%),
      linear-gradient(180deg, #fff2f7 0%, #fff8ef 48%, #fff0f6 100%);
  }

  .home-page::before {
    inset: 64px 0 0;
    background:
      repeating-linear-gradient(140deg, rgba(189, 30, 89, .07) 0 1px, transparent 1px 16px),
      linear-gradient(180deg, rgba(244, 165, 28, .14), transparent 38%, rgba(232, 63, 111, .10));
  }

  .home-page .section-head.compact {
    padding: 24px 18px 16px;
    text-align: left;
  }

  .home-page .section-head h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  .home-page .profile-deck {
    padding-inline: 14px;
  }

  .home-page .single-profile-card {
    width: min(100%, 430px);
  }

  .profile-card.single-profile-card img {
    height: min(54vh, 430px);
    min-height: 300px;
  }

  .single-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .single-actions .btn {
    min-height: 46px;
    padding-inline: 14px;
  }
}

/* Luxury photo-first redesign */
.landing-luxury,
.auth-page {
  min-height: 100vh;
  color: white;
  background: #120914;
}

.landing-luxury::before,
.auth-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: url("/uploads/amormx-rooftop-bg.png") center / cover no-repeat;
}

.landing-luxury::after,
.auth-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12,5,14,.92) 0%, rgba(12,5,14,.74) 42%, rgba(12,5,14,.30) 72%, rgba(12,5,14,.62) 100%),
    radial-gradient(circle at 20% 54%, rgba(255,51,102,.34), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255,184,77,.22), transparent 26%);
}

.luxury-topbar {
  position: fixed;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(12,5,14,.72), rgba(12,5,14,.18));
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: none;
}

.luxury-topbar .brand,
.auth-luxury-copy .brand {
  color: white;
  font-size: 30px;
  text-shadow: 0 12px 40px rgba(255,51,102,.45);
}

.luxury-topbar nav a {
  color: rgba(255,255,255,.88);
}

.luxury-topbar .nav-cta {
  color: white;
  background: linear-gradient(135deg, #ff3366, #7c2cff);
  box-shadow: 0 18px 46px rgba(255,51,102,.36);
}

.luxury-shell {
  min-height: 100vh;
}

.luxury-hero {
  display: grid;
  min-height: 100vh;
  align-items: center;
  gap: 34px;
  padding: 112px 18px 40px;
}

.luxury-copy {
  max-width: 760px;
}

.luxury-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  color: #ffc1d2;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.luxury-copy h1,
.auth-luxury-copy h1 {
  margin: 0;
  color: white;
  font-size: clamp(54px, 10vw, 108px);
  line-height: .88;
  letter-spacing: 0;
  text-shadow: 0 24px 80px rgba(0,0,0,.44);
}

.auth-luxury-copy h1 {
  font-size: clamp(42px, 7vw, 78px);
}

.luxury-copy p,
.auth-luxury-copy p {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.56;
}

.luxury-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.luxury-actions .btn {
  min-height: 58px;
  padding-inline: 26px;
  font-size: 16px;
}

.btn.glass {
  color: white;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
  box-shadow: 0 16px 46px rgba(0,0,0,.22);
  backdrop-filter: blur(18px);
}

.luxury-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.luxury-signals span {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.10);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.luxury-match-panel {
  display: grid;
  place-items: center;
}

.match-window {
  width: min(100%, 430px);
  padding: 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.08));
  box-shadow: 0 34px 90px rgba(0,0,0,.36);
  backdrop-filter: blur(22px);
}

.match-window-top {
  display: flex;
  justify-content: space-between;
  padding: 8px 6px 16px;
  color: rgba(255,255,255,.78);
  font-weight: 900;
}

.match-window-top span {
  color: #bff9dd;
}

.match-person {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(14,7,17,.54);
}

.match-person img {
  width: 76px;
  height: 92px;
  object-fit: cover;
  border-radius: 18px;
}

.match-person strong,
.match-person span {
  display: block;
}

.match-person strong {
  font-size: 22px;
}

.match-person span {
  margin-top: 4px;
  color: rgba(255,255,255,.70);
  font-weight: 800;
}

.main-person {
  transform: rotate(-1.5deg);
}

.secondary-person {
  opacity: .74;
  transform: rotate(1.5deg) translateX(10px);
}

.match-cta-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.match-cta-row span {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: rgba(255,255,255,.12);
  font-size: 12px;
  font-weight: 950;
}

.match-cta-row span:nth-child(2) {
  background: linear-gradient(135deg, #ff3366, #7c2cff);
}

.auth-luxury-shell {
  display: grid;
  min-height: 100vh;
  align-items: center;
  gap: 30px;
  padding: 34px 18px;
}

.auth-luxury-copy {
  max-width: 680px;
}

.auth-luxury-copy .brand {
  display: inline-flex;
  margin-bottom: 48px;
}

.luxury-auth-panel {
  width: min(100%, 460px);
  justify-self: center;
  border: 1px solid rgba(255,255,255,.24);
  background: linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.12));
  color: white;
  box-shadow: 0 34px 90px rgba(0,0,0,.38);
  backdrop-filter: blur(24px);
}

.luxury-auth-panel h1 {
  margin-top: 0;
  color: white;
}

.luxury-auth-panel p {
  color: rgba(255,255,255,.74);
}

.luxury-auth-panel label {
  color: rgba(255,255,255,.86);
}

.luxury-auth-panel input,
.luxury-auth-panel select {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  color: white;
}

.luxury-auth-panel input::placeholder {
  color: rgba(255,255,255,.46);
}

.luxury-auth-panel select option {
  color: #231627;
}

.luxury-auth-panel .small-link,
.luxury-auth-panel .small-link a {
  color: rgba(255,255,255,.86);
}

.auth-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 900px) {
  .luxury-hero,
  .auth-luxury-shell {
    grid-template-columns: 1fr minmax(360px, 500px);
    padding-inline: 64px;
  }

  .register-shell {
    grid-template-columns: .95fr minmax(420px, 520px);
  }
}

@media (max-width: 759px) {
  .landing-luxury::after,
  .auth-page::after {
    background:
      linear-gradient(180deg, rgba(12,5,14,.82) 0%, rgba(12,5,14,.62) 48%, rgba(12,5,14,.88) 100%),
      radial-gradient(circle at 40% 20%, rgba(255,51,102,.30), transparent 36%);
  }

  .luxury-topbar {
    position: sticky;
  }

  .luxury-hero {
    min-height: auto;
    padding-top: 34px;
  }

  .luxury-copy h1 {
    font-size: clamp(50px, 16vw, 70px);
  }

  .luxury-actions .btn {
    width: 100%;
  }

  .auth-luxury-copy .brand {
    margin-bottom: 34px;
  }

  .auth-luxury-shell {
    align-items: start;
    padding-top: 24px;
  }

  .auth-luxury-copy h1 {
    font-size: 42px;
  }

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

@media (min-width: 900px) {
  .home-page .app-main {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(420px, 520px) minmax(260px, .78fr);
    column-gap: 34px;
    align-items: start;
    max-width: 1320px;
    min-height: calc(100vh - 78px);
    padding-top: 38px;
  }

  .home-page .section-head.compact {
    grid-column: 1;
    position: sticky;
    top: 112px;
    padding-top: 44px;
    text-align: left;
  }

  .home-page .section-head h1 {
    max-width: 330px;
  }

  .home-page .profile-deck {
    grid-column: 2;
    padding-top: 18px;
  }

  .home-page .app-main::after {
    content: "";
    grid-column: 3;
    position: sticky;
    top: 154px;
    margin-top: 108px;
    height: 360px;
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(232, 63, 111, .18), transparent 42%),
      repeating-linear-gradient(90deg, rgba(255,255,255,.34) 0 14px, transparent 14px 28px),
      linear-gradient(160deg, rgba(244, 165, 28, .26), rgba(109, 40, 217, .16));
    backdrop-filter: blur(10px);
  }
}

/* Real photo background final override */
.landing-premium {
  background: #150c18;
}

.premium-hero::before {
  background-image: url("/uploads/amormx-rooftop-bg.png") !important;
  background-size: cover;
  background-position: center;
}

.home-page {
  background:
    linear-gradient(180deg, rgba(255,244,248,.88), rgba(255,248,239,.94)),
    url("/uploads/amormx-rooftop-bg.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed;
}

.home-page::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.16) 0 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,16,37,.28), transparent 48%, rgba(255,51,102,.12)) !important;
  background-size: 76px 76px, 76px 76px, auto !important;
}

@media (max-width: 759px) {
  .home-page {
    background:
      linear-gradient(180deg, rgba(255,244,248,.84), rgba(255,248,239,.94)),
      url("/uploads/amormx-rooftop-bg.png") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-attachment: scroll;
  }
}

/* Premium dating redesign */
.landing-premium,
.home-page {
  --mx-hot: #ff3366;
  --mx-plum: #231025;
  --mx-purple: #7c2cff;
  --mx-teal: #18b6a0;
  --mx-amber: #ffb84d;
}

.premium-hero,
.home-page {
  --amormx-rooftop-bg: url("/uploads/amormx-rooftop-bg.png");
}

.landing-premium {
  min-height: 100vh;
  background: #150c18;
}

.landing-premium::before {
  content: "";
  position: fixed;
  inset: 78px 0 0;
  z-index: -1;
  background: #150c18;
}

.premium-topbar {
  border-color: rgba(255,255,255,.12);
  background: rgba(16, 8, 18, .50);
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

.premium-topbar .brand {
  color: white;
  font-size: 28px;
  text-shadow: 0 6px 24px rgba(255,51,102,.42);
}

.premium-topbar nav a:not(.nav-cta) {
  color: rgba(255,255,255,.88);
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.premium-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: calc(100vh - 76px);
  align-items: center;
  gap: 32px;
  padding: 46px 18px 34px;
  overflow: hidden;
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -2;
  background-image: var(--amormx-rooftop-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.premium-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 8, 20, .92) 0%, rgba(17, 8, 20, .72) 34%, rgba(17, 8, 20, .18) 66%, rgba(17, 8, 20, .42) 100%),
    radial-gradient(circle at 24% 48%, rgba(255,51,102,.28), transparent 32%),
    linear-gradient(180deg, rgba(17,8,20,.22), rgba(17,8,20,.72));
}

.premium-copy {
  max-width: 780px;
}

.premium-copy h1 {
  margin: 10px 0 16px;
  max-width: 760px;
  color: white;
  font-size: clamp(48px, 12vw, 116px);
  line-height: .86;
  letter-spacing: 0;
  text-shadow: 0 22px 70px rgba(0,0,0,.36);
}

.premium-copy p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.55;
}

.premium-copy .eyebrow {
  color: #ffb4cb;
}

.premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.premium-actions .btn {
  min-height: 56px;
  padding-inline: 24px;
  font-size: 16px;
}

.premium-actions .primary,
.landing-premium .nav-cta {
  background: linear-gradient(135deg, var(--mx-hot), var(--mx-purple));
  box-shadow: 0 20px 42px rgba(255, 51, 102, .28);
}

.premium-actions .ghost {
  color: white;
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.12);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}

.premium-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.premium-proof span {
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.12);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.premium-proof strong {
  color: var(--mx-hot);
}

.premium-stage {
  display: grid;
  place-items: center;
  min-height: 560px;
}

.dating-phone {
  position: relative;
  width: min(100%, 430px);
  padding: 18px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.12)),
    linear-gradient(135deg, rgba(255,51,102,.32), rgba(124,44,255,.18) 55%, rgba(255,184,77,.20));
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
  backdrop-filter: blur(20px);
}

.dating-phone::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 28px;
  pointer-events: none;
}

.phone-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 12px 10px 16px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 900;
}

.phone-top strong {
  color: var(--mx-hot);
}

.swipe-stack {
  position: relative;
  height: 500px;
}

.swipe-card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 28px;
  background: white;
  box-shadow: 0 24px 60px rgba(35,16,37,.16);
}

.swipe-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.card-back {
  height: 430px;
  transform: translateY(-24px) rotate(-7deg) scale(.88);
  opacity: .48;
}

.card-mid {
  height: 455px;
  transform: translateY(-8px) rotate(6deg) scale(.93);
  opacity: .72;
}

.card-front {
  height: 480px;
}

.swipe-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(35,16,37,.84));
}

.swipe-info {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 6px;
  color: white;
}

.swipe-info strong {
  font-size: 32px;
  line-height: 1;
}

.swipe-info span:last-child {
  opacity: .88;
  font-weight: 800;
}

.live-pill {
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #064e3b;
  background: #bff9dd;
  font-size: 12px;
  font-weight: 950;
}

.swipe-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.swipe-actions span {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: rgba(35,16,37,.50);
  font-size: 12px;
  font-weight: 950;
}

.swipe-actions span:nth-child(2) {
  background: linear-gradient(135deg, var(--mx-hot), var(--mx-purple));
}

.premium-strip {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: -18px;
  padding: 0 18px 52px;
}

.premium-strip div {
  padding: 18px;
  border: 1px solid rgba(255, 51, 102, .12);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 42px rgba(71, 18, 52, .12);
}

.premium-strip strong,
.premium-strip span {
  display: block;
}

.premium-strip span {
  margin-top: 4px;
  color: rgba(35,16,37,.62);
}

.premium-section-head {
  padding: 0 18px 18px;
}

.premium-section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 6vw, 54px);
  line-height: 1;
}

.premium-grid .profile-card {
  border: 1px solid rgba(255,255,255,.70);
  background: rgba(255,255,255,.82);
  box-shadow: 0 24px 60px rgba(71, 18, 52, .10);
}

.premium-grid .profile-card img {
  height: 360px;
}

.premium-grid .profile-body {
  padding: 18px;
}

.home-page {
  background:
    linear-gradient(180deg, rgba(255,244,248,.90), rgba(255,248,239,.94)),
    var(--amormx-rooftop-bg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.home-page::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.20) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.18) 0 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,16,37,.30), transparent 46%, rgba(255,51,102,.14));
  background-size: 76px 76px, 76px 76px, auto;
}

.home-page .appbar {
  background: rgba(255,247,250,.76);
  box-shadow: 0 16px 40px rgba(71, 18, 52, .08);
}

.home-page .brand {
  color: var(--mx-hot);
  font-size: 28px;
}

.home-page .section-head h1 {
  color: var(--mx-plum);
  font-size: clamp(40px, 7vw, 78px);
  line-height: .92;
}

.home-subtitle {
  color: rgba(35,16,37,.68);
  font-size: 17px;
}

.home-pills span {
  border-color: rgba(255,51,102,.16);
  color: #8b1d4b;
  background: rgba(255,255,255,.66);
}

.home-page .single-profile-card {
  width: min(100%, 456px);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.82);
  background: rgba(255,255,255,.78);
  box-shadow: 0 34px 90px rgba(71,18,52,.22);
}

.home-page .single-profile-card .profile-photo-wrap {
  border-radius: 24px 24px 0 0;
}

.home-page .profile-card.single-profile-card img {
  height: min(60vh, 560px);
  min-height: 420px;
}

.home-page .profile-photo-meta h3 {
  font-size: 34px;
}

.match-body {
  padding: 20px;
}

.home-page .single-actions .btn {
  min-height: 54px;
}

.home-page .single-actions .like-button {
  background: linear-gradient(135deg, var(--mx-hot), var(--mx-purple));
}

.home-page .single-actions .contact-button {
  background: linear-gradient(135deg, var(--mx-amber), var(--mx-hot) 48%, var(--mx-purple));
}

.home-page .support-launcher {
  background: linear-gradient(135deg, var(--mx-hot), var(--mx-teal));
}

@media (min-width: 860px) {
  .premium-hero {
    grid-template-columns: 1.05fr .95fr;
    padding: 58px 48px 44px;
  }

  .premium-strip {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 48px;
  }

  .premium-section-head {
    padding-inline: 48px;
  }
}

@media (min-width: 1120px) {
  .premium-hero {
    padding-inline: 64px;
  }

  .premium-strip,
  .premium-section-head {
    padding-inline: 64px;
  }
}

@media (max-width: 759px) {
  .premium-topbar .brand,
  .home-page .brand {
    font-size: 25px;
  }

  .premium-topbar,
  .home-page .appbar {
    padding: 12px 16px;
  }

  .premium-topbar nav {
    gap: 6px;
    font-size: 13px;
  }

  .premium-topbar nav a {
    padding: 8px 9px;
  }

  .premium-hero {
    min-height: auto;
    padding-top: 28px;
  }

  .premium-copy h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .premium-stage {
    min-height: auto;
  }

  .dating-phone {
    border-radius: 28px;
  }

  .swipe-stack {
    height: 430px;
  }

  .card-front {
    height: 410px;
  }

  .card-mid {
    height: 386px;
  }

  .card-back {
    height: 365px;
  }

  .premium-grid .profile-card img {
    height: 330px;
  }

  .home-page .section-head h1 {
    max-width: 340px;
    font-size: 42px;
  }

  .home-page .profile-card.single-profile-card img {
    height: min(58vh, 460px);
    min-height: 330px;
  }

  .home-page .single-profile-card {
    border-radius: 22px;
  }

  .home-page .profile-photo-meta h3 {
    font-size: 30px;
  }
}

@media (min-width: 1080px) {
  .profile-grid.actionable { grid-template-columns: repeat(3, 1fr); }
}

/* Home match experience */
.home-page {
  color: #251326;
  background:
    linear-gradient(128deg, rgba(201, 28, 95, .32) 0 16%, transparent 16.2% 100%),
    linear-gradient(232deg, rgba(37, 164, 142, .18) 0 15%, transparent 15.2% 100%),
    linear-gradient(180deg, #fff3f7 0%, #fff8ee 46%, #fdf0f6 100%);
}

.home-page::before {
  inset: 70px 0 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.42) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255,255,255,.36) 0 1px, transparent 1px 100%),
    repeating-linear-gradient(135deg, rgba(189, 30, 89, .075) 0 2px, transparent 2px 26px),
    linear-gradient(90deg, rgba(244, 165, 28, .18), transparent 32%, transparent 68%, rgba(109, 40, 217, .14));
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.home-page::after {
  height: 46vh;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.62) 64%, rgba(255,255,255,.90) 100%),
    linear-gradient(100deg, rgba(244, 165, 28, .18), transparent 42%, rgba(37, 164, 142, .12));
}

.home-page .appbar {
  background: rgba(255, 248, 250, .72);
  border-bottom: 1px solid rgba(189, 30, 89, .10);
  box-shadow: 0 12px 34px rgba(86, 22, 60, .06);
}

.home-page .brand {
  color: #c91c5f;
}

.home-page nav a {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.50);
}

.home-page .app-main {
  width: min(100%, 1180px);
  max-width: none;
}

.home-hero-copy {
  position: relative;
}

.home-subtitle {
  max-width: 360px;
  margin: 12px auto 0;
  color: rgba(37, 19, 38, .66);
  font-size: 16px;
  line-height: 1.55;
}

.home-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}

.home-pills span {
  padding: 8px 11px;
  border: 1px solid rgba(201, 28, 95, .16);
  border-radius: 999px;
  color: #7a234c;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 8px 22px rgba(96, 26, 68, .06);
  font-size: 12px;
  font-weight: 900;
}

.home-page .profile-deck {
  align-items: start;
  padding-top: 6px;
}

.home-page .single-profile-card {
  width: min(100%, 430px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.74);
  box-shadow: 0 30px 80px rgba(87, 18, 58, .22);
  backdrop-filter: blur(18px);
}

.home-page .single-profile-card .profile-photo-wrap {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(232, 63, 111, .86), rgba(109, 40, 217, .78)),
    linear-gradient(180deg, #f8dce8, #f4c5d9);
}

.home-page .profile-card.single-profile-card img {
  height: min(56vh, 520px);
  min-height: 360px;
  object-fit: cover;
  transform: scale(1.01);
}

.profile-photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(35, 19, 38, .06) 0%, transparent 38%, rgba(35, 19, 38, .78) 100%),
    linear-gradient(135deg, rgba(232, 63, 111, .10), transparent 44%);
  pointer-events: none;
}

.home-page .profile-count {
  top: 14px;
  right: 14px;
  padding: 8px 12px;
  background: rgba(35, 19, 38, .50);
  border: 1px solid rgba(255,255,255,.20);
}

.profile-photo-meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 6px 12px;
  color: white;
}

.profile-photo-meta h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  text-shadow: 0 3px 16px rgba(0,0,0,.26);
}

.profile-photo-meta p {
  grid-column: 1;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-weight: 900;
}

.profile-photo-meta .status {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: #065f46;
  background: #bff9dd;
}

.match-body {
  padding: 18px;
  background: rgba(255,255,255,.94);
}

.match-body .bio {
  font-size: 15px;
  line-height: 1.62;
}

.home-page .single-actions {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.home-page .single-actions .btn {
  min-height: 50px;
}

.home-page .single-actions .like-button {
  color: white;
  background: linear-gradient(135deg, #e83f6f, #c91c5f);
  box-shadow: 0 12px 26px rgba(232, 63, 111, .22);
}

.home-page .single-actions .skip-button {
  color: #5e455f;
  background: #fff;
  border-color: rgba(114, 95, 118, .18);
}

.home-page .single-actions .contact-button {
  min-height: 54px;
  background: linear-gradient(135deg, #f4a51c, #e83f6f 48%, #6d28d9);
  box-shadow: 0 18px 34px rgba(189, 30, 89, .30);
}

.home-page .selection-hint {
  margin-top: 10px;
  color: rgba(37, 19, 38, .56);
  text-align: center;
}

.home-page .empty-state {
  width: min(100%, 430px);
  padding: 28px;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.86);
  box-shadow: 0 30px 80px rgba(87, 18, 58, .16);
  backdrop-filter: blur(18px);
}

.home-page .empty-state h2 {
  font-size: 28px;
  line-height: 1.15;
}

.home-page .empty-state p {
  max-width: 330px;
  margin: 0 auto;
}

.empty-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.empty-actions .btn {
  width: 100%;
}

.home-page .support-launcher {
  right: 18px;
  bottom: 18px;
  background: linear-gradient(135deg, #c91c5f, #25a48e);
  box-shadow: 0 18px 40px rgba(37, 164, 142, .24), 0 12px 28px rgba(201, 28, 95, .22);
}

@media (max-width: 759px) {
  .home-page {
    background:
      linear-gradient(142deg, rgba(201, 28, 95, .36) 0 24%, transparent 24.2% 100%),
      linear-gradient(224deg, rgba(37, 164, 142, .18) 0 20%, transparent 20.2% 100%),
      linear-gradient(180deg, #fff0f6 0%, #fff7ea 50%, #fff1f8 100%);
  }

  .home-page .appbar {
    padding: 12px 16px;
  }

  .home-page .brand {
    font-size: 26px;
  }

  .home-page nav {
    gap: 6px;
    font-size: 13px;
  }

  .home-page nav a {
    padding: 7px 9px;
  }

  .home-page .section-head.compact {
    padding: 20px 18px 14px;
  }

  .home-page .section-head h1 {
    max-width: 280px;
    font-size: 36px;
  }

  .home-subtitle {
    max-width: 310px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .home-pills {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .home-page .profile-deck {
    padding: 0 12px 92px;
  }

  .home-page .single-profile-card {
    width: 100%;
  }

  .home-page .profile-card.single-profile-card img {
    height: min(55vh, 430px);
    min-height: 310px;
  }

  .profile-photo-meta {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .profile-photo-meta h3 {
    font-size: 28px;
  }

  .match-body {
    padding: 16px;
  }

  .home-page .support-launcher {
    right: 14px;
    bottom: 14px;
  }
}

@media (min-width: 900px) {
  .home-page .app-main {
    grid-template-columns: minmax(250px, .82fr) minmax(420px, 480px) minmax(240px, .82fr);
    column-gap: 44px;
    padding: 52px 34px 0;
  }

  .home-page .section-head.compact {
    top: 120px;
    padding-top: 84px;
  }

  .home-page .section-head h1 {
    max-width: 360px;
    font-size: 54px;
    line-height: 1;
  }

  .home-subtitle {
    margin-left: 0;
    margin-right: 0;
  }

  .home-pills {
    justify-content: flex-start;
  }

  .home-page .profile-deck {
    padding-top: 10px;
  }

  .home-page .app-main::after {
    height: 420px;
    margin-top: 92px;
    border: 1px solid rgba(255,255,255,.58);
    background:
      linear-gradient(135deg, rgba(255,255,255,.60), rgba(255,255,255,.18)),
      repeating-linear-gradient(135deg, rgba(201, 28, 95, .12) 0 12px, transparent 12px 24px),
      linear-gradient(160deg, rgba(244, 165, 28, .28), rgba(37, 164, 142, .18) 52%, rgba(109, 40, 217, .16));
    box-shadow: 0 24px 70px rgba(87, 18, 58, .12);
  }
}

/* Real photo background final override */
.landing-premium {
  background: #150c18;
}

.premium-hero::before {
  background-image: url("/uploads/amormx-rooftop-bg.png") !important;
  background-size: cover;
  background-position: center;
}

.home-page {
  background:
    linear-gradient(180deg, rgba(255,244,248,.88), rgba(255,248,239,.94)),
    url("/uploads/amormx-rooftop-bg.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed;
}

.home-page::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.16) 0 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,16,37,.28), transparent 48%, rgba(255,51,102,.12)) !important;
  background-size: 76px 76px, 76px 76px, auto !important;
}

@media (max-width: 759px) {
  .home-page {
    background:
      linear-gradient(180deg, rgba(255,244,248,.84), rgba(255,248,239,.94)),
      url("/uploads/amormx-rooftop-bg.png") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-attachment: scroll;
  }
}

/* Login/home polish final pass */
.home-page .app-main::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

@media (min-width: 900px) {
  .home-page .app-main {
    grid-template-columns: minmax(270px, 380px) minmax(420px, 520px) !important;
    justify-content: center;
    column-gap: 58px !important;
    max-width: 1040px !important;
    padding: 44px 32px 0 !important;
  }

  .home-page .section-head.compact {
    grid-column: 1 !important;
    padding-top: 68px !important;
  }

  .home-page .profile-deck {
    grid-column: 2 !important;
  }
}

.auth-page::after {
  background:
    linear-gradient(90deg, rgba(9,4,11,.88) 0%, rgba(9,4,11,.70) 48%, rgba(9,4,11,.34) 100%),
    radial-gradient(circle at 26% 46%, rgba(255,51,102,.28), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(255,184,77,.20), transparent 26%) !important;
}

.auth-luxury-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.luxury-auth-panel {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.30);
  background:
    linear-gradient(180deg, rgba(255,255,255,.26), rgba(255,255,255,.11)),
    radial-gradient(circle at 20% 0%, rgba(255,51,102,.18), transparent 38%);
}

.luxury-auth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.20), transparent 34%);
}

.luxury-auth-panel > * {
  position: relative;
}

.luxury-auth-panel h1 {
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 1;
}

.luxury-auth-panel .form {
  gap: 16px;
}

.luxury-auth-panel input,
.luxury-auth-panel select {
  min-height: 52px;
  border-radius: 14px;
  background: rgba(11,5,14,.34);
}

.luxury-auth-panel .btn.primary {
  min-height: 54px;
  margin-top: 4px;
  background: linear-gradient(135deg, #ff3366, #7c2cff);
  box-shadow: 0 20px 46px rgba(255,51,102,.34);
}

.auth-luxury-copy {
  padding: 10px 0;
}

.auth-luxury-copy h1 {
  max-width: 640px;
}

@media (max-width: 759px) {
  .auth-luxury-shell {
    gap: 22px;
  }

  .luxury-auth-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .auth-luxury-copy p {
    font-size: 16px;
  }
}

/* Match Pro redesign */
.home-page {
  min-height: 100vh;
  color: #241127;
  background:
    linear-gradient(120deg, rgba(20, 8, 24, .70), rgba(255, 70, 126, .24) 42%, rgba(255, 246, 238, .82) 78%),
    url("/uploads/amormx-rooftop-bg.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

.home-page::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.32), transparent 30%),
    radial-gradient(circle at 78% 22%, rgba(255, 194, 117, .24), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.76)) !important;
  background-size: auto !important;
}

.home-page .appbar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 72px;
  border-bottom: 1px solid rgba(255,255,255,.34);
  background: rgba(255, 248, 251, .72);
  box-shadow: 0 18px 50px rgba(64, 18, 46, .08);
  backdrop-filter: blur(22px);
}

.home-page .brand {
  color: #d72468;
  letter-spacing: 0;
}

.home-page .appbar nav a {
  min-height: 38px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.64);
  color: #60415c;
  box-shadow: 0 10px 24px rgba(87, 18, 58, .08);
}

.home-page .app-main {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 36px 18px 92px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.home-page .section-head.compact {
  max-width: 520px;
  padding: 0;
  color: white;
  text-shadow: 0 18px 44px rgba(16, 6, 18, .28);
}

.home-page .section-head .eyebrow {
  color: #ffd7e4;
}

.home-page .section-head h1 {
  margin-top: 10px;
  color: white;
  font-size: clamp(42px, 8vw, 72px);
  line-height: .94;
  letter-spacing: 0;
}

.home-subtitle {
  max-width: 440px;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.65;
}

.home-pills {
  justify-content: flex-start;
}

.home-pills span,
.home-mini-stats div,
.side-panel-list span {
  border: 1px solid rgba(255,255,255,.42);
  background: rgba(255,255,255,.20);
  color: white;
  box-shadow: 0 14px 36px rgba(24, 8, 26, .16);
  backdrop-filter: blur(18px);
}

.home-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(420px, 100%);
  margin-top: 18px;
}

.home-mini-stats div {
  min-height: 72px;
  border-radius: 20px;
  padding: 13px 14px;
}

.home-mini-stats strong,
.home-mini-stats span {
  display: block;
}

.home-mini-stats strong {
  font-size: 22px;
  line-height: 1;
}

.home-mini-stats span {
  margin-top: 8px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 800;
}

.home-page .profile-deck {
  width: min(100%, 440px);
  margin: 0 auto;
  padding: 0;
}

.home-page .single-profile-card {
  width: 100%;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255,255,255,.86);
  box-shadow: 0 34px 90px rgba(43, 12, 42, .32);
  backdrop-filter: blur(22px);
}

.home-page .single-profile-card .profile-photo-wrap {
  border-radius: 32px 32px 0 0;
  background:
    radial-gradient(circle at 70% 18%, rgba(255,255,255,.34), transparent 26%),
    linear-gradient(145deg, #ff4b86, #8a35e8 58%, #271336);
}

.home-page .profile-card.single-profile-card img {
  width: 100%;
  height: clamp(390px, 58vh, 590px);
  min-height: 390px;
  object-fit: cover;
  transform: scale(1.015);
}

.profile-photo-shade {
  background:
    linear-gradient(180deg, rgba(12, 4, 18, .02) 0%, transparent 40%, rgba(12, 4, 18, .86) 100%),
    radial-gradient(circle at 48% 78%, rgba(255, 66, 122, .26), transparent 34%);
}

.profile-top-badges {
  position: absolute;
  left: 18px;
  top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-top-badges span,
.home-page .profile-count {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(21, 8, 24, .44);
  color: white;
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 900;
}

.profile-top-badges span {
  padding: 8px 11px;
}

.home-page .profile-count {
  padding: 9px 13px;
}

.profile-photo-meta {
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.profile-photo-meta h3 {
  font-size: clamp(34px, 5vw, 42px);
  letter-spacing: 0;
}

.profile-photo-meta p {
  color: rgba(255,255,255,.88);
  font-size: 16px;
}

.profile-photo-meta .status {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.36);
  background: rgba(186, 255, 214, .88);
  color: #086141;
}

.match-body {
  padding: 18px 18px 20px;
}

.match-body .bio {
  color: #6b5a70;
  font-size: 15px;
  line-height: 1.55;
}

.match-insights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 16px;
}

.match-insights span {
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff1f7;
  color: #962b61;
  font-size: 12px;
  font-weight: 900;
}

.single-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.single-actions .contact-button {
  grid-column: 1 / -1;
}

.single-actions .btn {
  min-height: 54px;
  border-radius: 18px;
  font-size: 15px;
}

.single-actions .like-button {
  background: linear-gradient(135deg, #ff2f72, #b126d6);
  color: white;
  box-shadow: 0 18px 40px rgba(217, 36, 105, .28);
}

.single-actions .contact-button {
  background: linear-gradient(135deg, #ffb86b, #ff3478 48%, #8a2be2);
  box-shadow: 0 20px 46px rgba(236, 68, 113, .30);
}

.single-actions .contact-button:disabled {
  color: rgba(255,255,255,.72);
  background: linear-gradient(135deg, rgba(255,184,107,.58), rgba(199, 83, 191, .58));
  box-shadow: none;
}

.selection-hint {
  margin: 12px 0 0;
  color: #8a788c;
  font-size: 13px;
  text-align: center;
}

.home-side-panel {
  display: none;
}

.side-panel-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.12)),
    radial-gradient(circle at 20% 0%, rgba(255, 64, 122, .30), transparent 42%);
  color: white;
  box-shadow: 0 28px 70px rgba(28, 8, 32, .20);
  backdrop-filter: blur(22px);
}

.side-panel-card h2 {
  margin: 10px 0 12px;
  color: white;
  font-size: 30px;
  line-height: 1.05;
}

.side-panel-card p {
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

.side-panel-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.side-panel-list span {
  padding: 14px 16px;
  border-radius: 18px;
  font-weight: 900;
}

.home-page .support-launcher {
  min-width: 70px;
  min-height: 70px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ff3370, #7c2cff 58%, #26a69a);
  box-shadow: 0 22px 54px rgba(80, 20, 92, .30);
}

@media (min-width: 980px) {
  .home-page .app-main {
    grid-template-columns: minmax(250px, 360px) minmax(410px, 460px) minmax(250px, 320px) !important;
    align-items: center;
    column-gap: 38px !important;
    max-width: 1220px !important;
    padding: 42px 26px 90px !important;
  }

  .home-page .section-head.compact {
    grid-column: 1 !important;
    padding-top: 0 !important;
  }

  .home-page .profile-deck {
    grid-column: 2 !important;
  }

  .home-side-panel {
    display: block;
    grid-column: 3;
  }
}

@media (max-width: 979px) {
  .home-page .section-head.compact {
    text-align: left;
  }

  .home-page .profile-deck {
    width: min(100%, 430px);
  }
}

@media (max-width: 640px) {
  .home-page {
    background:
      linear-gradient(180deg, rgba(43, 13, 42, .38), rgba(255, 247, 242, .90) 42%, rgba(255, 249, 246, .98)),
      url("/uploads/amormx-rooftop-bg.png") !important;
    background-position: center top !important;
    background-attachment: scroll;
  }

  .home-page .appbar {
    height: 58px;
    padding: 0 16px;
  }

  .home-page .appbar nav a {
    min-height: 34px;
    padding: 8px 12px;
  }

  .home-page .app-main {
    min-height: auto;
    padding: 16px 12px 88px;
    gap: 16px;
  }

  .home-page .section-head h1 {
    max-width: 340px;
    font-size: 38px;
  }

  .home-subtitle {
    font-size: 14px;
    line-height: 1.55;
  }

  .home-mini-stats {
    display: none;
  }

  .home-pills span {
    padding: 8px 10px;
    font-size: 11px;
  }

  .home-page .single-profile-card {
    border-radius: 28px;
  }

  .home-page .profile-card.single-profile-card img {
    height: min(58vh, 500px);
    min-height: 360px;
  }

  .profile-top-badges {
    left: 14px;
    top: 14px;
  }

  .profile-top-badges span {
    padding: 7px 9px;
    font-size: 11px;
  }

  .profile-photo-meta h3 {
    font-size: 32px;
  }

  .match-body {
    padding: 16px;
  }

  .single-actions .btn {
    min-height: 50px;
    border-radius: 16px;
  }
}

/* Match studio v2 final polish */
.home-page .app-main.match-studio {
  align-items: center;
}

.home-page .section-head.compact.home-hero-copy {
  padding: 30px 0 0 !important;
}

.home-page .section-head.compact.home-hero-copy h1 {
  max-width: 360px;
  color: #fff !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: .92 !important;
  text-shadow: 0 18px 60px rgba(0,0,0,.36);
}

.home-page .section-head.compact.home-hero-copy .home-subtitle {
  color: rgba(255,255,255,.78) !important;
}

.home-page .profile-deck {
  width: min(100%, 460px) !important;
}

.home-page .profile-deck::before {
  inset: -20px !important;
  border-radius: 46px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.035)),
    linear-gradient(135deg, rgba(255, 52, 120, .16), rgba(255, 196, 142, .08)) !important;
  box-shadow: 0 48px 140px rgba(0,0,0,.42) !important;
}

.home-page .single-profile-card {
  border-radius: 38px !important;
  overflow: hidden;
  background: rgba(255,255,255,.98) !important;
  border: 1px solid rgba(255,255,255,.55) !important;
}

.home-page .single-profile-card .profile-photo-wrap {
  border-radius: 36px 36px 0 0 !important;
}

.home-page .profile-card.single-profile-card img {
  height: clamp(430px, 59vh, 620px) !important;
}

.home-page .profile-photo-meta h3 {
  color: #fff !important;
  font-size: clamp(34px, 4.6vw, 48px) !important;
}

.home-page .profile-photo-meta p {
  color: rgba(255,255,255,.88) !important;
  font-weight: 850;
}

.home-page .match-body {
  padding: 21px 21px 23px !important;
  background: linear-gradient(180deg, #fff, #fff7fb 68%, #fff) !important;
}

.home-page .match-body .bio {
  color: #433645 !important;
  font-size: 16px !important;
}

.home-page .match-progress {
  display: grid !important;
  margin: 4px 0 17px !important;
}

.home-page .single-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

.home-page .single-actions .btn {
  border-radius: 999px !important;
  min-height: 54px !important;
}

.home-page .single-actions .like-button {
  color: #fff !important;
  background: linear-gradient(135deg, #ff2f73, #8b2be8) !important;
}

.home-page .single-actions .skip-button {
  color: #5b475c !important;
  background: #fff !important;
}

.home-page .single-actions .contact-button {
  grid-column: 1 / -1 !important;
  min-height: 60px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #231629, #f03073 58%, #8228e7) !important;
}

.home-page .side-panel-card {
  border-radius: 30px !important;
  backdrop-filter: blur(24px);
}

.home-page .support-launcher {
  right: 22px !important;
  bottom: 24px !important;
}

.mobile-app-nav {
  display: none;
}

@media (min-width: 980px) {
  .home-page .app-main.match-studio {
    grid-template-columns: minmax(260px, 350px) minmax(430px, 460px) minmax(280px, 330px) !important;
    column-gap: 60px !important;
    max-width: 1320px !important;
    padding-top: 44px !important;
  }
}

@media (max-width: 640px) {
  .home-page .appbar {
    height: 58px !important;
  }

  .home-page .app-main.match-studio {
    padding: 14px 12px 112px !important;
  }

  .home-page .section-head.compact.home-hero-copy {
    padding-top: 4px !important;
  }

  .home-page .section-head.compact.home-hero-copy h1 {
    max-width: 340px;
    font-size: 36px !important;
  }

  .home-page .profile-deck {
    width: min(100%, 430px) !important;
  }

  .home-page .profile-card.single-profile-card img {
    height: min(56vh, 490px) !important;
    min-height: 355px !important;
  }

  .home-page .single-profile-card {
    border-radius: 30px !important;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    border-radius: 28px 28px 0 0 !important;
  }

  .home-page .match-body {
    padding: 17px 16px 18px !important;
  }

  .home-page .match-summary {
    margin-bottom: 9px;
  }

  .home-page .match-insights {
    margin: 12px 0 13px;
  }

  .home-page .support-launcher {
    display: none;
  }

  .mobile-app-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 28;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 24px;
    background: rgba(20, 12, 24, .78);
    backdrop-filter: blur(22px);
    box-shadow: 0 22px 60px rgba(0,0,0,.34);
  }

  .mobile-app-nav a,
  .mobile-app-nav button {
    min-height: 42px;
    border: 0;
    border-radius: 17px;
    background: transparent;
    color: rgba(255,255,255,.72);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    display: grid;
    place-items: center;
  }

  .mobile-app-nav .active,
  .mobile-app-nav button {
    background: linear-gradient(135deg, #ff2f73, #8b2be8);
    color: #fff;
  }

  .support-widget {
    bottom: 84px;
  }
}

/* Absolute last mobile override */
@media (max-width: 640px) {
  .home-page .section-head .eyebrow,
  .home-subtitle,
  .match-status-strip,
  .home-pills,
  .home-mini-stats,
  .home-side-panel,
  .profile-top-badges,
  .match-score-row,
  .home-page .match-summary,
  .home-page .match-insights,
  .home-page .match-progress {
    display: none !important;
  }

  .home-page .app-main.match-studio,
  .home-page .app-main {
    display: block !important;
    padding: 12px 14px 132px !important;
  }

  .home-page .section-head.compact.home-hero-copy {
    padding: 4px 2px 10px !important;
  }

  .home-page .section-head.compact.home-hero-copy h1 {
    max-width: 260px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1.06 !important;
  }

  .home-page .profile-deck {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .home-page .single-profile-card {
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(37, 18, 34, .22) !important;
  }

  .home-page .profile-card.single-profile-card img {
    height: clamp(300px, 48vh, 430px) !important;
    min-height: 0 !important;
  }

  .home-page .match-body {
    padding: 16px !important;
  }

  .home-page .single-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .home-page .single-actions .contact-button {
    grid-column: 1 / -1 !important;
  }

  .home-page .support-launcher {
    display: inline-flex !important;
    right: 16px !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    z-index: 36 !important;
    min-height: 42px !important;
  }

  .support-widget {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    z-index: 60 !important;
    width: auto !important;
    max-height: calc(100vh - 112px) !important;
  }
}

/* Final mobile simplification override */
@media (max-width: 640px) {
  .home-page {
    background:
      linear-gradient(180deg, rgba(12, 7, 16, .72), rgba(22, 10, 22, .24) 38%, rgba(255, 246, 250, .94) 76%),
      url("/uploads/amormx-rooftop-bg.png") center / cover fixed !important;
  }

  .home-page::before,
  .home-page::after,
  .home-page .profile-deck::before,
  .home-page .profile-deck::after {
    display: none !important;
  }

  .home-page .appbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 24 !important;
    height: 58px !important;
    padding: 0 14px !important;
    background: rgba(14, 8, 18, .86) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.18) !important;
  }

  .home-page .brand {
    font-size: 25px !important;
  }

  .home-page .brand::after,
  .home-page .section-head .eyebrow,
  .home-subtitle,
  .match-status-strip,
  .home-pills,
  .home-mini-stats,
  .home-side-panel,
  .profile-top-badges,
  .match-score-row,
  .home-page .match-summary,
  .home-page .match-insights,
  .home-page .match-progress {
    display: none !important;
  }

  .home-page .appbar nav {
    display: flex !important;
    gap: 8px !important;
  }

  .home-page .appbar nav a {
    min-height: 38px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.13) !important;
    color: rgba(255,255,255,.88) !important;
    font-size: 13px !important;
  }

  .home-page .app-main.match-studio,
  .home-page .app-main {
    display: block !important;
    min-height: auto !important;
    padding: 12px 14px 132px !important;
  }

  .home-page .section-head.compact.home-hero-copy {
    max-width: none !important;
    padding: 4px 2px 10px !important;
  }

  .home-page .section-head.compact.home-hero-copy h1 {
    max-width: 260px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1.06 !important;
    text-shadow: 0 10px 26px rgba(0,0,0,.34) !important;
  }

  .home-page .section-head.compact.home-hero-copy h1::after {
    content: "Elige, chatea y recibe ayuda VIP.";
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
  }

  .home-page .profile-deck {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .home-page .single-profile-card {
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.62) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(37, 18, 34, .22) !important;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    border-radius: 24px 24px 0 0 !important;
  }

  .home-page .profile-card.single-profile-card img {
    width: 100% !important;
    height: clamp(300px, 48vh, 430px) !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  .home-page .profile-count {
    top: 12px !important;
    right: 12px !important;
    padding: 7px 12px !important;
    font-size: 13px !important;
  }

  .profile-photo-meta {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
  }

  .profile-photo-meta h3 {
    font-size: 30px !important;
  }

  .profile-photo-meta p {
    font-size: 16px !important;
  }

  .profile-photo-meta .status {
    right: 0 !important;
    bottom: 2px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .home-page .match-body {
    padding: 16px !important;
  }

  .home-page .match-body .bio {
    margin: 0 0 14px !important;
    color: #4f4053 !important;
    font-size: 16px !important;
    line-height: 1.52 !important;
  }

  .home-page .single-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .home-page .single-actions .btn {
    min-height: 48px !important;
    border-radius: 16px !important;
    font-size: 15px !important;
  }

  .home-page .single-actions .contact-button {
    grid-column: 1 / -1 !important;
    min-height: 52px !important;
    margin-top: 2px !important;
    background: linear-gradient(135deg, #e02f75, #8525df) !important;
  }

  .home-page .selection-hint {
    margin: 10px 0 0 !important;
    font-size: 13px !important;
  }

  .mobile-app-nav {
    left: 14px !important;
    right: 14px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    z-index: 35 !important;
    gap: 5px !important;
    padding: 7px !important;
    border-radius: 22px !important;
    background: rgba(24, 15, 28, .86) !important;
  }

  .mobile-app-nav a,
  .mobile-app-nav button {
    min-height: 41px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
  }

  .home-page .support-launcher {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    right: 16px !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    z-index: 36 !important;
    min-height: 42px !important;
    padding: 0 15px !important;
    border: 1px solid rgba(255,255,255,.36) !important;
    box-shadow: 0 14px 34px rgba(141, 37, 160, .32) !important;
    font-size: 13px !important;
  }

  .support-widget {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    z-index: 60 !important;
    width: auto !important;
    max-height: calc(100vh - 112px) !important;
    border-radius: 22px !important;
  }

  .support-head {
    padding: 14px !important;
  }

  .support-head strong {
    font-size: 18px !important;
  }

  .support-messages {
    min-height: 260px !important;
    max-height: 42vh !important;
  }
}

/* Mobile simple operating UI */
@media (max-width: 640px) {
  .home-page {
    background:
      linear-gradient(180deg, rgba(12, 7, 16, .72), rgba(22, 10, 22, .26) 38%, rgba(255, 246, 250, .94) 76%),
      url("/uploads/amormx-rooftop-bg.png") center / cover fixed !important;
  }

  .home-page::before,
  .home-page::after,
  .home-page .profile-deck::before,
  .home-page .profile-deck::after {
    display: none !important;
  }

  .home-page .appbar {
    position: sticky;
    top: 0;
    z-index: 24;
    height: 58px !important;
    padding: 0 14px !important;
    background: rgba(14, 8, 18, .82) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.18) !important;
  }

  .home-page .brand {
    font-size: 25px !important;
  }

  .home-page .brand::after {
    display: none !important;
  }

  .home-page .appbar nav {
    gap: 8px !important;
  }

  .home-page .appbar nav a {
    min-height: 38px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.13) !important;
    font-size: 13px !important;
  }

  .home-page .app-main.match-studio,
  .home-page .app-main {
    display: block !important;
    min-height: auto !important;
    padding: 12px 14px 132px !important;
  }

  .home-page .section-head.compact.home-hero-copy {
    max-width: none !important;
    padding: 4px 2px 10px !important;
    text-align: left !important;
  }

  .home-page .section-head .eyebrow,
  .home-subtitle,
  .match-status-strip,
  .home-pills,
  .home-mini-stats,
  .home-side-panel {
    display: none !important;
  }

  .home-page .section-head.compact.home-hero-copy h1 {
    max-width: 260px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1.06 !important;
    text-shadow: 0 10px 26px rgba(0,0,0,.34) !important;
  }

  .home-page .section-head.compact.home-hero-copy h1::after {
    content: "Elige, chatea y recibe ayuda VIP.";
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
  }

  .home-page .profile-deck {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .home-page .single-profile-card {
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.62) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(37, 18, 34, .22) !important;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    height: auto !important;
    border-radius: 24px 24px 0 0 !important;
  }

  .home-page .profile-card.single-profile-card img {
    width: 100% !important;
    height: clamp(300px, 48vh, 430px) !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  .profile-top-badges {
    display: none !important;
  }

  .home-page .profile-count {
    top: 12px !important;
    right: 12px !important;
    padding: 7px 12px !important;
    font-size: 13px !important;
  }

  .profile-photo-meta {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
  }

  .profile-photo-meta h3 {
    font-size: 30px !important;
  }

  .profile-photo-meta p {
    font-size: 16px !important;
  }

  .profile-photo-meta .status {
    right: 0 !important;
    bottom: 2px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .home-page .match-body {
    padding: 16px !important;
  }

  .match-score-row,
  .home-page .match-summary,
  .home-page .match-insights,
  .home-page .match-progress {
    display: none !important;
  }

  .home-page .match-body .bio {
    margin: 0 0 14px !important;
    color: #4f4053 !important;
    font-size: 16px !important;
    line-height: 1.52 !important;
  }

  .home-page .single-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .home-page .single-actions .btn {
    min-height: 48px !important;
    border-radius: 16px !important;
    font-size: 15px !important;
  }

  .home-page .single-actions .contact-button {
    grid-column: 1 / -1 !important;
    min-height: 52px !important;
    margin-top: 2px !important;
    background: linear-gradient(135deg, #e02f75, #8525df) !important;
  }

  .home-page .selection-hint {
    margin: 10px 0 0 !important;
    font-size: 13px !important;
  }

  .mobile-app-nav {
    left: 14px !important;
    right: 14px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    z-index: 35 !important;
    gap: 5px !important;
    padding: 7px !important;
    border-radius: 22px !important;
    background: rgba(24, 15, 28, .86) !important;
  }

  .mobile-app-nav a,
  .mobile-app-nav button {
    min-height: 41px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
  }

  .home-page .support-launcher {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    right: 16px !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    z-index: 36 !important;
    min-height: 42px !important;
    padding: 0 15px !important;
    border: 1px solid rgba(255,255,255,.36) !important;
    box-shadow: 0 14px 34px rgba(141, 37, 160, .32) !important;
    font-size: 13px !important;
  }

  .support-widget {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    z-index: 60 !important;
    width: auto !important;
    max-height: calc(100vh - 112px) !important;
    border-radius: 22px !important;
  }

  .support-head {
    padding: 14px !important;
  }

  .support-head strong {
    font-size: 18px !important;
  }

  .support-messages {
    min-height: 260px !important;
    max-height: 42vh !important;
  }
}

/* Support chat pro polish */
.support-widget {
  width: min(430px, calc(100vw - 24px));
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 26px;
  background: rgba(255, 251, 253, .96);
  box-shadow: 0 28px 80px rgba(24, 11, 31, .34);
  backdrop-filter: blur(22px);
}

.support-head {
  position: relative;
  padding: 18px 18px 16px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,.32), transparent 30%),
    linear-gradient(135deg, #e5337a, #7c24df);
}

.support-head::before {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, #fff 0 3px, transparent 4px),
    linear-gradient(135deg, #ffd5e6, #fff2c4);
  box-shadow: inset 0 -8px 16px rgba(146, 42, 99, .18), 0 10px 24px rgba(40, 15, 55, .20);
}

.support-head > div {
  flex: 1;
}

.support-head strong {
  font-size: 20px;
  line-height: 1.05;
}

.support-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 800;
}

.support-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #74f2ad;
  box-shadow: 0 0 0 4px rgba(116, 242, 173, .18);
}

.support-head button {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,.20);
  font-size: 0;
  transition: transform .16s ease, background .16s ease;
}

.support-head button::before {
  content: "×";
  font-size: 30px;
  line-height: 1;
}

.support-head button:hover {
  transform: scale(1.04);
  background: rgba(255,255,255,.30);
}

.support-messages {
  gap: 14px;
  min-height: 330px;
  max-height: min(56vh, 430px);
  padding: 18px 16px 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,244,249,.92)),
    radial-gradient(circle at 20% 0, rgba(232, 63, 111, .08), transparent 34%);
}

.support-messages::-webkit-scrollbar,
.emoji-panel::-webkit-scrollbar {
  width: 6px;
}

.support-messages::-webkit-scrollbar-thumb,
.emoji-panel::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(143, 44, 87, .28);
}

.support-msg {
  position: relative;
  max-width: 82%;
}

.support-msg p {
  padding: 12px 14px;
  border: 1px solid rgba(216, 41, 103, .10);
  border-radius: 18px 18px 18px 6px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(83, 31, 65, .08);
}

.support-msg.me p {
  border: 0;
  border-radius: 18px 18px 6px 18px;
  background: linear-gradient(135deg, #df377b, #7b25db);
  box-shadow: 0 14px 34px rgba(132, 34, 168, .20);
}

.support-msg span {
  padding-inline: 4px;
  font-size: 12px;
}

.support-form {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(216, 41, 103, .12);
  background: rgba(255,255,255,.92);
}

.support-form input[name="message"] {
  min-width: 0;
  min-height: 48px;
  border-radius: 16px;
  border-color: rgba(216, 41, 103, .22);
  background: #fff;
  font-size: 15px;
}

.support-form button[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #df377b, #7b25db);
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(132, 34, 168, .18);
}

.chat-tools {
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}

.chat-tools button,
.image-tool {
  min-height: 34px;
  border-color: rgba(216, 41, 103, .18);
  background: #fff6fa;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

.chat-tools button:hover,
.image-tool:hover,
.emoji-toggle.active {
  transform: translateY(-1px);
  border-color: rgba(216, 41, 103, .34);
  background: #ffeaf2;
}

.emoji-panel {
  position: static;
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  max-height: 142px;
  overflow-y: auto;
  margin-top: 2px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  box-shadow: inset 0 0 0 1px rgba(216, 41, 103, .12), 0 14px 34px rgba(31, 18, 34, .12);
}

.emoji-panel.hidden {
  display: none;
}

.emoji-panel button {
  min-height: 38px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #fff5f9);
  font-size: 20px;
}

.emoji-panel button:hover {
  background: #ffeaf2;
}

@media (max-width: 560px) {
  .support-widget {
    left: 10px;
    right: 10px;
    bottom: 78px;
    width: auto;
    border-radius: 24px;
  }

  .support-messages {
    min-height: 300px;
    max-height: 48vh;
  }

  .emoji-panel {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-height: 126px;
  }

  .support-form {
    padding-bottom: max(14px, env(safe-area-inset-bottom));
  }
}

/* Match studio v3 operating polish - keep at EOF */
.match-status-strip {
  display: grid;
  gap: 9px;
  margin: 18px 0 2px;
}

.match-status-strip span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13);
}

.match-status-strip strong {
  color: #fff;
  font-size: 15px;
}

.home-page .section-head.compact.home-hero-copy h1 {
  letter-spacing: 0 !important;
}

.home-page .profile-deck::after {
  width: 108px !important;
  height: 72% !important;
  opacity: .72;
}

.match-score-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: center;
  margin-bottom: 14px;
  padding: 13px;
  border: 1px solid #f1dce7;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff7fb, #fff);
}

.match-score-row div {
  display: grid;
  place-items: center;
  width: 82px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2f73, #8b2be8);
  color: #fff;
  box-shadow: 0 14px 30px rgba(180, 43, 166, .22);
}

.match-score-row span {
  font-size: 10px;
  font-weight: 900;
  opacity: .78;
}

.match-score-row strong {
  font-size: 25px;
  line-height: 1;
}

.match-score-row p {
  margin: 0;
  color: #6d5b6d;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.42;
}

.home-page .match-summary span {
  border: 1px solid #f2dce7;
}

.home-page .match-progress span {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.56);
}

.home-page .single-actions .skip-button::before {
  content: "×";
  margin-right: 8px;
  font-size: 19px;
  line-height: 0;
}

.home-page .single-actions .like-button::before {
  content: "♥";
  margin-right: 8px;
  font-size: 16px;
}

.home-page .single-actions .contact-button::before {
  content: "VIP";
  margin-right: 10px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: 11px;
  letter-spacing: .04em;
}

.home-page .side-panel-list span {
  min-height: 70px;
}

.home-page .support-widget {
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0,0,0,.34);
}

@media (min-width: 980px) {
  .match-status-strip {
    width: min(330px, 100%);
  }

  .home-page .app-main.match-studio {
    min-height: calc(100vh - 72px);
  }
}

@media (max-width: 640px) {
  .match-status-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 14px;
  }

  .match-status-strip span {
    min-height: 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 10px 11px;
    font-size: 11px;
  }

  .match-status-strip strong {
    font-size: 14px;
  }

  .match-score-row {
    grid-template-columns: 74px 1fr;
    gap: 10px;
    margin-bottom: 11px;
    padding: 10px;
    border-radius: 20px;
  }

  .match-score-row div {
    width: 74px;
    height: 58px;
    border-radius: 18px;
  }

  .match-score-row strong {
    font-size: 22px;
  }

  .match-score-row p {
    font-size: 12px;
  }

  .home-page .single-actions .btn {
    font-size: 14px;
  }
}

/* Chat media tools */
.chat-tools {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0;
}

.chat-tools button,
.image-tool {
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(216, 41, 103, .16);
  border-radius: 999px;
  background: #fff4f8;
  color: #8f2c57;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.image-tool input {
  display: none;
}

.emoji-panel {
  position: static;
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 6px;
  max-height: 142px;
  overflow-y: auto;
  margin-top: 2px;
  padding: 10px;
  border: 1px solid rgba(216, 41, 103, .16);
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  box-shadow: inset 0 0 0 1px rgba(216, 41, 103, .12), 0 14px 34px rgba(31, 18, 34, .12);
}

.emoji-panel.hidden {
  display: none;
}

.emoji-panel button {
  min-height: 38px;
  padding: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #fff5f9);
  font-size: 20px;
}

.support-form {
  position: relative;
  grid-template-columns: 1fr auto;
}

.chat-image {
  display: block;
  width: min(210px, 100%);
  max-height: 240px;
  object-fit: cover;
  border-radius: 14px;
  margin-top: 4px;
  border: 1px solid rgba(255,255,255,.45);
}

.support-msg.me .chat-image {
  margin-left: auto;
}

.support-msg.agent .chat-image {
  border-color: rgba(216, 41, 103, .16);
}

/* Match studio premium UI */
.home-page {
  min-height: 100vh;
  background:
    linear-gradient(115deg, rgba(10, 7, 13, .96) 0%, rgba(22, 12, 26, .88) 34%, rgba(100, 30, 65, .40) 66%, rgba(255, 245, 238, .60) 100%),
    url("/uploads/amormx-rooftop-bg.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff;
}

.home-page::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 18%),
    linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px),
    radial-gradient(circle at 52% 18%, rgba(255, 65, 126, .24), transparent 25%),
    radial-gradient(circle at 82% 72%, rgba(255, 196, 143, .16), transparent 30%) !important;
  background-size: auto, 92px 92px, 92px 92px, auto, auto !important;
}

.home-page .appbar {
  height: 72px;
  backdrop-filter: blur(24px);
  background: linear-gradient(90deg, rgba(10, 7, 13, .84), rgba(25, 13, 29, .62));
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.home-page .brand {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 10px 32px rgba(255, 58, 116, .45);
}

.home-page .brand::after {
  content: "Select";
  margin-left: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 800;
  vertical-align: middle;
}

.home-page .appbar nav a {
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.90);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.match-studio {
  position: relative;
}

.home-page .section-head.compact {
  padding-top: 34px !important;
}

.home-page .section-head.compact::before {
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255, 71, 127, .25));
}

.home-page .section-head .eyebrow {
  color: rgba(255, 216, 226, .92);
}

.home-page .section-head h1 {
  max-width: 340px;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: .94;
  color: #fff;
  text-wrap: balance;
}

.home-subtitle {
  max-width: 330px;
  color: rgba(255,255,255,.74);
  font-size: 15px;
}

.home-pills span {
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
  border-color: rgba(255,255,255,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.home-mini-stats div {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}

.home-mini-stats strong,
.home-mini-stats span {
  color: #fff;
}

.home-page .profile-deck {
  width: min(100%, 456px);
  isolation: isolate;
}

.home-page .profile-deck::before {
  inset: -22px -18px;
  border-radius: 46px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.17), rgba(255,255,255,.04)),
    linear-gradient(140deg, rgba(255, 71, 127, .14), rgba(255, 197, 154, .06));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 46px 130px rgba(0,0,0,.38);
}

.home-page .profile-deck::after {
  content: "";
  position: absolute;
  inset: 22px -34px auto auto;
  width: 92px;
  height: 68%;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
  transform: rotate(5deg);
  z-index: -1;
}

.home-page .single-profile-card {
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,.48);
  background: rgba(255,255,255,.98);
  box-shadow: 0 38px 110px rgba(0,0,0,.40);
}

.home-page .single-profile-card .profile-photo-wrap {
  border-radius: 34px 34px 0 0;
}

.home-page .profile-card.single-profile-card img {
  height: clamp(420px, 58vh, 610px);
  object-fit: cover;
  transform: scale(1.015);
}

.profile-top-badges {
  gap: 8px;
}

.profile-top-badges span,
.home-page .profile-count {
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
}

.profile-photo-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px 12px;
}

.profile-photo-meta h3 {
  grid-column: 1 / 2;
  font-size: clamp(34px, 4.4vw, 46px);
  letter-spacing: 0;
}

.profile-photo-meta .status {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self: end;
}

.profile-photo-meta p {
  grid-column: 1 / 2;
}

.match-body {
  padding: 20px 20px 22px;
  background:
    linear-gradient(180deg, #fff, #fff8fb 62%, #fff);
}

.match-summary span,
.match-insights span {
  background: #fff0f5;
  color: #8f2c57;
}

.match-body .bio {
  min-height: 56px;
  color: #47394a;
  font-size: 16px;
}

.match-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 2px 0 16px;
}

.match-progress span {
  position: relative;
  padding: 8px 6px;
  border-radius: 999px;
  background: #f3edf2;
  color: #8c7d8a;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.match-progress span.active,
.match-progress span.done {
  background: linear-gradient(135deg, #f03273, #7d28e8);
  color: #fff;
}

.single-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.single-actions .contact-button {
  grid-column: 1 / -1;
  min-height: 58px;
  font-size: 17px;
  box-shadow: 0 18px 36px rgba(198, 34, 98, .26);
}

.single-actions .btn {
  border-radius: 999px;
}

.selection-hint {
  margin-top: 12px;
  font-size: 13px;
}

.home-side-panel {
  align-self: center;
}

.side-panel-card {
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.07)),
    linear-gradient(135deg, rgba(237, 51, 111, .18), rgba(255, 210, 164, .08));
  box-shadow: 0 30px 70px rgba(0,0,0,.25);
}

.side-panel-card h2 {
  color: #fff;
  font-size: 28px;
}

.side-panel-card p {
  color: rgba(255,255,255,.76);
}

.side-panel-list span {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.76);
}

.home-page .support-launcher {
  background: linear-gradient(135deg, #f03273, #7427e5 58%, #2ba7a2);
  box-shadow: 0 28px 60px rgba(26, 10, 38, .42);
}

@media (min-width: 980px) {
  .home-page .app-main.match-studio {
    grid-template-columns: minmax(250px, 340px) minmax(420px, 456px) minmax(270px, 330px) !important;
    column-gap: 58px !important;
    max-width: 1300px !important;
    padding-top: 42px !important;
  }
}

@media (max-width: 979px) {
  .home-page .app-main.match-studio {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-page .section-head.compact,
  .home-page .section-head h1,
  .home-subtitle {
    max-width: 480px;
  }

  .home-side-panel {
    width: min(100%, 456px);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .home-page {
    background:
      linear-gradient(180deg, rgba(9, 6, 12, .92), rgba(24, 11, 29, .78) 33%, rgba(255, 248, 244, .98) 78%),
      url("/uploads/amormx-rooftop-bg.png") !important;
    background-size: auto 560px, auto 560px !important;
    background-position: center top !important;
  }

  .home-page .brand::after {
    display: none;
  }

  .home-page .appbar nav a {
    min-height: 36px;
    padding: 8px 12px;
  }

  .home-page .app-main.match-studio {
    padding: 16px 12px 94px !important;
    gap: 18px;
  }

  .home-page .section-head h1 {
    max-width: 330px;
    font-size: 38px;
  }

  .home-subtitle {
    color: rgba(255,255,255,.76);
  }

  .home-mini-stats {
    display: none;
  }

  .home-page .profile-deck {
    width: min(100%, 430px);
    margin-top: 2px;
  }

  .home-page .profile-deck::after {
    display: none;
  }

  .home-page .profile-deck::before {
    inset: -9px;
    border-radius: 34px;
  }

  .home-page .single-profile-card {
    border-radius: 30px;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    border-radius: 28px 28px 0 0;
  }

  .home-page .profile-card.single-profile-card img {
    height: min(55vh, 480px);
    min-height: 350px;
  }

  .profile-photo-meta {
    left: 16px;
    right: 16px;
  }

  .profile-photo-meta h3 {
    font-size: 34px;
  }

  .match-body {
    padding: 17px 16px 18px;
  }

  .match-body .bio {
    min-height: 0;
    font-size: 15px;
  }

  .single-actions .btn {
    min-height: 50px;
  }

  .single-actions .contact-button {
    min-height: 56px;
  }

  .home-side-panel {
    display: none;
  }
}

/* Operating premium home pass */
.home-page {
  background:
    linear-gradient(110deg, rgba(14, 8, 18, .92) 0%, rgba(35, 16, 34, .74) 42%, rgba(255, 249, 244, .42) 100%),
    url("/uploads/amormx-rooftop-bg.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #231723;
}

.home-page::before {
  background:
    linear-gradient(180deg, rgba(10, 6, 13, .08), rgba(10, 6, 13, .22)),
    radial-gradient(circle at 68% 18%, rgba(255, 210, 156, .18), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(202, 37, 100, .16), transparent 28%) !important;
}

.home-page .appbar {
  height: 68px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: rgba(18, 10, 21, .62);
  box-shadow: 0 16px 52px rgba(0, 0, 0, .18);
  backdrop-filter: blur(24px);
}

.home-page .brand {
  color: #ff3f7e;
}

.home-page .appbar nav a {
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: none;
}

.home-page .app-main {
  min-height: calc(100vh - 68px);
  align-items: center;
}

.home-page .section-head.compact {
  max-width: 340px;
  text-shadow: 0 14px 46px rgba(0,0,0,.35);
}

.home-page .section-head .eyebrow {
  color: rgba(255, 190, 213, .92);
  letter-spacing: .18em;
}

.home-page .section-head h1 {
  max-width: 340px;
  margin: 10px 0 14px;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1;
  color: #fff;
}

.home-subtitle {
  max-width: 320px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.7;
}

.home-pills {
  gap: 8px;
  margin-top: 22px;
}

.home-pills span,
.home-mini-stats div,
.side-panel-list span {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.11);
  color: rgba(255,255,255,.86);
  box-shadow: 0 16px 34px rgba(0,0,0,.14);
}

.home-pills span {
  padding: 8px 11px;
  font-size: 11px;
}

.home-mini-stats {
  width: min(330px, 100%);
  gap: 9px;
}

.home-mini-stats div {
  min-height: 66px;
  border-radius: 18px;
}

.home-mini-stats strong {
  font-size: 20px;
  color: #fff;
}

.home-mini-stats span {
  color: rgba(255,255,255,.64);
}

.home-page .profile-deck {
  width: min(100%, 420px);
}

.home-page .single-profile-card {
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 38px 100px rgba(0,0,0,.34);
}

.home-page .single-profile-card .profile-photo-wrap {
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 72% 16%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(150deg, #db456e, #763183 58%, #160b1d);
}

.home-page .profile-card.single-profile-card img {
  height: clamp(360px, 54vh, 540px);
  min-height: 360px;
}

.profile-photo-shade {
  background:
    linear-gradient(180deg, rgba(10, 4, 15, .05) 0%, transparent 42%, rgba(10, 4, 15, .90) 100%),
    linear-gradient(110deg, rgba(0,0,0,.22), transparent 52%) !important;
}

.profile-top-badges span,
.home-page .profile-count {
  background: rgba(14, 8, 18, .54);
  border-color: rgba(255,255,255,.18);
}

.profile-photo-meta h3 {
  font-size: clamp(30px, 4vw, 38px);
}

.profile-photo-meta .status {
  background: rgba(202, 255, 220, .92);
  border-color: rgba(255,255,255,.22);
}

.match-body {
  padding: 18px;
}

.match-body .bio {
  color: #5f5262;
}

.match-insights span {
  background: #f7edf2;
  color: #8d2854;
}

.single-actions .btn {
  border-radius: 16px;
}

.single-actions .like-button {
  background: #d82967;
  box-shadow: 0 16px 36px rgba(216, 41, 103, .24);
}

.single-actions .contact-button {
  background: linear-gradient(135deg, #2a1b2f, #d82967);
  box-shadow: 0 18px 42px rgba(59, 24, 58, .25);
}

.single-actions .contact-button:disabled {
  color: rgba(255,255,255,.72);
  background: linear-gradient(135deg, #f2ddcf, #e7b7d5);
}

.side-panel-card {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(30, 18, 34, .62), rgba(30, 18, 34, .34)),
    radial-gradient(circle at 20% 0%, rgba(216, 41, 103, .28), transparent 40%);
  box-shadow: 0 28px 78px rgba(0,0,0,.22);
}

.side-panel-card h2 {
  font-size: 26px;
}

.side-panel-card p {
  color: rgba(255,255,255,.72);
}

.side-panel-card .btn.primary {
  background: #d82967;
  box-shadow: 0 18px 42px rgba(216, 41, 103, .26);
}

.side-panel-list span {
  display: block;
  padding: 14px 15px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
}

.side-panel-list strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.home-page .support-launcher {
  min-width: 66px;
  min-height: 66px;
  border-radius: 22px;
  background: linear-gradient(135deg, #d82967, #4f2d7f);
  box-shadow: 0 22px 54px rgba(33, 13, 40, .34);
}

@media (min-width: 980px) {
  .home-page .app-main {
    grid-template-columns: minmax(230px, 320px) minmax(390px, 430px) minmax(250px, 300px) !important;
    column-gap: 46px !important;
    max-width: 1160px !important;
    padding: 34px 28px 74px !important;
  }
}

@media (max-width: 640px) {
  .home-page {
    background:
      linear-gradient(180deg, rgba(17, 9, 21, .82), rgba(44, 20, 44, .54) 36%, rgba(255, 250, 246, .96) 72%),
      url("/uploads/amormx-rooftop-bg.png") !important;
    background-position: center top !important;
  }

  .home-page .appbar {
    height: 60px;
    background: rgba(18, 10, 21, .74);
  }

  .home-page .app-main {
    padding: 18px 12px 92px;
  }

  .home-page .section-head h1 {
    max-width: 310px;
    font-size: 34px;
  }

  .home-subtitle {
    max-width: 330px;
    font-size: 14px;
  }

  .home-page .profile-deck {
    width: min(100%, 410px);
  }

  .home-page .single-profile-card {
    border-radius: 26px;
  }

  .home-page .profile-card.single-profile-card img {
    height: min(54vh, 460px);
    min-height: 340px;
  }
}

/* Home luxury operating UI */
.home-page {
  background:
    linear-gradient(112deg, rgba(9, 7, 12, .94) 0%, rgba(24, 13, 28, .86) 38%, rgba(87, 30, 58, .42) 72%, rgba(255, 245, 238, .38) 100%),
    url("/uploads/amormx-rooftop-bg.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

.home-page::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px),
    radial-gradient(circle at 51% 20%, rgba(255, 76, 132, .16), transparent 24%),
    linear-gradient(180deg, rgba(8, 6, 10, .10), rgba(8, 6, 10, .46)) !important;
  background-size: 84px 84px, 84px 84px, auto, auto !important;
}

.home-page .appbar {
  height: 66px;
  padding-inline: clamp(18px, 4vw, 42px);
  background: rgba(12, 8, 15, .74);
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
}

.home-page .brand {
  color: #ff477f;
  font-size: clamp(24px, 2.4vw, 32px);
}

.home-page .appbar nav {
  gap: 10px;
}

.home-page .appbar nav a {
  min-height: 40px;
  padding: 10px 16px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.88);
}

.home-page .app-main {
  width: min(1280px, 100%);
  min-height: calc(100vh - 66px);
}

.home-page .section-head.compact {
  position: relative;
  max-width: 300px;
  padding: 24px 0 0 !important;
}

.home-page .section-head.compact::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff477f, #ffd0a8);
}

.home-page .section-head .eyebrow {
  color: rgba(255, 205, 221, .90);
  font-size: 12px;
  letter-spacing: .20em;
}

.home-page .section-head h1 {
  max-width: 300px;
  margin: 10px 0 14px;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.02;
}

.home-subtitle {
  max-width: 292px;
  color: rgba(255,255,255,.70);
  font-size: 14px;
  line-height: 1.72;
}

.home-pills {
  margin-top: 20px;
}

.home-pills span {
  padding: 7px 10px;
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
}

.home-mini-stats {
  width: min(292px, 100%);
  margin-top: 18px;
  gap: 8px;
}

.home-mini-stats div {
  min-height: 72px;
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.09);
}

.home-mini-stats strong {
  font-size: 21px;
}

.home-page .profile-deck {
  position: relative;
  width: min(100%, 430px);
}

.home-page .profile-deck::before {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
  box-shadow: 0 40px 120px rgba(0,0,0,.28);
  pointer-events: none;
}

.home-page .single-profile-card {
  position: relative;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.96);
  box-shadow: 0 34px 95px rgba(0,0,0,.34);
}

.home-page .single-profile-card .profile-photo-wrap {
  border-radius: 30px 30px 0 0;
  background:
    radial-gradient(circle at 72% 16%, rgba(255, 224, 193, .22), transparent 28%),
    linear-gradient(150deg, #c93864, #673173 56%, #120818);
}

.home-page .profile-card.single-profile-card img {
  height: clamp(370px, 55vh, 560px);
  min-height: 370px;
}

.profile-photo-shade {
  background:
    linear-gradient(180deg, rgba(8, 5, 10, .06) 0%, transparent 38%, rgba(8, 5, 10, .92) 100%),
    linear-gradient(90deg, rgba(0,0,0,.20), transparent 50%) !important;
}

.profile-top-badges {
  left: 16px;
  top: 16px;
}

.profile-top-badges span,
.home-page .profile-count {
  padding: 8px 11px;
  background: rgba(10, 6, 13, .56);
  color: rgba(255,255,255,.90);
}

.profile-photo-meta {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.profile-photo-meta h3 {
  font-size: clamp(31px, 4vw, 40px);
}

.match-body {
  padding: 18px 18px 20px;
}

.match-summary {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.match-summary span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f5eef2;
  color: #6c5366;
  font-size: 12px;
  font-weight: 850;
}

.match-body .bio {
  margin: 0;
  color: #594b5a;
  font-size: 15px;
  line-height: 1.58;
}

.match-insights {
  margin: 15px 0 16px;
}

.match-insights span {
  background: #fff4f7;
  color: #9a2c59;
}

.single-actions {
  gap: 11px;
}

.single-actions .btn {
  min-height: 52px;
  border-radius: 18px;
}

.single-actions .skip-button {
  border-color: #eadde5;
  background: #fff;
}

.single-actions .like-button {
  background: linear-gradient(135deg, #f03472, #b5175f);
}

.single-actions .contact-button {
  background: linear-gradient(135deg, #211525, #c52262);
}

.selection-hint {
  color: #8b7b89;
}

.home-side-panel {
  align-self: center;
}

.side-panel-card {
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.07)),
    linear-gradient(135deg, rgba(235, 53, 110, .18), rgba(255, 207, 167, .10));
  border-color: rgba(255,255,255,.20);
}

.side-panel-card .eyebrow {
  color: rgba(255, 205, 221, .94);
}

.side-panel-card h2 {
  font-size: 25px;
  line-height: 1.12;
}

.side-panel-card .btn.primary {
  min-height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f03472, #7f2de1);
}

.side-panel-list {
  margin-top: 14px;
}

.side-panel-list span {
  border-radius: 18px;
  background: rgba(255,255,255,.09);
}

.home-page .support-launcher {
  min-width: 64px;
  min-height: 64px;
  border-radius: 24px;
}

@media (min-width: 980px) {
  .home-page .app-main {
    grid-template-columns: minmax(220px, 300px) minmax(400px, 440px) minmax(250px, 310px) !important;
    column-gap: 54px !important;
    max-width: 1240px !important;
    padding: 38px 36px 78px !important;
  }
}

@media (max-width: 979px) {
  .home-page .section-head.compact {
    max-width: 420px;
    margin-inline: auto;
  }

  .home-page .section-head h1,
  .home-subtitle {
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .home-page {
    background:
      linear-gradient(180deg, rgba(9, 6, 12, .90), rgba(33, 15, 35, .72) 38%, rgba(255, 250, 247, .98) 76%),
      url("/uploads/amormx-rooftop-bg.png") !important;
    background-position: center top !important;
  }

  .home-page .appbar {
    height: 58px;
  }

  .home-page .app-main {
    padding: 18px 12px 92px;
  }

  .home-page .section-head.compact {
    padding-top: 6px !important;
  }

  .home-page .section-head.compact::before {
    margin-bottom: 14px;
  }

  .home-page .section-head h1 {
    font-size: 32px;
  }

  .home-pills {
    margin-top: 15px;
  }

  .home-page .profile-deck::before {
    inset: -8px;
    border-radius: 32px;
  }

  .home-page .single-profile-card {
    border-radius: 27px;
  }

  .home-page .profile-card.single-profile-card img {
    height: min(53vh, 440px);
    min-height: 330px;
  }
}

/* Match studio v2 final override - keep at EOF */
.home-page .app-main.match-studio {
  align-items: center;
}

.home-page .section-head.compact.home-hero-copy {
  padding: 30px 0 0 !important;
}

.home-page .section-head.compact.home-hero-copy h1 {
  max-width: 360px;
  color: #fff !important;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: .92 !important;
  text-shadow: 0 18px 60px rgba(0,0,0,.36);
}

.home-page .section-head.compact.home-hero-copy .home-subtitle {
  color: rgba(255,255,255,.78) !important;
}

.home-page .profile-deck {
  width: min(100%, 460px) !important;
}

.home-page .profile-deck::before {
  inset: -20px !important;
  border-radius: 46px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.035)),
    linear-gradient(135deg, rgba(255, 52, 120, .16), rgba(255, 196, 142, .08)) !important;
  box-shadow: 0 48px 140px rgba(0,0,0,.42) !important;
}

.home-page .single-profile-card {
  border-radius: 38px !important;
  overflow: hidden;
  background: rgba(255,255,255,.98) !important;
  border: 1px solid rgba(255,255,255,.55) !important;
}

.home-page .single-profile-card .profile-photo-wrap {
  border-radius: 36px 36px 0 0 !important;
}

.home-page .profile-card.single-profile-card img {
  height: clamp(430px, 59vh, 620px) !important;
}

.home-page .profile-photo-meta h3 {
  color: #fff !important;
  font-size: clamp(34px, 4.6vw, 48px) !important;
}

.home-page .profile-photo-meta p {
  color: rgba(255,255,255,.88) !important;
  font-weight: 850;
}

.home-page .match-body {
  padding: 21px 21px 23px !important;
  background: linear-gradient(180deg, #fff, #fff7fb 68%, #fff) !important;
}

.home-page .match-body .bio {
  color: #433645 !important;
  font-size: 16px !important;
}

.home-page .match-progress {
  display: grid !important;
  margin: 4px 0 17px !important;
}

.home-page .single-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}

.home-page .single-actions .btn {
  border-radius: 999px !important;
  min-height: 54px !important;
}

.home-page .single-actions .like-button {
  color: #fff !important;
  background: linear-gradient(135deg, #ff2f73, #8b2be8) !important;
}

.home-page .single-actions .skip-button {
  color: #5b475c !important;
  background: #fff !important;
}

.home-page .single-actions .contact-button {
  grid-column: 1 / -1 !important;
  min-height: 60px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #231629, #f03073 58%, #8228e7) !important;
}

.home-page .side-panel-card {
  border-radius: 30px !important;
  backdrop-filter: blur(24px);
}

.home-page .support-launcher {
  right: 22px !important;
  bottom: 24px !important;
}

.mobile-app-nav {
  display: none;
}

@media (min-width: 980px) {
  .home-page .app-main.match-studio {
    grid-template-columns: minmax(260px, 350px) minmax(430px, 460px) minmax(280px, 330px) !important;
    column-gap: 60px !important;
    max-width: 1320px !important;
    padding-top: 44px !important;
  }
}

@media (max-width: 640px) {
  .home-page .appbar {
    height: 58px !important;
  }

  .home-page .app-main.match-studio {
    padding: 14px 12px 112px !important;
  }

  .home-page .section-head.compact.home-hero-copy {
    padding-top: 4px !important;
  }

  .home-page .section-head.compact.home-hero-copy h1 {
    max-width: 340px;
    font-size: 36px !important;
  }

  .home-page .profile-deck {
    width: min(100%, 430px) !important;
  }

  .home-page .profile-card.single-profile-card img {
    height: min(56vh, 490px) !important;
    min-height: 355px !important;
  }

  .home-page .single-profile-card {
    border-radius: 30px !important;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    border-radius: 28px 28px 0 0 !important;
  }

  .home-page .match-body {
    padding: 17px 16px 18px !important;
  }

  .home-page .match-summary {
    margin-bottom: 9px;
  }

  .home-page .match-insights {
    margin: 12px 0 13px;
  }

  .home-page .support-launcher {
    display: none;
  }

  .mobile-app-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 28;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 24px;
    background: rgba(20, 12, 24, .78);
    backdrop-filter: blur(22px);
    box-shadow: 0 22px 60px rgba(0,0,0,.34);
  }

  .mobile-app-nav a,
  .mobile-app-nav button {
    min-height: 42px;
    border: 0;
    border-radius: 17px;
    background: transparent;
    color: rgba(255,255,255,.72);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    display: grid;
    place-items: center;
  }

  .mobile-app-nav .active,
  .mobile-app-nav button {
    background: linear-gradient(135deg, #ff2f73, #8b2be8);
    color: #fff;
  }

  .support-widget {
    bottom: 84px;
  }
}

/* Absolute last mobile override */
@media (max-width: 640px) {
  .home-page .section-head .eyebrow,
  .home-subtitle,
  .match-status-strip,
  .home-pills,
  .home-mini-stats,
  .home-side-panel,
  .profile-top-badges,
  .match-score-row,
  .home-page .match-summary,
  .home-page .match-insights,
  .home-page .match-progress {
    display: none !important;
  }

  .home-page .app-main.match-studio,
  .home-page .app-main {
    display: block !important;
    padding: 12px 14px 132px !important;
  }

  .home-page .section-head.compact.home-hero-copy {
    padding: 4px 2px 10px !important;
  }

  .home-page .section-head.compact.home-hero-copy h1 {
    max-width: 260px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1.06 !important;
  }

  .home-page .profile-deck {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .home-page .single-profile-card {
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 18px 48px rgba(37, 18, 34, .22) !important;
  }

  .home-page .profile-card.single-profile-card img {
    height: clamp(300px, 48vh, 430px) !important;
    min-height: 0 !important;
  }

  .home-page .match-body {
    padding: 16px !important;
  }

  .home-page .single-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .home-page .single-actions .contact-button {
    grid-column: 1 / -1 !important;
  }

  .home-page .support-launcher {
    display: inline-flex !important;
    right: 16px !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    z-index: 36 !important;
    min-height: 42px !important;
  }

  .support-widget {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    z-index: 60 !important;
    width: auto !important;
    max-height: calc(100vh - 112px) !important;
  }
}

/* Hide old mobile bottom navigation */
.mobile-app-nav {
  display: none !important;
}

@media (max-width: 640px) {
  .home-page .app-main.match-studio,
  .home-page .app-main {
    padding-bottom: 88px !important;
  }

  .home-page .support-launcher {
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  }

  .support-widget {
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  }
}

/* AmorMX mobile premium v2 */
@media (max-width: 640px) {
  html,
  body.home-page {
    min-height: 100%;
    overflow-x: hidden;
    background: #fff5f8 !important;
  }

  body.home-page {
    color: #211625;
  }

  .home-page::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    pointer-events: none !important;
    background:
      linear-gradient(180deg, rgba(18, 8, 22, .70) 0 19%, transparent 52%),
      radial-gradient(circle at 15% 8%, rgba(255, 62, 126, .34), transparent 28%),
      radial-gradient(circle at 90% 8%, rgba(129, 43, 226, .26), transparent 26%),
      linear-gradient(180deg, rgba(255,255,255,0), #fff6f9 55%, #fff 100%),
      url("/uploads/amormx-rooftop-bg.png") center top / cover no-repeat !important;
    z-index: -1 !important;
  }

  .home-page::after,
  .home-page .profile-deck::before,
  .home-page .profile-deck::after,
  .mobile-app-nav {
    display: none !important;
  }

  .home-page .appbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 40 !important;
    height: 60px !important;
    padding: 0 16px !important;
    border: 0 !important;
    background: linear-gradient(180deg, rgba(18, 8, 22, .82), rgba(18, 8, 22, .34)) !important;
    box-shadow: none !important;
    backdrop-filter: blur(18px);
  }

  .home-page .brand {
    color: #fff !important;
    font-size: 25px !important;
    text-shadow: 0 10px 28px rgba(255, 47, 115, .42);
  }

  .home-page .brand::after {
    display: none !important;
  }

  .home-page .appbar nav {
    display: flex !important;
    gap: 8px !important;
  }

  .home-page .appbar nav a {
    min-height: 36px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.14) !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 13px !important;
  }

  .home-page .app-main.match-studio,
  .home-page .app-main {
    display: block !important;
    min-height: auto !important;
    padding: 10px 14px 86px !important;
  }

  .home-page .section-head.compact.home-hero-copy {
    max-width: none !important;
    padding: 2px 2px 12px !important;
    text-align: left !important;
  }

  .home-page .section-head .eyebrow,
  .home-subtitle,
  .match-status-strip,
  .home-pills,
  .home-mini-stats,
  .home-side-panel,
  .profile-top-badges,
  .match-score-row,
  .home-page .match-summary,
  .home-page .match-insights,
  .home-page .match-progress {
    display: none !important;
  }

  .home-page .section-head.compact.home-hero-copy h1 {
    max-width: 290px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 12px 30px rgba(0,0,0,.36);
  }

  .home-page .section-head.compact.home-hero-copy h1::after {
    content: "Una persona a la vez. Elige y habla con soporte VIP.";
    display: block;
    max-width: 300px;
    margin-top: 8px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
  }

  .home-page .profile-deck {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .home-page .single-profile-card {
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.76) !important;
    border-radius: 28px !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 24px 60px rgba(40, 18, 38, .24) !important;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    border-radius: 28px 28px 0 0 !important;
    background: #2a1330 !important;
  }

  .home-page .profile-card.single-profile-card img {
    width: 100% !important;
    height: clamp(315px, 52vh, 450px) !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  .profile-photo-shade {
    background:
      linear-gradient(180deg, rgba(20, 8, 25, .02) 25%, rgba(20, 8, 25, .18) 56%, rgba(20, 8, 25, .86) 100%) !important;
  }

  .home-page .profile-count {
    top: 13px !important;
    right: 13px !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(255,255,255,.26) !important;
    border-radius: 999px !important;
    background: rgba(28, 14, 32, .52) !important;
    color: #fff !important;
    font-size: 13px !important;
  }

  .profile-photo-meta {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 5px 10px !important;
    align-items: end !important;
  }

  .profile-photo-meta h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 31px !important;
    line-height: 1 !important;
  }

  .profile-photo-meta p {
    margin: 0 !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 16px !important;
    font-weight: 850 !important;
  }

  .profile-photo-meta .status {
    position: static !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(255,255,255,.42) !important;
    background: #bdfbd4 !important;
    color: #12643b !important;
    font-size: 12px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
  }

  .home-page .match-body {
    margin-top: -1px !important;
    padding: 17px 16px 18px !important;
    border-radius: 0 0 28px 28px !important;
    background:
      linear-gradient(180deg, #fff, #fff7fa 100%) !important;
  }

  .home-page .match-body .bio {
    margin: 0 0 16px !important;
    color: #544658 !important;
    font-size: 15.5px !important;
    line-height: 1.55 !important;
  }

  .home-page .single-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .home-page .single-actions .btn {
    min-height: 48px !important;
    border-radius: 16px !important;
    font-size: 15px !important;
    font-weight: 950 !important;
  }

  .home-page .single-actions .skip-button {
    border: 1px solid rgba(95, 73, 96, .14) !important;
    background: #fff !important;
    color: #5c4d60 !important;
  }

  .home-page .single-actions .like-button {
    color: #fff !important;
    background: linear-gradient(135deg, #ff2f73, #9626e4) !important;
    box-shadow: 0 16px 32px rgba(208, 40, 133, .24) !important;
  }

  .home-page .single-actions .contact-button {
    grid-column: 1 / -1 !important;
    min-height: 54px !important;
    margin-top: 2px !important;
    color: #fff !important;
    background:
      linear-gradient(135deg, #241129, #df2f79 52%, #8426e0) !important;
    box-shadow: 0 18px 38px rgba(123, 38, 174, .22) !important;
  }

  .home-page .selection-hint {
    margin: 10px 0 0 !important;
    color: #918095 !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  .home-page .support-launcher {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    right: 15px !important;
    bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    z-index: 48 !important;
    min-height: 46px !important;
    padding: 0 16px !important;
    border: 1px solid rgba(255,255,255,.48) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff2f73, #8028e5) !important;
    color: #fff !important;
    box-shadow: 0 18px 38px rgba(92, 26, 132, .32) !important;
    font-size: 13px !important;
  }

  .support-widget {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    z-index: 70 !important;
    width: auto !important;
    max-height: calc(100vh - 94px) !important;
    border-radius: 24px !important;
  }

  .support-messages {
    min-height: 250px !important;
    max-height: 42vh !important;
  }
}

/* AmorMX mobile swipe-card redesign */
@media (max-width: 640px) {
  body.home-page {
    background: #120916 !important;
  }

  .home-page::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    pointer-events: none !important;
    z-index: -1 !important;
    background:
      linear-gradient(180deg, rgba(12, 6, 15, .52), rgba(12, 6, 15, .18) 32%, #fff7fa 72%),
      radial-gradient(circle at 16% 12%, rgba(255, 47, 115, .36), transparent 28%),
      radial-gradient(circle at 88% 18%, rgba(130, 40, 229, .30), transparent 30%),
      url("/uploads/amormx-rooftop-bg.png") center top / cover no-repeat !important;
  }

  .home-page .footer,
  .mobile-app-nav,
  .home-page::after,
  .home-page .profile-deck::before,
  .home-page .profile-deck::after,
  .home-page .section-head .eyebrow,
  .home-subtitle,
  .match-status-strip,
  .home-pills,
  .home-mini-stats,
  .home-side-panel,
  .profile-top-badges,
  .match-score-row,
  .home-page .match-summary,
  .home-page .match-insights,
  .home-page .match-progress,
  .home-page .selection-hint {
    display: none !important;
  }

  .home-page .appbar {
    height: 60px !important;
    padding: 0 16px !important;
    background: rgba(18, 9, 22, .76) !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: blur(18px);
  }

  .home-page .brand {
    color: #fff !important;
    font-size: 25px !important;
    text-shadow: 0 10px 26px rgba(255, 47, 115, .45);
  }

  .home-page .brand::after {
    display: none !important;
  }

  .home-page .appbar nav a {
    min-height: 36px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.14) !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 13px !important;
  }

  .home-page .app-main.match-studio,
  .home-page .app-main {
    display: flex !important;
    flex-direction: column !important;
    min-height: calc(100svh - 60px) !important;
    padding: 10px 12px 18px !important;
  }

  .home-page .section-head.compact.home-hero-copy {
    flex: 0 0 auto !important;
    max-width: none !important;
    padding: 0 3px 10px !important;
  }

  .home-page .section-head.compact.home-hero-copy h1 {
    max-width: 260px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1.08 !important;
    text-shadow: 0 10px 26px rgba(0,0,0,.34);
  }

  .home-page .section-head.compact.home-hero-copy h1::after {
    content: "Desliza una seleccion privada.";
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
  }

  .home-page .profile-deck {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
  }

  .home-page .single-profile-card {
    position: relative !important;
    display: flex !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-height: min(640px, calc(100svh - 118px)) !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.34) !important;
    border-radius: 30px !important;
    background: #1d0c24 !important;
    box-shadow: 0 26px 70px rgba(25, 10, 28, .34) !important;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 30px !important;
    background: #1d0c24 !important;
  }

  .home-page .profile-card.single-profile-card img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    filter: saturate(1.04) contrast(1.02) !important;
  }

  .profile-photo-shade {
    background:
      linear-gradient(180deg, rgba(18, 8, 22, .04) 0%, transparent 38%, rgba(18, 8, 22, .72) 78%, rgba(18, 8, 22, .94) 100%) !important;
  }

  .home-page .profile-count {
    top: 14px !important;
    right: 14px !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(255,255,255,.26) !important;
    background: rgba(20, 9, 25, .48) !important;
    color: #fff !important;
    font-size: 12px !important;
    backdrop-filter: blur(16px);
  }

  .profile-photo-meta {
    left: 18px !important;
    right: 18px !important;
    bottom: 184px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 5px 10px !important;
    align-items: end !important;
  }

  .profile-photo-meta h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 34px !important;
    line-height: 1 !important;
    text-shadow: 0 12px 28px rgba(0,0,0,.34);
  }

  .profile-photo-meta p {
    margin: 0 !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
  }

  .profile-photo-meta .status {
    position: static !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(255,255,255,.42) !important;
    background: rgba(183, 255, 213, .96) !important;
    color: #12643b !important;
    font-size: 12px !important;
  }

  .home-page .match-body {
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    z-index: 3 !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(255,255,255,.50) !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.88) !important;
    box-shadow: 0 18px 44px rgba(20, 8, 24, .24) !important;
    backdrop-filter: blur(20px);
  }

  .home-page .match-body .bio {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    margin: 0 0 12px !important;
    color: #493c50 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  .home-page .single-actions {
    display: grid !important;
    grid-template-columns: 54px 1fr 54px !important;
    gap: 9px !important;
    align-items: center !important;
  }

  .home-page .single-actions .btn {
    min-height: 52px !important;
    padding: 0 !important;
    border-radius: 18px !important;
    font-size: 0 !important;
    font-weight: 950 !important;
  }

  .home-page .single-actions .skip-button {
    grid-column: 1 !important;
    border: 1px solid rgba(69, 50, 74, .12) !important;
    background: #fff !important;
    color: #5d4b62 !important;
    box-shadow: 0 10px 24px rgba(50, 22, 55, .10) !important;
  }

  .home-page .single-actions .skip-button::before {
    content: "×" !important;
    margin: 0 !important;
    font-size: 32px !important;
  }

  .home-page .single-actions .like-button {
    grid-column: 3 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff2f73, #8b2be8) !important;
    box-shadow: 0 16px 30px rgba(209, 43, 139, .30) !important;
  }

  .home-page .single-actions .like-button::before {
    content: "♥" !important;
    margin: 0 !important;
    font-size: 24px !important;
  }

  .home-page .single-actions .contact-button {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 52px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #25102b, #e6327b 58%, #8b2be8) !important;
    box-shadow: 0 16px 34px rgba(117, 38, 162, .28) !important;
    font-size: 14px !important;
  }

  .home-page .single-actions .contact-button::before {
    content: "" !important;
    margin: 0 !important;
  }

  .home-page .support-launcher {
    right: 18px !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    z-index: 56 !important;
    min-width: 46px !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255,255,255,.58) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff2f73, #8b2be8) !important;
    color: #fff !important;
    box-shadow: 0 16px 36px rgba(73, 20, 109, .34) !important;
    font-size: 13px !important;
  }

  .support-widget {
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    max-height: calc(100svh - 86px) !important;
  }
}

/* Final private luxury mobile experience */
@media (max-width: 640px) {
  html {
    background: #0d0710 !important;
  }

  body.home-page {
    min-height: 100svh !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 18% 6%, rgba(214, 43, 114, .22), transparent 30%),
      radial-gradient(circle at 82% 14%, rgba(129, 42, 224, .18), transparent 28%),
      linear-gradient(180deg, #120916 0%, #070409 100%) !important;
  }

  .home-page::before,
  .home-page::after,
  .home-page .footer,
  .home-page .section-head.compact.home-hero-copy,
  .home-side-panel,
  .mobile-app-nav,
  .home-page .profile-deck::before,
  .home-page .profile-deck::after {
    display: none !important;
  }

  .home-page .appbar {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 80 !important;
    height: 64px !important;
    padding: 0 18px !important;
    border: 0 !important;
    background: linear-gradient(180deg, rgba(8, 4, 10, .78), rgba(8, 4, 10, .18)) !important;
    box-shadow: none !important;
    backdrop-filter: blur(18px);
  }

  .home-page .brand {
    color: #fff !important;
    font-size: 25px !important;
    letter-spacing: 0 !important;
    text-shadow: 0 12px 32px rgba(231, 48, 126, .32);
  }

  .home-page .brand::after {
    display: none !important;
  }

  .home-page .appbar nav {
    display: flex !important;
    gap: 8px !important;
  }

  .home-page .appbar nav a {
    min-height: 36px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.12) !important;
    color: rgba(255,255,255,.90) !important;
    box-shadow: none !important;
    font-size: 13px !important;
    backdrop-filter: blur(16px);
  }

  .home-page .app-main.match-studio,
  .home-page .app-main {
    display: block !important;
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    padding: 72px 12px 14px !important;
    overflow: hidden !important;
  }

  .home-page .profile-deck {
    display: block !important;
    width: 100% !important;
    height: calc(100svh - 86px) !important;
    margin: 0 !important;
  }

  .home-page .single-profile-card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 32px !important;
    background: #160a1b !important;
    box-shadow:
      0 30px 90px rgba(0, 0, 0, .48),
      inset 0 0 0 1px rgba(255,255,255,.04) !important;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    border-radius: 32px !important;
    background: #160a1b !important;
  }

  .home-page .profile-card.single-profile-card img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
    filter: saturate(1.03) contrast(1.02) brightness(.96) !important;
  }

  .profile-photo-shade {
    background:
      linear-gradient(180deg, rgba(8,4,10,.10) 0%, transparent 34%, rgba(8,4,10,.26) 58%, rgba(8,4,10,.90) 100%),
      linear-gradient(90deg, rgba(8,4,10,.22), transparent 42%, rgba(8,4,10,.12)) !important;
  }

  .home-page .profile-count {
    top: 16px !important;
    right: 16px !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 999px !important;
    background: rgba(12, 7, 15, .40) !important;
    color: #fff !important;
    font-size: 12px !important;
    backdrop-filter: blur(16px);
  }

  .profile-photo-meta {
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 174px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 5px 12px !important;
    align-items: end !important;
    z-index: 4 !important;
  }

  .profile-photo-meta h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 36px !important;
    line-height: .98 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 16px 32px rgba(0,0,0,.45);
  }

  .profile-photo-meta p {
    margin: 0 !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    text-shadow: 0 10px 24px rgba(0,0,0,.36);
  }

  .profile-photo-meta .status {
    position: static !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(255,255,255,.35) !important;
    border-radius: 999px !important;
    background: rgba(195, 255, 219, .92) !important;
    color: #155c39 !important;
    font-size: 12px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
  }

  .home-page .match-body {
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    z-index: 5 !important;
    margin: 0 !important;
    padding: 13px !important;
    border: 1px solid rgba(255,255,255,.26) !important;
    border-radius: 26px !important;
    background: rgba(18, 10, 22, .58) !important;
    box-shadow: 0 22px 52px rgba(0,0,0,.28) !important;
    backdrop-filter: blur(22px);
  }

  .home-page .match-body .bio {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    margin: 0 0 12px !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  .home-page .match-summary,
  .home-page .match-insights,
  .home-page .match-progress,
  .match-score-row,
  .selection-hint,
  .profile-top-badges {
    display: none !important;
  }

  .home-page .single-actions {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) 54px !important;
    gap: 9px !important;
    align-items: center !important;
  }

  .home-page .single-actions .btn {
    min-height: 52px !important;
    padding: 0 !important;
    border-radius: 18px !important;
    font-weight: 950 !important;
  }

  .home-page .single-actions .skip-button,
  .home-page .single-actions .like-button {
    font-size: 0 !important;
  }

  .home-page .single-actions .skip-button {
    grid-column: 1 !important;
    border: 1px solid rgba(255,255,255,.20) !important;
    background: rgba(255,255,255,.16) !important;
    color: #fff !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px);
  }

  .home-page .single-actions .skip-button::before {
    content: "×" !important;
    margin: 0 !important;
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .home-page .single-actions .contact-button {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 52px !important;
    border: 0 !important;
    color: #fff !important;
    background:
      linear-gradient(135deg, rgba(255, 190, 140, .72), rgba(225, 45, 124, .94) 48%, rgba(129, 42, 224, .94)) !important;
    box-shadow: 0 16px 34px rgba(204, 45, 135, .30) !important;
    font-size: 14px !important;
  }

  .home-page .single-actions .contact-button:disabled {
    opacity: .86 !important;
  }

  .home-page .single-actions .contact-button::before {
    content: "VIP" !important;
    display: inline-grid !important;
    place-items: center !important;
    min-width: 34px !important;
    height: 24px !important;
    margin-right: 8px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.18) !important;
    font-size: 11px !important;
  }

  .home-page .single-actions .like-button {
    grid-column: 3 !important;
    border: 0 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ff2f73, #8b2be8) !important;
    box-shadow: 0 16px 30px rgba(209, 43, 139, .30) !important;
  }

  .home-page .single-actions .like-button::before {
    content: "♥" !important;
    margin: 0 !important;
    font-size: 24px !important;
  }

  .home-page .support-launcher {
    right: 22px !important;
    bottom: calc(104px + env(safe-area-inset-bottom)) !important;
    z-index: 60 !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(255,255,255,.30) !important;
    border-radius: 999px !important;
    background: rgba(20, 10, 24, .46) !important;
    color: rgba(255,255,255,.92) !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.24) !important;
    font-size: 12px !important;
    backdrop-filter: blur(18px);
  }

  .support-widget {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    z-index: 90 !important;
    max-height: calc(100svh - 80px) !important;
  }
}

/* Commercial VIP support chat mobile */
@media (max-width: 640px) {
  .support-widget {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-height: calc(100svh - 84px) !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 28px !important;
    background: rgba(14, 8, 18, .82) !important;
    box-shadow: 0 30px 90px rgba(0,0,0,.48) !important;
    backdrop-filter: blur(26px);
  }

  .support-head {
    min-height: 72px !important;
    padding: 13px 14px !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
    background:
      radial-gradient(circle at 15% 0%, rgba(255, 198, 145, .22), transparent 34%),
      linear-gradient(135deg, rgba(36, 17, 42, .96), rgba(137, 40, 205, .86)) !important;
  }

  .support-head::before {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    background:
      radial-gradient(circle at 42% 35%, rgba(255,255,255,.92) 0 4px, transparent 5px),
      linear-gradient(135deg, #ffe3c2, #d83281 58%, #7828df) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.24) !important;
  }

  .support-head strong {
    font-size: 18px !important;
    letter-spacing: 0 !important;
  }

  .support-head span {
    margin-top: 4px !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 12px !important;
  }

  .support-head > div::after {
    content: "VIP Concierge · Conversacion privada";
    display: inline-flex;
    margin-top: 6px;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: rgba(255,255,255,.76);
    background: rgba(255,255,255,.08);
    font-size: 10px;
    font-weight: 850;
  }

  .support-head button {
    width: 40px !important;
    height: 40px !important;
    background: rgba(255,255,255,.12) !important;
  }

  .support-messages {
    gap: 11px !important;
    min-height: 250px !important;
    max-height: min(54svh, 430px) !important;
    padding: 15px 12px !important;
    background:
      linear-gradient(180deg, rgba(255,247,251,.96), rgba(255,242,248,.98)) !important;
  }

  .support-msg {
    max-width: 86% !important;
  }

  .support-msg p {
    padding: 10px 12px !important;
    border: 1px solid rgba(63, 33, 66, .07) !important;
    border-radius: 17px 17px 17px 6px !important;
    color: #2d2032 !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 10px 24px rgba(42, 18, 48, .08) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  .support-msg.me p {
    border: 0 !important;
    border-radius: 17px 17px 6px 17px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #d72f78, #8128df) !important;
    box-shadow: 0 14px 32px rgba(129, 40, 223, .20) !important;
    text-align: left !important;
  }

  .support-msg span {
    margin-top: 4px !important;
    padding: 0 4px !important;
    color: rgba(75, 57, 80, .56) !important;
    font-size: 11px !important;
  }

  .support-form {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 10px 12px 12px !important;
    border-top: 1px solid rgba(216, 41, 103, .10) !important;
    background: rgba(255,255,255,.96) !important;
  }

  .chat-tools {
    gap: 7px !important;
    padding: 0 !important;
  }

  .chat-tools button,
  .image-tool {
    min-height: 32px !important;
    padding: 6px 10px !important;
    border: 1px solid rgba(216, 41, 103, .13) !important;
    border-radius: 999px !important;
    background: #fff5f9 !important;
    color: #8c2a55 !important;
    font-size: 12px !important;
  }

  .support-form input[name="message"] {
    min-height: 48px !important;
    border: 1px solid rgba(216, 41, 103, .16) !important;
    border-radius: 17px !important;
    background: #fff !important;
    font-size: 15px !important;
  }

  .support-form button[type="submit"] {
    min-height: 48px !important;
    padding: 0 16px !important;
    border-radius: 17px !important;
    background: linear-gradient(135deg, #d82f78, #8128df) !important;
    box-shadow: 0 14px 30px rgba(129, 40, 223, .18) !important;
    font-size: 15px !important;
  }

  .emoji-panel {
    max-height: 120px !important;
    border-radius: 16px !important;
  }

  .home-page .support-launcher {
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    background: rgba(14, 8, 18, .50) !important;
    backdrop-filter: blur(18px);
  }
}

/* Executive private mobile UI */
@media (max-width: 640px) {
  html,
  body.home-page {
    width: 100%;
    min-height: 100svh !important;
    overflow: hidden !important;
    background: #080509 !important;
  }

  body.home-page {
    color: #f8f1f5;
  }

  .home-page::before,
  .home-page::after,
  .home-page .footer,
  .home-page .section-head.compact.home-hero-copy,
  .home-side-panel,
  .mobile-app-nav,
  .home-page .profile-deck::before,
  .home-page .profile-deck::after {
    display: none !important;
  }

  .home-page .appbar {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 90 !important;
    height: 58px !important;
    padding: 0 16px !important;
    border: 0 !important;
    background: linear-gradient(180deg, rgba(8, 5, 9, .78), rgba(8, 5, 9, .10)) !important;
    box-shadow: none !important;
    backdrop-filter: blur(18px);
  }

  .home-page .brand {
    color: #fff8f2 !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    text-shadow: none !important;
  }

  .home-page .brand::after {
    content: "Private" !important;
    display: inline-grid !important;
    margin-left: 8px !important;
    padding: 3px 8px !important;
    border: 1px solid rgba(240, 197, 127, .32) !important;
    border-radius: 999px !important;
    color: #f0c57f !important;
    background: rgba(240, 197, 127, .08) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    text-shadow: none !important;
  }

  .home-page .appbar nav {
    display: flex !important;
    gap: 7px !important;
  }

  .home-page .appbar nav a {
    min-height: 34px !important;
    padding: 0 13px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.08) !important;
    color: rgba(255,255,255,.86) !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  .home-page .app-main.match-studio,
  .home-page .app-main {
    display: block !important;
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    padding: 64px 10px 10px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 28% 0%, rgba(103, 38, 75, .38), transparent 38%),
      linear-gradient(180deg, #100812 0%, #080509 100%) !important;
  }

  .home-page .profile-deck {
    display: block !important;
    width: 100% !important;
    height: calc(100svh - 74px) !important;
    margin: 0 !important;
  }

  .home-page .single-profile-card {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(240, 197, 127, .20) !important;
    border-radius: 30px !important;
    background: #120912 !important;
    box-shadow:
      0 28px 88px rgba(0,0,0,.55),
      inset 0 0 0 1px rgba(255,255,255,.035) !important;
  }

  .home-page .single-profile-card::after {
    content: "PRIVATE MATCH";
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 4;
    padding: 7px 11px;
    border: 1px solid rgba(240, 197, 127, .28);
    border-radius: 999px;
    color: rgba(255, 236, 199, .92);
    background: rgba(10, 5, 12, .32);
    backdrop-filter: blur(16px);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    border-radius: 30px !important;
    background: #120912 !important;
  }

  .home-page .profile-card.single-profile-card img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
    filter: brightness(.92) saturate(.96) contrast(1.04) !important;
  }

  .profile-photo-shade {
    background:
      linear-gradient(180deg, rgba(8,5,9,.18) 0%, transparent 32%, rgba(8,5,9,.26) 56%, rgba(8,5,9,.92) 100%),
      linear-gradient(90deg, rgba(8,5,9,.18), transparent 50%) !important;
  }

  .profile-top-badges,
  .match-score-row,
  .home-page .match-summary,
  .home-page .match-insights,
  .home-page .match-progress,
  .home-page .selection-hint {
    display: none !important;
  }

  .home-page .profile-count {
    top: 16px !important;
    right: 16px !important;
    padding: 7px 11px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
    background: rgba(10,5,12,.32) !important;
    color: rgba(255,255,255,.88) !important;
    font-size: 12px !important;
    backdrop-filter: blur(16px);
  }

  .profile-photo-meta {
    position: absolute !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 158px !important;
    z-index: 5 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 5px 10px !important;
    align-items: end !important;
  }

  .profile-photo-meta h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 34px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 16px 34px rgba(0,0,0,.48);
  }

  .profile-photo-meta p {
    margin: 0 !important;
    color: rgba(255,255,255,.76) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
  }

  .profile-photo-meta .status {
    position: static !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    padding: 7px 11px !important;
    border: 1px solid rgba(195,255,219,.26) !important;
    border-radius: 999px !important;
    background: rgba(32, 95, 61, .52) !important;
    color: #c9ffd9 !important;
    font-size: 11px !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px);
  }

  .home-page .match-body {
    position: absolute !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    z-index: 6 !important;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid rgba(240,197,127,.18) !important;
    border-radius: 24px !important;
    background: rgba(15, 8, 18, .62) !important;
    box-shadow: 0 20px 54px rgba(0,0,0,.34) !important;
    backdrop-filter: blur(24px);
  }

  .home-page .match-body .bio {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    margin: 0 0 11px !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  .home-page .single-actions {
    display: grid !important;
    grid-template-columns: 50px minmax(0, 1fr) 50px !important;
    gap: 8px !important;
    align-items: center !important;
  }

  .home-page .single-actions .btn {
    min-height: 50px !important;
    padding: 0 !important;
    border-radius: 16px !important;
    font-weight: 950 !important;
  }

  .home-page .single-actions .skip-button,
  .home-page .single-actions .like-button {
    font-size: 0 !important;
  }

  .home-page .single-actions .skip-button {
    grid-column: 1 !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    background: rgba(255,255,255,.10) !important;
    color: rgba(255,255,255,.82) !important;
    box-shadow: none !important;
    backdrop-filter: blur(12px);
  }

  .home-page .single-actions .skip-button::before {
    content: "×" !important;
    margin: 0 !important;
    font-size: 30px !important;
  }

  .home-page .single-actions .contact-button {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 50px !important;
    border: 1px solid rgba(240,197,127,.22) !important;
    color: #fff7ee !important;
    background: linear-gradient(135deg, rgba(87, 31, 50, .92), rgba(160, 52, 104, .92) 48%, rgba(91, 41, 145, .92)) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.22) !important;
    font-size: 13px !important;
  }

  .home-page .single-actions .contact-button::before {
    content: "VIP" !important;
    display: inline-grid !important;
    place-items: center !important;
    min-width: 32px !important;
    height: 22px !important;
    margin-right: 7px !important;
    border-radius: 999px !important;
    color: #f0c57f !important;
    background: rgba(240,197,127,.12) !important;
    font-size: 10px !important;
  }

  .home-page .single-actions .like-button {
    grid-column: 3 !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    color: #fff !important;
    background: linear-gradient(135deg, #d72f78, #7e2fd6) !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.24) !important;
  }

  .home-page .single-actions .like-button::before {
    content: "♥" !important;
    margin: 0 !important;
    font-size: 22px !important;
  }

  .home-page .support-launcher {
    right: 20px !important;
    bottom: calc(96px + env(safe-area-inset-bottom)) !important;
    z-index: 70 !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(240,197,127,.20) !important;
    border-radius: 999px !important;
    background: rgba(12, 7, 15, .44) !important;
    color: rgba(255,255,255,.86) !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.24) !important;
    font-size: 11px !important;
    backdrop-filter: blur(18px);
  }
}

/* Private club mobile v4 - structural override */
@media (max-width: 640px) {
  html,
  body.home-page {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100svh !important;
    overflow: hidden !important;
    background: #050306 !important;
  }

  body.home-page::before,
  body.home-page::after,
  .home-page .footer,
  .home-page .section-head.compact.home-hero-copy,
  .home-page .home-side-panel,
  .home-page .profile-deck::before,
  .home-page .profile-deck::after,
  .home-page .profile-top-badges,
  .home-page .match-score-row,
  .home-page .match-summary,
  .home-page .match-insights,
  .home-page .match-progress,
  .home-page .selection-hint,
  .mobile-app-nav {
    display: none !important;
  }

  .home-page .appbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
    height: 62px !important;
    padding: 0 18px !important;
    border: 0 !important;
    background: linear-gradient(180deg, rgba(5,3,6,.72), rgba(5,3,6,0)) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .home-page .brand {
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 10px 28px rgba(0,0,0,.38) !important;
  }

  .home-page .brand::after {
    content: "PRIVATE" !important;
    display: inline-flex !important;
    align-items: center !important;
    margin-left: 8px !important;
    padding: 3px 7px !important;
    border: 1px solid rgba(229, 190, 128, .34) !important;
    border-radius: 999px !important;
    color: #e5be80 !important;
    background: rgba(0,0,0,.22) !important;
    font-size: 9px !important;
    font-weight: 950 !important;
    letter-spacing: .08em !important;
  }

  .home-page .appbar nav {
    gap: 6px !important;
  }

  .home-page .appbar nav a {
    min-height: 32px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
    color: rgba(255,255,255,.86) !important;
    background: rgba(0,0,0,.20) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    backdrop-filter: blur(14px) !important;
  }

  .home-page .app-main.match-studio,
  .home-page .app-main {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100svh !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #050306 !important;
  }

  .home-page .profile-deck {
    width: 100vw !important;
    height: 100svh !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  .home-page .single-profile-card {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100svh !important;
    min-height: 100svh !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #050306 !important;
    box-shadow: none !important;
  }

  .home-page .single-profile-card::before {
    content: "PRIVATE SELECTION";
    position: absolute;
    left: 18px;
    top: 76px;
    z-index: 5;
    padding: 7px 11px;
    border: 1px solid rgba(229,190,128,.30);
    border-radius: 999px;
    color: rgba(255,236,204,.92);
    background: rgba(0,0,0,.24);
    backdrop-filter: blur(16px);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .10em;
  }

  .home-page .single-profile-card::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background:
      linear-gradient(180deg, rgba(5,3,6,.36) 0%, rgba(5,3,6,.03) 28%, rgba(5,3,6,.10) 48%, rgba(5,3,6,.78) 78%, rgba(5,3,6,.96) 100%),
      radial-gradient(circle at 50% 78%, rgba(166,58,115,.18), transparent 34%) !important;
  }

  .home-page .single-profile-card .profile-photo-wrap {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    background: #050306 !important;
  }

  .home-page .profile-card.single-profile-card img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
    filter: brightness(.88) saturate(.92) contrast(1.06) !important;
  }

  .home-page .profile-photo-shade {
    display: none !important;
  }

  .home-page .profile-count {
    top: 76px !important;
    right: 18px !important;
    z-index: 6 !important;
    padding: 7px 11px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
    color: rgba(255,255,255,.88) !important;
    background: rgba(0,0,0,.24) !important;
    font-size: 12px !important;
    backdrop-filter: blur(16px) !important;
  }

  .home-page .profile-photo-meta {
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 196px !important;
    z-index: 8 !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 5px 12px !important;
    align-items: end !important;
  }

  .home-page .profile-photo-meta h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 38px !important;
    line-height: .96 !important;
    text-shadow: 0 18px 38px rgba(0,0,0,.55) !important;
  }

  .home-page .profile-photo-meta p {
    margin: 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
  }

  .home-page .profile-photo-meta .status {
    position: static !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
    padding: 7px 10px !important;
    border: 1px solid rgba(201,255,217,.22) !important;
    border-radius: 999px !important;
    color: #cdfada !important;
    background: rgba(31, 92, 58, .42) !important;
    font-size: 11px !important;
    backdrop-filter: blur(14px) !important;
  }

  .home-page .match-body {
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    z-index: 8 !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(229,190,128,.16) !important;
    border-radius: 28px !important;
    background: rgba(8,5,10,.68) !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.42) !important;
    backdrop-filter: blur(28px) !important;
  }

  .home-page .match-body .bio {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 0 12px !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  .home-page .single-actions {
    display: grid !important;
    grid-template-columns: 50px minmax(0,1fr) 50px !important;
    gap: 9px !important;
    align-items: center !important;
  }

  .home-page .single-actions .btn {
    min-height: 50px !important;
    padding: 0 !important;
    border-radius: 17px !important;
    font-weight: 950 !important;
  }

  .home-page .single-actions .skip-button,
  .home-page .single-actions .like-button {
    font-size: 0 !important;
  }

  .home-page .single-actions .skip-button {
    grid-column: 1 !important;
    color: rgba(255,255,255,.86) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    background: rgba(255,255,255,.10) !important;
    box-shadow: none !important;
  }

  .home-page .single-actions .skip-button::before {
    content: "×" !important;
    margin: 0 !important;
    font-size: 30px !important;
  }

  .home-page .single-actions .contact-button {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 50px !important;
    border: 1px solid rgba(229,190,128,.24) !important;
    color: #fff7ea !important;
    background: linear-gradient(135deg, rgba(78,31,44,.94), rgba(143,49,91,.94) 52%, rgba(77,43,125,.94)) !important;
    box-shadow: 0 18px 38px rgba(0,0,0,.28) !important;
    font-size: 13px !important;
  }

  .home-page .single-actions .contact-button::before {
    content: "VIP" !important;
    display: inline-grid !important;
    place-items: center !important;
    min-width: 32px !important;
    height: 22px !important;
    margin-right: 7px !important;
    border-radius: 999px !important;
    color: #e5be80 !important;
    background: rgba(229,190,128,.12) !important;
    font-size: 10px !important;
  }

  .home-page .single-actions .like-button {
    grid-column: 3 !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    background: linear-gradient(135deg, #b92766, #6430b6) !important;
    box-shadow: 0 16px 32px rgba(0,0,0,.28) !important;
  }

  .home-page .single-actions .like-button::before {
    content: "♥" !important;
    margin: 0 !important;
    font-size: 22px !important;
  }

  .home-page .support-launcher {
    right: 20px !important;
    bottom: calc(104px + env(safe-area-inset-bottom)) !important;
    z-index: 11 !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 10px !important;
    color: rgba(255,255,255,.86) !important;
    border: 1px solid rgba(229,190,128,.18) !important;
    background: rgba(0,0,0,.28) !important;
    box-shadow: none !important;
    font-size: 11px !important;
    backdrop-filter: blur(18px) !important;
  }
}

/* Mobile portrait clarity v8: show the original photo without blur or overlay */
@media (max-width: 760px) {
  .home-page .single-profile-card::after {
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .home-page .profile-card.single-profile-card img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: none !important;
    transform: none !important;
  }

  .home-page .profile-photo-wrap {
    background: #09040b !important;
  }

  .home-page .profile-photo-meta {
    bottom: 188px !important;
  }

  .home-page .match-body {
    background: linear-gradient(180deg, rgba(16,8,16,.54), rgba(12,5,12,.82)) !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: 0 -22px 54px rgba(0,0,0,.34) !important;
  }

  .home-page .match-body .bio {
    color: rgba(255,255,255,.92) !important;
    text-shadow: 0 1px 10px rgba(0,0,0,.26) !important;
  }
}

/* Mobile full-screen refinement v9 */
@media (max-width: 760px) {
  .home-page .single-profile-card::after {
    content: "" !important;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .home-page .profile-card.single-profile-card img {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .home-page .profile-photo-meta {
    left: 18px !important;
    right: 18px !important;
    bottom: 184px !important;
    gap: 5px 10px !important;
  }

  .home-page .profile-photo-meta h3 {
    font-size: clamp(32px, 9.5vw, 39px) !important;
    line-height: 1 !important;
    text-shadow: 0 3px 18px rgba(0,0,0,.72) !important;
  }

  .home-page .profile-photo-meta p {
    color: rgba(255,255,255,.92) !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.72) !important;
  }

  .home-page .match-body {
    left: 10px !important;
    right: 10px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    padding: 13px !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 24px !important;
    background: rgba(10,6,11,.76) !important;
    box-shadow: 0 18px 52px rgba(0,0,0,.38) !important;
    backdrop-filter: blur(18px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  }

  .home-page .match-body .bio {
    margin-bottom: 11px !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    text-shadow: none !important;
  }

  .home-page .single-actions {
    grid-template-columns: 52px minmax(0,1fr) 52px !important;
    gap: 8px !important;
  }

  .home-page .single-actions .btn {
    min-height: 52px !important;
    border-radius: 17px !important;
    transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease !important;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .home-page .single-actions .btn:active {
    transform: scale(.96) !important;
  }

  .home-page .single-actions .skip-button::before {
    content: "\00D7" !important;
    font-size: 30px !important;
    line-height: 1 !important;
  }

  .home-page .single-actions .like-button::before {
    content: "\2665" !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .home-page .single-actions .like-button.is-selected {
    border-color: rgba(255,255,255,.30) !important;
    background: linear-gradient(135deg, #f12c70, #9b27dd) !important;
    box-shadow: 0 12px 30px rgba(210,38,126,.38) !important;
  }

  .home-page .single-actions .contact-button:disabled {
    opacity: .58 !important;
    box-shadow: none !important;
  }

  .home-page .support-launcher {
    top: calc(118px + env(safe-area-inset-top)) !important;
    right: 18px !important;
    bottom: auto !important;
    z-index: 12 !important;
    min-width: 42px !important;
    min-height: 38px !important;
    padding: 0 11px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
    color: rgba(255,255,255,.92) !important;
    background: rgba(7,4,8,.52) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.20) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    font-size: 10px !important;
    letter-spacing: 0 !important;
  }
}

/* Support composer and swipe interaction v10 */
.home-page .support-launcher.hidden {
  display: none !important;
}

.support-widget:not(.hidden) {
  animation: supportWidgetIn .22s ease-out both;
}

@keyframes supportWidgetIn {
  from { opacity: 0; transform: translateY(10px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.support-form {
  isolation: isolate;
}

.support-form .emoji-panel {
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: calc(100% - 2px) !important;
  z-index: 20 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  width: auto !important;
  max-height: min(238px, 34svh) !important;
  padding: 9px !important;
  overflow: hidden !important;
  border: 1px solid rgba(216,41,103,.16) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.985) !important;
  box-shadow: 0 18px 48px rgba(30,14,34,.22) !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transform-origin: bottom center;
  transition: opacity .16s ease, visibility .16s ease, transform .16s ease !important;
}

.support-form .emoji-panel.hidden {
  display: grid !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) scale(.985) !important;
}

.emoji-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
  padding: 0 3px 3px;
  color: #3b263e;
  font-size: 13px;
}

.emoji-panel-head .emoji-close {
  display: inline-grid !important;
  place-items: center;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  border: 1px solid rgba(65,34,69,.10) !important;
  border-radius: 50% !important;
  color: #624764 !important;
  background: #f8eef3 !important;
  font-size: 21px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.emoji-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 6px;
  max-height: min(180px, 26svh);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.emoji-grid button {
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 0 !important;
  border-radius: 11px !important;
  font-size: 20px !important;
}

.support-form-status {
  min-width: 54px;
  margin-left: auto;
  color: #8b637c;
  font-size: 11px;
  text-align: right;
}

.image-tool.has-file {
  border-color: rgba(32,154,96,.30) !important;
  color: #18744b !important;
  background: #edfff5 !important;
}

.support-head span.waiting::before {
  background: #f2bd55 !important;
  box-shadow: 0 0 0 4px rgba(242,189,85,.18) !important;
}

@media (max-width: 760px) {
  .home-page .profile-deck {
    touch-action: pan-y;
  }

  .home-page .single-profile-card {
    will-change: transform, opacity;
  }

  .home-page .single-profile-card.swipe-out-left {
    animation: profileSwipeLeft .18s ease-in both;
  }

  .home-page .single-profile-card.swipe-out-right {
    animation: profileSwipeRight .18s ease-in both;
  }

  .home-page .single-profile-card.swipe-boundary {
    animation: profileSwipeBoundary .22s ease-out both;
  }

  .support-form .emoji-panel {
    left: 10px !important;
    right: 10px !important;
    max-height: min(224px, 32svh) !important;
  }

  .emoji-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@keyframes profileSwipeLeft {
  to { opacity: 0; transform: translateX(-16%) scale(.985); }
}

@keyframes profileSwipeRight {
  to { opacity: 0; transform: translateX(16%) scale(.985); }
}

@keyframes profileSwipeBoundary {
  0%, 100% { transform: translateX(0); }
  45% { transform: translateX(9px); }
}

@media (prefers-reduced-motion: reduce) {
  .support-widget:not(.hidden),
  .home-page .single-profile-card.swipe-out-left,
  .home-page .single-profile-card.swipe-out-right,
  .home-page .single-profile-card.swipe-boundary {
    animation-duration: .01ms !important;
  }
}

/* Unified match entry and in-page authentication v14 */
.entry-page .entry-guest-nav,
.entry-page #entryMemberNav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.entry-page #entryGuestNav.hidden,
.entry-page #entryMemberNav.hidden {
  display: none !important;
}

.entry-page .entry-nav-button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  color: rgba(255,255,255,.92);
  background: rgba(15,8,18,.34);
  box-shadow: none;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.entry-page .entry-nav-button.primary {
  border-color: rgba(255,255,255,.12);
  color: #fff;
  background: linear-gradient(135deg, #d72f78, #7e2fd6);
}

.entry-page .entry-nav-button:active {
  transform: scale(.97);
}

.entry-page .label-short {
  display: none;
}

.match-loading {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  min-height: 420px;
  color: rgba(255,255,255,.84);
}

.match-loading span {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255,255,255,.18);
  border-top-color: #e5be80;
  border-radius: 50%;
  animation: entryLoading .8s linear infinite;
}

@keyframes entryLoading {
  to { transform: rotate(360deg); }
}

.entry-auth {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: hidden;
}

.entry-auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7,4,9,.70);
}

.entry-auth-panel {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  max-height: calc(100svh - 44px);
  padding: 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 24px;
  color: #241627;
  background: rgba(255,251,253,.985);
  box-shadow: 0 34px 90px rgba(0,0,0,.46);
}

.entry-auth-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.entry-auth-head span {
  display: block;
  margin-bottom: 4px;
  color: #a17645;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
}

.entry-auth-head h2 {
  margin: 0;
  color: #241627;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: 0;
}

.entry-auth-close {
  display: inline-grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #ead7e1;
  border-radius: 50%;
  color: #624b65;
  background: #fff;
  box-shadow: none;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.entry-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-top: 20px;
  padding: 4px;
  border: 1px solid #ead7e1;
  border-radius: 12px;
  background: #f5edf1;
}

.entry-auth-tabs button {
  min-height: 42px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: #705b70;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.entry-auth-tabs button.active {
  color: #2a192c;
  background: #fff;
  box-shadow: 0 8px 22px rgba(73,38,65,.10);
}

.entry-auth-intro {
  margin: 16px 0 0;
  color: #7a6578;
  font-size: 13px;
  line-height: 1.45;
}

.entry-auth .form {
  gap: 11px;
  margin-top: 14px;
}

.entry-auth .form label {
  gap: 6px;
  color: #503d53;
  font-size: 12px;
}

.entry-auth .form input,
.entry-auth .form select {
  min-height: 48px;
  border-color: #e6d4de;
  background: #fff;
  font-size: 16px;
}

.entry-auth .form-message {
  margin: 0;
  min-height: 18px;
  font-size: 12px;
  line-height: 1.4;
}

.entry-auth .form-message:empty {
  min-height: 0;
}

.entry-auth .btn.primary {
  min-height: 50px;
  margin-top: 2px;
  border-radius: 10px;
  background: linear-gradient(135deg, #d52d71, #872ed1);
  box-shadow: 0 14px 30px rgba(176,42,126,.22);
}

.entry-auth-legal {
  margin: 16px 0 0;
  color: #8c7889;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.entry-auth-legal a {
  color: #9f2d65;
  font-weight: 850;
}

.entry-page.auth-open .support-launcher {
  visibility: hidden;
}

@media (max-width: 640px) {
  .entry-page .entry-guest-nav {
    gap: 5px !important;
  }

  .entry-page .entry-nav-button {
    min-height: 32px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    white-space: nowrap;
  }

  .entry-page .label-full {
    display: none;
  }

  .entry-page .label-short {
    display: inline;
  }

  .entry-page .match-loading {
    width: 100vw;
    height: 100svh;
    min-height: 100svh;
    background: #080509;
  }

  .entry-auth {
    place-items: end stretch;
    padding: 0;
  }

  .entry-auth-backdrop {
    background: rgba(5,3,7,.62);
  }

  .entry-auth-panel {
    width: 100%;
    max-height: min(90svh, 760px);
    padding: 18px 18px calc(18px + env(safe-area-inset-bottom));
    border-width: 1px 0 0;
    border-radius: 26px 26px 0 0;
    box-shadow: 0 -24px 70px rgba(0,0,0,.40);
  }

  .entry-auth-head h2 {
    font-size: 22px;
  }

  .entry-auth-tabs {
    margin-top: 16px;
  }

  .entry-auth .auth-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .entry-page .profile-photo-meta {
    bottom: 174px !important;
    align-items: center !important;
  }

  .entry-page .profile-photo-meta .status {
    grid-row: 1 !important;
  }
}

@media (max-width: 360px) {
  .entry-page .entry-nav-button {
    padding: 0 8px !important;
  }

  .entry-page .brand::after {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .match-loading span {
    animation-duration: 1.8s;
  }
}
/* Video page and midnight entry */
.brand-cluster {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.video-entry {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(219, 180, 102, .45);
  border-radius: 999px;
  color: #f6dca3;
  background: rgba(25, 15, 27, .42);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.video-entry.active,
.video-entry:hover {
  color: #1a101d;
  background: linear-gradient(135deg, #f7d487, #fff0c9);
}

.video-page {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 18% 10%, rgba(226, 48, 118, .32), transparent 28%),
    radial-gradient(circle at 82% 5%, rgba(207, 157, 82, .26), transparent 26%),
    linear-gradient(180deg, #09040d 0%, #160817 48%, #080409 100%);
}

.video-page .appbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(9, 4, 13, .78);
  backdrop-filter: blur(18px);
}

.video-page .brand,
.video-page nav a {
  color: #fff;
}

.video-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 32px 0 70px;
}

.video-hero {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}

.video-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 8vw, 92px);
  line-height: .92;
}

.video-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.55;
}

.video-access-card {
  display: flex;
  width: min(620px, 100%);
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 22px 70px rgba(0,0,0,.3);
  backdrop-filter: blur(18px);
}

.video-access-card span {
  color: #f2d28b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.video-access-card strong {
  flex: 1;
  color: #fff;
}

.video-access-card a {
  color: #1d1020;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd88d, #f5b8cf);
  font-weight: 900;
}

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

.private-video-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
}

.private-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 13;
  background: #100713;
}

.private-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-access-pill {
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 8, 18, .66);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.video-access-pill.vip {
  color: #251417;
  background: linear-gradient(135deg, #ffd987, #fff4d8);
}

.private-video-copy {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.private-video-copy span {
  color: #f0ca7b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.private-video-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.private-video-copy p {
  margin: 0;
  color: rgba(255,255,255,.7);
  line-height: 1.5;
}

.private-video-actions,
.video-dialog-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.video-loading,
.video-empty {
  grid-column: 1 / -1;
  padding: 40px 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  color: rgba(255,255,255,.72);
  text-align: center;
  background: rgba(255,255,255,.08);
}

.video-vip-dialog {
  width: min(420px, calc(100vw - 28px));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(160deg, #1b0d20, #351126);
  box-shadow: 0 30px 90px rgba(0,0,0,.48);
}

.video-vip-dialog::backdrop {
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(8px);
}

.video-vip-dialog form {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.video-vip-dialog h2,
.video-vip-dialog p {
  margin: 0;
}

@media (max-width: 760px) {
  .brand-cluster {
    gap: 8px;
  }

  .video-entry {
    min-height: 30px;
    padding: 0 9px;
    font-size: 10px;
    letter-spacing: .05em;
  }

  .video-shell {
    width: min(100% - 20px, 520px);
    padding-top: 22px;
  }

  .video-hero {
    gap: 12px;
    margin-bottom: 18px;
  }

  .video-hero h1 {
    font-size: 42px;
  }

  .video-hero p {
    font-size: 15px;
  }

  .video-access-card {
    display: grid;
    gap: 8px;
    padding: 13px;
  }

  .video-access-card a {
    justify-self: start;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .private-video-card {
    border-radius: 24px;
  }

  .private-video-copy h2 {
    font-size: 21px;
  }
}

.public-video-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 26px auto 0;
}

.public-video-pagination.hidden {
  display: none;
}

.public-video-pagination button,
.public-video-pagination span {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.24);
  backdrop-filter: blur(16px);
}

.public-video-pagination button {
  min-height: 46px;
  padding: 0 22px;
  font-weight: 900;
  cursor: pointer;
}

.public-video-pagination button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.public-video-pagination span {
  padding: 13px 18px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 560px) {
  .public-video-pagination {
    gap: 8px;
  }

  .public-video-pagination button {
    min-height: 42px;
    padding: 0 14px;
  }

  .public-video-pagination span {
    padding: 11px 12px;
    font-size: 12px;
  }
}
.private-video-frame.video-load-error::after {
  content: 'Video no disponible';
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.86);
  font-weight: 900;
  background: linear-gradient(145deg, rgba(15,7,19,.78), rgba(56,18,45,.68));
}
.video-loading-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(14, 8, 18, .58);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.private-video-frame.video-ready .video-loading-badge,
.private-video-frame.video-load-error .video-loading-badge {
  display: none;
}

.private-video-frame video::-webkit-media-controls-download-button {
  display: none;
}
/* Light content protection for production pages */
.content-protected img,
.content-protected video,
.content-protected .profile-card,
.content-protected .private-video-card,
.content-protected .entry-card,
.content-protected .match-card {
  -webkit-user-drag: none;
  user-select: none;
}
.content-protected input,
.content-protected textarea {
  user-select: text;
}

/* Video playback polish v36 */
.video-page-v36 {
  min-height: 100vh;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(5, 3, 8, .9), rgba(12, 4, 14, .96)),
    url('/uploads/amormx-rooftop-bg.png') center / cover fixed,
    #07040a;
}

.video-page-v36::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 72% 12%, rgba(237, 56, 126, .24), transparent 34%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.24) 100%);
  background-size: 88px 88px, 88px 88px, auto, auto;
  opacity: .72;
}

.video-page-v36 .appbar {
  min-height: 72px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(7, 3, 10, .78);
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
}

.video-page-v36 .brand { letter-spacing: -.02em; }

.video-page-v36 .video-entry.active {
  color: #271913;
  background: linear-gradient(135deg, #ffe5a7, #f7c86c);
  box-shadow: 0 12px 34px rgba(245, 192, 89, .22);
}

.video-page-v36 .video-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  padding: 26px 0 74px;
}

.video-page-v36 .video-hero-compact {
  max-width: 760px;
  gap: 12px;
  margin: 0 0 22px;
}

.video-page-v36 .video-hero h1 {
  max-width: 680px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: .94;
  letter-spacing: 0;
}

.video-page-v36 .video-hero p {
  max-width: 650px;
  color: rgba(255,255,255,.76);
  font-size: 17px;
}

.video-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

.video-hero-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(16px);
}

.video-page-v36 .video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.video-page-v36 .private-video-card {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 38px 100px rgba(0,0,0,.44);
}

.video-page-v36 .private-video-frame {
  aspect-ratio: 9 / 16;
  max-height: 760px;
  border-radius: 32px 32px 0 0;
  background: #09050d;
}

.video-page-v36 .private-video-frame::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.22));
}

.video-page-v36 .private-video-frame video {
  object-fit: cover;
  background: #050308;
}

.video-page-v36 .video-loading-badge,
.video-page-v36 .video-access-pill,
.video-card-index {
  z-index: 5;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  background: rgba(12, 7, 14, .62);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}

.video-card-index {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.video-page-v36 .video-access-pill { top: 14px; right: 14px; }

.video-page-v36 .video-access-pill.vip {
  color: #211317;
  background: linear-gradient(135deg, #ffe0a2, #fff7df);
}

.video-page-v36 .private-video-copy {
  gap: 9px;
  padding: 18px 20px 20px;
  background: linear-gradient(180deg, rgba(14, 7, 16, .96), rgba(18, 8, 20, .9));
}

.private-video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.private-video-meta span,
.video-page-v36 .private-video-copy > span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #ffe4ab;
  background: rgba(255,255,255,.075);
  font-size: 11px;
  letter-spacing: .08em;
}

.video-page-v36 .private-video-copy h2 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0;
}

.video-page-v36 .private-video-copy p {
  color: rgba(255,255,255,.72);
  font-size: 15px;
}

.video-page-v36 .video-loading,
.video-page-v36 .video-empty {
  min-height: 280px;
  display: grid;
  place-items: center;
  gap: 10px;
  border-radius: 30px;
  border-color: rgba(255,255,255,.12);
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}

.video-page-v36 .video-loading span {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255,255,255,.16);
  border-top-color: #ffd685;
  border-radius: 50%;
  animation: amxSpin 1s linear infinite;
}

.private-video-empty span {
  color: #f0ca7b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.private-video-empty h2,
.video-page-v36 .video-empty h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 4vw, 40px);
}

.private-video-empty p,
.video-page-v36 .video-empty p {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.7);
  line-height: 1.55;
}

.video-page-v36 .public-video-pagination { margin-top: 28px; }

.video-page-v36 .public-video-pagination button,
.video-page-v36 .public-video-pagination span {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.14);
}

.video-page-v36 .video-vip-dialog {
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(16,8,18,.98), rgba(53,15,44,.98));
}

@keyframes amxSpin { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
  .video-page-v36 .appbar {
    min-height: 62px;
    padding: 0 14px;
  }

  .video-page-v36 .brand { font-size: 28px; }

  .video-page-v36 nav { gap: 8px; }

  .video-page-v36 nav a {
    min-height: 38px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
  }

  .video-page-v36 .video-shell {
    width: min(100% - 18px, 540px);
    padding: 16px 0 calc(34px + env(safe-area-inset-bottom));
  }

  .video-page-v36 .video-hero-compact {
    gap: 9px;
    margin-bottom: 14px;
    padding: 0 4px;
  }

  .video-page-v36 .video-hero h1 {
    font-size: 35px;
    line-height: 1;
  }

  .video-page-v36 .video-hero p {
    font-size: 14px;
    line-height: 1.45;
  }

  .video-hero-meta {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .video-hero-meta::-webkit-scrollbar { display: none; }

  .video-page-v36 .video-grid { gap: 14px; }

  .video-page-v36 .private-video-card { border-radius: 28px; }

  .video-page-v36 .private-video-frame {
    max-height: 68vh;
    min-height: 420px;
    border-radius: 28px 28px 0 0;
  }

  .video-page-v36 .private-video-copy { padding: 14px 16px 16px; }

  .video-page-v36 .private-video-copy h2 { font-size: 21px; }

  .video-page-v36 .private-video-copy p { font-size: 14px; }

  .video-page-v36 .video-loading,
  .video-page-v36 .video-empty {
    min-height: 230px;
    padding: 28px 18px;
    border-radius: 26px;
  }

  .video-page-v36 .public-video-pagination {
    position: sticky;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 12;
    width: max-content;
    max-width: 100%;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(8, 4, 11, .76);
    backdrop-filter: blur(18px);
  }
}

/* Video reliability polish v37 */
.private-video-frame.video-buffering .video-loading-badge {
  display: inline-flex;
}

.video-retry-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(221, 47, 111, .94), rgba(118, 43, 226, .94));
  box-shadow: 0 18px 44px rgba(0,0,0,.34);
  font-weight: 900;
  transform: translate(-50%, -50%);
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.video-retry-button[hidden] {
  display: none;
}

.video-retry-button:disabled {
  cursor: wait;
  opacity: .72;
}

.private-video-frame.video-load-error::before {
  content: 'El enlace expiro o la red se interrumpio';
  position: absolute;
  left: 18px;
  right: 18px;
  top: calc(50% + 34px);
  z-index: 7;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.video-page-v36 .private-video-frame.video-load-error::after {
  height: 100%;
  background: linear-gradient(145deg, rgba(8, 4, 11, .72), rgba(55, 15, 45, .78));
}

@media (max-width: 760px) {
  .video-retry-button {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
  }

  .private-video-frame.video-load-error::before {
    top: calc(50% + 32px);
    font-size: 12px;
  }
}

/* Video mobile layout repair v44 */
@media (max-width: 760px) {
  html,
  body.video-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .video-page-v36 .appbar {
    width: 100%;
    max-width: 100%;
    padding-inline: 14px;
    gap: 10px;
  }

  .video-page-v36 .brand-cluster,
  .video-page-v36 .appbar nav {
    min-width: 0;
  }

  .video-page-v36 .video-shell {
    width: min(100% - 24px, 520px) !important;
    max-width: 520px !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
    overflow: visible !important;
  }

  .video-page-v36 .video-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 18px !important;
  }

  .video-page-v36 .private-video-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border-radius: 28px !important;
  }

  .video-page-v36 .private-video-frame {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 9 / 16 !important;
    min-height: 440px;
    max-height: min(70svh, 640px) !important;
    border-radius: 28px 28px 0 0 !important;
  }

  .video-page-v36 .private-video-frame video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .video-page-v36 .video-access-pill {
    max-width: calc(100% - 28px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .video-page-v36 .private-video-copy {
    padding: 16px !important;
  }
}


/* Video admin visible delete v45 */
.compact-action.danger{border-color:rgba(220,38,38,.22);background:#fff1f2;color:#be123c;}
.compact-action.danger:hover{background:#ffe4e6;border-color:rgba(220,38,38,.38);}
@media (max-width:760px){.video-page-v36 .video-shell{width:100%!important;max-width:100%!important;margin:0!important;padding:0 14px!important;box-sizing:border-box!important}.video-page-v36 .private-video-card{width:100%!important;max-width:100%!important;margin:0!important}.video-page-v36 .video-grid{grid-template-columns:minmax(0,1fr)!important;overflow:visible!important}.video-page-v36 .private-video-frame{min-height:420px!important}}

/* v61 public video player overlay */
.video-player-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:max(14px,env(safe-area-inset-top)) 14px max(16px,env(safe-area-inset-bottom));background:rgba(5,2,8,.68);backdrop-filter:blur(18px)}
.video-player-overlay.hidden{display:none}.video-player-shell{width:min(980px,100%);max-height:94vh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:#09050d;box-shadow:0 34px 120px rgba(0,0,0,.62)}
.video-player-topbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px 10px 18px;color:#fff;background:linear-gradient(135deg,rgba(226,48,118,.86),rgba(117,36,226,.82))}
.video-player-topbar div:first-child{display:grid;gap:2px;min-width:0}.video-player-topbar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.video-player-topbar span{color:rgba(255,255,255,.78);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.video-player-controls{display:inline-flex;gap:8px;flex:0 0 auto}.video-player-controls button{width:42px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;background:rgba(255,255,255,.16);font-size:24px;font-weight:900;line-height:1}
.video-player-stage{position:relative;min-height:260px;background:#030204}.video-player-stage video{display:block;width:100%;height:min(78vh,720px);object-fit:contain;background:#030204}
.video-player-overlay.is-compact{inset:auto 12px calc(12px + env(safe-area-inset-bottom)) auto;width:min(360px,calc(100vw - 24px));padding:0;place-items:end;background:transparent;pointer-events:none;backdrop-filter:none}.video-player-overlay.is-compact .video-player-shell{width:100%;max-height:none;border-radius:20px;pointer-events:auto}.video-player-overlay.is-compact .video-player-topbar{min-height:42px;padding:6px 7px 6px 12px}.video-player-overlay.is-compact .video-player-topbar strong{font-size:13px}.video-player-overlay.is-compact .video-player-topbar span{display:none}.video-player-overlay.is-compact .video-player-controls button{width:32px;height:32px;font-size:18px}.video-player-overlay.is-compact .video-player-stage video{height:190px;object-fit:cover}
.video-page-v36 .public-video-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin:24px auto 0}.video-page-v36 .public-video-pagination.hidden{display:none}.video-page-v36 .public-video-pagination button{min-height:44px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.16);color:#fff;background:rgba(255,255,255,.1);font-weight:900}.video-page-v36 .public-video-pagination button:not(:disabled){background:linear-gradient(135deg,#e23076,#8b23df);box-shadow:0 16px 44px rgba(194,40,152,.34)}.video-page-v36 .public-video-pagination button:disabled{opacity:.45}.video-page-v36 .public-video-pagination span{color:rgba(255,255,255,.72);font-weight:800}
@media (max-width:760px){.video-player-overlay{padding:0;place-items:stretch}.video-player-shell{width:100%;height:100svh;max-height:none;border-radius:0;border:0}.video-player-topbar{padding-top:max(10px,env(safe-area-inset-top))}.video-player-stage video{height:calc(100svh - 64px - env(safe-area-inset-top))}.video-player-overlay.is-compact{inset:auto 10px calc(14px + env(safe-area-inset-bottom)) auto;width:min(250px,calc(100vw - 20px))}.video-player-overlay.is-compact .video-player-shell{height:auto;border:1px solid rgba(255,255,255,.18);border-radius:18px}.video-player-overlay.is-compact .video-player-stage video{height:140px}.video-player-overlay.is-compact [data-video-overlay-min]{display:none}}

/* v62 video page: lighter library cards and smoother operation */
.video-library-card{position:relative;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.video-library-card:hover{transform:translateY(-3px);border-color:rgba(255,216,141,.28);box-shadow:0 44px 110px rgba(0,0,0,.5)}
.video-open-trigger{width:100%;padding:0;border:0;color:inherit;text-align:left;cursor:pointer;background:#09050d}.video-open-trigger:focus-visible{outline:3px solid rgba(255,216,141,.75);outline-offset:3px}
.video-card-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.04)}.video-card-poster.empty{display:block;background:radial-gradient(circle at 28% 18%,rgba(226,48,118,.42),transparent 34%),linear-gradient(145deg,#150817,#070309)}
.video-library-card .private-video-frame video{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none}.video-library-card .private-video-frame::before{content:'';position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.18) 46%,rgba(0,0,0,.68));pointer-events:none}.video-library-card .private-video-frame::after{z-index:3}
.video-play-orb{position:absolute;left:50%;top:50%;z-index:5;width:62px;height:62px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;background:linear-gradient(135deg,rgba(226,48,118,.94),rgba(139,35,223,.9));box-shadow:0 20px 60px rgba(177,38,180,.38);font-size:22px;font-weight:900;text-indent:3px;transition:transform .18s ease,box-shadow .18s ease}.video-open-trigger:hover .video-play-orb{transform:translate(-50%,-50%) scale(1.06);box-shadow:0 24px 74px rgba(226,48,118,.45)}
.video-card-foot{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.video-card-foot span{padding:8px 10px;border:1px solid rgba(255,255,255,.09);border-radius:999px;color:rgba(255,255,255,.72);background:rgba(255,255,255,.055);font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.video-page-v36 .video-hero-compact{position:relative;padding:24px 0 4px}.video-page-v36 .video-hero-compact::after{content:'60s preview · VIP unlock · live support';width:max-content;max-width:100%;padding:9px 12px;border:1px solid rgba(255,216,141,.25);border-radius:999px;color:#ffe3a5;background:rgba(255,216,141,.09);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
@media (max-width:760px){.video-page-v36 .video-grid{gap:18px}.video-play-orb{width:56px;height:56px}.video-card-foot{display:none}.video-page-v36 .private-video-copy{padding:14px 16px 16px}.video-page-v36 .private-video-copy h2{font-size:20px}.video-page-v36 .private-video-copy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-page-v36 .video-hero-compact{padding-top:18px}.video-page-v36 .video-hero-compact::after{font-size:10px}}

/* v63 mobile video scroll/play fix */
.video-open-trigger{display:block;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none}.video-open-trigger[role="button"]{cursor:pointer}.video-library-card .private-video-frame{aspect-ratio:16/10;min-height:0!important;max-height:420px}.video-library-card .video-card-poster{z-index:1}.video-library-card .video-access-pill,.video-library-card .video-card-index,.video-library-card .video-play-orb{pointer-events:none}.video-player-overlay.hidden{display:none!important}body.video-overlay-open{overflow:hidden}
@media (max-width:760px){html,body.video-page{overflow-x:hidden;overflow-y:auto!important}.video-page-v36 .video-shell{width:100%!important;max-width:100%!important;margin:0!important;padding:16px 14px 88px!important;box-sizing:border-box!important}.video-page-v36 .video-hero h1{font-size:38px!important;line-height:1}.video-page-v36 .video-hero p{font-size:15px}.video-page-v36 .video-grid{grid-template-columns:minmax(0,1fr)!important;gap:16px!important;overflow:visible!important}.video-page-v36 .private-video-card{width:100%!important;max-width:100%!important;margin:0!important;border-radius:22px!important}.video-page-v36 .private-video-frame,.video-library-card .private-video-frame{aspect-ratio:16/10!important;min-height:0!important;max-height:none!important;border-radius:22px 22px 0 0!important}.video-page-v36 .private-video-copy{padding:12px 14px 14px!important}.video-card-index{bottom:12px!important;right:12px!important}.video-access-pill{top:12px!important;right:12px!important}.video-play-orb{width:54px!important;height:54px!important}.video-player-overlay:not(.hidden){overflow:hidden}.video-player-overlay.is-compact{overflow:visible}}

/* v64 hard mobile scroll fix */
html, body, body.video-page { min-height: 100%; overflow-x: hidden !important; overflow-y: auto !important; overscroll-behavior-y: auto !important; }
body.video-overlay-open { overflow-y: auto !important; }
.video-page .appbar { position: sticky; }
.video-page-v36 .video-shell, .video-page-v36 .video-grid { touch-action: pan-y !important; }
.video-open-trigger { touch-action: pan-y !important; }
.video-player-overlay.hidden { display: none !important; pointer-events: none !important; }
@media (max-width:760px){
  .video-player-overlay:not(.hidden){ inset:auto 10px calc(12px + env(safe-area-inset-bottom)) auto !important; width:min(260px,calc(100vw - 20px)) !important; height:auto !important; padding:0 !important; place-items:end !important; background:transparent !important; pointer-events:none !important; backdrop-filter:none !important; }
  .video-player-overlay:not(.hidden) .video-player-shell{ width:100% !important; height:auto !important; max-height:none !important; border:1px solid rgba(255,255,255,.18) !important; border-radius:18px !important; pointer-events:auto !important; }
  .video-player-overlay:not(.hidden) .video-player-topbar{ min-height:40px !important; padding:6px 7px 6px 10px !important; }
  .video-player-overlay:not(.hidden) .video-player-topbar strong{ font-size:13px !important; }
  .video-player-overlay:not(.hidden) .video-player-topbar span{ display:none !important; }
  .video-player-overlay:not(.hidden) .video-player-controls button{ width:32px !important; height:32px !important; font-size:18px !important; }
  .video-player-overlay:not(.hidden) .video-player-stage{ min-height:0 !important; }
  .video-player-overlay:not(.hidden) .video-player-stage video{ height:145px !important; object-fit:cover !important; }
}

/* v70 mobile video player: larger, commercial playback surface */
@media (max-width: 760px) {
  body.video-overlay-open {
    overflow: hidden !important;
  }

  .video-player-overlay:not(.hidden) {
    position: fixed !important;
    inset: 0 !important;
    width: auto !important;
    height: 100dvh !important;
    padding: max(10px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(4, 1, 8, .82) !important;
    backdrop-filter: blur(16px) !important;
    pointer-events: auto !important;
    z-index: 22000 !important;
  }

  .video-player-overlay:not(.hidden) .video-player-shell {
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    max-height: calc(100dvh - 22px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    display: grid !important;
    grid-template-rows: auto auto !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 24px !important;
    background: #050208 !important;
    box-shadow: 0 30px 100px rgba(0,0,0,.72) !important;
    pointer-events: auto !important;
  }

  .video-player-overlay:not(.hidden) .video-player-topbar {
    min-height: 54px !important;
    padding: 9px 9px 9px 14px !important;
    background: linear-gradient(135deg, rgba(214, 38, 116, .95), rgba(122, 33, 220, .95)) !important;
  }

  .video-player-overlay:not(.hidden) .video-player-topbar strong {
    max-width: 58vw !important;
    font-size: 15px !important;
  }

  .video-player-overlay:not(.hidden) .video-player-topbar span {
    display: block !important;
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }

  .video-player-overlay:not(.hidden) .video-player-controls button {
    width: 38px !important;
    height: 38px !important;
    font-size: 20px !important;
  }

  .video-player-overlay:not(.hidden) .video-player-stage {
    width: 100% !important;
    min-height: 0 !important;
    background: #000 !important;
  }

  .video-player-overlay:not(.hidden) .video-player-stage video {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    max-height: calc(100dvh - 92px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    object-fit: contain !important;
    background: #000 !important;
  }

  .video-player-overlay.is-compact:not(.hidden) {
    inset: auto 10px calc(12px + env(safe-area-inset-bottom)) 10px !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    align-items: flex-end !important;
    justify-content: center !important;
    background: transparent !important;
    backdrop-filter: none !important;
    pointer-events: none !important;
  }

  .video-player-overlay.is-compact:not(.hidden) .video-player-shell {
    width: 100% !important;
    max-width: 520px !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 64px rgba(0,0,0,.62) !important;
    pointer-events: auto !important;
  }

  .video-player-overlay.is-compact:not(.hidden) .video-player-stage video {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    max-height: 46vw !important;
    object-fit: contain !important;
  }
}

/* v73 video preview global lock */
.video-open-trigger.is-preview-locked::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(180deg, rgba(4,1,8,.42), rgba(4,1,8,.78));
  pointer-events: none;
}
.video-open-trigger.is-preview-locked .video-play-orb {
  z-index: 6;
  background: linear-gradient(135deg, #ffd98a, #ef2f7d);
  color: #190815;
}
.video-open-trigger.is-preview-locked .video-access-pill {
  z-index: 6;
  background: rgba(255, 216, 141, .96);
  color: #170712;
}

/* v75 personal center and identity verification */
.profile-quick-entry {
  position: fixed;
  top: calc(14px + env(safe-area-inset-top));
  left: 18px;
  z-index: 80;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #ff2f83, #7b2cff);
  box-shadow: 0 18px 38px rgba(157, 40, 139, .28);
  border: 1px solid rgba(255,255,255,.42);
}
.is-authenticated .profile-quick-entry { display: flex; }
.profile-page {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 57, 129, .22), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(145, 45, 255, .2), transparent 28%),
    linear-gradient(160deg, #0b0410 0%, #1a0717 52%, #08040b 100%);
}
.profile-page .appbar {
  background: rgba(10, 5, 13, .72);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(20px);
}
.profile-page .appbar a { color: #fff; }
.profile-center-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0 90px;
}
.profile-center-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
.profile-center-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: .96;
  color: #fff;
}
.profile-center-hero p { max-width: 660px; color: rgba(255,255,255,.72); font-size: 18px; }
.identity-status-card {
  min-width: 230px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}
.identity-status-card span { display: block; color: rgba(255,255,255,.58); font-weight: 800; text-transform: uppercase; font-size: 12px; }
.identity-status-card strong { display: block; margin-top: 6px; color: #ffe4a3; font-size: 20px; }
.profile-center-grid {
  display: grid;
  grid-template-columns: .85fr 1.1fr 1fr;
  gap: 18px;
  align-items: start;
}
.profile-module {
  color: #211225;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 32px 90px rgba(0,0,0,.24);
}
.module-head { margin-bottom: 18px; }
.module-head span {
  color: #cf2767;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
}
.module-head h2 { margin: 4px 0 0; font-size: 28px; color: #180d1d; }
.module-copy { color: #725f78; margin: -4px 0 18px; }
.user-avatar-preview {
  aspect-ratio: 1;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #f93a86, #7f2bf0);
}
.user-avatar-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.profile-module label { color: #3f3145; font-weight: 850; }
.profile-module input,
.profile-module select,
.profile-module textarea {
  border-radius: 16px;
  border: 1px solid #ead7e2;
  background: #fff;
}
.profile-module textarea { resize: vertical; min-height: 110px; }
.identity-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.identity-choice-grid label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  border: 1px solid #efd6e2;
  border-radius: 18px;
  background: #fff5fa;
  cursor: pointer;
}
.identity-choice-grid input { width: auto; margin: 0; accent-color: #d1266c; }
.identity-payment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  margin: 14px 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 221, 156, .72), rgba(255, 57, 129, .12));
  color: #241326;
}
.identity-payment-box strong { font-size: 26px; }
.identity-payment-box span { color: #6f5872; font-weight: 800; }
.identity-payment-modal .eyebrow { color: #d1266c; }
@media (max-width: 920px) {
  .profile-center-shell { width: min(100% - 24px, 620px); padding-top: 28px; }
  .profile-center-hero { grid-template-columns: 1fr; }
  .profile-center-grid { grid-template-columns: 1fr; }
  .profile-center-hero h1 { font-size: 42px; }
  .identity-status-card { min-width: 0; }
  .profile-module { border-radius: 24px; padding: 20px; }
  .identity-choice-grid { grid-template-columns: 1fr; }
  .profile-page .support-widget { width: calc(100vw - 20px); left: 10px; right: 10px; }
}

/* v76 operational personal center */
.profile-ops-shell { width: min(1240px, calc(100% - 32px)); padding-top: 34px; }
.profile-ops-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 18px;
}
.profile-ops-copy,
.profile-member-card,
.ops-metric-card,
.profile-progress-module,
.profile-data-module,
.profile-ops-side .profile-module {
  position: relative;
  overflow: hidden;
}
.profile-ops-copy {
  min-height: 320px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.04)),
    radial-gradient(circle at 20% 15%, rgba(255, 53, 127, .36), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255, 212, 139, .16), transparent 26%);
  box-shadow: 0 32px 100px rgba(0,0,0,.34);
}
.profile-ops-copy::after {
  content: '';
  position: absolute;
  inset: auto -12% -38% 35%;
  height: 220px;
  background: linear-gradient(90deg, rgba(255,50,127,.26), rgba(116,45,255,.2));
  filter: blur(60px);
  pointer-events: none;
}
.profile-ops-copy h1 {
  max-width: 720px;
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(42px, 6vw, 86px);
  line-height: .9;
}
.profile-ops-copy > p { max-width: 720px; color: rgba(255,255,255,.75); font-size: 19px; line-height: 1.65; }
.profile-ops-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.profile-ops-actions .btn { min-width: 190px; justify-content: center; }
.profile-member-card {
  padding: 26px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(160deg, rgba(255,255,255,.16), rgba(255,255,255,.055));
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(20px);
}
.member-avatar-ring {
  width: 156px;
  height: 156px;
  padding: 4px;
  border-radius: 36px;
  background: linear-gradient(135deg, #ff2f83, #ffd48e, #7431ff);
  box-shadow: 0 24px 60px rgba(201, 38, 113, .28);
}
.member-avatar-ring img { width: 100%; height: 100%; object-fit: cover; border-radius: 32px; display: block; background: #2a1326; }
.member-summary { margin-top: 20px; }
.member-summary span,
.member-status-row span,
.ops-metric-card span { display: block; color: rgba(255,255,255,.58); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.member-summary strong { display: block; margin-top: 6px; font-size: 30px; color: #fff; }
.member-summary p { margin: 6px 0 0; color: rgba(255,255,255,.66); overflow-wrap: anywhere; }
.member-status-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.member-status-row div {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.12);
}
.member-status-row strong { display: block; margin-top: 6px; color: #ffe3a5; font-size: 18px; }
.profile-ops-overview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.ops-metric-card {
  min-height: 144px;
  padding: 20px;
  border-radius: 24px;
  color: #fff;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}
.ops-metric-card strong { display: block; margin: 8px 0 8px; font-size: 26px; color: #fff; }
.ops-metric-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.5; }
.completion-track { height: 10px; border-radius: 999px; background: rgba(255,255,255,.14); overflow: hidden; margin-top: 16px; }
.completion-track i { display: block; width: 0%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ff2f83, #ffd08d); transition: width .35s ease; }
.profile-ops-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .75fr); gap: 18px; align-items: start; }
.profile-ops-main { display: grid; gap: 18px; }
.profile-ops-layout .profile-module { background: rgba(255,255,255,.96); border-radius: 28px; }
.activation-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.activation-step {
  min-height: 130px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid #ead7e2;
  background: #fff8fb;
  color: #211225;
}
.activation-step b {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #9a315f;
  background: #ffeaf3;
}
.activation-step strong { display: block; font-size: 16px; color: #1c1020; }
.activation-step span { display: block; margin-top: 6px; color: #7a687f; font-weight: 650; line-height: 1.45; }
.activation-step.is-done { background: linear-gradient(135deg, #ecfff5, #fff); border-color: #bfead5; }
.activation-step.is-done b { color: #047a4d; background: #c8f8df; }
.activation-step.is-current { border-color: #d1266c; box-shadow: 0 16px 42px rgba(209,38,108,.12); }
.profile-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.module-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.module-actions .btn { flex: 1 1 180px; justify-content: center; }
.profile-ops-side { display: grid; gap: 18px; position: sticky; top: 92px; }
.compact-avatar-module .user-avatar-preview { display: none; }
.identity-choice-list { grid-template-columns: 1fr; }
.trust-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.trust-list li {
  padding: 14px 14px 14px 42px;
  border-radius: 18px;
  color: #4b3b50;
  background: #fff8fb;
  border: 1px solid #eed8e3;
  position: relative;
  font-weight: 750;
  line-height: 1.45;
}
.trust-list li::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d1266c, #742cff);
}
@media (max-width: 1100px) {
  .profile-ops-hero,
  .profile-ops-layout { grid-template-columns: 1fr; }
  .profile-ops-overview { grid-template-columns: repeat(2, 1fr); }
  .profile-ops-side { position: static; }
}
@media (max-width: 720px) {
  .profile-ops-shell { width: min(100% - 18px, 620px); padding: 18px 0 70px; }
  .profile-ops-copy { min-height: 0; padding: 24px 20px; border-radius: 26px; }
  .profile-ops-copy h1 { font-size: 44px; }
  .profile-ops-copy > p { font-size: 16px; }
  .profile-member-card { border-radius: 26px; padding: 20px; }
  .member-avatar-ring { width: 112px; height: 112px; border-radius: 28px; }
  .member-avatar-ring img { border-radius: 24px; }
  .member-summary strong { font-size: 24px; }
  .profile-ops-overview { grid-template-columns: 1fr; }
  .activation-steps { grid-template-columns: 1fr; }
  .activation-step { min-height: 0; }
  .profile-form-grid { grid-template-columns: 1fr; }
  .profile-ops-actions { display: grid; grid-template-columns: 1fr; }
  .profile-ops-actions .btn { width: 100%; }
  .profile-ops-layout .profile-module { border-radius: 24px; }
}


/* v77 profile command center */
.profile-ops-command {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(18, 10, 21, .82), rgba(58, 20, 44, .72)), radial-gradient(circle at 92% 12%, rgba(255, 214, 151, .28), transparent 34%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(28, 4, 21, .22);
  overflow: hidden;
  position: relative;
}
.profile-ops-command::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .35;
  pointer-events: none;
}
.ops-command-intro,
.ops-command-grid { position: relative; z-index: 1; }
.ops-command-intro h2 {
  margin: 8px 0 10px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: .98;
  letter-spacing: 0;
}
.ops-command-intro p { color: rgba(255,255,255,.76); line-height: 1.65; margin: 0; }
.ops-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.ops-command-grid article {
  min-height: 150px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}
.ops-command-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #26101e;
  background: linear-gradient(135deg, #ffe2a1, #ff7aa8);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .08em;
}
.ops-command-grid strong { display: block; margin-top: 14px; font-size: 19px; }
.ops-command-grid p { margin: 8px 0 0; color: rgba(255,255,255,.72); line-height: 1.5; }
.profile-ops-shell .profile-module,
.profile-ops-shell .ops-metric-card,
.profile-member-card {
  box-shadow: 0 18px 48px rgba(48, 10, 35, .10);
}
@media (max-width: 900px) {
  .profile-ops-command { grid-template-columns: 1fr; border-radius: 24px; padding: 18px; }
}
@media (max-width: 620px) {
  .profile-ops-command { width: calc(100% - 22px); margin-top: 12px; }
  .ops-command-grid { grid-template-columns: 1fr; }
  .ops-command-grid article { min-height: auto; }
}


/* v79 compact profile copy */
.profile-ops-copy > p:not(.eyebrow),
.ops-command-intro p,
.ops-command-grid p,
.ops-metric-card p,
.activation-step span,
.module-copy,
.trust-list li {
  max-width: 46ch;
}
.ops-command-grid p,
.activation-step span,
.ops-metric-card p {
  font-size: 14px;
  line-height: 1.35;
}
@media (max-width: 620px) {
  .profile-ops-copy > p:not(.eyebrow),
  .ops-command-intro p { max-width: 24ch; }
}


/* v80 profile compact tags */
.profile-short-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}
.profile-short-tags span {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.compact-command-grid article p {
  display: none;
}
.compact-command-grid article {
  min-height: 108px;
}
@media (max-width: 620px) {
  .profile-short-tags { gap: 6px; margin: 12px 0 14px; }
  .profile-short-tags span { height: 30px; padding: 0 10px; font-size: 12px; }
  .compact-command-grid article { min-height: 86px; padding: 14px; }
}


/* v81 real account center */
.account-page { background: #f6f3f5; color: #19131b; }
.account-appbar { background: rgba(255,255,255,.92); border-bottom: 1px solid #ece5eb; backdrop-filter: blur(18px); }
.account-appbar .brand { color: #1a121c; }
.account-appbar nav a { color: #5f5360; }
.account-shell { width: min(1120px, calc(100% - 28px)); margin: 28px auto 56px; }
.account-header-card, .account-panel { background: #fff; border: 1px solid #e8e1e7; box-shadow: 0 18px 46px rgba(37,22,34,.08); }
.account-header-card { border-radius: 24px; padding: 22px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 22px; align-items: center; }
.account-user-row { display: flex; align-items: center; gap: 16px; min-width: 0; }
.account-avatar { width: 82px; height: 82px; border-radius: 26px; overflow: hidden; background: #f2e8ef; flex: 0 0 auto; }
.account-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.account-kicker, .account-panel-head span { margin: 0 0 5px; color: #c82668; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.account-header-card h1 { margin: 0; font-size: clamp(28px, 4vw, 44px); line-height: 1; letter-spacing: 0; }
.account-muted, .account-note { color: #746a75; line-height: 1.45; margin: 7px 0 0; }
.account-status-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid #eee7ed; border-radius: 18px; overflow: hidden; }
.account-status-grid > div { padding: 16px; border-right: 1px solid #eee7ed; min-width: 0; }
.account-status-grid > div:last-child { border-right: 0; }
.account-status-grid span, .account-security-panel dt { display: block; color: #827783; font-size: 13px; font-weight: 800; }
.account-status-grid strong, .account-security-panel dd { display: block; margin: 6px 0 0; font-size: 18px; font-weight: 950; color: #201724; }
.account-bar { display: block; height: 6px; margin-top: 10px; border-radius: 999px; background: #f1e7ee; overflow: hidden; }
.account-bar b { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg,#d92e76,#7b2ce8); }
.account-layout { margin-top: 18px; display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 18px; align-items: start; }
.account-main, .account-side { display: grid; gap: 18px; }
.account-panel { border-radius: 22px; padding: 20px; }
.account-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.account-panel-head h2 { margin: 0; font-size: 24px; line-height: 1.1; }
.account-price { padding: 9px 13px; border-radius: 999px; background: #fff4dc; color: #6d4510; white-space: nowrap; }
.account-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.account-form-grid .span-2 { grid-column: 1 / -1; }
.account-panel label { display: grid; gap: 7px; color: #4e4650; font-size: 13px; font-weight: 850; }
.account-panel input, .account-panel select, .account-panel textarea { width: 100%; border: 1px solid #ded7df; border-radius: 14px; background: #fff; padding: 13px 14px; color: #171219; font: inherit; outline: none; }
.account-panel input:focus, .account-panel select:focus, .account-panel textarea:focus { border-color: #d22c73; box-shadow: 0 0 0 4px rgba(210,44,115,.10); }
.account-doc-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 14px 0; }
.account-doc-options label { display: block; }
.account-doc-options input { position: absolute; opacity: 0; pointer-events: none; }
.account-doc-options span { display: flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 14px; border: 1px solid #e5dce4; background: #fbf8fb; font-weight: 900; }
.account-doc-options input:checked + span { color: #fff; border-color: transparent; background: linear-gradient(135deg,#d82d76,#842ae8); }
.account-security-panel dl { display: grid; gap: 0; border: 1px solid #eee7ed; border-radius: 16px; overflow: hidden; margin: 0 0 14px; }
.account-security-panel dl div { padding: 13px; border-bottom: 1px solid #eee7ed; }
.account-security-panel dl div:last-child { border-bottom: 0; }
.account-security-panel dd { margin-left: 0; font-size: 15px; }
.btn.small { min-height: 40px; padding: 0 18px; }
.btn.ghost { background: transparent; color: #6d606d; border: 1px solid #e5dce4; box-shadow: none; }
@media (max-width: 860px) {
  .account-shell { width: min(100% - 20px, 640px); margin-top: 14px; }
  .account-header-card, .account-layout { grid-template-columns: 1fr; }
  .account-status-grid { grid-template-columns: 1fr; }
  .account-status-grid > div { border-right: 0; border-bottom: 1px solid #eee7ed; }
  .account-status-grid > div:last-child { border-bottom: 0; }
  .account-form-grid, .account-doc-options { grid-template-columns: 1fr; }
  .account-panel { padding: 16px; border-radius: 18px; }
  .account-user-row { align-items: flex-start; }
  .account-avatar { width: 66px; height: 66px; border-radius: 20px; }
}


/* v83 account folded sections */
.account-section-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}
.account-section-nav button {
  min-height: 46px;
  border: 1px solid #e4dce4;
  border-radius: 16px;
  background: #fff;
  color: #5f5360;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(37,22,34,.05);
}
.account-section-nav button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg,#d82d76,#7b2ce8);
}
.account-overview-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  background: #fff;
  border: 1px solid #e8e1e7;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 18px 46px rgba(37,22,34,.08);
  margin-bottom: 16px;
}
.account-overview-panel div {
  border: 1px solid #eee7ed;
  border-radius: 16px;
  padding: 14px;
}
.account-overview-panel span { display: block; color: #827783; font-size: 13px; font-weight: 850; }
.account-overview-panel strong { display: block; margin-top: 6px; font-size: 16px; color: #201724; }
.account-overview-panel .btn { align-self: stretch; min-height: 56px; }
.account-tab-panel.hidden,
.account-overview-panel.hidden { display: none !important; }
@media (max-width: 860px) {
  .account-section-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .account-section-nav button { min-height: 42px; border-radius: 14px; }
  .account-overview-panel { grid-template-columns: 1fr; border-radius: 18px; padding: 12px; }
  .account-layout { margin-top: 0; }
}


/* v85 compact account center */
.account-shell { margin: 14px auto 28px; }
.account-header-card { padding: 14px; border-radius: 18px; gap: 12px; grid-template-columns: 1fr .95fr; }
.account-avatar { width: 58px; height: 58px; border-radius: 18px; }
.account-user-row { gap: 12px; }
.account-kicker { margin-bottom: 2px; font-size: 11px; }
.account-header-card h1 { font-size: clamp(23px, 3.5vw, 34px); }
.account-muted { margin-top: 3px; font-size: 13px; }
.account-status-grid { border-radius: 14px; }
.account-status-grid > div { padding: 10px 12px; }
.account-status-grid span { font-size: 11px; }
.account-status-grid strong { margin-top: 2px; font-size: 15px; }
.account-bar { height: 4px; margin-top: 6px; }
.account-section-nav { margin: 10px 0; gap: 7px; }
.account-section-nav button { min-height: 38px; border-radius: 13px; font-size: 13px; }
.account-overview-panel { margin-bottom: 0; padding: 10px; border-radius: 16px; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.account-overview-panel div { padding: 10px; border-radius: 13px; }
.account-overview-panel span { font-size: 11px; }
.account-overview-panel strong { margin-top: 3px; font-size: 13px; }
.account-overview-panel .btn { min-height: 42px; padding: 0 12px; }
.account-layout.hidden { display: none !important; }
.account-layout { margin-top: 10px; }
.account-panel { padding: 14px; border-radius: 16px; }
.account-panel-head { margin-bottom: 10px; }
.account-panel-head h2 { font-size: 20px; }
.account-form-grid { gap: 10px; }
.account-panel input, .account-panel select, .account-panel textarea { padding: 10px 12px; border-radius: 12px; }
.account-doc-options { margin: 10px 0; }
.account-doc-options span { min-height: 40px; }
@media (max-width: 860px) {
  .account-shell { width: min(100% - 16px, 620px); margin-top: 8px; }
  .account-header-card { grid-template-columns: 1fr; padding: 12px; }
  .account-status-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .account-status-grid > div { border-right: 1px solid #eee7ed; border-bottom: 0; padding: 9px; }
  .account-status-grid > div:last-child { border-right: 0; }
  .account-section-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .account-section-nav button { min-height: 36px; font-size: 12px; padding: 0 4px; }
  .account-overview-panel { grid-template-columns: 1fr 1fr; padding: 9px; gap: 7px; }
  .account-overview-panel .btn { min-height: 38px; }
}


/* v86 premium dating account polish */
.account-page {
  background:
    radial-gradient(circle at 18% 4%, rgba(220, 47, 118, .12), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(126, 44, 232, .10), transparent 32%),
    linear-gradient(180deg, #fff9fc 0%, #f5f1f4 48%, #f7f4f6 100%);
}
.account-shell { position: relative; }
.account-header-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,248,252,.94)),
    radial-gradient(circle at 92% 0%, rgba(255, 194, 126, .28), transparent 30%);
}
.account-header-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(35,18,31,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(35,18,31,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}
.account-header-card > * { position: relative; z-index: 1; }
.account-avatar {
  padding: 3px;
  background: linear-gradient(135deg, #ffcf8a, #e22d7a 48%, #7b2ce8);
  box-shadow: 0 16px 36px rgba(210,44,115,.18);
}
.account-avatar img { border-radius: 15px; background: #fff; }
.account-kicker::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: #27c383;
  box-shadow: 0 0 0 4px rgba(39,195,131,.12);
  vertical-align: 1px;
}
.account-status-grid {
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(12px);
}
.account-trust-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -4px;
}
.account-trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid #eee2e9;
  color: #6e5f6d;
  font-size: 12px;
  font-weight: 900;
}
.account-section-nav {
  padding: 6px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid #eee5ec;
  box-shadow: 0 18px 42px rgba(44, 25, 39, .07);
}
.account-section-nav button {
  box-shadow: none;
  border-color: transparent;
  background: transparent;
}
.account-section-nav button:not(.is-active):hover { background: #fff; color: #201724; }
.account-overview-panel {
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)) .75fr .75fr;
  align-items: stretch;
}
.account-overview-title {
  background: linear-gradient(135deg, #1d121d, #3b1a32) !important;
  border-color: transparent !important;
  color: #fff;
}
.account-overview-title span { color: rgba(255,255,255,.68); }
.account-overview-title strong { color: #fff; }
.account-panel {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
}
.account-panel-head h2 { color: #1e1621; }
.account-panel input, .account-panel select, .account-panel textarea {
  background: #fffafd;
}
.account-doc-options span { transition: transform .16s ease, box-shadow .16s ease; }
.account-doc-options input:checked + span { box-shadow: 0 14px 26px rgba(126,44,232,.18); transform: translateY(-1px); }
@media (max-width: 860px) {
  .account-trust-strip { gap: 6px; margin-top: 0; }
  .account-trust-strip span { min-height: 26px; font-size: 11px; }
  .account-overview-panel { grid-template-columns: 1fr 1fr; }
  .account-overview-title { grid-column: 1 / -1; }
}


/* Customer support unread notice */
.support-launcher.has-support-unread,
#mobileSupportButton.has-support-unread {
  position: relative;
  animation: supportPulse 1.6s ease-in-out infinite;
}

.support-launcher.has-support-unread::after,
#mobileSupportButton.has-support-unread::after {
  content: attr(data-support-unread);
  position: absolute;
  top: -8px;
  right: -7px;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border: 2px solid rgba(255,255,255,.98);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff2f78, #8b2cff);
  box-shadow: 0 12px 30px rgba(216,47,120,.38);
  font-size: 11px;
  font-weight: 1000;
  line-height: 20px;
  text-align: center;
}

@keyframes supportPulse {
  0%, 100% { box-shadow: 0 18px 42px rgba(216,47,120,.22); }
  50% { box-shadow: 0 22px 58px rgba(216,47,120,.42); transform: translateY(-1px); }
}

.support-toast {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 9999;
  display: grid;
  gap: 5px;
  width: min(360px, calc(100vw - 32px));
  padding: 15px 17px 16px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, rgba(24,12,30,.98), rgba(216,47,120,.96) 55%, rgba(129,40,223,.96));
  box-shadow: 0 24px 64px rgba(32,12,42,.46);
  text-align: left;
  cursor: pointer;
  transform: translateY(0) scale(1);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.support-toast.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(.98);
}

.support-toast.soft-hidden {
  opacity: .92;
}

.support-toast small {
  color: rgba(255,240,248,.74);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.support-toast strong {
  font-size: 17px;
  font-weight: 1000;
}

.support-toast span {
  overflow: hidden;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-toast em {
  width: max-content;
  max-width: 100%;
  margin-top: 3px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

@media (max-width: 640px) {
  .support-toast {
    left: 12px;
    right: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: auto;
    border-radius: 20px;
  }
}

/* Mobile viewport anti-zoom fix v106 */
html {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-x: hidden !important;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img, video, canvas, svg, iframe {
  max-width: 100%;
}
input, select, textarea, button {
  font-size: 16px !important;
}
@media (max-width: 760px) {
  html,
  body,
  .home-page,
  .entry-page,
  .profile-page,
  .video-page {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }
  .appbar,
  .app-main,
  .match-studio,
  .match-card-shell,
  .profile-card,
  .single-profile-card,
  .entry-auth,
  .entry-auth-panel,
  .luxury-auth-panel,
  .video-shell,
  .video-grid,
  .profile-shell,
  .account-shell,
  .account-panel {
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .appbar {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
  .support-widget,
  .support-panel,
  .support-chat-panel {
    max-width: calc(100vw - 20px) !important;
  }
}

/* Standalone auth mobile stability fix v108 */
@media (max-width: 760px) {
  body.auth-page,
  body.auth-register,
  body.auth-login {
    width: 100% !important;
    min-height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .auth-luxury-shell,
  .register-shell,
  .login-shell {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    padding: 16px 12px 28px !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  .auth-luxury-copy,
  .auth-panel,
  .luxury-auth-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
    transform: none !important;
    animation: none !important;
  }
  .luxury-auth-panel input,
  .luxury-auth-panel select,
  .luxury-auth-panel textarea,
  .auth-panel input,
  .auth-panel select,
  .auth-panel textarea {
    font-size: 16px !important;
    max-width: 100% !important;
  }
  .auth-form-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .auth-luxury-copy h1,
  .auth-panel h1 {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
}

/* hide-profile-count-all-v137 */
.profile-count { display: none !important; }
