.store-body {
  min-height: 100vh;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.store-main {
  min-height: calc(100vh - 160px);
  padding: 126px 0 80px;
}

.store-container {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
}

.store-breadcrumb {
  display: inline-flex;
  margin-bottom: 28px;
  color: #5d6673;
  font-size: 13px;
  font-weight: 620;
  text-decoration: none;
}

.store-breadcrumb:hover {
  color: var(--blue);
}

.store-heading {
  max-width: 710px;
  margin-bottom: 42px;
}

.store-heading h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.store-heading > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.purchase-recovery-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: -14px 0 30px;
  border: 1px solid #b9d2f7;
  border-radius: 13px;
  padding: 15px 18px;
  color: #245ba9;
  background: #f2f7ff;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.purchase-recovery-cta:hover {
  border-color: #7da9e9;
  background: #eaf3ff;
  transform: translateY(-1px);
}

.purchase-recovery-copy,
.purchase-recovery-copy strong,
.purchase-recovery-copy small { display: block; }
.purchase-recovery-copy strong { font-size: 15px; }
.purchase-recovery-copy small { margin-top: 4px; color: #647b9d; font-size: 12px; }
.purchase-recovery-arrow { flex: 0 0 auto; font-size: 24px; line-height: 1; }

.purchase-renewal-note {
  margin: -16px 0 24px;
  color: #245ba9;
  font-size: 12px;
  line-height: 1.5;
}

.store-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.store-progress span {
  display: inline-flex;
  min-width: 118px;
  align-items: center;
  gap: 7px;
  border-bottom: 2px solid #dfe4eb;
  padding: 0 2px 9px;
  color: #8a929d;
  font-size: 11px;
  font-weight: 680;
}

.store-progress span.is-active,
.store-progress span.is-complete {
  border-color: var(--blue);
  color: var(--blue);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 48px;
  align-items: start;
}

.store-section-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.store-plan-list {
  display: grid;
  gap: 10px;
}

.store-plan-option {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 17px 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.store-plan-option:hover {
  border-color: #bdcbe0;
}

.store-plan-option.is-selected {
  border-color: rgba(23, 105, 224, 0.62);
  background: #f7faff;
  box-shadow: 0 12px 30px rgba(23, 105, 224, 0.09);
}

.store-plan-option strong,
.store-plan-option small {
  display: block;
}

.store-plan-option strong {
  font-size: 15px;
}

.store-plan-option small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.store-plan-price {
  color: #1a2433;
  font-size: 22px;
  font-weight: 740;
  white-space: nowrap;
}

.checkout-form,
.status-panel,
.recovery-form,
.service-result {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}

.store-form-grid {
  display: grid;
  gap: 18px;
}

.store-account-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid #cfe0fa;
  border-radius: 13px;
  padding: 14px 15px;
  color: #245ba9;
  background: #f3f8ff;
}

.store-account-note > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 800;
}

.store-account-note strong,
.store-account-note small {
  display: block;
}

.account-recovery-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
  align-items: center;
  border: 1px solid #bfd5f5;
  border-radius: 20px;
  padding: 24px 26px;
  background: #f4f8ff;
  box-shadow: var(--shadow-sm);
}

.account-recovery-card h2 {
  margin: 5px 0 0;
  color: var(--text);
  font-size: 22px;
}

.account-recovery-card div > p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.account-recovery-card .store-form-message {
  grid-column: 1 / -1;
  margin: 0;
}

.account-recovery-card[hidden],
.account-panel-retry[hidden],
.account-settlement-link[hidden] {
  display: none;
}

.account-dashboard {
  display: grid;
  gap: 24px;
}

.account-dashboard[hidden] { display: none; }

.account-view-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid #d7e0ec;
  border-radius: 18px;
  padding: 8px;
  background: #f2f5f9;
}

.account-view-tab {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 13px;
  align-items: center;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 15px 17px;
  color: #66758a;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.account-view-tab > span {
  grid-row: 1 / 3;
  color: #91a0b3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.account-view-tab > strong,
.account-view-tab > small {
  display: block;
  min-width: 0;
}

.account-view-tab > strong {
  color: #26364d;
  font-size: 15px;
}

.account-view-tab > small {
  overflow: hidden;
  color: #7b899c;
  font-size: 10px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-view-tab:hover {
  background: rgba(255, 255, 255, .72);
}

.account-view-tab:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .2);
  outline-offset: 2px;
}

.account-view-tab.is-active {
  border-color: #a8c7f5;
  color: #185cac;
  background: #fff;
  box-shadow: 0 7px 20px rgba(37, 99, 235, .09);
}

.account-view-tab.is-active > span,
.account-view-tab.is-active > strong {
  color: #1765d1;
}

.account-view-panel[hidden] { display: none; }

.account-dashboard-header,
.account-referral-card,
.account-services {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.account-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  padding: 11px 14px;
  background: #f8fafc;
  box-shadow: none;
}

.account-referral-heading h2,
.account-referral-heading p,
.account-services-heading h2,
.account-services-heading p,
.account-commission-heading h3,
.account-commission-heading p {
  margin: 0;
}

.account-dashboard-identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.account-dashboard-identity span {
  color: #738195;
  font-size: 11px;
}

.account-dashboard-identity strong {
  color: #245ba9;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
}

.account-dashboard-header .button {
  min-height: 34px;
  padding: 0 13px;
  font-size: 11px;
}

.account-referral-heading div > p:last-child,
.account-services-heading div > p:last-child {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.account-referral-card {
  scroll-margin-top: 96px;
  overflow: hidden;
  border-color: #bcd4f5;
  background: linear-gradient(160deg, #f4f8ff 0%, #fff 42%);
}

.account-referral-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 22px 24px;
}

.account-referral-heading h2,
.account-services-heading h2 {
  margin-top: 4px;
  color: var(--text);
  font-size: 22px;
}

.account-panel-message {
  margin: 0 26px 12px;
  border: 1px solid #f0d5a5;
  border-radius: 12px;
  padding: 11px 13px;
  color: #875b13;
  background: #fff8e9;
  font-size: 12px;
  line-height: 1.55;
}

.account-panel-retry {
  margin: 0 26px 24px;
}

.account-referral-content {
  display: grid;
  gap: 22px;
  border-top: 1px solid #dce8f7;
  padding: 24px 26px 26px;
}

.account-referral-content[hidden] { display: none; }

.account-referral-subnav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  border: 1px solid #d6e1ef;
  border-radius: 15px;
  padding: 7px;
  background: #f1f5fa;
}

.account-referral-subnav button {
  min-width: 0;
  min-height: 48px;
  border: 1px solid #dce4ee;
  border-radius: 11px;
  color: #4f627a;
  background: #fff;
  font-size: 13px;
  font-weight: 750;
}

.account-referral-subnav button.is-active {
  border-color: #1769e0;
  color: #fff;
  background: #1769e0;
  box-shadow: 0 7px 16px rgba(23, 105, 224, .2);
}

.account-referral-subpanel {
  display: grid;
  gap: 22px;
}

.account-referral-subpanel[hidden] { display: none; }

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

.account-referral-links article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  border: 1px solid #d7e4f4;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}

.account-referral-links article.is-buy {
  border-color: #b9d2f7;
  background: #f4f8ff;
}

.account-referral-links article > span {
  color: #2f6ebb;
  font-size: 10px;
  font-weight: 740;
}

.account-referral-links article > strong {
  color: var(--text);
  font-size: 17px;
}

.account-referral-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  margin-top: 5px;
}

.account-referral-flow b {
  border-radius: 10px;
  padding: 10px 8px;
  color: #2d5f9d;
  background: #edf5ff;
  font-size: 11px;
  text-align: center;
}

.account-referral-flow i {
  color: #77a0d3;
  font-size: 15px;
  font-style: normal;
}

.account-referral-links article.is-buy .account-referral-flow b:last-child {
  color: #0e704c;
  background: #e9f8f1;
}

.account-referral-outcome {
  margin: 1px 0 3px;
  color: #185ead;
  font-size: 11px;
  font-weight: 750;
}

.account-referral-links code {
  display: block;
  overflow: hidden;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 10px;
  color: #72849a;
  background: #f2f5f9;
  font-size: 9px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-referral-links .button {
  justify-content: center;
  width: 100%;
  margin-top: 2px;
}

.account-referral-progress {
  display: grid;
  grid-template-columns: minmax(180px, .48fr) minmax(220px, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid #dce5f0;
  border-radius: 15px;
  padding: 17px 18px;
  background: #fff;
}

.account-referral-progress div:first-child span,
.account-referral-progress div:first-child strong,
.account-referral-progress div:first-child small {
  display: block;
}

.account-referral-progress div:first-child span {
  color: #6f7e91;
  font-size: 10px;
}

.account-referral-progress div:first-child strong {
  margin-top: 4px;
  color: var(--text);
  font-size: 17px;
}

.account-referral-progress div:first-child small {
  margin-top: 4px;
  color: #6b7990;
  font-size: 10px;
}

.account-referral-track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #e6ecf4;
}

.account-referral-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1f6fe5, #4c91f4);
  transition: width .25s ease;
}

.account-referral-progress.is-complete {
  border-color: #a9d9c2;
  background: #f4fbf7;
}

.account-referral-progress.is-complete .account-referral-track span {
  background: linear-gradient(90deg, #119467, #35bd88);
}

.account-reward-claim {
  flex: 0 0 auto;
  min-width: 108px;
}

.account-reward-claim[hidden] { display: none; }

.account-reward-service {
  border: 1px solid #cfdbe9;
  border-radius: 15px;
  padding: 18px;
  background: #fff;
}

.account-reward-service[hidden] { display: none; }

.account-reward-service > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.account-reward-service > header strong,
.account-reward-service > header small {
  display: block;
}

.account-reward-service > header strong {
  color: var(--text);
  font-size: 19px;
}

.account-reward-service > header small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.account-reward-service > header > span {
  border-radius: 999px;
  padding: 5px 10px;
  color: #14704d;
  background: #e9f7ef;
  font-size: 10px;
  font-weight: 750;
}

.account-reward-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin-top: 16px;
}

.account-reward-copy-row code {
  overflow: hidden;
  border-radius: 10px;
  padding: 10px 12px;
  color: #435878;
  background: #f3f6fa;
  font-size: 10px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-reward-copy-row .button {
  justify-content: center;
}

.account-reward-guides {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  border-top: 1px solid #e5eaf1;
  padding-top: 14px;
}

.account-reward-guides > span {
  color: #6b7a8e;
  font-size: 10px;
  font-weight: 750;
}

.account-referral-progress > a {
  color: #2c64ad;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.account-invite-list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.account-invite-list-heading h3 {
  margin: 0;
  color: var(--text);
  font-size: 17px;
}

.account-invite-list-heading span {
  border-radius: 999px;
  padding: 5px 10px;
  color: #2d609f;
  background: #edf5ff;
  font-size: 11px;
  font-weight: 750;
}

.account-invite-list {
  display: grid;
  overflow: hidden;
  border: 1px solid #dce5f0;
  border-radius: 15px;
  background: #fff;
}

.account-invite-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
}

.account-invite-list-row + .account-invite-list-row {
  border-top: 1px solid #e3eaf3;
}

.account-invite-list-row strong,
.account-invite-list-row small {
  display: block;
}

.account-invite-list-row strong {
  color: var(--text);
  font-size: 13px;
}

.account-invite-list-row small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.account-invite-list-row > span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 9px;
  color: #18704a;
  background: #e9f7ef;
  font-size: 10px;
  font-weight: 750;
}

.account-invite-list-row > span.is-review {
  color: #8a641a;
  background: #fff5dc;
}

.account-invite-list-empty {
  padding: 25px 16px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.account-referral-subpanel[data-referral-panel="commission"] {
  gap: 14px;
}

.account-commission-section {
  border: 1px solid #dce4ee;
  border-radius: 15px;
  padding: 15px;
  background: #fff;
}

.account-commission-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.account-commission-section-heading span,
.account-commission-section-heading strong {
  display: block;
}

.account-commission-section-heading span {
  color: #1765d1;
  font-size: 10px;
  font-weight: 750;
}

.account-commission-section-heading strong {
  margin-top: 3px;
  color: var(--text);
  font-size: 14px;
}

.account-commission-section-heading > small {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 9px;
  color: #6c7a8d;
  background: #f1f4f8;
  font-size: 9px;
}

.account-commission-rates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 12px;
  background: #f8fafc;
}

.account-commission-rates > div {
  min-width: 0;
  padding: 12px 13px;
  text-align: center;
}

.account-commission-rates > div + div {
  border-left: 1px solid #e1e7ef;
}

.account-commission-rates span,
.account-commission-rates strong {
  display: block;
}

.account-commission-rates span {
  color: #66778d;
  font-size: 10px;
}

.account-commission-rates strong {
  margin-top: 5px;
  color: #245ba9;
  font-size: 19px;
}

.account-commission-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 12px;
  background: #fff;
}

.account-commission-summary > div {
  min-width: 0;
  padding: 12px 13px;
}

.account-commission-summary > div:nth-child(even) {
  border-left: 1px solid #e1e7ef;
}

.account-commission-summary > div:nth-child(n+3) {
  border-top: 1px solid #e1e7ef;
}

.account-commission-summary span,
.account-commission-summary strong,
.account-commission-summary small {
  display: block;
}

.account-commission-summary span {
  color: #6d7b8e;
  font-size: 10px;
}

.account-commission-summary strong {
  margin-top: 5px;
  color: #1f395d;
  font-size: 20px;
}

.account-commission-summary small {
  margin-top: 4px;
  color: #8a95a5;
  font-size: 9px;
}

.account-commission-summary .is-total strong { color: #1765d1; }

.account-commission-summary .is-observation strong { color: #9c6812; }

.account-commission-summary .is-eligible strong { color: #0e7a52; }

.account-commission-summary .is-paid strong { color: #596a80; }

.account-commission-heading,
.account-services-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.account-commission-heading h3 {
  color: var(--text);
  font-size: 17px;
}

.account-commission-heading p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}

.account-commission-list {
  display: grid;
  gap: 10px;
}

.account-commission-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid #e0e6ef;
  border-radius: 13px;
  padding: 14px 15px;
  background: #fff;
}

.account-commission-row strong,
.account-commission-row small {
  display: block;
}

.account-commission-row > div:first-child strong {
  color: #253a58;
  font-size: 12px;
}

.account-commission-row > div:first-child small {
  margin-top: 5px;
  color: #8290a3;
  font-size: 9px;
}

.account-commission-amount {
  text-align: right;
}

.account-commission-amount > strong {
  color: #1d568f;
  font-size: 15px;
}

.account-commission-amount > span {
  display: inline-block;
  margin-top: 5px;
  border-radius: 999px;
  padding: 4px 7px;
  color: #5d6b7e;
  background: #edf1f6;
  font-size: 9px;
  font-weight: 720;
}

.account-commission-amount > span.is-eligible { color: #166445; background: #e6f6ed; }
.account-commission-amount > span.is-paid { color: #245ea5; background: #e9f2ff; }
.account-commission-amount > span.is-reversed { color: #8c4a4a; background: #faecec; }

.account-commission-empty {
  border: 1px dashed #d7e0ec;
  border-radius: 13px;
  padding: 22px;
  color: #77869a;
  background: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.account-commission-toggle {
  justify-self: center;
  border: 0;
  padding: 5px 8px;
  color: #2e67ae;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
}

.account-referral-rule {
  margin: 0;
  color: #78869a;
  font-size: 10px;
  line-height: 1.6;
}

.account-services {
  padding: 24px;
}

.account-services .account-panel-message,
.account-services .account-panel-retry {
  margin-right: 0;
  margin-left: 0;
}

.account-order-results {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.account-order-results[hidden] { display: none; }

.account-order-card,
.account-order-empty {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.account-order-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.account-order-heading h2,
.account-order-heading p {
  margin: 0;
}

.account-order-heading h2 {
  color: var(--text);
  font-size: 18px;
}

.account-order-heading p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
}

.account-order-status {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 6px 10px;
  color: #31577f;
  background: #edf4fd;
  font-size: 11px;
  font-weight: 750;
}

.account-order-status.is-delivered { color: #18704a; background: #e9f7ef; }
.account-order-status.is-closed_unpaid { color: #7b6651; background: #f5f1eb; }

.account-order-card > .service-result {
  margin-top: 18px;
  border-radius: 14px;
  padding: 20px;
  box-shadow: none;
}

.account-order-action {
  display: inline-flex;
  margin-top: 18px;
  text-decoration: none;
}

.account-order-empty {
  border-color: #cbdcff;
  padding: 30px;
  color: var(--muted);
  text-align: left;
  font-size: 13px;
  background: linear-gradient(145deg, #fff 20%, #f5f9ff 100%);
}

.account-order-empty .store-kicker {
  margin: 0 0 12px;
}

.account-order-empty h3 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
}

.account-order-empty > p:not(.store-kicker) {
  max-width: 720px;
  margin: 12px 0 0;
  line-height: 1.7;
}

.account-order-empty-note {
  border-radius: 12px;
  padding: 11px 14px;
  color: #31577f;
  background: #edf5ff;
}

.account-order-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.account-order-empty-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.legacy-recovery {
  margin-top: 26px;
  border: 1px solid #d8dee8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
}

.legacy-recovery > summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  color: var(--text);
  list-style: none;
  cursor: pointer;
}

.legacy-recovery > summary::-webkit-details-marker { display: none; }

.legacy-recovery-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: #5d6673;
  background: #edf0f4;
  font-size: 12px;
  font-weight: 800;
}

.legacy-recovery-copy strong,
.legacy-recovery-copy small {
  display: block;
}

.legacy-recovery-copy strong { font-size: 14px; }

.legacy-recovery-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.legacy-recovery > summary b {
  color: #31577f;
  font-size: 12px;
}

.legacy-recovery[open] > summary {
  border-bottom: 1px solid var(--line);
  background: #fafbfd;
}

.legacy-recovery[open] > summary b::after { content: " ↑"; }

.legacy-recovery > .recovery-layout {
  margin-top: 0;
  padding: 22px;
}

.order-invite-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  border: 1px solid #bfd5f5;
  border-radius: 15px;
  padding: 17px 18px;
  color: #245ba9;
  background: #f3f8ff;
  text-decoration: none;
}

.order-invite-cta span,
.order-invite-cta strong,
.order-invite-cta small {
  display: block;
}

.order-invite-cta strong { color: var(--text); font-size: 14px; }
.order-invite-cta small { margin-top: 5px; color: #647b9d; font-size: 11px; line-height: 1.5; }
.order-invite-cta b { flex: 0 0 auto; font-size: 12px; }

.store-account-note strong {
  color: var(--text);
  font-size: 14px;
}

.store-account-note small {
  margin-top: 4px;
  color: #647b9d;
  font-size: 11px;
  line-height: 1.55;
}

.store-form-note {
  margin: -4px 0 19px;
  color: #63728a;
  font-size: 12px;
  line-height: 1.6;
}

.order-resume-tools {
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.order-resume-tools > strong {
  display: block;
  color: #27364b;
  font-size: 13px;
}

.order-resume-tools > p {
  margin: 6px 0 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.order-resume-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.order-resume-actions .button {
  min-height: 38px;
  padding: 0 13px;
  font-size: 12px;
}

.order-resume-actions .store-secondary-link {
  margin: 0;
}

.recovery-form-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.recovery-form-step {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #fff;
  background: var(--blue);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .04em;
}

.recovery-form-heading .store-kicker {
  margin: 1px 0 5px;
}

.recovery-form-heading .store-section-title {
  margin: 0;
  font-size: 23px;
}

.store-field {
  display: grid;
  gap: 7px;
  color: #3f4753;
  font-size: 13px;
  font-weight: 650;
}

.store-field-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.store-required {
  color: #dc2626;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.store-optional-badge {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  border-radius: 999px;
  padding: 2px 8px;
  color: #697586;
  background: #eef2f7;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.store-field input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d7dde6;
  border-radius: 12px;
  padding: 0 14px;
  outline: none;
  color: var(--text);
  background: #fff;
  font: inherit;
}

.store-field input:focus {
  border-color: #6c9ce6;
  box-shadow: 0 0 0 4px rgba(23, 105, 224, 0.10);
}

#checkout-referral-code[readonly] {
  border-color: #b9cbe5;
  color: #25344b;
  background: #f7faff;
  cursor: default;
}

.recovery-field {
  gap: 8px;
}

.recovery-field-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.recovery-field-topline > span {
  color: #303b4c;
  font-size: 13px;
  font-weight: 680;
}

.recovery-field-topline > small {
  color: #6c86ad;
  font-size: 11px;
  font-weight: 620;
  white-space: nowrap;
}

.recovery-input-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 52px;
  overflow: hidden;
  border: 1px solid #d7dde6;
  border-radius: 13px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.recovery-input-shell:focus-within {
  border-color: #6c9ce6;
  box-shadow: 0 0 0 4px rgba(23, 105, 224, 0.10);
}

.recovery-input-prefix {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  border-right: 1px solid #e5e9f0;
  padding: 0 12px;
  color: #7890b2;
  font-size: 11px;
  font-weight: 680;
  white-space: nowrap;
}

.recovery-input-shell input {
  min-width: 0;
  min-height: 50px;
  border: 0;
  border-radius: 0;
  padding: 0 13px;
  box-shadow: none;
}

.recovery-input-shell input:focus {
  border: 0;
  box-shadow: none;
}

.recovery-field > small {
  margin-top: -1px;
}

.store-field small,
.store-note {
  color: #7a8390;
  font-size: 11px;
  font-weight: 480;
  line-height: 1.55;
}

#checkout-referral-status.is-valid {
  color: #087657;
  font-weight: 650;
}

#checkout-referral-status.is-invalid {
  color: #a33b41;
  font-weight: 650;
}

.store-submit {
  width: 100%;
  margin-top: 5px;
  border: 0;
  cursor: pointer;
}

.store-submit:disabled {
  opacity: 0.56;
  cursor: wait;
}

.store-form-message {
  margin: 0;
  border-radius: 11px;
  padding: 11px 13px;
  color: #a33b41;
  background: #fff0f1;
  font-size: 12px;
  line-height: 1.5;
}

.store-form-message[hidden] {
  display: none;
}

.store-form-message.is-notice {
  border: 1px solid #efc66a;
  color: #765313;
  background: #fff8e6;
  font-weight: 650;
}

.store-secondary-link {
  display: block;
  margin-top: 18px;
  color: #5d6673;
  font-size: 12px;
  text-align: center;
}

.recovery-help-link {
  color: #55749f;
  text-decoration: none;
}

.recovery-help-link:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.status-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 30px;
  align-items: start;
}

.status-panel h2,
.service-result h2 {
  margin: 0;
  font-size: 27px;
  letter-spacing: -0.035em;
}

.status-copy {
  margin: 10px 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.order-facts {
  display: grid;
  margin: 0;
}

.order-facts div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid #edf0f4;
  padding: 13px 0;
}

.order-facts dt {
  color: #858d98;
  font-size: 12px;
}

.order-facts dd {
  min-width: 0;
  margin: 0;
  color: #252d39;
  font-size: 13px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.payment-entry {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  border-top: 1px solid #edf0f4;
  padding-top: 18px;
}

.payment-entry[hidden] { display: none; }

.payment-entry p {
  margin: 0;
  color: #5d6c83;
  font-size: 13px;
  line-height: 1.55;
}

.payment-entry .button { justify-self: start; }

.status-aside {
  padding: 22px;
  border-left: 3px solid var(--blue);
  border-radius: 0 16px 16px 0;
  background: #edf4ff;
}

.status-aside strong,
.status-aside span {
  display: block;
}

.status-aside strong {
  margin-bottom: 8px;
  font-size: 15px;
}

.status-aside span {
  color: #52647c;
  font-size: 12px;
  line-height: 1.65;
}

.status-aside a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 680;
}

.payment-panel {
  margin-top: 24px;
  border: 1px solid #cfe0fb;
  border-radius: 22px;
  padding: 28px;
  background: #f7faff;
  box-shadow: var(--shadow-sm);
}

.payment-panel[hidden],
.payment-qr-wrap[hidden],
.payment-qr-placeholder[hidden] { display: none; }

.payment-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.payment-panel-heading h2 {
  margin: 0;
  font-size: 25px;
}

.payment-panel-heading p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.store-kicker {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .16em;
}

.payment-amount {
  color: #1e56b3;
  font-size: 31px;
  font-weight: 760;
  white-space: nowrap;
}

.payment-order-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.payment-order-summary div {
  display: grid;
  gap: 5px;
  border: 1px solid #dbe7f8;
  border-radius: 11px;
  padding: 12px 14px;
  background: #fff;
}

.payment-order-summary span {
  color: #7a879d;
  font-size: 11px;
}

.payment-order-summary strong {
  overflow-wrap: anywhere;
  color: #293850;
  font-size: 13px;
}

.payment-content {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-top: 18px;
  border-top: 1px solid #dbe7f8;
  padding-top: 22px;
}

.payment-qr-wrap,
.payment-qr-placeholder {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.payment-qr-image {
  position: relative;
  width: 190px;
  aspect-ratio: 1;
}

.payment-qr-image img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
}

.payment-qr-wrap span,
.payment-qr-placeholder span {
  color: #6d7a90;
  font-size: 11px;
  line-height: 1.5;
}

.payment-qr-placeholder {
  min-height: 190px;
  align-content: center;
  border: 1px dashed #b8cbe8;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
}

.payment-qr-placeholder strong {
  color: #385b91;
  font-size: 14px;
}

.payment-instructions {
  color: #4b5b74;
  font-size: 13px;
  line-height: 1.65;
}

.payment-instructions p { margin: 0; }
.payment-instructions ol { margin: 10px 0 18px; padding-left: 20px; }
.payment-refresh-button { margin-top: 2px; }
.payment-note { margin-top: 9px !important; color: #7b879b; font-size: 11px; }
.payment-countdown {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  align-items: center;
  margin: 0 0 14px;
  padding: 13px 15px;
  border: 1px solid #bed5ff;
  border-radius: 14px;
  background: #edf4ff;
  color: #284668;
}
.payment-countdown[hidden] { display: none; }
.payment-countdown strong { color: #1265df; font-size: 24px; font-variant-numeric: tabular-nums; }
.payment-countdown small { grid-column: 1 / -1; color: #697b91; }

.delivery-panel {
  margin-top: 24px;
}

.delivery-action-note {
  display: grid;
  gap: 5px;
  border-left: 3px solid var(--blue);
  border-radius: 0 10px 10px 0;
  padding: 11px 14px;
  color: #3d4e67;
  background: #edf4ff;
}

.delivery-action-note strong {
  color: #2458a8;
  font-size: 13px;
}

.delivery-action-note span {
  font-size: 12px;
  line-height: 1.65;
}

.delivery-guide-note {
  margin-bottom: 12px;
}

.subscription-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin: 20px 0 24px;
}

.subscription-value {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce3ed;
  border-radius: 12px;
  padding: 12px 14px;
  color: #435878;
  background: #f8faff;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-button {
  min-width: 112px;
  border: 1px solid var(--blue);
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 680;
  cursor: pointer;
}

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

.guide-links a {
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  padding: 11px 8px;
  color: #3d4e67;
  background: #fff;
  font-size: 12px;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
}

.guide-links a:hover {
  border-color: #9dbbe6;
  color: var(--blue);
}

.promoter-apply-card {
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid #cfe0fb;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7faff 0%, #eef5ff 100%);
}

.promoter-apply-card summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 74px;
  padding: 15px 17px;
  cursor: pointer;
  list-style: none;
}

.promoter-apply-card summary::-webkit-details-marker { display: none; }

.promoter-apply-badge {
  border-radius: 999px;
  padding: 6px 9px;
  color: #175fc4;
  background: #dceaff;
  font-size: 10px;
  font-weight: 760;
  white-space: nowrap;
}

.promoter-apply-summary-copy,
.promoter-apply-summary-copy strong,
.promoter-apply-summary-copy small {
  display: block;
}

.promoter-apply-summary-copy strong {
  color: #1f3658;
  font-size: 15px;
}

.promoter-apply-summary-copy small {
  margin-top: 4px;
  color: #637695;
  font-size: 11px;
}

.promoter-apply-summary-action {
  border: 1px solid var(--blue);
  border-radius: 10px;
  padding: 9px 12px;
  color: #fff;
  background: var(--blue);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.promoter-apply-card[open] .promoter-apply-summary-action {
  color: #356197;
  border-color: #bfd2ef;
  background: #fff;
}

.promoter-reward-preview {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 2px;
  border: 1px solid #d9e5f5;
  border-radius: 12px;
  background: rgba(255, 255, 255, .9);
}

.promoter-reward-preview > span {
  padding: 9px 8px;
  color: #60728e;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.promoter-reward-preview > span + span { border-left: 1px solid #e4ebf5; }
.promoter-reward-preview strong { color: #1769e0; font-size: 14px; }
.promoter-apply-card[open] .promoter-reward-preview { display: none; }

.promoter-apply-body {
  border-top: 1px solid #d8e5f7;
  padding: 18px 17px 17px;
  background: rgba(255, 255, 255, .78);
}

.promoter-reward-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d9e5f5;
  border-radius: 12px;
  background: #fff;
}

.promoter-reward-row[hidden] { display: none; }

.promoter-reward-row span {
  padding: 10px 8px;
  color: #60728e;
  font-size: 11px;
  text-align: center;
}

.promoter-reward-row span + span { border-left: 1px solid #e4ebf5; }
.promoter-reward-row strong { color: #1769e0; font-size: 14px; }

.promoter-apply-intro {
  margin: 13px 0 16px;
  color: #536681;
  font-size: 12px;
  line-height: 1.7;
}

.promoter-apply-form { display: grid; gap: 14px; }
.promoter-apply-form[hidden] { display: none; }

.promoter-apply-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.promoter-apply-fields label,
.promoter-apply-fields label > span {
  display: grid;
}

.promoter-apply-fields label { gap: 7px; }

.promoter-apply-fields label > span {
  color: #344966;
  font-size: 11px;
  font-weight: 680;
}

.promoter-apply-fields input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid #d5dfed;
  border-radius: 10px;
  padding: 9px 11px;
  color: var(--text);
  background: #fff;
  font: inherit;
  font-size: 12px;
  outline: none;
}

.promoter-apply-fields input:focus {
  border-color: #75a4e7;
  box-shadow: 0 0 0 3px rgba(23, 105, 224, .1);
}

.promoter-password-input {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.promoter-password-input input {
  border-radius: 10px 0 0 10px;
}

.promoter-password-toggle {
  min-width: 50px;
  border: 1px solid #d5dfed;
  border-left: 0;
  border-radius: 0 10px 10px 0;
  padding: 0 9px;
  color: #3c6599;
  background: #f5f8fc;
  font-size: 11px;
  font-weight: 680;
  cursor: pointer;
}

.promoter-password-input:focus-within .promoter-password-toggle {
  border-color: #75a4e7;
}

.promoter-rule-check {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #536681;
  font-size: 11px;
  line-height: 1.55;
}

.promoter-rule-check input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}

.promoter-apply-message {
  margin: 0;
  border-radius: 9px;
  padding: 9px 11px;
  color: #17603a;
  background: #eaf8f0;
  font-size: 11px;
  line-height: 1.55;
}

.promoter-apply-message[hidden] { display: none; }

.promoter-apply-submit {
  justify-self: start;
  min-width: 150px;
  min-height: 42px;
}

.promoter-existing-login {
  justify-self: start;
  color: #2868be;
  font-size: 11px;
  line-height: 1.55;
  text-decoration: none;
}

.promoter-existing-login:hover { text-decoration: underline; }

.promoter-activated {
  display: grid;
  gap: 13px;
}

.promoter-activated[hidden] { display: none; }

.promoter-activated-heading {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.promoter-activated-heading > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: #20a866;
  font-size: 20px;
  font-weight: 760;
}

.promoter-activated-heading strong,
.promoter-activated-heading small {
  display: block;
}

.promoter-activated-heading strong {
  color: #17603a;
  font-size: 16px;
}

.promoter-activated-heading small {
  margin-top: 4px;
  color: #63756c;
  font-size: 11px;
  line-height: 1.5;
}

.promoter-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.promoter-account-grid > div,
.promoter-link-box {
  border: 1px solid #d9e5f5;
  border-radius: 11px;
  padding: 11px 12px;
  background: #fff;
}

.promoter-account-grid span,
.promoter-account-grid strong,
.promoter-link-box span,
.promoter-link-box strong {
  display: block;
}

.promoter-account-grid span,
.promoter-link-box span {
  color: #718096;
  font-size: 10px;
}

.promoter-account-grid strong {
  margin-top: 5px;
  color: #203a5e;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 16px;
  letter-spacing: .05em;
}

.promoter-link-box strong {
  overflow: hidden;
  margin-top: 6px;
  color: #38587f;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promoter-activated-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.promoter-activated-actions .button {
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  font-size: 11px;
  text-align: center;
}

.promoter-center-link {
  border: 1px solid #bfd2ef;
  color: #2868be;
  background: #fff;
}

.promoter-activated > p {
  margin: 0;
  color: #65748a;
  font-size: 10px;
  line-height: 1.6;
}

.promoter-apply-footnote {
  margin: 12px 0 0;
  color: #7b8798;
  font-size: 10px;
  line-height: 1.55;
}

.recovery-promoter-application {
  margin-top: 28px;
}

.recovery-promoter-application[hidden] { display: none; }

.recovery-promoter-application .promoter-apply-card { margin-top: 0; }

.contact-qr-details {
  scroll-margin-top: 92px;
  margin-top: 24px;
  border-top: 1px solid #e5e9ef;
  padding-top: 18px;
}

.contact-qr-details summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.contact-qr-details summary::-webkit-details-marker { display: none; }

.contact-qr-details summary > span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 720;
}

.contact-qr-details summary > small {
  color: #7b879b;
  font-size: 11px;
}

.contact-qr-details summary > strong {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #d7e1ef;
  border-radius: 50%;
  color: #577093;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.contact-qr-details[open] summary > strong { transform: rotate(45deg); }

.contact-qr-body {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid #e1e7f0;
  border-radius: 13px;
  padding: 18px;
  background: #fbfcfe;
}

.contact-qr-body img {
  display: block;
  width: 116px;
  aspect-ratio: 1;
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  object-fit: cover;
}

.contact-qr-label {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 720;
}

.contact-qr-body h2 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 720;
}

.contact-qr-body p:not(.contact-qr-label) {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.recovery-support {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  max-width: none;
  margin: 28px 0 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-sm);
}

.recovery-support[hidden] { display: none; }

.recovery-support img {
  display: block;
  width: 150px;
  height: 150px;
  aspect-ratio: 1;
  border: 1px solid #e1e5eb;
  border-radius: 10px;
  object-fit: contain;
  background: #fff;
}

.recovery-support-label {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 720;
}

.recovery-support h2 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  font-weight: 720;
}

.recovery-support p:last-child {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.recovery-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: start;
}

.recovery-results {
  display: grid;
  gap: 14px;
}

.recovery-placeholder {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 8px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.service-result h2 {
  font-size: 21px;
}

.service-result .guide-links {
  margin-top: 20px;
}

.service-renewal-link {
  display: inline-flex;
  margin-top: 12px;
  text-decoration: none;
}

.store-footer {
  padding: 30px 0 38px;
  color: #7b8491;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 760px) {
  .store-main {
    padding: 94px 0 48px;
  }

  .store-container {
    width: calc(100% - 32px);
  }

  .store-breadcrumb {
    margin-bottom: 19px;
  }

  .store-heading {
    margin-bottom: 27px;
  }

  .store-heading h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .store-heading > p:last-child {
    margin-top: 11px;
    font-size: 14px;
  }

  .purchase-recovery-cta {
    align-items: flex-start;
    margin: -4px 0 23px;
    padding: 14px 15px;
  }

  .purchase-recovery-copy strong { font-size: 14px; line-height: 1.45; }
  .purchase-recovery-copy small { font-size: 11px; }

  .store-progress {
    overflow-x: auto;
  }

  .store-progress span {
    min-width: 96px;
    font-size: 10px;
    white-space: nowrap;
  }

  .checkout-layout,
  .status-layout,
  .recovery-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .store-plan-list {
    grid-template-columns: 1fr;
  }

  .store-plan-option {
    padding: 14px 15px;
  }

  .checkout-form,
  .status-panel,
  .recovery-form,
  .service-result {
    border-radius: 18px;
    padding: 20px 17px;
  }

  .payment-panel {
    border-radius: 18px;
    padding: 20px 17px;
  }

  .payment-panel-heading { display: block; }
  .payment-panel-heading h2 { font-size: 22px; }
  .payment-amount { display: block; margin-top: 13px; font-size: 27px; }
  .payment-order-summary { grid-template-columns: 1fr; }
  .payment-content { grid-template-columns: 1fr; gap: 18px; }
  .payment-qr-image { width: min(190px, 68vw); }
  .payment-qr-placeholder { min-height: 150px; }
  .payment-refresh-button { width: 100%; }

  .status-panel h2,
  .service-result h2 {
    font-size: 22px;
  }

  .status-aside {
    order: -1;
  }

  .order-facts div {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .subscription-copy-row {
    grid-template-columns: 1fr;
  }

  .copy-button {
    min-height: 44px;
  }

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

  .promoter-apply-card summary {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px;
  }

  .promoter-apply-badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .promoter-apply-summary-copy strong { font-size: 14px; }
  .promoter-apply-summary-copy small { line-height: 1.45; }
  .promoter-apply-summary-action { padding: 9px 10px; }
  .promoter-apply-body {
    min-width: 0;
    padding: 15px 14px;
  }
  .promoter-apply-fields { grid-template-columns: 1fr; }
  .promoter-apply-submit { width: 100%; }
  .promoter-existing-login { justify-self: center; }
  .promoter-activated,
  .promoter-activated-heading > div,
  .promoter-account-grid,
  .promoter-account-grid > div,
  .promoter-link-box,
  .promoter-activated-actions {
    min-width: 0;
  }
  .promoter-activated-heading {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }
  .promoter-activated-heading > span {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .promoter-activated-heading strong { font-size: 15px; }
  .promoter-activated-heading small {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .promoter-account-grid { grid-template-columns: 1fr; }
  .promoter-account-grid strong { font-size: 15px; }
  .promoter-link-box strong {
    overflow: visible;
    line-height: 1.55;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
  }
  .promoter-activated-actions { grid-template-columns: 1fr; }
  .promoter-activated-actions .button {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .contact-qr-body {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .contact-qr-body img {
    width: 92px;
  }

  .contact-qr-body h2 {
    font-size: 16px;
  }

  .contact-qr-body p:not(.contact-qr-label) {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.55;
  }

  .recovery-support {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    max-width: none;
    margin-top: 26px;
    padding: 14px;
  }

  .recovery-support img {
    width: 96px;
    height: 96px;
  }

  .recovery-support h2 {
    font-size: 16px;
  }

  .recovery-support p:last-child {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.55;
  }

  .account-recovery-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .account-dashboard {
    gap: 18px;
  }

  .account-view-tabs {
    gap: 7px;
    padding: 6px;
  }

  .account-view-tab {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 13px 11px;
    text-align: center;
  }

  .account-view-tab > span {
    display: none;
  }

  .account-view-tab > strong {
    font-size: 14px;
  }

  .account-view-tab > small {
    font-size: 9px;
    white-space: normal;
  }

  .account-dashboard-header,
  .account-referral-heading,
  .account-services-heading,
  .account-commission-heading {
    align-items: stretch;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .account-dashboard-header,
  .account-referral-heading,
  .account-services {
    padding: 19px 17px;
  }

  .account-services-heading .button,
  .account-commission-heading .button {
    width: 100%;
  }

  .account-dashboard-header {
    align-items: center;
    flex-direction: row;
    padding: 10px 12px;
  }

  .account-dashboard-header .button {
    width: auto;
  }

  .account-referral-content {
    gap: 18px;
    padding: 19px 17px 21px;
  }

  .account-referral-subnav button {
    min-height: 44px;
    padding: 0 5px;
    font-size: 12px;
  }

  .account-referral-links {
    grid-template-columns: 1fr;
  }

  .account-commission-rates > div,
  .account-commission-summary > div {
    padding: 10px 8px;
  }

  .account-commission-rates span,
  .account-commission-summary span {
    font-size: 9px;
  }

  .account-commission-rates strong,
  .account-commission-summary strong {
    font-size: 18px;
  }

  .account-referral-progress {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .account-reward-claim,
  .account-reward-copy-row .button {
    width: 100%;
  }

  .account-reward-copy-row {
    grid-template-columns: 1fr;
  }

  .account-commission-row {
    gap: 12px;
    padding: 13px;
  }

  .account-panel-message,
  .account-panel-retry {
    margin-right: 17px;
    margin-left: 17px;
  }

  .account-recovery-card .button,
  .account-order-action,
  .account-order-empty-actions .button {
    width: 100%;
    box-sizing: border-box;
  }

  .account-order-heading {
    align-items: flex-start;
  }

  .account-order-card,
  .account-order-empty {
    padding: 18px;
  }

  .order-invite-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .legacy-recovery > summary {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 16px;
  }

  .legacy-recovery > summary b {
    grid-column: 2;
  }

  .legacy-recovery > .recovery-layout {
    padding: 16px;
  }
}
