:root {
  --growth-ink: #17120d;
  --growth-deep: #0e0b08;
  --growth-gold: #d6a85c;
  --growth-gold-soft: #ffdf9a;
  --growth-paper: #fffaf1;
  --growth-line: rgba(214, 168, 92, .28);
  --growth-muted: #75685b;
}

body.growth-page {
  min-width: 0;
  color: var(--growth-ink);
  background: #f5eee5;
}

.growth-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, .7fr);
  gap: 26px;
  align-items: center;
  margin: 34px auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(214, 168, 92, .35);
  border-radius: 10px;
  color: #fff4df;
  background: linear-gradient(120deg, #17100b, #2c1d10 65%, #14100c);
  box-shadow: 0 18px 40px rgba(40, 22, 10, .18);
}

.growth-spotlight h2 { margin: 10px 0 10px; font-size: clamp(24px, 4vw, 40px); line-height: 1.12; }
.growth-spotlight p { max-width: 660px; margin: 0; color: rgba(255, 244, 223, .76); line-height: 1.7; }
.growth-spotlight .growth-button.secondary { color: #f7db9c; }
.growth-spotlight-steps { display: grid; gap: 9px; }
.growth-spotlight-steps div { display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; padding: 13px 14px; border: 1px solid rgba(214, 168, 92, .24); border-radius: 7px; background: rgba(255, 247, 232, .06); }
.growth-spotlight-steps strong { color: #f1c775; font-size: 13px; letter-spacing: .1em; }
.growth-spotlight-steps span { color: #fff4df; font-weight: 800; }

.growth-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(14, 11, 8, .96);
  border-bottom: 1px solid var(--growth-line);
}

.growth-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.growth-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
}

.growth-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f9e5bd;
  text-decoration: none;
}

.growth-brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.growth-brand strong,
.growth-brand small {
  display: block;
}

.growth-brand strong { font-size: 18px; }
.growth-brand small { color: #d6a85c; font-size: 10px; letter-spacing: .2em; }

.growth-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.growth-nav a,
.growth-language button {
  color: #f7e7c8;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.growth-nav a:hover { color: var(--growth-gold-soft); }

.growth-language {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--growth-line);
  border-radius: 999px;
}

.growth-language button {
  padding: 6px 8px;
  border: 0;
  border-radius: 999px;
  color: #e8c881;
  background: transparent;
  cursor: pointer;
}

.growth-language button.active,
.growth-language button:hover {
  color: var(--growth-deep);
  background: var(--growth-gold-soft);
}

.growth-main { padding: 48px 0 70px; }

.growth-hero,
.growth-panel,
.growth-stat,
.growth-action-card {
  border: 1px solid var(--growth-line);
  border-radius: 10px;
  background: rgba(255, 250, 241, .92);
  box-shadow: 0 18px 46px rgba(52, 35, 20, .08);
}

.growth-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 6vw, 76px);
  color: #fff7e8;
  background: linear-gradient(115deg, rgba(14, 11, 8, .98), rgba(38, 25, 14, .9)), url('../assets/images/brand/hero-banquet.jpg') center / cover;
}

.growth-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(14, 11, 8, .75), transparent 78%);
}

.growth-hero > * { position: relative; z-index: 1; max-width: 680px; }
.growth-kicker { color: var(--growth-gold-soft); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.growth-hero h1 { margin: 12px 0 12px; font-size: clamp(32px, 6vw, 64px); line-height: 1.05; }
.growth-hero p { max-width: 620px; color: rgba(255, 247, 232, .8); font-size: 18px; line-height: 1.7; }

.growth-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.growth-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 18px; border: 1px solid var(--growth-gold); border-radius: 6px; color: var(--growth-deep); background: var(--growth-gold-soft); font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; }
.growth-button.secondary { color: var(--growth-gold-soft); background: transparent; }
.growth-button:disabled { cursor: not-allowed; opacity: .5; }

.growth-section { margin-top: 30px; }
.growth-section-head { margin-bottom: 16px; }
.growth-section-head h2 { margin: 0; font-size: clamp(24px, 4vw, 36px); }
.growth-section-head p { margin: 7px 0 0; color: var(--growth-muted); line-height: 1.6; }

.growth-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.growth-stat { padding: 20px; }
.growth-stat strong { display: block; margin-bottom: 6px; color: #9b6a36; font-size: 13px; letter-spacing: .08em; }
.growth-stat h3 { margin: 0 0 8px; font-size: 21px; }
.growth-stat p { margin: 0; color: var(--growth-muted); line-height: 1.55; }

.growth-two-col { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 18px; align-items: start; }
.growth-panel { padding: 24px; }
.growth-panel h2, .growth-panel h3 { margin-top: 0; }
.growth-panel p { color: var(--growth-muted); line-height: 1.6; }

.growth-form { display: grid; gap: 12px; }
.growth-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.growth-form label { display: grid; gap: 5px; color: #4d4035; font-size: 12px; font-weight: 800; }
.growth-form input,
.growth-form select,
.growth-form textarea { width: 100%; min-height: 42px; box-sizing: border-box; padding: 10px 11px; border: 1px solid rgba(116, 77, 32, .24); border-radius: 6px; color: var(--growth-ink); background: #fffdf8; font: inherit; }
.growth-form textarea { min-height: 88px; resize: vertical; }
.growth-form input:focus-visible,
.growth-form select:focus-visible,
.growth-form textarea:focus-visible { outline: 2px solid rgba(161, 109, 46, .42); outline-offset: 1px; }

.growth-message { min-height: 20px; margin: 0; color: #8b5b2b; font-size: 13px; font-weight: 800; }
.growth-message.error { color: #9a3f2f; }
.growth-badge { display: inline-flex; padding: 5px 9px; border: 1px solid var(--growth-line); border-radius: 999px; color: #8c602d; background: #fff3d8; font-size: 11px; font-weight: 900; }
.growth-code { display: block; margin: 12px 0; padding: 14px; border: 1px dashed #b9823e; border-radius: 6px; color: #7d5122; background: #fff5df; font-size: 22px; font-weight: 900; letter-spacing: .12em; text-align: center; }
.growth-list { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.growth-list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(116, 77, 32, .12); color: #4d4035; font-size: 13px; }
.growth-list li:last-child { border-bottom: 0; }
.growth-list b { color: #8c602d; }

.growth-table-wrap { overflow-x: auto; }
.growth-table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: 13px; }
.growth-table th, .growth-table td { padding: 11px 9px; border-bottom: 1px solid rgba(116, 77, 32, .14); text-align: left; vertical-align: top; }
.growth-table th { color: #8d5b26; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.growth-table td { color: #51443a; }
.growth-table code { display: inline-flex; margin-bottom: 4px; padding: 4px 7px; border: 1px solid rgba(116, 77, 32, .2); border-radius: 6px; color: #7d5122; background: #fff5df; font-weight: 900; letter-spacing: .08em; }
.growth-inline-field { display: grid; gap: 5px; margin: 0 0 8px; color: #8d5b26; font-size: 11px; font-weight: 900; letter-spacing: .03em; }
.growth-inline-field input,
.growth-inline-field select,
.growth-inline-field textarea { width: 100%; min-width: 130px; border: 1px solid rgba(116, 77, 32, .22); border-radius: 8px; padding: 8px 9px; background: #fffaf1; color: #24160d; font: inherit; font-size: 12px; letter-spacing: 0; }
.growth-inline-field textarea { resize: vertical; min-height: 54px; }
.growth-inline-field input:disabled,
.growth-inline-field select:disabled,
.growth-inline-field textarea:disabled { opacity: .58; cursor: not-allowed; }

.growth-admin-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.growth-admin-actions .growth-button { min-height: 32px; padding: 7px 10px; font-size: 11px; }
.growth-admin-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(150px, 190px)) auto auto;
  gap: 10px;
  align-items: end;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid rgba(214, 168, 92, .24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 250, 241, .94), rgba(245, 232, 209, .72));
}
.growth-admin-toolbar label {
  display: grid;
  gap: 5px;
  color: #6d4b28;
  font-size: 11px;
  font-weight: 900;
}
.growth-admin-toolbar input,
.growth-admin-toolbar select {
  width: 100%;
  min-height: 38px;
  box-sizing: border-box;
  padding: 9px 10px;
  border: 1px solid rgba(116, 77, 32, .22);
  border-radius: 6px;
  background: #fffdf8;
  font: inherit;
}
.growth-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid rgba(116, 77, 32, .18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}
.growth-status-badge.is-good { color: #1f6034; background: #e1f7df; border-color: rgba(31, 96, 52, .22); }
.growth-status-badge.is-waiting { color: #84551e; background: #fff2d8; border-color: rgba(132, 85, 30, .24); }
.growth-status-badge.is-bad { color: #913626; background: #ffe3dc; border-color: rgba(145, 54, 38, .22); }
.growth-muted { color: var(--growth-muted); font-size: 12px; font-weight: 800; }
.growth-metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 18px; }
.growth-metric { padding: 14px; border: 1px solid var(--growth-line); border-radius: 7px; background: #fffdf8; }
.growth-metric strong { display: block; color: #8d5b26; font-size: 11px; }
.growth-metric b { display: block; margin-top: 5px; font-size: 24px; }

.growth-footer { padding: 24px 0; color: #f2dfbb; background: var(--growth-deep); text-align: center; }
.growth-footer a { color: var(--growth-gold-soft); }

.member-system-page {
  background:
    radial-gradient(circle at 82% 6%, rgba(214, 168, 92, .18), transparent 28%),
    linear-gradient(180deg, #100d0a 0%, #100d0a 280px, #f6efe5 280px, #f6efe5 72%, #0e0b08 72%, #0e0b08 100%);
}

.member-system-page .growth-main {
  padding-top: 34px;
}

.member-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 22px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid rgba(214, 168, 92, .32);
  border-radius: 12px;
  color: #fff4df;
  background:
    linear-gradient(112deg, rgba(14, 11, 8, .98), rgba(41, 27, 15, .8) 56%, rgba(14, 11, 8, .7)),
    url('../assets/images/brand/hero-banquet.jpg') center / cover;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.member-hero h1 {
  max-width: 720px;
  margin: 12px 0;
  font-size: clamp(34px, 6vw, 68px);
  line-height: 1.02;
}

.member-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 244, 223, .76);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.75;
}

.member-hero-card {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(255, 223, 154, .32);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 248, 232, .12), rgba(255, 248, 232, .04));
  backdrop-filter: blur(10px);
}

.member-hero-card strong {
  color: #ffdf9a;
  font-size: 20px;
}

.member-hero-card span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff4df;
  font-weight: 800;
}

.member-hero-card span::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6a85c;
}

.member-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.member-trust-row article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 12px;
  align-items: start;
  padding: 17px 18px;
  border: 1px solid rgba(214, 168, 92, .22);
  border-radius: 10px;
  background: rgba(255, 250, 241, .96);
  box-shadow: 0 14px 32px rgba(52, 35, 20, .07);
}

.member-trust-row b {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #17120d;
  background: #f1c775;
  font-size: 12px;
  letter-spacing: .08em;
}

.member-trust-row strong {
  color: #17120d;
  font-size: 17px;
}

.member-trust-row span {
  color: #75685b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.member-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.member-login-card,
.member-register-card {
  position: relative;
  overflow: hidden;
}

.member-login-card::before,
.member-register-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #f1c775, rgba(214, 168, 92, 0));
}

.member-register-card {
  border-color: rgba(161, 109, 46, .32);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, .98), rgba(249, 237, 218, .9));
}

.member-register-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 16px 0 14px;
}

.member-register-steps span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 168, 92, .25);
  border-radius: 999px;
  color: #6d4b28;
  background: rgba(255, 248, 232, .8);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.member-message-line {
  grid-column: 1 / -1;
}

.member-login-message {
  margin-top: 2px;
  padding: 10px 12px;
  border: 1px solid rgba(154, 63, 47, .24);
  border-radius: 8px;
  color: #8f3528;
  background: rgba(255, 238, 229, .88);
  line-height: 1.45;
}

.member-reset-card {
  border-color: rgba(214, 168, 92, .38);
  background:
    linear-gradient(135deg, rgba(255, 251, 242, .98), rgba(252, 238, 212, .92));
}

.member-reset-card .growth-form {
  margin-top: 14px;
}

.is-member-logged-in [data-growth-auth] {
  display: none !important;
}

.member-form-help {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(116, 77, 32, .12);
  color: var(--growth-muted);
  font-size: 12px;
  font-weight: 800;
}

.member-form-help a,
.member-form-help-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 2px;
  border: 0;
  color: #8c602d;
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.member-form-help a:hover,
.member-form-help a:focus-visible,
.member-form-help-link:hover,
.member-form-help-link:focus-visible {
  color: #4f2d10;
  outline: none;
}

.member-form-help-link:disabled {
  color: #b69a77;
  cursor: wait;
}

.member-reset-card {
  grid-column: 1 / -1;
  border-color: rgba(214, 168, 92, .42);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, .98), rgba(255, 240, 207, .86)),
    #fffaf1;
}

.phone-verify-box {
  display: grid;
  gap: 9px;
  padding: 14px;
  border: 1px solid rgba(214, 168, 92, .3);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(23, 18, 13, .04), rgba(214, 168, 92, .11)),
    #fffaf1;
}

.phone-verify-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.phone-code-button {
  min-height: 44px;
  white-space: nowrap;
}

.phone-verify-status {
  margin: 0;
  color: #7b644d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.phone-verify-status[data-tone="good"] { color: #22683a; }
.phone-verify-status[data-tone="warn"] { color: #8d5b26; }
.phone-verify-status[data-tone="bad"] { color: #9a3627; }

.member-referral-input {
  display: grid;
  gap: 7px;
  padding: 12px 14px;
  border: 1px solid rgba(116, 77, 32, .14);
  border-radius: 10px;
  background: rgba(255, 253, 248, .74);
}

.member-referral-input p {
  margin: 0;
  color: #7b644d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.member-dashboard-shell {
  color: #17120d;
}

.member-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(214, 168, 92, .28);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, .96), rgba(246, 231, 204, .9));
  box-shadow: 0 18px 46px rgba(52, 35, 20, .08);
}

.member-dashboard-top h2 {
  margin: 8px 0 6px;
  font-size: clamp(26px, 4vw, 42px);
}

.member-dashboard-top p,
.member-section-title + p {
  margin: 0;
  color: var(--growth-muted);
  line-height: 1.6;
}

.member-referral-stats {
  margin-bottom: 18px;
  background:
    linear-gradient(135deg, rgba(255, 252, 245, .98), rgba(246, 231, 204, .88));
}

.member-referral-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.member-referral-stat-grid .growth-metric {
  background: rgba(255, 255, 255, .72);
}

.member-referral-tool {
  display: grid;
  gap: 14px;
}

.member-referral-tool-head h3 {
  margin: 10px 0 8px;
  font-size: clamp(24px, 3vw, 32px);
}

.member-referral-tool-head p {
  margin: 0;
  color: #6f5f50;
  line-height: 1.6;
}

.member-referral-code {
  margin: 0;
  font-size: clamp(24px, 4vw, 34px);
  letter-spacing: .16em;
}

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

.member-referral-link-field {
  display: grid;
  gap: 7px;
  color: #8d5b26;
  font-size: 12px;
  font-weight: 900;
}

.member-referral-link-field input {
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(116, 77, 32, .2);
  border-radius: 8px;
  color: #21150d;
  background: #fffaf1;
  font: inherit;
  font-weight: 800;
}

.member-referral-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.member-referral-mini-grid span {
  display: grid;
  gap: 2px;
  min-height: 66px;
  padding: 12px;
  border: 1px solid rgba(116, 77, 32, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  color: #6b5b4a;
  font-size: 12px;
  font-weight: 900;
}

.member-referral-mini-grid strong {
  color: #17120d;
  font-size: 25px;
  line-height: 1;
}

.member-referral-whatsapp {
  width: 100%;
}

.member-referral-note {
  margin: 0;
  color: #6f5f50;
  font-size: 12px;
  line-height: 1.5;
}

.member-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 16px;
  align-items: start;
}

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

.member-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.member-section-title h3,
.member-record-grid h3,
.member-profile-layout h3,
.member-mock-tools h3 {
  margin: 0;
  font-size: clamp(21px, 3vw, 30px);
}

.growth-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 8px !important;
}

.growth-check input {
  width: 17px;
  min-height: 17px;
}

.member-cloud-status {
  width: fit-content;
  margin-top: 18px;
  color: #f7d993;
  background: rgba(0, 0, 0, .34);
}

.member-cloud-status.is-connected {
  color: #18351f;
  border-color: rgba(126, 210, 148, .55);
  background: #dff8dd;
}

@media (max-width: 820px) {
  .growth-spotlight { grid-template-columns: 1fr; }
  .growth-header-inner { flex-wrap: wrap; padding: 12px 0; }
  .growth-nav {
    order: 3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    padding-bottom: 0;
  }
  .growth-nav a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 5px;
    border: 1px solid rgba(214, 168, 92, .18);
    border-radius: 6px;
    background: rgba(255, 244, 223, .04);
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }
  .growth-grid, .growth-two-col { grid-template-columns: 1fr; }
  .growth-admin-toolbar { grid-template-columns: 1fr 1fr; }
  .growth-admin-toolbar label:first-child { grid-column: 1 / -1; }
  .growth-metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .member-referral-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .member-referral-stat-wide { grid-column: 1 / -1; }
  .member-hero,
  .member-auth-grid,
  .member-trust-row,
  .member-profile-layout,
  .member-record-grid {
    grid-template-columns: 1fr;
  }
  .member-dashboard-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .phone-verify-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .growth-shell { width: min(100% - 28px, 1180px); }
  .growth-main { padding-top: 24px; }
  .growth-hero { padding: 28px 20px; }
  .growth-hero p { font-size: 15px; }
  .growth-form-grid { grid-template-columns: 1fr; }
  .growth-admin-toolbar { grid-template-columns: 1fr; }
  .growth-admin-toolbar label:first-child { grid-column: auto; }
  .growth-panel { padding: 18px; }
  .growth-metric-grid { gap: 7px; }
  .growth-metric { padding: 11px; }
  .growth-metric b { font-size: 20px; }
  .member-hero,
  .member-dashboard-top {
    padding: 22px 18px;
  }
  .member-hero-card {
    padding: 18px;
  }
  .member-trust-row article {
    padding: 14px;
  }
  .member-register-steps {
    grid-template-columns: 1fr;
  }
  .member-referral-actions,
  .member-referral-mini-grid {
    grid-template-columns: 1fr;
  }
  .member-referral-code {
    font-size: 24px;
  }
}
