:root {
  --store-bg: #f8faf9;
  --store-surface: #ffffff;
  --store-ink: #07111f;
  --store-text: #1e2a37;
  --store-muted: #647386;
  --store-line: #dfe7ee;
  --store-line-soft: #edf2f5;
  --store-accent: #17933d;
  --store-accent-dark: #087229;
  --store-accent-soft: #e9f8ee;
  --store-accent-tint: #f4fbf6;
  --store-danger: #b42318;
  --store-warning: #b7791f;
  --store-shadow: 0 6px 8px rgba(15, 23, 42, 0.07);
  --store-radius-sm: 8px;
  --store-radius-md: 12px;
  --store-radius-lg: 16px;
  --store-shell: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--store-bg);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--store-ink);
  background:
    radial-gradient(circle at 76% 18%, rgba(23, 147, 61, 0.11), transparent 26%),
    linear-gradient(180deg, #ffffff 0, #ffffff 58%, var(--store-bg) 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(23, 147, 61, 0.28);
  outline-offset: 3px;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--store-line);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}

.store-header-inner,
.store-shell {
  width: min(var(--store-shell), calc(100% - 48px));
  margin: 0 auto;
}

.store-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  min-height: 84px;
}

.store-brand,
.store-nav,
.store-header-actions,
.store-status,
.store-portal-link,
.store-hero-actions,
.store-primary-link,
.store-secondary-link,
.store-trust-list div,
.store-payment-icon,
.store-submit,
.store-result-actions,
.store-order-lines,
.store-footer-links {
  display: flex;
  align-items: center;
}

.store-brand {
  display: grid;
  grid-template-columns: 44px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  justify-self: start;
  min-width: 300px;
}

.store-brand > span {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--store-radius-md);
  background: var(--store-ink);
}

.store-brand img {
  width: 28px;
  height: 28px;
}

.store-brand strong {
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.store-brand strong span {
  color: var(--store-accent);
}

.store-brand small {
  margin-top: 4px;
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 700;
}

.store-nav {
  justify-self: center;
  justify-content: center;
  gap: 38px;
  color: var(--store-text);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.store-nav a {
  transition: color 160ms ease;
}

.store-nav a:hover,
.store-nav a[aria-current="page"] {
  color: var(--store-accent);
}

.store-header-actions {
  justify-content: flex-end;
  gap: 16px;
  min-width: max-content;
}

.store-status {
  gap: 10px;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.store-status i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--store-accent);
  box-shadow: 0 0 0 5px rgba(23, 147, 61, 0.1);
}

.store-portal-link {
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: var(--store-surface);
  color: var(--store-text);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.store-shell {
  min-height: calc(100dvh - 85px);
  padding: 56px 0 34px;
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(640px, 1.14fr);
  gap: 44px;
  align-items: start;
}

.store-hero-copy {
  position: sticky;
  top: 118px;
  min-width: 0;
}

.store-eyebrow,
.store-form-head span {
  color: var(--store-accent-dark);
  font-size: 14px;
  font-weight: 900;
}

.store-hero-copy h1 {
  max-width: 650px;
  margin: 14px 0 0;
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.store-hero-copy p {
  max-width: 62ch;
  margin: 24px 0 0;
  color: var(--store-muted);
  font-size: 18px;
  line-height: 1.65;
  text-wrap: pretty;
}

.store-hero-actions {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.store-primary-link,
.store-secondary-link {
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--store-radius-sm);
  font-size: 16px;
  font-weight: 900;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.store-primary-link svg,
.store-secondary-link svg,
.store-submit svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-primary-link {
  background: linear-gradient(180deg, #20a947 0%, #0d822e 100%);
  color: #ffffff;
  box-shadow: var(--store-shadow);
}

.store-secondary-link {
  border: 1px solid var(--store-accent);
  background: #ffffff;
  color: var(--store-accent-dark);
}

.store-primary-link:hover,
.store-secondary-link:hover,
.store-plan-card:hover,
.store-payment-card:hover {
  transform: translateY(-2px);
}

.store-secondary-link:hover {
  background: var(--store-accent-tint);
}

.store-trust-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.store-trust-list div {
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--store-shadow);
}

.store-trust-list span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--store-accent-soft);
  color: var(--store-accent);
}

.store-trust-list strong {
  min-width: 150px;
  color: var(--store-ink);
  font-size: 15px;
  font-weight: 900;
}

.store-trust-list p {
  margin: 0;
  color: var(--store-muted);
  font-size: 13px;
  line-height: 1.45;
}

.store-renewal-context {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.9);
}

.store-renewal-context strong {
  color: var(--store-ink);
  font-size: 18px;
  font-weight: 900;
}

.store-renewal-context span {
  color: var(--store-muted);
  font-size: 14px;
  font-weight: 780;
}

.store-visual {
  position: relative;
  height: 230px;
  margin-top: 34px;
}

.store-visual::before {
  content: "";
  position: absolute;
  inset: 8px 40px 0 0;
  border-radius: 48% 52% 42% 58% / 46% 48% 52% 54%;
  background:
    radial-gradient(circle at 77% 25%, rgba(23, 147, 61, 0.15) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(135deg, rgba(23, 147, 61, 0.08), rgba(23, 147, 61, 0.02));
}

.store-visual-screen {
  position: absolute;
  left: 12px;
  top: 32px;
  width: 310px;
  height: 160px;
  padding: 34px 30px 30px 132px;
  border: 10px solid #e8edf2;
  border-radius: var(--store-radius-lg);
  background: #ffffff;
  box-shadow: var(--store-shadow);
}

.store-visual-screen span {
  position: absolute;
  left: 36px;
  top: 34px;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: var(--store-radius-lg);
  background: linear-gradient(180deg, #84d996 0%, #14933d 100%);
  color: #ffffff;
  box-shadow: 0 6px 8px rgba(23, 147, 61, 0.28);
}

.store-visual-screen i,
.store-visual-ticket small {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #eff3f7;
}

.store-visual-screen i {
  width: 120px;
}

.store-visual-screen i + i {
  width: 96px;
  margin-top: 17px;
}

.store-visual-screen i + i + i {
  width: 68px;
}

.store-visual-ticket {
  position: absolute;
  right: 24px;
  bottom: 14px;
  display: grid;
  gap: 6px;
  width: 190px;
  padding: 22px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--store-shadow);
}

.store-visual-ticket b {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--store-accent);
}

.store-visual-ticket strong {
  color: var(--store-ink);
  font-size: 18px;
  font-weight: 900;
}

.store-visual-ticket small {
  width: 116px;
  height: 9px;
  font-size: 0;
}

.store-flow-panel {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--store-shadow);
}

.store-flow-panel h2 {
  margin: 6px 0 0;
  color: var(--store-ink);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.store-flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.store-flow-step {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 6px 10px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--store-line-soft);
  border-radius: var(--store-radius-md);
  background: #fbfdfc;
}

.store-flow-step span {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
  font-size: 13px;
  font-weight: 950;
}

.store-flow-step strong {
  color: var(--store-ink);
  font-size: 14px;
  font-weight: 900;
}

.store-flow-step p {
  margin: 0;
  color: var(--store-muted);
  font-size: 13px;
  line-height: 1.45;
}

.store-checkout,
.store-result,
.store-message {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--store-shadow);
}

.store-checkout {
  scroll-margin-top: 110px;
  padding: 28px;
}

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

.store-checkout label,
.store-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--store-text);
  font-size: 13px;
  font-weight: 880;
}

.store-checkout label > span,
.store-field > span {
  display: block;
  line-height: 1.25;
}

.store-checkout input,
.store-checkout select,
.store-checkout textarea {
  width: 100%;
  border: 1px solid #d7e1e8;
  border-radius: var(--store-radius-md);
  background: #ffffff;
  color: var(--store-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 760;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.store-checkout input,
.store-checkout select {
  min-height: 54px;
  padding: 0 15px;
}

.store-checkout textarea {
  min-height: 120px;
  padding: 14px 15px;
  resize: vertical;
}

.store-checkout input::placeholder,
.store-checkout textarea::placeholder {
  color: #7f8b99;
  font-weight: 650;
}

.store-checkout input:focus,
.store-checkout select:focus,
.store-checkout textarea:focus {
  border-color: rgba(23, 147, 61, 0.78);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(23, 147, 61, 0.1);
  outline: none;
}

.store-form-head {
  display: grid;
  gap: 6px;
  margin-bottom: 20px;
}

.partner-payout-choice {
  display: grid;
  gap: 14px;
  margin: 18px 0 16px;
  padding: 18px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-md);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 246, 0.88));
}

.partner-payout-choice > div:first-child {
  display: grid;
  gap: 5px;
}

.partner-payout-choice > div:first-child > span {
  color: var(--store-accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.partner-payout-choice > div:first-child > strong {
  color: var(--store-ink);
  font-size: 18px;
  font-weight: 950;
}

.partner-payout-choice > div:first-child > small {
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.partner-payout-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.partner-payout-method {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 15px 16px 15px 46px;
  border: 1px solid #d7e1e8;
  border-radius: var(--store-radius-md);
  background: #ffffff;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.partner-payout-method input {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--store-accent);
}

.partner-payout-method span {
  color: var(--store-ink);
  font-size: 15px;
  font-weight: 950;
}

.partner-payout-method small {
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.partner-payout-method.is-selected {
  border-color: rgba(22, 163, 74, 0.46);
  background: var(--store-accent-tint);
}

.partner-payout-panel[hidden] {
  display: none;
}

.store-form-head strong {
  color: var(--store-ink);
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.store-form-head small {
  max-width: 64ch;
  color: var(--store-muted);
  font-size: 14px;
  font-weight: 700;
}

.store-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(180, 35, 24, 0.28);
  border-radius: var(--store-radius-md);
  background: #fff1ef;
  color: var(--store-danger);
  font-weight: 850;
}

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

.store-plan-card,
.store-payment-card {
  position: relative;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: #ffffff;
  cursor: pointer;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.store-plan-card {
  display: grid;
  gap: 9px;
  min-height: 232px;
  padding: 18px;
}

.store-plan-card:hover,
.store-plan-card.is-selected,
.store-payment-card:hover,
.store-payment-card.is-selected {
  border-color: rgba(23, 147, 61, 0.46);
  background: var(--store-accent-tint);
}

.store-plan-card input,
.store-payment-card input {
  position: absolute;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--store-accent);
}

.store-plan-card input {
  inset: 16px 16px auto auto;
  width: 18px;
  height: 18px;
}

.store-plan-kicker,
.store-plan-card small,
.store-plan-meta {
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 800;
}

.store-plan-card strong {
  padding-right: 30px;
  color: var(--store-ink);
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.store-plan-card em {
  color: var(--store-accent-dark);
  font-size: 28px;
  font-style: normal;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.store-plan-card ul {
  display: grid;
  gap: 6px;
  min-height: 74px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.store-plan-card li {
  color: var(--store-text);
  font-size: 13px;
}

.store-plan-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--store-accent);
  vertical-align: 1px;
}

.store-plan-meta {
  align-self: end;
  padding-top: 10px;
  border-top: 1px solid var(--store-line);
}

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

.store-source-license-card {
  gap: 26px;
  min-height: auto;
  padding: 28px;
  cursor: default;
}

.store-source-license-card:hover {
  transform: none;
}

.store-source-license-card .store-plan-hidden {
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.store-source-head,
.store-source-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.store-source-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: var(--store-radius-lg);
  background: #f3f6fb;
  color: var(--store-ink);
}

.store-source-icon svg {
  width: 34px;
  height: 34px;
}

.store-source-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(37, 99, 235, 0.3);
  border-radius: 999px;
  background: #f7faff;
  color: #1f5eff;
  font-size: 14px;
  font-weight: 900;
}

.store-source-title strong {
  padding: 0;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.store-source-title span {
  padding: 7px 14px;
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 14px;
  font-weight: 900;
}

.store-source-copy {
  max-width: 48ch;
  margin: 0;
  color: var(--store-text);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 760;
}

.store-source-pricing {
  padding: 22px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: #f8fafc;
}

.store-source-pricing > span,
.store-source-scope > span {
  display: block;
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-source-pricing p {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 14px;
  margin: 12px 0 10px;
}

.store-source-pricing del {
  color: #8391a6;
  font-size: 22px;
  font-weight: 900;
}

.store-source-pricing strong {
  color: #245cff;
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.store-source-pricing b {
  color: #050b15;
  font-size: 16px;
  font-weight: 950;
}

.store-source-pricing small {
  color: var(--store-text);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 850;
}

.store-source-scope {
  padding-top: 26px;
  border-top: 1px solid var(--store-line);
}

.store-source-scope ul {
  min-height: 0;
  gap: 14px;
  margin: 18px 0 0;
}

.store-source-scope li {
  color: var(--store-ink);
  font-size: 17px;
  font-weight: 760;
}

.store-source-scope li::before {
  content: "✓";
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 14px;
  border-radius: 0;
  background: transparent;
  color: #245cff;
  font-weight: 950;
  vertical-align: 0;
}

.store-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 22px;
  margin-top: 28px;
}

.store-info-panel {
  padding: 28px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--store-shadow-card);
}

.store-info-panel h2 {
  margin: 8px 0 14px;
  color: var(--store-ink);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.store-info-panel p,
.store-info-list {
  color: var(--store-text);
  font-size: 15px;
  line-height: 1.7;
}

.store-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.store-steps div,
.store-info-list li,
.store-faq-panel details {
  border: 1px solid var(--store-line-soft);
  border-radius: var(--store-radius-md);
  background: #fbfdfc;
}

.store-steps div {
  padding: 18px;
}

.store-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--store-ink);
  font-size: 15px;
}

.store-steps p {
  margin: 0;
  color: var(--store-muted);
  font-size: 14px;
}

.store-info-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.store-info-list li {
  padding: 12px 14px;
}

.store-faq-panel {
  grid-column: 1 / -1;
}

.store-faq-panel details {
  padding: 16px 18px;
}

.store-faq-panel details + details {
  margin-top: 10px;
}

.store-faq-panel summary {
  cursor: pointer;
  color: var(--store-ink);
  font-weight: 900;
}

.store-faq-panel details p {
  margin: 12px 0 0;
  color: var(--store-muted);
}

.store-section-label {
  margin: 24px 0 10px;
  color: var(--store-text);
  font-size: 14px;
  font-weight: 900;
}

.store-payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(154px, 1fr));
  gap: 8px;
  align-items: stretch;
}

.store-payment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  min-height: 58px;
  padding: 10px 28px 10px 10px;
  border-radius: var(--store-radius-sm);
  background: #ffffff;
}

.store-payment-card:hover,
.store-payment-card.is-selected {
  border-color: rgba(23, 147, 61, 0.62);
  background: #ffffff;
}

.store-payment-card input {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0;
  border: 1.5px solid #8b98a8;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  background-clip: padding-box;
  cursor: pointer;
  transform: translateY(-50%);
}

.store-payment-card input:checked {
  border-color: var(--store-accent);
  background:
    radial-gradient(circle, var(--store-accent) 0 42%, transparent 45%),
    #ffffff;
}

.store-payment-card input:focus-visible {
  outline: 3px solid rgba(23, 147, 61, 0.2);
  outline-offset: 2px;
}

.store-payment-card small {
  display: none;
  max-width: 100%;
  color: var(--store-muted);
  font-size: 10.5px;
  font-weight: 760;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-payment-icon {
  grid-column: 1;
  min-width: 0;
  overflow: visible;
  white-space: normal;
}

.store-payment-logo {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #f7faf8;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 19, 0.05);
  overflow: hidden;
}

.store-payment-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.14);
  transform-origin: center;
}

.store-payment-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-payment-icon b {
  min-width: 0;
  color: var(--store-ink);
  font-size: 14px;
  line-height: 1.08;
  font-weight: 950;
  display: block;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  vertical-align: middle;
}

.store-payment-card .store-payment-logo {
  display: inline-grid;
  margin-right: 8px;
  vertical-align: middle;
}

.store-payment-card > .store-payment-icon {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.store-payment-card > .store-payment-icon .store-payment-logo {
  margin-right: 0;
}

.store-buyer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.store-buyer-grid label:first-child {
  grid-column: 1 / -1;
}

.store-buyer-grid label {
  display: grid;
  gap: 7px;
  color: var(--store-text);
  font-size: 13px;
  font-weight: 850;
}

.store-buyer-grid input,
.store-txid-form input {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d4dde5;
  border-radius: var(--store-radius-md);
  background: #ffffff;
  color: var(--store-ink);
}

.store-buyer-grid input::placeholder,
.store-txid-form input::placeholder {
  color: #6b7786;
}

.store-buyer-grid input:focus,
.store-txid-form input:focus {
  border-color: var(--store-accent);
}

.store-submit,
.store-result-actions a,
.store-link-submit {
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 0;
  border-radius: var(--store-radius-sm);
  background: linear-gradient(180deg, #20a947 0%, #0d822e 100%);
  color: #ffffff;
  font-weight: 950;
  cursor: pointer;
  transition: transform 170ms ease, background 170ms ease;
}

.store-submit {
  width: 100%;
  margin-top: 20px;
}

.store-submit b {
  display: grid;
  place-items: center;
}

.store-submit:hover,
.store-result-actions a:hover,
.store-link-submit:hover {
  transform: translateY(-1px);
}

.store-submit:active,
.store-result-actions a:active,
.store-link-submit:active {
  transform: translateY(1px) scale(0.99);
}

.store-safe {
  margin: 14px 0 0;
  color: var(--store-muted);
  font-size: 13px;
  text-align: center;
}

.store-policy-links {
  max-width: 66ch;
  margin: 8px auto 0;
  color: var(--store-muted);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.store-policy-links a {
  color: var(--store-accent-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(23, 147, 61, 0.28);
  text-underline-offset: 3px;
}

.store-result,
.store-message {
  width: min(860px, 100%);
  margin: 6vh auto 0;
  padding: 42px;
}

.store-result-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: var(--store-radius-lg);
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
  font-size: 28px;
  font-weight: 950;
}

.store-result h1,
.store-message h1 {
  margin: 18px 0 8px;
  color: var(--store-ink);
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.store-result p,
.store-message p {
  max-width: 680px;
  color: var(--store-muted);
  font-size: 16px;
}

.store-instructions,
.store-license-box,
.store-order-lines,
.store-usdt-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: #ffffff;
}

.store-usdt-box {
  display: grid;
  gap: 0;
}

.store-payment-page {
  width: min(640px, 100%);
  margin: 42px auto 0;
}

.store-usdt-checkout {
  max-width: 640px;
  margin-inline: auto;
  padding: 30px;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
}

.store-usdt-brand,
.store-usdt-amounts,
.store-usdt-row,
.store-usdt-alert,
.store-usdt-live,
.store-usdt-powered {
  display: flex;
  align-items: center;
  gap: 14px;
}

.store-usdt-brand {
  justify-content: space-between;
  margin-bottom: 38px;
}

.store-usdt-brand > div {
  flex: 1;
  display: grid;
  gap: 3px;
}

.store-usdt-brand strong {
  color: var(--store-ink);
  font-size: 25px;
  font-weight: 950;
}

.store-usdt-brand small,
.store-usdt-row span,
.store-usdt-options span,
.store-usdt-qr-panel span,
.store-usdt-live small,
.store-license-box span {
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 850;
}

.store-usdt-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.store-usdt-mark svg {
  width: 58px;
  height: 58px;
}

.store-usdt-help {
  width: 46px;
  height: 46px;
  border: 2px solid #e4e9ee;
  border-radius: 999px;
  background: #ffffff;
  color: #8b98a8;
  font-size: 20px;
  font-weight: 950;
  cursor: help;
}

.store-usdt-amounts {
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  padding: 0 0 24px;
}

.store-usdt-amounts > div {
  display: grid;
  gap: 6px;
}

.store-usdt-amounts span {
  color: #909bab;
  font-size: 13px;
  font-weight: 850;
}

.store-usdt-amounts strong {
  color: var(--store-ink);
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
}

.store-usdt-main-amount {
  color: #2fb66d !important;
}

.store-usdt-amounts button,
.store-usdt-qr-panel button,
.store-license-box button {
  width: fit-content;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #cfd8e3;
  border-radius: 999px;
  background: #ffffff;
  color: var(--store-ink);
  font-weight: 900;
  cursor: pointer;
}

.store-usdt-alert {
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 10px 12px;
  border-radius: var(--store-radius-md);
  background: #eaf3ff;
  color: #2362d8;
  font-size: 14px;
  font-weight: 900;
}

.store-usdt-alert svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke: currentColor;
}

.store-usdt-alert span {
  flex: 1;
}

.store-usdt-alert b {
  min-width: 102px;
  padding: 7px 14px;
  border: 2px solid #32b76e;
  border-radius: 14px;
  background: #ffffff;
  color: #2eaf69;
  text-align: center;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 20px;
}

.store-usdt-row,
.store-usdt-qr-panel {
  justify-content: space-between;
  min-height: 60px;
  padding: 16px 0;
  border-top: 1px solid var(--store-line);
}

.store-usdt-row strong,
.store-usdt-row code,
.store-usdt-qr-panel code,
.store-usdt-submitted code,
.store-license-box code,
.table-code {
  color: var(--store-ink);
  font-family: "SFMono-Regular", Consolas, monospace;
  overflow-wrap: anywhere;
}

.store-usdt-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 16px 0 18px;
  border-top: 1px solid var(--store-line);
}

.store-usdt-options > div {
  display: grid;
  gap: 10px;
}

.store-usdt-options strong {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid #dfe5eb;
  border-radius: 14px;
  background: #ffffff;
  color: var(--store-ink);
  font-size: 18px;
  font-weight: 950;
}

.store-usdt-options svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.store-usdt-qr-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.store-usdt-qr-panel > div:first-child {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.store-usdt-qr {
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  padding: 10px;
  border: 1px solid #dfe5eb;
  border-radius: 16px;
  background: #ffffff;
}

.store-usdt-qr svg {
  display: block;
  width: 126px;
  height: 126px;
}

.store-usdt-note {
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--store-line);
  color: var(--store-text);
  font-size: 14px;
}

.store-usdt-live {
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: var(--store-radius-md);
  background: #f3f7f4;
}

.store-usdt-live span {
  color: var(--store-accent-dark);
  font-weight: 950;
}

.store-usdt-checkout[data-usdt-tone="paid"] .store-usdt-live {
  background: #e8f9ef;
}

.store-usdt-checkout[data-usdt-tone="expired"] .store-usdt-live {
  background: #fff0ee;
}

.store-usdt-checkout[data-usdt-tone="expired"] .store-usdt-live span {
  color: #b42318;
}

.store-usdt-primary {
  min-height: 58px;
  margin-top: 18px;
  border: 0;
  border-radius: var(--store-radius-sm);
  background: #101211;
  color: #ffffff;
  font-weight: 950;
  cursor: pointer;
  transition: transform 170ms ease, background 170ms ease;
}

.store-usdt-primary:hover {
  transform: translateY(-1px);
  background: #000000;
}

.store-usdt-primary:disabled {
  cursor: wait;
  opacity: 0.74;
}

.store-usdt-powered {
  justify-content: center;
  margin: 22px -30px -30px;
  padding: 14px;
  background: #f1f4f7;
  color: #9aa4b2;
  font-size: 13px;
  font-weight: 850;
}

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

.store-txid-form label,
.store-license-box,
.store-payment-summary {
  display: grid;
  gap: 7px;
}

.store-submit-compact {
  width: auto;
  min-width: 132px;
  margin-top: 0;
  padding: 0 16px;
}

.store-usdt-submitted {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: var(--store-radius-md);
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
}

.store-payment-summary .store-payment-logo {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.store-payment-summary .store-payment-icon b {
  font-size: 13px;
}

.table-code {
  display: block;
  max-width: 190px;
  font-size: 12px;
}

.store-order-lines {
  flex-wrap: wrap;
  gap: 10px;
}

.store-order-lines span {
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
  font-size: 13px;
  font-weight: 850;
}

.store-license-box code {
  font-size: 24px;
  font-weight: 900;
}

.store-renewal-box strong,
.store-renewal-box p {
  margin: 0;
}

.store-renewal-box strong {
  color: var(--store-accent-dark);
  font-size: 17px;
}

.store-renewal-box p {
  color: var(--store-muted);
  font-size: 14px;
}

.store-result-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.store-result-actions a,
.store-link-submit {
  min-width: 150px;
  padding: 0 16px;
}

.store-link-submit {
  display: inline-flex;
  width: fit-content;
}

.store-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 28px 0 0;
  border-top: 1px solid var(--store-line);
  color: var(--store-muted);
  font-size: 14px;
}

.store-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 28px;
}

.store-footer > span {
  order: 1;
}

.store-footer nav {
  order: 2;
}

.store-footer .store-service-status {
  order: 3;
}

.store-footer a:hover {
  color: var(--store-accent-dark);
}

.store-concerns-panel details + details {
  margin-top: 10px;
}

.store-result-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
}

.store-result-panel.store-result-success {
  border-color: rgba(23, 147, 61, 0.34);
  background: linear-gradient(180deg, #ffffff 0%, #f5fbf7 100%);
}

.store-result-panel.store-result-pending {
  border-color: rgba(183, 121, 31, 0.28);
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.store-result-panel.store-result-danger {
  border-color: rgba(180, 35, 24, 0.3);
  background: linear-gradient(180deg, #ffffff 0%, #fff5f4 100%);
}

.store-result-panel .store-result-mark {
  margin-bottom: 16px;
}

.store-result-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 9px 12px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: rgba(255, 255, 255, 0.8);
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 800;
}

.store-service-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--store-muted);
  font-size: 11px;
  font-weight: 760;
  opacity: 0.66;
  white-space: nowrap;
}

.store-service-status:hover {
  opacity: 1;
}

.store-service-status i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--store-accent);
  box-shadow: none;
}

.store-service-status small {
  display: none;
}

.store-service-status-notice i {
  background: var(--store-warning);
  box-shadow: none;
}

.store-service-status-degraded i {
  background: var(--store-danger);
  box-shadow: none;
}

.store-header svg,
.store-hero svg,
.store-submit svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-visual-screen svg {
  width: 48px;
  height: 48px;
}

@media (max-width: 1180px) {
  .store-header-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 0;
  }

  .store-brand,
  .store-header-actions {
    justify-self: center;
  }

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

  .store-hero-copy {
    position: static;
  }

  .store-visual {
    width: min(520px, 100%);
  }
}

@media (max-width: 900px) {
  .store-nav {
    flex-wrap: wrap;
    gap: 16px 24px;
  }

  .store-hero-copy h1 {
    font-size: 46px;
  }

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

  .store-info-grid,
  .store-steps,
  .store-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .store-header-inner,
  .store-shell {
    width: min(100% - 28px, var(--store-shell));
  }

  .store-header {
    position: static;
  }

  .store-brand {
    justify-self: start;
  }

  .store-brand strong {
    font-size: 21px;
  }

  .store-nav {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: visible;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding-bottom: 2px;
    white-space: normal;
  }

  .store-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
  }

  .store-header-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .store-status {
    min-height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .store-shell {
    padding-top: 38px;
  }

  .store-hero {
    gap: 34px;
  }

  .store-hero-copy h1 {
    font-size: 38px;
  }

  .store-hero-copy p {
    font-size: 16px;
    line-height: 1.6;
  }

  .store-primary-link,
  .store-secondary-link {
    width: 100%;
  }

  .store-trust-list div {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-flow-panel {
    padding: 16px;
  }

  .store-trust-list strong {
    min-width: 0;
  }

  .store-visual {
    height: 220px;
  }

  .store-visual-screen {
    left: 0;
    width: min(320px, 100%);
  }

  .store-visual-ticket {
    right: 0;
    width: 168px;
  }

  .store-checkout,
  .store-result,
  .store-message,
  .store-info-panel {
    padding: 22px;
  }

  .store-form-head strong,
  .store-result h1,
  .store-message h1,
  .store-info-panel h2 {
    font-size: 32px;
  }

  .store-source-head,
  .store-source-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-source-title strong {
    font-size: 30px;
  }

  .store-source-copy {
    font-size: 16px;
  }

  .store-source-pricing strong {
    font-size: 38px;
  }

  .store-buyer-grid,
  .store-txid-form {
    grid-template-columns: 1fr;
  }

  .store-payment-methods {
    display: flex;
    gap: 10px;
    margin-right: -22px;
    padding-right: 22px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .store-payment-card {
    flex: 0 0 174px;
    scroll-snap-align: start;
  }

  .store-buyer-grid label:first-child {
    grid-column: auto;
  }

  .store-usdt-brand,
  .store-usdt-amounts,
  .store-usdt-alert,
  .store-usdt-live {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-usdt-amounts strong {
    font-size: 34px;
  }

  .store-usdt-options,
  .store-usdt-qr-panel {
    grid-template-columns: 1fr;
  }

  .store-usdt-qr {
    width: 100%;
    height: auto;
    min-height: 178px;
  }

  .store-usdt-primary,
  .store-usdt-alert b {
    width: 100%;
  }

  .store-submit-compact,
  .store-result-actions a {
    width: 100%;
  }

  .store-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-footer nav {
    justify-content: flex-start;
    gap: 16px 22px;
  }

  .store-service-status {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Compact USDT checkout */
.store-payment-page {
  width: min(760px, calc(100% - 32px));
  margin: 24px auto 0;
}

.store-usdt-checkout {
  position: relative;
  max-width: 760px;
  padding: 22px 24px 0;
  border: 1px solid #dce5ee;
  border-radius: 16px;
  box-shadow: 0 8px 14px rgba(15, 23, 42, 0.08);
}

.store-usdt-brand {
  margin-bottom: 18px;
}

.store-usdt-brand strong {
  font-size: 24px;
  line-height: 1.05;
}

.store-usdt-brand small {
  font-size: 12px;
}

.store-usdt-mark {
  width: 48px;
  height: 48px;
  border-radius: 999px;
}

.store-usdt-mark svg {
  width: 48px;
  height: 48px;
}

.store-usdt-help {
  width: 42px;
  height: 42px;
  border-width: 1px;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.store-usdt-help:hover,
.store-usdt-help[aria-expanded="true"] {
  border-color: #27ae60;
  background: #effaf4;
  color: #128447;
}

.store-usdt-help-panel {
  position: absolute;
  z-index: 20;
  top: 14px;
  right: 76px;
  width: min(420px, calc(100% - 112px));
  padding: 9px 12px;
  border: 1px solid #d9e5df;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 14px rgba(15, 23, 42, 0.1);
}

.store-usdt-help-panel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--store-ink);
  font-size: 14px;
  font-weight: 950;
}

.store-usdt-help-panel p {
  margin: 0;
  color: #526173;
  font-size: 11px;
  line-height: 1.32;
}

.store-usdt-amounts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: 18px;
  padding: 0 0 16px;
}

.store-usdt-amounts span {
  font-size: 12px;
}

.store-usdt-amounts strong {
  font-size: 36px;
  letter-spacing: 0;
}

.store-usdt-main-amount {
  font-size: 38px !important;
  white-space: nowrap;
}

.store-usdt-amounts button,
.store-usdt-address-block button {
  justify-self: start;
  width: auto;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 13px;
}

.store-usdt-alert {
  gap: 10px;
  margin-bottom: 12px;
  padding: 9px 12px;
  border: 1px solid #d7e7ff;
  border-radius: 12px;
  background: #edf5ff;
  font-size: 13px;
  line-height: 1.35;
}

.store-usdt-alert svg {
  width: 16px;
  height: 16px;
}

.store-usdt-alert b {
  min-width: 92px;
  padding: 6px 12px;
  border-width: 1px;
  border-radius: 10px;
  font-size: 18px;
}

.store-usdt-meta {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(110px, 1fr) minmax(110px, 1fr);
  gap: 10px;
  padding: 0 0 12px;
}

.store-usdt-meta > div {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #e2e8ef;
  border-radius: 12px;
  background: #fbfcfb;
}

.store-usdt-meta span,
.store-usdt-address-block span {
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 850;
}

.store-usdt-meta code {
  color: var(--store-ink);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.store-usdt-meta strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--store-ink);
  font-size: 15px;
  font-weight: 950;
}

.store-usdt-meta svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.store-usdt-pay-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--store-line);
  border-bottom: 1px solid var(--store-line);
}

.store-usdt-address-block {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.store-usdt-address-block code {
  color: var(--store-ink);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.store-usdt-address-block p {
  max-width: 54ch;
  margin: 0;
  color: #526173;
  font-size: 12px;
  line-height: 1.45;
}

.store-usdt-qr {
  width: 128px;
  height: 128px;
  padding: 8px;
  border-radius: 14px;
}

.store-usdt-qr svg {
  width: 110px;
  height: 110px;
}

.store-usdt-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
}

.store-usdt-live {
  display: grid;
  grid-template-columns: minmax(130px, auto) minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 11px 12px;
  border-radius: 12px;
}

.store-usdt-live span {
  font-size: 14px;
}

.store-usdt-live small {
  font-size: 12px;
  line-height: 1.4;
}

.store-usdt-primary {
  min-width: 168px;
  min-height: 46px;
  margin-top: 0;
  border-radius: 12px;
  font-size: 14px;
}

.store-usdt-powered {
  margin: 14px -24px 0;
  padding: 10px;
  font-size: 12px;
}

@media (max-width: 720px) {
  .store-payment-page {
    width: min(100% - 22px, 520px);
    margin-top: 14px;
  }

  .store-usdt-checkout {
    padding: 18px 18px 0;
  }

  .store-usdt-brand {
    align-items: center;
    flex-direction: row;
  }

  .store-usdt-amounts,
  .store-usdt-meta,
  .store-usdt-pay-block,
  .store-usdt-action-row,
  .store-usdt-live {
    grid-template-columns: 1fr;
  }

  .store-usdt-amounts strong,
  .store-usdt-main-amount {
    font-size: 32px !important;
  }

  .store-usdt-alert {
    align-items: stretch;
    flex-direction: column;
  }

  .store-usdt-alert b,
  .store-usdt-primary {
    width: 100%;
  }

  .store-usdt-qr {
    width: 100%;
    height: auto;
    min-height: 148px;
  }

  .store-usdt-powered {
    margin-inline: -18px;
  }
}

@supports selector(:has(*)) {
  .store-shell:has(.store-payment-page) {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 18px;
  }
}

.store-usdt-amounts {
  align-items: end;
  padding-bottom: 12px;
}

.store-usdt-amounts > div {
  gap: 4px;
}

.store-usdt-amounts > div:last-child {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 12px;
  align-items: end;
}

.store-usdt-amounts > div:last-child span {
  grid-column: 1 / -1;
}

.store-usdt-amounts strong {
  font-size: 32px;
}

.store-usdt-main-amount {
  font-size: 34px !important;
}

.store-usdt-meta {
  grid-template-columns: minmax(0, 1.7fr) minmax(100px, 0.65fr) minmax(100px, 0.65fr);
  padding-bottom: 10px;
}

.store-usdt-meta > div {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
}

.store-usdt-meta span {
  white-space: nowrap;
}

.store-usdt-meta strong {
  font-size: 14px;
}

.store-usdt-meta svg {
  width: 22px;
  height: 22px;
}

.store-usdt-pay-block {
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 16px;
  padding: 12px 0;
}

.store-usdt-address-block {
  gap: 6px;
}

.store-usdt-address-block p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-usdt-qr {
  width: 116px;
  height: 116px;
  padding: 7px;
}

.store-usdt-qr svg {
  width: 100px;
  height: 100px;
}

.store-usdt-action-row {
  margin-top: 10px;
}

.store-usdt-live {
  grid-template-columns: 1fr;
  min-height: 44px;
  padding: 10px 12px;
}

.store-usdt-live small {
  display: none;
}

.store-usdt-primary {
  min-height: 42px;
}

.store-usdt-powered {
  margin-top: 10px;
  padding: 7px;
}

@media (max-width: 720px) {
  .store-usdt-amounts > div:last-child,
  .store-usdt-meta > div {
    grid-template-columns: 1fr;
  }

  .store-usdt-main-amount {
    font-size: 31px !important;
  }

  .store-usdt-live small {
    display: block;
  }
}

.store-two-column,
.store-dashboard {
  display: grid;
  gap: 28px;
}

.store-two-column {
  grid-template-columns: minmax(320px, 0.8fr) minmax(520px, 1.2fr);
  align-items: start;
}

.store-copy {
  position: sticky;
  top: 118px;
  padding: 34px 0;
}

.store-copy h1,
.store-dashboard-head h1 {
  max-width: 680px;
  margin: 10px 0 18px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.store-copy p,
.store-dashboard-head p {
  max-width: 620px;
  color: var(--store-muted);
  font-size: 18px;
}

.store-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.store-feature-list div,
.store-referral-note,
.store-stat-grid > div {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--store-shadow);
}

.store-feature-list div {
  padding: 18px 20px;
}

.store-feature-list strong,
.store-referral-note strong,
.store-stat-grid strong {
  display: block;
  color: var(--store-ink);
  font-weight: 900;
}

.store-feature-list span,
.store-referral-note span,
.store-stat-grid span {
  color: var(--store-muted);
}

.store-success,
.store-error {
  padding: 16px 18px;
  border-radius: var(--store-radius-md);
  font-weight: 750;
}

.store-success {
  border: 1px solid rgba(23, 147, 61, 0.3);
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
}

.store-error {
  border: 1px solid rgba(180, 35, 24, 0.24);
  background: #fff1ef;
  color: var(--store-danger);
}

.store-success p,
.store-error p {
  margin: 6px 0 0;
}

.store-referral-note {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
  padding: 14px 16px;
  background: var(--store-accent-tint);
}

.store-partner-hero {
  grid-template-columns: minmax(420px, 1fr) minmax(260px, 0.36fr);
  align-items: center;
}

.partner-center-page {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: 42px;
  min-height: min(690px, calc(100dvh - 180px));
}

.partner-center-copy {
  min-width: 0;
}

.partner-center-copy h1 {
  max-width: 720px;
  margin: 12px 0 18px;
  color: var(--store-ink);
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.partner-center-copy > p {
  max-width: 62ch;
  margin: 0;
  color: var(--store-muted);
  font-size: 18px;
  line-height: 1.65;
}

.partner-center-proof {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.partner-center-proof div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px 16px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-md);
  background: rgba(255, 255, 255, 0.82);
}

.partner-center-proof span {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
}

.partner-center-proof svg {
  width: 20px;
  height: 20px;
}

.partner-center-proof strong,
.partner-payout-summary strong {
  color: var(--store-ink);
  font-weight: 950;
}

.partner-center-proof small,
.partner-payout-summary small {
  color: var(--store-muted);
  font-weight: 700;
}

.partner-center-card {
  align-self: center;
  padding: 34px;
}

.partner-center-card .store-form-head strong {
  font-size: 38px;
}

.partner-center-routing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.partner-center-routing a {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-md);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 246, 0.82));
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.partner-center-routing a:hover {
  border-color: rgba(22, 163, 74, 0.35);
  box-shadow: 0 16px 36px rgba(16, 78, 43, 0.08);
  transform: translateY(-1px);
}

.partner-center-routing strong {
  color: var(--store-ink);
  font-size: 14px;
  font-weight: 950;
}

.partner-center-routing small {
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.store-hero-card {
  display: grid;
  gap: 10px;
  padding: 30px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: var(--store-surface);
  box-shadow: var(--store-shadow);
}

.store-hero-card strong {
  color: var(--store-accent);
  font-size: 60px;
  line-height: 1;
}

.store-dashboard-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.partner-dashboard-head {
  align-items: stretch;
  padding: 26px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 246, 0.88)),
    radial-gradient(circle at 88% 20%, rgba(23, 147, 61, 0.14), transparent 34%);
  box-shadow: var(--store-shadow);
}

.partner-dashboard-head h1 {
  margin-bottom: 12px;
  font-size: clamp(42px, 4vw, 62px);
}

.partner-dashboard-head p {
  margin-bottom: 0;
}

.partner-status-card {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 220px;
  padding: 18px 20px;
  border: 1px solid rgba(23, 147, 61, 0.24);
  border-radius: var(--store-radius-md);
  background: rgba(255, 255, 255, 0.82);
}

.partner-status-card span,
.partner-status-card small {
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 820;
}

.partner-status-card strong {
  color: var(--store-accent-dark);
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

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

.store-stat-grid > div {
  position: relative;
  overflow: hidden;
  padding: 22px;
}

.store-stat-grid > div::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(23, 147, 61, 0.08);
  pointer-events: none;
}

.store-stat-grid strong {
  margin-top: 8px;
  font-size: 31px;
  letter-spacing: -0.02em;
}

.partner-link-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, auto);
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 246, 0.86));
}

.partner-link-card .store-form-head {
  min-width: 0;
  margin-bottom: 0;
}

.partner-link-card .store-form-head strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 11px 13px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-md);
  background: #ffffff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 16px;
  letter-spacing: 0;
}

.partner-link-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.partner-link-actions button {
  cursor: pointer;
}

.partner-link-actions .store-primary-link,
.partner-link-actions .store-secondary-link {
  min-height: 48px;
  padding: 0 18px;
  border-radius: var(--store-radius-md);
}

.partner-payout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: start;
  gap: 16px;
}

.partner-payout-grid .store-checkout {
  height: 100%;
  box-shadow: none;
}

.partner-payout-summary {
  display: grid;
  gap: 6px;
  margin: 8px 0 4px;
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-md);
  background: var(--store-accent-tint);
}

.partner-payout-summary span {
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 850;
}

.partner-payout-summary strong {
  font-size: 30px;
}

.store-checkout button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

@media (max-width: 980px) {
  .store-two-column,
  .store-partner-hero,
  .partner-center-page,
  .partner-payout-grid {
    grid-template-columns: 1fr;
  }

  .partner-center-page {
    align-items: start;
    min-height: 0;
  }

  .partner-center-copy h1 {
    font-size: 44px;
  }

  .store-copy {
    position: static;
    padding: 0;
  }

  .store-dashboard-head {
    display: grid;
  }

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

  .partner-link-card {
    grid-template-columns: 1fr;
  }

  .partner-link-actions {
    justify-content: stretch;
  }

  .partner-link-actions .store-primary-link,
  .partner-link-actions .store-secondary-link {
    flex: 1 1 220px;
  }

  .partner-center-routing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .store-form-grid {
    grid-template-columns: 1fr;
  }

  .partner-payout-methods {
    grid-template-columns: 1fr;
  }

  .partner-center-card,
  .partner-center-proof div {
    padding: 18px;
  }

  .partner-center-card .store-form-head strong,
  .partner-center-copy h1 {
    font-size: 34px;
  }

  .partner-center-proof div {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .partner-center-proof span {
    width: 40px;
    height: 40px;
  }

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

  .store-referral-note {
    display: grid;
  }
}
