.reseller-info-page {
  --reseller-yellow: #f8e71c;
  --reseller-green: #0bb783;
  --reseller-blue: #5091ff;
  --reseller-copy: #f7f7f2;
  --reseller-muted: #858585;
  --reseller-line: rgba(255, 255, 255, 0.09);
  --reseller-line-strong: rgba(255, 255, 255, 0.16);
  position: relative;
  display: grid;
  gap: 20px;
  min-height: calc(100vh - 131px);
  padding-bottom: 24px;
  isolation: isolate;
}

.reseller-info-shell.body-bg::before { display: none; }

.reseller-info-page::before {
  position: fixed;
  z-index: -1;
  inset: 83px 0 0;
  background:
    radial-gradient(circle at 84% 4%, rgba(248, 231, 28, 0.05), transparent 28%),
    radial-gradient(circle at 20% 54%, rgba(80, 145, 255, 0.026), transparent 24%),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: auto, auto, 32px 32px, 32px 32px;
  content: "";
  pointer-events: none;
}

.reseller-hero,
.reseller-progress-console,
.reseller-panel-preview,
.reseller-benefits,
.reseller-number-benefits,
.reseller-rules {
  position: relative;
  border: 1px solid var(--reseller-line);
  border-radius: 7px;
  background: linear-gradient(145deg, #181818, #0f0f0f 76%);
}

.reseller-hero::before,
.reseller-progress-console::before,
.reseller-panel-preview::before,
.reseller-benefits::before,
.reseller-number-benefits::before,
.reseller-rules::before {
  position: absolute;
  z-index: 4;
  top: 7px;
  bottom: 7px;
  left: -1px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(var(--reseller-yellow), rgba(248, 231, 28, 0.08) 76%, transparent);
  box-shadow: 0 0 10px rgba(248, 231, 28, 0.13);
  content: "";
  pointer-events: none;
}

.reseller-hero {
  display: grid;
  min-height: 450px;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.72fr);
  overflow: hidden;
  background:
    linear-gradient(108deg, rgba(248, 231, 28, 0.105), transparent 38%),
    linear-gradient(145deg, #191919, #0c0c0c 78%);
}

.reseller-hero::after {
  position: absolute;
  top: -170px;
  left: 44%;
  width: 210px;
  height: 780px;
  background: linear-gradient(90deg, transparent, rgba(248, 231, 28, 0.04), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(22deg);
}

.reseller-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.reseller-kicker,
.reseller-section-heading > div > span,
.reseller-rules-heading > div > span,
.reseller-preview-head > span {
  color: var(--reseller-yellow);
  font-family: "Sora", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.reseller-hero h1 {
  max-width: 860px;
  margin: 12px 0 16px;
  color: var(--reseller-copy);
  font-size: clamp(42px, 4.7vw, 68px);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.reseller-hero-copy > p {
  max-width: 760px;
  margin: 0;
  color: #979797;
  font-size: 13px;
  line-height: 1.78;
}

.reseller-route {
  display: flex;
  max-width: 720px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: rgba(7, 7, 7, 0.55);
}

.reseller-route > div {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.reseller-route > div:last-child { border-right: 0; }
.reseller-route > div.is-active { background: rgba(248, 231, 28, 0.065); }

.reseller-route > div.is-active::after {
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 18px;
  height: 2px;
  background: var(--reseller-yellow);
  box-shadow: 0 0 10px rgba(248, 231, 28, 0.5);
  content: "";
}

.reseller-route strong {
  color: #555;
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-size: 18px;
  font-weight: 850;
}

.reseller-route .is-active strong { color: var(--reseller-yellow); }

.reseller-route span {
  overflow: hidden;
  color: #777;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.reseller-hero-actions {
  display: flex;
  max-width: 720px;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.reseller-primary-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 21px;
  border: 1px solid var(--reseller-yellow);
  border-radius: 5px;
  color: #101010;
  background: var(--reseller-yellow);
  box-shadow: 0 13px 28px -17px rgba(248, 231, 28, 0.72);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.reseller-primary-cta i { font-size: 20px; }
.reseller-primary-cta:hover { color: #101010; background: #fff36a; box-shadow: 0 16px 31px -16px rgba(248, 231, 28, 0.86); transform: translateY(-2px); }
.reseller-primary-cta:focus-visible { outline: 2px solid rgba(248, 231, 28, 0.75); outline-offset: 3px; }
.reseller-entry-code { color: #4e4e4e; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 7px; letter-spacing: 0.12em; }

.reseller-hero-art {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  border-left: 1px solid rgba(248, 231, 28, 0.13);
  background:
    radial-gradient(circle at 50% 47%, rgba(248, 231, 28, 0.1), transparent 37%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    rgba(7, 7, 7, 0.45);
  background-size: auto, 24px 24px, 24px 24px, auto;
}

.reseller-hero-art::before,
.reseller-hero-art::after {
  position: absolute;
  width: 55px;
  height: 55px;
  border-color: rgba(248, 231, 28, 0.42);
  content: "";
}

.reseller-hero-art::before { top: 24px; right: 24px; border-top: 1px solid; border-right: 1px solid; }
.reseller-hero-art::after { bottom: 24px; left: 24px; border-bottom: 1px solid; border-left: 1px solid; }

.reseller-radar {
  position: relative;
  width: min(94%, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.42));
}

.reseller-radar-grid,
.reseller-radar-ring,
.reseller-radar-scan {
  position: absolute;
  border-radius: 50%;
}

.reseller-radar-grid {
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.045);
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, 0.045) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(255, 255, 255, 0.045) 50%, transparent 50.3%);
}

.reseller-radar-grid::before,
.reseller-radar-grid::after {
  position: absolute;
  inset: 24%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  content: "";
}

.reseller-radar-grid::after { inset: 42%; }
.reseller-radar-ring { border: 1px dashed rgba(248, 231, 28, 0.3); }
.reseller-radar-ring.ring-one { inset: 2% 14%; animation: resellerOrbit 24s linear infinite; }
.reseller-radar-ring.ring-two { inset: 16% 2%; border-color: rgba(248, 231, 28, 0.18); border-style: solid; animation: resellerOrbitReverse 31s linear infinite; }

.reseller-radar-scan {
  inset: 4%;
  overflow: hidden;
  background: conic-gradient(from 0deg, transparent 0 84%, rgba(248, 231, 28, 0.06) 91%, rgba(248, 231, 28, 0.56) 100%);
  animation: resellerRadar 4.8s linear infinite;
}

.reseller-radar-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(46%, 175px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 20px rgba(248, 231, 28, 0.16));
  animation: resellerLogoFloat 5s ease-in-out infinite;
}

.reseller-radar-logo > picture,
.reseller-radar-logo > img {
  display: block;
  width: 100%;
  height: 100%;
}

.reseller-radar-logo > picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reseller-radar-node {
  position: absolute;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(248, 231, 28, 0.38);
  border-radius: 50%;
  color: var(--reseller-yellow);
  background: #111;
  box-shadow: 0 0 15px rgba(248, 231, 28, 0.09);
  font-size: 14px;
  line-height: 1;
  animation: resellerNodePulse 2.4s ease-in-out infinite;
}

.reseller-radar-node > i { display: grid; width: 18px; height: 18px; place-items: center; line-height: 1; }
.reseller-radar-node > i::before { display: block; line-height: 1; }
.reseller-radar-node.node-one { top: 1%; left: calc(50% - 17px); }
.reseller-radar-node.node-two { top: 12%; right: 12%; animation-delay: -0.3s; }
.reseller-radar-node.node-three { top: calc(50% - 17px); right: 1%; animation-delay: -0.6s; }
.reseller-radar-node.node-four { right: 12%; bottom: 12%; animation-delay: -0.9s; }
.reseller-radar-node.node-five { bottom: 1%; left: calc(50% - 17px); animation-delay: -1.2s; }
.reseller-radar-node.node-six { bottom: 12%; left: 12%; animation-delay: -1.5s; }
.reseller-radar-node.node-seven { top: calc(50% - 17px); left: 1%; animation-delay: -1.8s; }
.reseller-radar-node.node-eight { top: 12%; left: 12%; animation-delay: -2.1s; }

.reseller-network-status {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 8px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(8px);
}

.reseller-network-status > i { grid-row: span 2; width: 7px; height: 7px; border-radius: 50%; background: var(--reseller-green); box-shadow: 0 0 12px rgba(11, 183, 131, 0.75); animation: resellerStatusPulse 1.8s ease-in-out infinite; }
.reseller-network-status b { color: #d7d7d7; font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; }
.reseller-network-status small { color: #575757; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 7px; letter-spacing: 0.08em; }

.reseller-activation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
  gap: 20px;
}

.reseller-progress-console,
.reseller-panel-preview,
.reseller-benefits,
.reseller-number-benefits,
.reseller-rules { padding: 28px; }

.reseller-progress-console { overflow: visible; }
.reseller-panel-preview,
.reseller-benefits,
.reseller-number-benefits,
.reseller-rules { overflow: hidden; }

.reseller-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--reseller-line);
}

.reseller-section-heading h2,
.reseller-preview-copy h2,
.reseller-rules-heading h2 {
  margin: 6px 0 0;
  color: var(--reseller-copy);
  font-size: clamp(25px, 2.8vw, 36px);
  font-weight: 830;
  letter-spacing: -0.05em;
}

.reseller-section-heading p {
  max-width: 680px;
  margin: 8px 0 0;
  color: #777;
  font-size: 11px;
  line-height: 1.65;
}

.reseller-heading-side { flex: none; }
.reseller-progress-console > p { max-width: 760px; margin: 18px 0 0; color: #797979; font-size: 11px; line-height: 1.7; }

.reseller-access-preview {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 13px 15px;
  border: 1px solid rgba(248, 231, 28, 0.2);
  border-radius: 5px;
  background: rgba(248, 231, 28, 0.045);
}

.reseller-access-preview strong,
.reseller-money-clarity strong {
  color: #dedede;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reseller-access-preview span,
.reseller-money-clarity span {
  color: #777;
  font-size: 10px;
  line-height: 1.65;
}

.reseller-money-clarity {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.reseller-money-clarity article {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid var(--reseller-line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.018);
}

.reseller-progress-readout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}

.reseller-progress-track {
  position: relative;
  height: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 11px),
    rgba(7, 7, 7, 0.72);
}

.reseller-progress-track::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 24.8%, rgba(255, 255, 255, 0.055) 25%, transparent 25.2%, transparent 49.8%, rgba(255, 255, 255, 0.055) 50%, transparent 50.2%, transparent 74.8%, rgba(255, 255, 255, 0.055) 75%, transparent 75.2%);
  content: "";
  pointer-events: none;
}

#resellerProgressBar {
  height: 100%;
  border-radius: 4px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 5px, transparent 5px 11px),
    var(--reseller-yellow);
  box-shadow: 0 0 19px rgba(248, 231, 28, 0.26);
}

.reseller-progress-amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: "JetBrains Mono", "Courier New", monospace;
  white-space: nowrap;
}

.reseller-progress-amount .current { color: var(--reseller-yellow); font-size: 22px; font-weight: 850; letter-spacing: -0.06em; }
.reseller-progress-amount .divider { color: #484848; }
.reseller-progress-amount .target { color: #666; font-size: 14px; font-weight: 750; }

.reseller-threshold-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--reseller-line);
  border-radius: 5px;
  background: rgba(8, 8, 8, 0.46);
}

.reseller-threshold-stats > div { display: flex; min-width: 0; align-items: center; gap: 10px; padding: 13px 15px; border-right: 1px solid var(--reseller-line); }
.reseller-threshold-stats > div:last-child { border-right: 0; }
.reseller-threshold-stats strong { color: var(--reseller-yellow); font-family: "JetBrains Mono", "Courier New", monospace; font-size: 18px; letter-spacing: -0.05em; }
.reseller-threshold-stats span { overflow: hidden; color: #696969; font-size: 7px; font-weight: 800; letter-spacing: 0.09em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.reseller-threshold-stats span .text-primary { color: inherit !important; }

.reseller-panel-preview {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background:
    radial-gradient(circle at 85% 8%, rgba(80, 145, 255, 0.055), transparent 36%),
    linear-gradient(145deg, #171717, #0e0e0e 76%);
}

.reseller-preview-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--reseller-line); }
.reseller-preview-head i { color: var(--reseller-green); font-size: 17px; filter: drop-shadow(0 0 7px rgba(11, 183, 131, 0.45)); }

.reseller-preview-screen {
  position: relative;
  display: grid;
  min-height: 165px;
  place-items: center;
  margin-top: 17px;
  overflow: hidden;
  border: 1px solid rgba(248, 231, 28, 0.17);
  border-radius: 5px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    #0a0a0a;
  background-size: 20px 20px;
}

.reseller-preview-screen::after { position: absolute; right: 9px; bottom: 8px; color: #444; content: "NX / LIVE PREVIEW"; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 6px; letter-spacing: 0.1em; }
.reseller-preview-screen img { position: relative; z-index: 1; width: min(92%, 494px); height: auto; }
.reseller-preview-copy { margin-top: auto; padding-top: 18px; }
.reseller-preview-copy h2 { font-size: 24px; }
.reseller-preview-copy p { margin: 8px 0 0; color: #757575; font-size: 10px; line-height: 1.65; }

.reseller-benefit-count { display: flex; flex: none; align-items: center; gap: 10px; }
.reseller-benefit-count strong { color: var(--reseller-yellow); font-family: "JetBrains Mono", "Courier New", monospace; font-size: 28px; letter-spacing: -0.06em; }
.reseller-benefit-count span { max-width: 70px; color: #565656; font-size: 7px; font-weight: 800; letter-spacing: 0.12em; line-height: 1.35; }

.reseller-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.reseller-benefit-grid article {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 142px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--reseller-line);
  border-radius: 5px;
  background:
    linear-gradient(125deg, rgba(248, 231, 28, 0.035), transparent 42%),
    rgba(8, 8, 8, 0.55);
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.reseller-benefit-grid article::after { position: absolute; right: 0; bottom: 0; width: 35px; height: 35px; border-right: 1px solid rgba(248, 231, 28, 0.14); border-bottom: 1px solid rgba(248, 231, 28, 0.14); content: ""; }
.reseller-benefit-grid article:hover { border-color: rgba(248, 231, 28, 0.28); background: rgba(20, 20, 14, 0.72); transform: translateY(-3px); }
.reseller-benefit-grid article > small { position: absolute; top: 10px; right: 12px; color: #404040; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 7px; font-weight: 800; }

.reseller-benefit-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(248, 231, 28, 0.19);
  border-radius: 5px;
  color: var(--reseller-yellow);
  background: rgba(248, 231, 28, 0.045);
  font-size: 18px;
  line-height: 1;
}

.reseller-benefit-icon > i { display: grid; width: 100%; height: 100%; place-items: center; font-size: 18px; line-height: 1; }
.reseller-benefit-icon > i::before { display: block; line-height: 1; }
.reseller-benefit-icon > #eye-animation,
.reseller-benefit-icon > #menu { display: grid; width: 100% !important; height: 100% !important; place-items: center; }
.reseller-benefit-icon svg { display: block; width: 24px !important; height: 24px !important; margin: auto; }
.reseller-benefit-icon #eye-animation svg,
.reseller-benefit-icon #menu svg { filter: brightness(0) saturate(100%) invert(88%) sepia(84%) saturate(1082%) hue-rotate(346deg) brightness(104%) contrast(94%); }
.reseller-benefit-grid p { margin: 0; color: #8a8a8a; font-size: 10px; font-weight: 700; line-height: 1.55; overflow-wrap: anywhere; }
.reseller-benefit-grid p .text-primary { color: var(--reseller-yellow) !important; }

.reseller-automation-preview {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(430px, 1.32fr);
  align-items: stretch;
  gap: 32px;
  margin-top: 18px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(248, 231, 28, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(105deg, rgba(248, 231, 28, 0.07), transparent 42%),
    linear-gradient(145deg, rgba(23, 23, 18, 0.96), rgba(8, 8, 8, 0.94));
}

.reseller-automation-preview::before { position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, 0.012) 18px 19px); content: ""; pointer-events: none; }
.reseller-automation-preview > * { position: relative; z-index: 1; }
.reseller-automation-copy { align-self: center; }
.reseller-automation-copy > span { display: flex; align-items: center; gap: 9px; color: var(--reseller-yellow); font-family: "JetBrains Mono", "Courier New", monospace; font-size: 8px; font-weight: 800; letter-spacing: 0.17em; }
.reseller-automation-copy > span::before { width: 20px; height: 1px; background: var(--reseller-yellow); content: ""; }
.reseller-automation-copy h3 { margin: 8px 0 0; color: var(--reseller-copy); font-size: clamp(21px, 2.2vw, 30px); font-weight: 830; letter-spacing: -0.045em; line-height: 1.08; }
.reseller-automation-copy p { max-width: 540px; margin: 11px 0 0; color: #797979; font-size: 10px; line-height: 1.7; }
.reseller-automation-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 15px; }
.reseller-automation-tags b { padding: 6px 8px; border: 1px solid rgba(248, 231, 28, 0.13); border-radius: 3px; color: #777; background: rgba(248, 231, 28, 0.022); font-family: "JetBrains Mono", "Courier New", monospace; font-size: 6px; letter-spacing: 0.09em; }

.reseller-automation-console { min-width: 0; overflow: hidden; padding: 15px; border: 1px solid rgba(255, 255, 255, 0.075); border-radius: 8px; background: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px), rgba(8, 8, 8, 0.76); background-size: 20px 20px; box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.38); }
.reseller-automation-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--reseller-line); color: #666; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 7px; font-weight: 800; letter-spacing: 0.12em; }
.reseller-automation-head i { height: 1px; background: linear-gradient(90deg, rgba(248, 231, 28, 0.3), transparent); }
.reseller-automation-head small { color: var(--reseller-green); }
.reseller-automation-flow {
  --reseller-automation-link: clamp(48px, 5.2vw, 72px);
  --reseller-automation-dot-travel: calc(var(--reseller-automation-link) - 5px);
  display: grid;
  min-height: 184px;
  grid-template-columns: minmax(120px, 1fr) 122px minmax(140px, 1fr);
  align-items: center;
  gap: calc(var(--reseller-automation-link) - 20px);
  padding: 24px 22px 20px;
}
.reseller-automation-source { display: grid; gap: 10px; }
.reseller-automation-source span,
.reseller-automation-target { position: relative; display: flex; min-height: 46px; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid var(--reseller-line); border-radius: 5px; color: #8b8b8b; background: #111; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 7px; font-weight: 800; letter-spacing: 0.08em; }
.reseller-automation-source span::after { position: absolute; top: 50%; left: 100%; width: var(--reseller-automation-link); height: 1px; background: linear-gradient(90deg, rgba(248, 231, 28, 0.62), rgba(248, 231, 28, 0.1)); content: ""; }
.reseller-automation-source span::before { position: absolute; z-index: 3; top: calc(50% - 2px); left: calc(100% + 1px); width: 4px; height: 4px; border-radius: 50%; background: var(--reseller-yellow); box-shadow: 0 0 8px rgba(248, 231, 28, 0.8); content: ""; animation: resellerAutomationInbound 3.4s ease-in-out infinite; }
.reseller-automation-source span:nth-child(2)::before { animation-delay: -1.7s; }
.reseller-automation-source i { color: var(--reseller-yellow); font-size: 13px; }
.reseller-automation-core { display: grid; justify-items: center; gap: 5px; text-align: center; }
.reseller-automation-ring { position: relative; isolation: isolate; display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid rgba(248, 231, 28, 0.3); border-radius: 50%; background: radial-gradient(circle, rgba(248, 231, 28, 0.14), rgba(248, 231, 28, 0.015) 54%, transparent 56%); box-shadow: 0 0 0 10px rgba(248, 231, 28, 0.025), 0 0 28px rgba(248, 231, 28, 0.1); animation: resellerAutomationBreathe 3.4s ease-in-out infinite; }
.reseller-automation-ring::before,
.reseller-automation-ring::after { position: absolute; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; content: ""; }
.reseller-automation-ring::before { inset: 9px; border-top-color: var(--reseller-yellow); border-bottom-color: rgba(248, 231, 28, 0.24); animation: resellerOrbit 9s linear infinite; }
.reseller-automation-ring::after { inset: 19px; border-style: dashed; animation: resellerOrbitReverse 12s linear infinite; }
.reseller-automation-ring > span { position: absolute; inset: -8px; border-radius: 50%; background: conic-gradient(from -90deg, rgba(248, 231, 28, 0.86), transparent 27%, transparent 67%, rgba(248, 231, 28, 0.52)); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px)); mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px)); opacity: 0.62; animation: resellerOrbit 5.5s linear infinite; }
.reseller-automation-ring > i { position: relative; z-index: 2; color: var(--reseller-yellow); font-size: 25px; filter: drop-shadow(0 0 10px rgba(248, 231, 28, 0.45)); }
.reseller-automation-core b,
.reseller-automation-target b { color: #d8d8d8; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 8px; letter-spacing: 0.08em; }
.reseller-automation-core small,
.reseller-automation-target small { color: #555; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 6px; letter-spacing: 0.08em; }
.reseller-automation-target { min-height: 58px; border-color: rgba(11, 183, 131, 0.17); background: linear-gradient(120deg, rgba(11, 183, 131, 0.055), #101010 58%); }
.reseller-automation-target::before { position: absolute; top: 50%; right: 100%; width: var(--reseller-automation-link); height: 1px; background: linear-gradient(90deg, rgba(11, 183, 131, 0.1), rgba(11, 183, 131, 0.62)); content: ""; }
.reseller-automation-target::after { position: absolute; z-index: 3; top: calc(50% - 2px); right: calc(100% + var(--reseller-automation-link) - 1px); width: 4px; height: 4px; border-radius: 50%; background: var(--reseller-green); box-shadow: 0 0 8px rgba(11, 183, 131, 0.8); content: ""; animation: resellerAutomationOutbound 3.4s 1.05s ease-in-out infinite; }
.reseller-automation-target > i { color: var(--reseller-green); font-size: 20px; filter: drop-shadow(0 0 9px rgba(11, 183, 131, 0.35)); }
.reseller-automation-target > div { display: grid; gap: 3px; }
.reseller-automation-ledger { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 7px; padding: 11px 0; border-top: 1px solid var(--reseller-line); color: #686868; font-family: "JetBrains Mono", "Courier New", monospace; font-size: clamp(7px, 0.58vw, 8px); font-weight: 800; letter-spacing: 0.08em; }
.reseller-automation-ledger i { position: relative; height: 1px; overflow: hidden; background: rgba(248, 231, 28, 0.15); }
.reseller-automation-ledger i::after { position: absolute; top: 0; bottom: 0; left: -40%; width: 40%; background: linear-gradient(90deg, transparent, var(--reseller-yellow), transparent); content: ""; animation: resellerAutomationLedger 3.4s linear infinite; }
.reseller-automation-ledger i:nth-of-type(2)::after { animation-delay: 0.3s; }
.reseller-automation-ledger i:nth-of-type(3)::after { animation-delay: 0.6s; background: linear-gradient(90deg, transparent, var(--reseller-green), transparent); }
.reseller-automation-events { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; padding-top: 10px; border-top: 1px solid var(--reseller-line); }
.reseller-automation-events span { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 6px; color: #727272; font-family: "JetBrains Mono", "Courier New", monospace; font-size: clamp(6.5px, 0.52vw, 7.5px); font-weight: 800; letter-spacing: 0.04em; line-height: 1.4; text-align: center; }
.reseller-automation-events i { width: 5px; height: 5px; flex: none; border-radius: 50%; background: var(--reseller-green); box-shadow: 0 0 9px rgba(11, 183, 131, 0.45); animation: resellerStatusPulse 2s ease-in-out infinite; }

.reseller-number-benefits {
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 2%, rgba(248, 231, 28, 0.075), transparent 29%),
    radial-gradient(circle at 5% 88%, rgba(11, 183, 131, 0.045), transparent 25%),
    linear-gradient(145deg, #181813, #0c0c0c 76%);
}

.reseller-number-benefits::after { position: absolute; z-index: -1; top: 80px; right: -95px; width: 290px; height: 290px; border: 1px solid rgba(248, 231, 28, 0.045); border-radius: 50%; box-shadow: 0 0 0 48px rgba(248, 231, 28, 0.015), 0 0 0 96px rgba(248, 231, 28, 0.008); content: ""; pointer-events: none; }
.reseller-number-heading { align-items: center; }
.reseller-number-live { display: flex; flex: none; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid rgba(11, 183, 131, 0.22); border-radius: 99px; color: #55d6ad; background: rgba(11, 183, 131, 0.055); font-family: "JetBrains Mono", "Courier New", monospace; font-size: 7px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.reseller-number-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--reseller-green); box-shadow: 0 0 10px rgba(11, 183, 131, 0.6); animation: resellerStatusPulse 2s ease-in-out infinite; }

.reseller-reward-overview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 20px; }
.reseller-reward-overview article { position: relative; display: grid; min-width: 0; min-height: 104px; align-content: space-between; gap: 10px; padding: 15px 16px; overflow: hidden; border: 1px solid var(--reseller-line); border-radius: 6px; background: linear-gradient(135deg, rgba(248, 231, 28, 0.035), rgba(255, 255, 255, 0.012)); }
.reseller-reward-overview article::after { position: absolute; right: -23px; bottom: -27px; width: 82px; height: 82px; border: 1px solid rgba(248, 231, 28, 0.08); border-radius: 50%; content: ""; }
.reseller-reward-overview span { position: relative; z-index: 1; max-width: calc(100% - 32px); color: #707070; font-family: "JetBrains Mono", "Courier New", monospace; font-size: clamp(7px, 0.58vw, 8px); font-weight: 800; letter-spacing: 0.07em; line-height: 1.45; text-transform: uppercase; }
.reseller-reward-overview strong { position: relative; z-index: 1; color: var(--reseller-yellow); font-family: "JetBrains Mono", "Courier New", monospace; font-size: clamp(24px, 2.5vw, 34px); font-weight: 850; letter-spacing: -0.07em; line-height: 1; }
.reseller-reward-overview i { position: absolute; top: 14px; right: 14px; color: rgba(248, 231, 28, 0.34); font-size: 18px; }
.reseller-reward-overview article:nth-child(1) strong,
.reseller-reward-overview article:nth-child(4) strong { color: var(--reseller-green); }
.reseller-reward-overview article:nth-child(1) i,
.reseller-reward-overview article:nth-child(4) i { color: rgba(11, 183, 131, 0.42); }

.reseller-number-workspace { margin-top: 10px; }
.reseller-number-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; overflow: hidden; border: 1px solid var(--reseller-line); border-radius: 7px; background: rgba(5, 5, 5, 0.56); }
.reseller-number-tab { position: relative; display: grid; min-width: 0; min-height: 92px; grid-template-columns: 24px 44px minmax(0, 1fr) 13px; align-items: center; gap: 10px; padding: 14px; overflow: hidden; border: 0; border-right: 1px solid var(--reseller-line); color: #777; background: rgba(12, 12, 12, 0.76); text-align: left; transition: color 0.24s ease, background 0.24s ease; }
.reseller-number-tab:last-child { border-right: 0; }
.reseller-number-tab::before { position: absolute; inset: 0; background: linear-gradient(112deg, rgba(248, 231, 28, 0.08), transparent 44%), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 11px); content: ""; opacity: 0; pointer-events: none; transition: opacity 0.24s ease; }
.reseller-number-tab::after { position: absolute; right: 14px; bottom: 0; left: 14px; height: 2px; background: linear-gradient(90deg, var(--reseller-yellow), rgba(248, 231, 28, 0)); box-shadow: 0 0 12px rgba(248, 231, 28, 0.35); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.reseller-number-tab-index,
.reseller-number-tab-icon,
.reseller-number-tab-copy,
.reseller-number-tab-signal { position: relative; z-index: 1; }
.reseller-number-tab-index { align-self: start; padding-top: 3px; color: #444; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 9px; font-weight: 800; letter-spacing: 0.04em; transition: color 0.24s ease; }
.reseller-number-tab-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.085); border-radius: 4px; color: #666; background: rgba(22, 22, 22, 0.9); font-size: 18px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025); transition: color 0.24s ease, border-color 0.24s ease, background 0.24s ease, transform 0.24s ease; }
.reseller-number-tab-copy { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.reseller-number-tab-copy small { color: #484848; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 7px; font-weight: 800; letter-spacing: 0.12em; transition: color 0.24s ease; }
.reseller-number-tab-copy strong { overflow: hidden; color: #8b8b8b; font-size: 9px; font-weight: 820; letter-spacing: 0.025em; line-height: 1.35; text-overflow: ellipsis; text-transform: uppercase; white-space: normal; transition: color 0.24s ease; }
.reseller-number-tab-signal { display: grid; height: 34px; place-items: center; border-left: 1px solid rgba(255, 255, 255, 0.06); }
.reseller-number-tab-signal i { width: 5px; height: 5px; border-radius: 50%; background: #3e3e3e; transition: background 0.24s ease, box-shadow 0.24s ease; }
.reseller-number-tab:hover:not(.is-active) { color: #d8d8d8; background: rgba(20, 20, 15, 0.9); }
.reseller-number-tab:hover:not(.is-active)::before,
.reseller-number-tab.is-active::before { opacity: 1; }
.reseller-number-tab:hover:not(.is-active) .reseller-number-tab-icon { color: var(--reseller-yellow); border-color: rgba(248, 231, 28, 0.24); transform: translateY(-2px); }
.reseller-number-tab:hover:not(.is-active) .reseller-number-tab-copy strong { color: #d9d9d9; }
.reseller-number-tab.is-active { color: var(--reseller-yellow); background: rgba(30, 28, 8, 0.9); }
.reseller-number-tab.is-active::after { transform: scaleX(1); }
.reseller-number-tab.is-active .reseller-number-tab-index,
.reseller-number-tab.is-active .reseller-number-tab-copy small { color: var(--reseller-yellow); }
.reseller-number-tab.is-active .reseller-number-tab-copy strong { color: #f1f1ed; }
.reseller-number-tab.is-active .reseller-number-tab-icon { border-color: var(--reseller-yellow); color: #111; background: var(--reseller-yellow); box-shadow: 0 0 22px rgba(248, 231, 28, 0.12); }
.reseller-number-tab.is-active .reseller-number-tab-signal i { background: var(--reseller-yellow); box-shadow: 0 0 9px rgba(248, 231, 28, 0.72); animation: resellerStatusPulse 1.6s ease-in-out infinite; }
.reseller-number-tab:focus-visible { z-index: 2; outline: 1px solid rgba(248, 231, 28, 0.7); outline-offset: -3px; }

.reseller-number-panels { min-width: 0; margin-top: 10px; }
.reseller-number-panel { min-height: 100%; padding: 21px; border: 1px solid var(--reseller-line); border-radius: 7px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.018), rgba(6, 6, 6, 0.58)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018); }
.reseller-number-benefits.has-number-tabs .reseller-number-panel[hidden] { display: none; }
.reseller-number-summary { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 18px; padding: 3px 3px 18px; border-bottom: 1px solid var(--reseller-line); }
.reseller-number-summary > span { color: #666; font-size: 8px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.reseller-number-summary > strong { grid-row: span 2; color: var(--reseller-yellow); font-family: "JetBrains Mono", "Courier New", monospace; font-size: 34px; letter-spacing: -0.07em; line-height: 1; }
.reseller-number-summary > strong b { color: inherit; }
.reseller-number-summary > small { color: #777; font-size: 9px; }
.reseller-number-summary > small b { color: var(--reseller-green); }

.reseller-level-table { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; margin-top: 16px; }
.reseller-level-table article { position: relative; display: grid; min-width: 0; gap: 6px; padding: 13px; overflow: hidden; border: 1px solid var(--reseller-line); border-radius: 5px; background: rgba(255, 255, 255, 0.012); }
.reseller-level-table article::after { position: absolute; right: 0; bottom: 0; width: 23px; height: 23px; border-right: 1px solid rgba(248, 231, 28, 0.12); border-bottom: 1px solid rgba(248, 231, 28, 0.12); content: ""; }
.reseller-level-table span { color: #555; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 6px; font-weight: 800; }
.reseller-level-table strong { color: #9a9a9a; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 12px; }
.reseller-level-table b { color: var(--reseller-yellow); font-family: "JetBrains Mono", "Courier New", monospace; font-size: 19px; }
.reseller-number-note { margin: 15px 0 0; color: #686868; font-size: 9px; line-height: 1.65; }

.reseller-cashback-example { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; }
.reseller-cashback-example > div { display: grid; gap: 5px; padding: 17px; border: 1px solid var(--reseller-line); border-radius: 5px; background: rgba(255, 255, 255, 0.012); }
.reseller-cashback-example > div.is-result { border-color: rgba(11, 183, 131, 0.2); background: rgba(11, 183, 131, 0.035); }
.reseller-cashback-example span { color: #606060; font-size: 7px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.reseller-cashback-example strong { color: #c8c8c8; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 21px; }
.reseller-cashback-example .is-result strong { color: var(--reseller-green); }
.reseller-cashback-example > i { color: #484848; font-size: 14px; }
.reseller-cashback-rules { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.reseller-cashback-rules article { display: grid; min-width: 0; grid-template-columns: 31px 1fr; gap: 9px; align-items: center; padding: 11px; border: 1px solid var(--reseller-line); border-radius: 4px; }
.reseller-cashback-rules article > i { color: var(--reseller-yellow); font-size: 17px; text-align: center; }
.reseller-cashback-rules article > div { display: grid; gap: 3px; }
.reseller-cashback-rules b { color: #999; font-size: 8px; }
.reseller-cashback-rules span { color: #606060; font-size: 7px; line-height: 1.5; }
.reseller-reward-totals { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.reseller-reward-totals span { padding: 8px 10px; border: 1px solid var(--reseller-line); border-radius: 4px; color: #626262; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.reseller-reward-totals b { margin-left: 5px; color: var(--reseller-yellow); font-family: "JetBrains Mono", "Courier New", monospace; }

.reseller-milestone-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.reseller-milestone-grid article { position: relative; display: grid; min-width: 0; gap: 7px; padding: 17px 14px; overflow: hidden; border: 1px solid var(--reseller-line); border-radius: 5px; background: rgba(255, 255, 255, 0.012); }
.reseller-milestone-grid article::after { position: absolute; right: -18px; bottom: -18px; width: 48px; height: 48px; border: 1px solid rgba(248, 231, 28, 0.07); border-radius: 50%; content: ""; }
.reseller-milestone-grid span { color: #626262; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 6px; font-weight: 800; }
.reseller-milestone-grid strong { color: var(--reseller-yellow); font-family: "JetBrains Mono", "Courier New", monospace; font-size: 22px; letter-spacing: -0.05em; }
.reseller-milestone-grid small { color: #525252; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 6px; }
.reseller-milestone-grid b[data-reward-status] { width: fit-content; padding: 4px 6px; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 3px; color: #5f5f5f; font-size: 6px; letter-spacing: 0.07em; text-transform: uppercase; }
.reseller-milestone-grid article.is-pending { border-color: rgba(248, 231, 28, 0.22); }
.reseller-milestone-grid article.is-pending b[data-reward-status] { border-color: rgba(248, 231, 28, 0.16); color: var(--reseller-yellow); }
.reseller-milestone-grid article.is-credited { border-color: rgba(11, 183, 131, 0.2); background: rgba(11, 183, 131, 0.025); }
.reseller-milestone-grid article.is-credited b[data-reward-status] { border-color: rgba(11, 183, 131, 0.17); color: var(--reseller-green); }

.reseller-topup-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.reseller-topup-grid article { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; padding: 17px 15px; border: 1px solid var(--reseller-line); border-radius: 5px; background: rgba(255, 255, 255, 0.012); }
.reseller-topup-grid span,
.reseller-topup-grid strong { font-family: "JetBrains Mono", "Courier New", monospace; font-size: 17px; }
.reseller-topup-grid span { color: #8d8d8d; }
.reseller-topup-grid strong { color: var(--reseller-green); text-align: right; }
.reseller-topup-grid i { padding: 4px 6px; border: 1px solid rgba(11, 183, 131, 0.13); border-radius: 3px; color: var(--reseller-green); background: rgba(11, 183, 131, 0.025); font-family: "JetBrains Mono", "Courier New", monospace; font-size: 7px; font-style: normal; font-weight: 800; }

.reseller-rules {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  background:
    linear-gradient(110deg, rgba(255, 93, 93, 0.055), transparent 38%),
    linear-gradient(145deg, #171717, #0e0e0e 76%);
}

.reseller-rules::before { background: linear-gradient(#ff5d5d, rgba(255, 93, 93, 0.08) 76%, transparent); box-shadow: 0 0 10px rgba(255, 93, 93, 0.12); }
.reseller-rules-heading { display: flex; align-items: center; gap: 15px; }
.reseller-rules-heading > div > span { color: #ff7474; }
.reseller-rules-heading h2 { font-size: 27px; }
.reseller-rules-icon { width: 44px; height: 44px; flex: none; color: #ff6565; }

.reseller-rules ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reseller-rules li { display: grid; min-width: 0; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 9px; min-height: 45px; padding: 9px 11px; border: 1px solid rgba(255, 93, 93, 0.12); border-radius: 4px; color: #898989; background: rgba(8, 8, 8, 0.42); font-size: 9px; line-height: 1.5; }
.reseller-rules li strong { color: #ff6565; font-family: "JetBrains Mono", "Courier New", monospace; font-size: 8px; }
.reseller-rules li span { overflow-wrap: anywhere; }
.reseller-rules li b { color: #d6d6d6; }
.reseller-rules li:last-child { grid-column: 1 / -1; }

@keyframes resellerOrbit { to { transform: rotate(360deg); } }
@keyframes resellerOrbitReverse { to { transform: rotate(-360deg); } }
@keyframes resellerRadar { to { transform: rotate(360deg); } }
@keyframes resellerLogoFloat { 0%, 100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 7px)); } }
@keyframes resellerNodePulse { 0%, 100% { opacity: 0.45; transform: scale(0.94); } 50% { opacity: 1; transform: scale(1); } }
@keyframes resellerStatusPulse { 0%, 100% { opacity: 0.45; } 50% { opacity: 1; } }
@keyframes resellerAutomationInbound { 0%, 12% { opacity: 0; transform: translateX(0); } 25%, 72% { opacity: 1; } 88%, 100% { opacity: 0; transform: translateX(var(--reseller-automation-dot-travel, 15px)); } }
@keyframes resellerAutomationOutbound { 0%, 20% { opacity: 0; transform: translateX(0); } 34%, 76% { opacity: 1; } 92%, 100% { opacity: 0; transform: translateX(var(--reseller-automation-dot-travel, 13px)); } }
@keyframes resellerAutomationLedger { 0% { left: -40%; } 65%, 100% { left: 100%; } }
@keyframes resellerAutomationBreathe { 0%, 100% { box-shadow: 0 0 0 10px rgba(248, 231, 28, 0.025), 0 0 24px rgba(248, 231, 28, 0.08); } 50% { box-shadow: 0 0 0 13px rgba(248, 231, 28, 0.04), 0 0 38px rgba(248, 231, 28, 0.18); } }

@media (max-width: 1280px) {
  .reseller-hero { grid-template-columns: minmax(0, 1fr) 410px; }
  .reseller-hero-copy { padding: 40px; }
  .reseller-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reseller-level-table { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .reseller-milestone-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .reseller-hero { grid-template-columns: 1fr; }
  .reseller-hero-art { min-height: 410px; border-top: 1px solid rgba(248, 231, 28, 0.13); border-left: 0; }
  .reseller-radar { width: min(76%, 400px); }
  .reseller-activation-grid { grid-template-columns: 1fr; }
  .reseller-automation-preview { grid-template-columns: 1fr; }
  .reseller-reward-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reseller-number-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reseller-number-tab:nth-child(2) { border-right: 0; }
  .reseller-number-tab:nth-child(-n + 2) { border-bottom: 1px solid var(--reseller-line); }
  .reseller-cashback-rules { grid-template-columns: 1fr; }
  .reseller-milestone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reseller-rules { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .reseller-info-page { gap: 14px; }
  .reseller-hero-copy { padding: 31px 24px; }
  .reseller-hero h1 { font-size: clamp(37px, 11vw, 54px); }
  .reseller-route > div { gap: 7px; padding: 11px 9px; }
  .reseller-route strong { font-size: 15px; }
  .reseller-route span { font-size: 6px; letter-spacing: 0.07em; }
  .reseller-hero-actions { align-items: flex-start; flex-direction: column; }
  .reseller-hero-art { min-height: 370px; }
  .reseller-progress-console,
  .reseller-panel-preview,
  .reseller-benefits,
  .reseller-number-benefits,
  .reseller-rules { padding: 22px 18px; }
  .reseller-section-heading { align-items: flex-start; }
  .reseller-progress-readout { grid-template-columns: 1fr; }
  .reseller-money-clarity { grid-template-columns: 1fr; }
  .reseller-progress-amount { justify-content: flex-end; }
  .reseller-threshold-stats { grid-template-columns: 1fr; }
  .reseller-threshold-stats > div { border-right: 0; border-bottom: 1px solid var(--reseller-line); }
  .reseller-threshold-stats > div:last-child { border-bottom: 0; }
  .reseller-benefit-grid { grid-template-columns: 1fr; }
  .reseller-benefit-grid article { min-height: 104px; }
  .reseller-automation-preview { gap: 18px; padding: 17px; }
  .reseller-automation-flow { grid-template-columns: 1fr; }
  .reseller-automation-source span::before,
  .reseller-automation-source span::after,
  .reseller-automation-target::before,
  .reseller-automation-target::after { display: none; }
  .reseller-automation-core { justify-self: center; }
  .reseller-automation-target { justify-content: center; }
  .reseller-automation-ledger { gap: 4px; font-size: 7px; letter-spacing: 0.04em; }
  .reseller-automation-events { grid-template-columns: 1fr; }
  .reseller-automation-events span { justify-content: flex-start; }
  .reseller-number-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: rgba(248, 231, 28, 0.32) transparent; scrollbar-width: thin; }
  .reseller-number-tab { min-width: min(82vw, 275px); flex: 0 0 min(82vw, 275px); border-right: 1px solid var(--reseller-line) !important; border-bottom: 0 !important; scroll-snap-align: start; }
  .reseller-number-panel { padding: 16px; }
  .reseller-level-table { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reseller-cashback-example { grid-template-columns: 1fr; }
  .reseller-cashback-example > i { transform: rotate(90deg); justify-self: center; }
  .reseller-milestone-grid,
  .reseller-topup-grid { grid-template-columns: 1fr; }
  .reseller-rules ol { grid-template-columns: 1fr; }
  .reseller-rules li:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .reseller-hero-copy { padding: 27px 19px; }
  .reseller-hero-copy > p { font-size: 11px; }
  .reseller-route span { max-width: 58px; white-space: normal; }
  .reseller-primary-cta { width: 100%; }
  .reseller-entry-code { display: none; }
  .reseller-hero-art { min-height: 330px; }
  .reseller-radar { width: min(88%, 310px); }
  .reseller-radar-logo { width: min(46%, 145px); }
  .reseller-radar-node { width: 30px; height: 30px; }
  .reseller-network-status { right: 11px; bottom: 10px; }
  .reseller-section-heading { display: block; }
  .reseller-heading-side,
  .reseller-benefit-count,
  .reseller-number-live { margin-top: 13px; }
  .reseller-reward-overview { grid-template-columns: 1fr 1fr; }
  .reseller-reward-overview article { min-height: 96px; padding: 13px; }
  .reseller-reward-overview strong { font-size: 25px; }
  .reseller-automation-ledger span { writing-mode: vertical-rl; transform: rotate(180deg); }
  .reseller-progress-amount { justify-content: flex-start; }
  .reseller-number-summary { grid-template-columns: 1fr; }
  .reseller-number-summary > strong { grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .reseller-radar-ring,
  .reseller-radar-scan,
  .reseller-radar-logo,
  .reseller-radar-node,
  .reseller-network-status > i,
  .reseller-automation-source span::before,
  .reseller-automation-target::after,
  .reseller-automation-ring,
  .reseller-automation-ring::before,
  .reseller-automation-ring::after,
  .reseller-automation-ring > span,
  .reseller-automation-ledger i::after,
  .reseller-automation-events i,
  .reseller-number-live i,
  .reseller-number-tab-signal i { animation: none !important; }
  .reseller-primary-cta,
  .reseller-benefit-grid article { transition: none !important; }
}
