:root {
  color-scheme: dark;
  font-family: Inter, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --obsidian-1000: #05060a;
  --obsidian-950: #08090d;
  --obsidian-900: #0d0f16;
  --obsidian-850: #12141d;
  --obsidian-800: #171a25;
  --surface: rgba(18, 20, 29, .9);
  --surface-raised: rgba(24, 27, 39, .94);
  --surface-soft: rgba(12, 14, 21, .76);
  --line: rgba(226, 229, 255, .09);
  --line-strong: rgba(185, 164, 255, .24);
  --text: #f6f5fb;
  --text-soft: #d4d5df;
  --muted: #a7acbd;
  --amethyst: #a486ff;
  --amethyst-bright: #c1afff;
  --amethyst-deep: #6952e8;
  --cyan: #68dbe8;
  --cyan-soft: #9ce9f1;
  --gold: #f2ca72;
  --gold-soft: #ffe4a5;
  --success: #78e2b0;
  --warning: #f4ca78;
  --danger: #ff8f9d;
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-spring: cubic-bezier(.2, 1.2, .35, 1);
  --parallax-x: 0px;
  --parallax-y: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--obsidian-950);
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  isolation: isolate;
  color: var(--text);
  background:
    radial-gradient(circle at 86% -8%, rgba(127, 91, 238, .3), transparent 34rem),
    radial-gradient(circle at -12% 36%, rgba(42, 159, 180, .14), transparent 30rem),
    radial-gradient(circle at 54% 110%, rgba(167, 99, 219, .12), transparent 31rem),
    linear-gradient(180deg, #090a10 0%, #08090d 48%, #06070b 100%);
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button:disabled {
  cursor: not-allowed;
  opacity: .5;
  filter: saturate(.55);
  box-shadow: none;
}

a {
  color: var(--cyan-soft);
  font-weight: 700;
  text-decoration-color: rgba(156, 233, 241, .38);
  text-underline-offset: 3px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

a:hover {
  color: #cbf7fa;
  text-decoration-color: currentColor;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(104, 219, 232, .46);
  outline-offset: 3px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
strong {
  text-wrap: balance;
}

h1 {
  margin-bottom: 5px;
  font-size: clamp(32px, 7.5vw, 43px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.052em;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(19px, 4.4vw, 22px);
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: -.032em;
}

h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.038em;
}

[hidden] {
  display: none !important;
}

.backdrop-grid,
.backdrop-noise {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

.backdrop-grid {
  opacity: .2;
  background-image:
    linear-gradient(rgba(220, 224, 255, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 224, 255, .026) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) scale(1.02);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .56) 46%, transparent 90%);
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .56) 46%, transparent 90%);
}

.backdrop-noise {
  z-index: -2;
  opacity: .11;
  background-image: repeating-radial-gradient(circle at 34% 18%, rgba(255, 255, 255, .05) 0 1px, transparent 1px 5px);
  background-size: 19px 17px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) scale(1.02);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .55), transparent 60%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .55), transparent 60%);
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  opacity: .12;
  filter: blur(88px);
  pointer-events: none;
  will-change: transform;
  animation: ambient-drift 20s ease-in-out infinite alternate;
}

.ambient-one {
  top: -25px;
  right: -125px;
  background: #8b6cff;
}

.ambient-two {
  top: 52%;
  left: -165px;
  background: #39bfd1;
  opacity: .08;
  animation-delay: -8s;
  animation-duration: 24s;
}

.ambient-three {
  right: 15%;
  bottom: -185px;
  width: 320px;
  height: 320px;
  background: #b55ad6;
  opacity: .07;
  animation-delay: -13s;
  animation-duration: 28s;
}

.shell {
  position: relative;
  width: min(100%, 720px);
  margin: 0 auto;
  padding:
    calc(20px + env(safe-area-inset-top))
    max(16px, env(safe-area-inset-right))
    calc(38px + env(safe-area-inset-bottom))
    max(16px, env(safe-area-inset-left));
}

.hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 3px 2px 24px;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(217, 207, 255, .28);
  border-radius: 19px;
  color: #fff;
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.08em;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), transparent 38%),
    linear-gradient(145deg, #ab8cff 0%, #755de8 52%, #4430ad 100%);
  box-shadow:
    0 18px 42px rgba(74, 51, 180, .29),
    inset 0 1px rgba(255, 255, 255, .28),
    inset 0 -18px 30px rgba(25, 14, 76, .22);
  animation: brand-enter .68s var(--ease-out) both;
}

.brand-mark::before {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 13px;
  content: "";
  pointer-events: none;
}

.brand-mark span {
  position: relative;
  z-index: 1;
}

.brand-mark i {
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 7px;
  height: 7px;
  border: 2px solid rgba(219, 250, 253, .9);
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 13px rgba(104, 219, 232, .75);
}

.hero-copy {
  min-width: 0;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
  transition: transform .14s linear;
}

.eyebrow {
  margin-bottom: 6px;
  color: var(--amethyst-bright);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.subtitle {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.connection {
  align-self: start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #b8bdcb;
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px rgba(255, 255, 255, .03);
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

.connection > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.connection.connected {
  border-color: rgba(104, 219, 232, .22);
  color: var(--cyan-soft);
  background: rgba(104, 219, 232, .07);
}

.connection.connected > i {
  box-shadow: 0 0 10px rgba(104, 219, 232, .62);
  animation: status-breathe 2.8s ease-in-out infinite;
}

.connection.error-state {
  border-color: rgba(255, 143, 157, .23);
  color: var(--danger);
  background: rgba(255, 143, 157, .07);
}

.hero-showcase {
  position: relative;
  display: block;
  min-height: 342px;
  margin: 3px 0 25px;
  padding: 22px 24px 25px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(193, 175, 255, .2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 89% 18%, rgba(115, 84, 244, .3), transparent 31%),
    radial-gradient(circle at 22% 116%, rgba(37, 182, 207, .18), transparent 42%),
    linear-gradient(135deg, rgba(34, 28, 61, .94), rgba(12, 14, 23, .97) 48%, rgba(9, 10, 16, .98));
  box-shadow:
    0 34px 95px rgba(0, 0, 0, .48),
    0 0 0 1px rgba(120, 91, 227, .04),
    inset 0 1px rgba(255, 255, 255, .08);
}

.hero-showcase::before {
  position: absolute;
  top: 0;
  left: 7%;
  width: 62%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #bdaaff, #6ee8f1, transparent);
  box-shadow: 0 0 22px rgba(164, 134, 255, .58);
  content: "";
}

.hero-showcase::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .32;
  background: linear-gradient(108deg, transparent 28%, rgba(255, 255, 255, .055) 45%, transparent 62%);
  transform: translateX(-105%);
  animation: hero-scan 7s ease-in-out 1.2s infinite;
  content: "";
  pointer-events: none;
}

.hero-aura {
  position: absolute;
  top: -145px;
  right: -95px;
  z-index: -2;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(165, 129, 255, .28), rgba(78, 55, 188, .09) 44%, transparent 69%);
  filter: blur(4px);
  animation: hero-aura-breathe 5.8s ease-in-out infinite;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .23;
  background-image:
    linear-gradient(rgba(218, 211, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(218, 211, 255, .055) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: perspective(450px) rotateX(62deg) scale(1.4) translateY(25%);
  transform-origin: bottom center;
  -webkit-mask-image: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, .9) 86%);
  mask-image: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, .9) 86%);
}

.hero-meta {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 11px;
}

.hero-showcase .brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  font-size: 23px;
  box-shadow:
    0 16px 38px rgba(78, 53, 197, .38),
    0 0 30px rgba(135, 102, 255, .18),
    inset 0 1px rgba(255, 255, 255, .28);
}

.hero-showcase .brand-mark::before {
  inset: 5px;
  border-radius: 10px;
}

.hero-showcase .brand-mark i {
  right: 7px;
  bottom: 7px;
  width: 6px;
  height: 6px;
}

.brand-lockup > div:last-child {
  display: grid;
  gap: 3px;
}

.brand-lockup strong {
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .22em;
}

.brand-lockup small {
  color: #949aac;
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .15em;
}

.hero-showcase .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin-top: 29px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: #c8b9ff;
}

.hero-eyebrow > span {
  width: 23px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--amethyst));
  box-shadow: 0 0 9px rgba(104, 219, 232, .5);
}

.hero-showcase h1 {
  margin: 0;
  width: fit-content;
  font-size: clamp(62px, 13vw, 92px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.075em;
  filter: drop-shadow(0 15px 34px rgba(0, 0, 0, .4));
  animation: wordmark-enter .78s var(--ease-out) both;
}

.wordmark-core {
  color: #fbfaff;
  text-shadow: 0 0 38px rgba(255, 255, 255, .08);
}

.wordmark-accent {
  color: #ae91ff;
  background: linear-gradient(118deg, #d5c9ff 4%, #a987ff 45%, #77e6ef 108%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.hero-kicker {
  margin: 17px 0 4px;
  color: #f4f1ff;
  font-size: clamp(16px, 3.4vw, 20px);
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.hero-showcase .subtitle {
  max-width: 420px;
  color: #b6bbcc;
  font-size: 12px;
  line-height: 1.55;
}

.hero-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.hero-specs span {
  padding: 7px 9px;
  border: 1px solid rgba(226, 229, 255, .09);
  border-radius: 999px;
  color: #c7cbd8;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
  background: rgba(7, 8, 14, .4);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.hero-orbit {
  position: absolute;
  right: -15px;
  bottom: -16px;
  z-index: 0;
  display: grid;
  place-items: center;
  width: 205px;
  height: 205px;
  opacity: .84;
}

.hero-orbit::before,
.hero-orbit::after,
.hero-orbit > i {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.hero-orbit::before {
  inset: 12px;
  border: 1px solid rgba(163, 140, 255, .18);
  box-shadow: 0 0 50px rgba(95, 64, 223, .12), inset 0 0 36px rgba(95, 64, 223, .09);
}

.hero-orbit::after {
  inset: 43px;
  border: 1px dashed rgba(105, 219, 232, .22);
  animation: orbit-spin 18s linear infinite reverse;
}

.hero-orbit > i:first-child {
  inset: 0;
  border: 1px dashed rgba(196, 181, 255, .13);
  animation: orbit-spin 28s linear infinite;
}

.hero-orbit > i:nth-child(2) {
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, .055);
}

.hero-orbit > span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(198, 184, 255, .2);
  border-radius: 24px;
  color: rgba(238, 234, 255, .16);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.09em;
  background: linear-gradient(145deg, rgba(168, 134, 255, .09), rgba(18, 21, 31, .42));
  box-shadow: 0 0 42px rgba(110, 80, 233, .14), inset 0 1px rgba(255, 255, 255, .07);
  transform: rotate(8deg);
}

.hero-signature {
  position: absolute;
  right: 22px;
  top: 49%;
  color: rgba(225, 218, 255, .14);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .15em;
  writing-mode: vertical-rl;
}

.trust-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: -7px 2px 15px;
}

.trust-rail span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 35px;
  padding: 8px 7px;
  border: 1px solid rgba(226, 229, 255, .065);
  border-radius: 11px;
  color: #b8bdcb;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .035em;
  text-align: center;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(164, 134, 255, .035), transparent 58%),
    rgba(18, 20, 29, .68);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.trust-rail i {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px rgba(104, 219, 232, .5);
}

.card,
.package-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .026), transparent 38%),
    var(--surface);
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, .035);
  -webkit-backdrop-filter: blur(20px) saturate(115%);
  backdrop-filter: blur(20px) saturate(115%);
}

.card {
  margin: 14px 0;
  padding: 20px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin: 31px 2px 15px;
}

.compact-heading {
  align-items: center;
  margin: 0 0 14px;
}

.price-overview {
  position: relative;
  overflow: hidden;
  border-color: rgba(164, 134, 255, .18);
  background:
    radial-gradient(circle at 96% 0%, rgba(104, 219, 232, .08), transparent 33%),
    linear-gradient(145deg, rgba(164, 134, 255, .055), transparent 46%),
    var(--surface);
}

.price-overview::before {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(164, 134, 255, .78), rgba(104, 219, 232, .46), transparent);
  content: "";
}

.price-overview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 14px;
}

.price-overview-head .eyebrow {
  margin-bottom: 5px;
}

.price-overview-tag {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(104, 219, 232, .16);
  border-radius: 999px;
  color: var(--cyan-soft);
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  background: rgba(104, 219, 232, .06);
}

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

.price-tile {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 80px;
  padding: 12px 13px;
  border: 1px solid rgba(226, 229, 255, .075);
  border-radius: 14px;
  background: rgba(31, 35, 49, .76);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.price-tile:last-child {
  grid-column: 1 / -1;
}

.price-tile > span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.price-tile strong {
  overflow-wrap: anywhere;
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.price-tile small {
  color: var(--cyan-soft);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0;
}

.price-overview-note {
  margin: 11px 2px 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.account-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(183, 163, 255, .15);
}

.account-card::before {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(164, 134, 255, .8), rgba(104, 219, 232, .46), transparent);
  content: "";
}

.card-sheen {
  position: absolute;
  top: -72px;
  right: -42px;
  width: 210px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(164, 134, 255, .13), transparent 68%);
  pointer-events: none;
}

.license-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 229, 255, .065);
  border-radius: 15px;
  background: rgba(226, 229, 255, .055);
}

.details-grid > div {
  min-width: 0;
  padding: 13px 14px;
  background: rgba(8, 9, 14, .68);
  transition: background-color .2s ease;
}

.details-grid .wide-detail {
  grid-column: 1 / -1;
}

.details-grid dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.details-grid dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.mono {
  color: #dcd4ff !important;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px !important;
}

.badge,
.payment-count,
.payment-note {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(242, 202, 114, .16);
  border-radius: 999px;
  color: var(--warning);
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  background: rgba(242, 202, 114, .07);
}

.badge.active {
  border-color: rgba(120, 226, 176, .18);
  color: var(--success);
  background: rgba(120, 226, 176, .075);
  box-shadow: 0 0 22px rgba(120, 226, 176, .07);
}

.badge.pending {
  color: var(--warning);
}

.grant-badge {
  border-color: rgba(104, 219, 232, .18);
  color: var(--cyan-soft);
  background: rgba(104, 219, 232, .07);
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 11px;
}

.quick-action {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  font-size: 12px;
}

.payments-section,
.store-section {
  margin-top: 25px;
}

.payment-count,
.payment-note {
  border-color: rgba(164, 134, 255, .2);
  color: #d5c9ff;
  background: rgba(164, 134, 255, .075);
}

.payment-guide {
  position: relative;
  margin: 0 0 16px;
  padding: 22px;
  overflow: hidden;
  border-color: rgba(164, 134, 255, .2);
  background:
    radial-gradient(circle at 92% 7%, rgba(104, 219, 232, .12), transparent 30%),
    linear-gradient(132deg, rgba(164, 134, 255, .1), transparent 45%),
    rgba(14, 16, 24, .88);
}

.payment-guide::before {
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(164, 134, 255, .88), rgba(104, 219, 232, .62), transparent);
  content: "";
}

.payment-guide::after {
  position: absolute;
  right: -62px;
  bottom: -82px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(104, 219, 232, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(164, 134, 255, .025), 0 0 0 49px rgba(104, 219, 232, .018);
  content: "";
  pointer-events: none;
}

.payment-guide > * {
  position: relative;
  z-index: 1;
}

.payment-guide-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.payment-guide-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(242, 202, 114, .22);
  border-radius: 15px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .045em;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 242, 195, .18), transparent 40%),
    rgba(242, 202, 114, .07);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 0 24px rgba(242, 202, 114, .08);
}

.payment-guide-topline .eyebrow {
  margin-bottom: 4px;
}

.payment-guide-topline h3 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 780;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.payment-guide-badge {
  display: inline-flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-self: start;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(120, 226, 176, .16);
  border-radius: 999px;
  color: var(--success);
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  background: rgba(120, 226, 176, .065);
}

.payment-guide-badge i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 9px rgba(120, 226, 176, .55);
}

.payment-guide-copy {
  max-width: 720px;
  margin: 15px 0 18px;
  color: #b3b8c7;
  font-size: 12px;
  line-height: 1.58;
}

.payment-guide-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-guide-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(226, 229, 255, .075);
  border-radius: 15px;
  background: rgba(7, 9, 14, .52);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.payment-guide-steps li > span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(164, 134, 255, .2);
  border-radius: 10px;
  color: #d9d0ff;
  font-size: 9px;
  font-weight: 800;
  background: rgba(164, 134, 255, .08);
}

.payment-guide-steps div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.payment-guide-steps strong {
  color: var(--text);
  font-size: 11px;
  line-height: 1.25;
}

.payment-guide-steps small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.payment-guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid rgba(226, 229, 255, .065);
}

.payment-guide-meta span {
  color: #afb4c3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .025em;
}

.pending-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  overflow: hidden;
  border-color: rgba(242, 202, 114, .2);
  background:
    linear-gradient(132deg, rgba(242, 202, 114, .09), transparent 44%),
    var(--surface);
}

.pending-card::before {
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 202, 114, .7), transparent);
  content: "";
}

.pending-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(242, 202, 114, .2);
  border-radius: 14px;
  color: var(--gold-soft);
  font-size: 18px;
  background: rgba(242, 202, 114, .08);
  box-shadow: 0 0 22px rgba(242, 202, 114, .06);
  animation: pending-glow 3s ease-in-out infinite;
}

.pending-content > p:not(.eyebrow) {
  margin: 8px 0 13px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.pending-orders {
  display: grid;
  gap: 8px;
}

.pending-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 11px;
  border: 1px solid rgba(226, 229, 255, .05);
  border-radius: 12px;
  background: rgba(6, 7, 11, .28);
}

.pending-order div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.pending-order strong,
.pending-amount {
  font-size: 12px;
  line-height: 1.25;
}

.pending-order div span {
  color: var(--muted);
  font-size: 10px;
}

.pending-side {
  flex: 0 0 auto;
  justify-items: end;
  text-align: right;
}

.pending-amount,
.pending-side .pending-amount {
  color: var(--gold);
  font-weight: 800;
  white-space: nowrap;
}

.pending-state {
  font-size: 9px !important;
  font-weight: 750;
  white-space: nowrap;
}

.pending-state.status-refunding {
  color: var(--danger);
}

.pending-state.status-manual-review {
  color: var(--amethyst-bright);
}

.payments-card {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.payments-empty {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
}

.payments-empty > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(242, 202, 114, .18);
  border-radius: 14px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .045em;
  background: rgba(242, 202, 114, .07);
}

.payments-empty strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.35;
}

.payments-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.payments-list {
  display: grid;
}

.payment-item {
  position: relative;
  padding: 19px 20px 20px;
}

.payment-item + .payment-item {
  border-top: 1px solid rgba(226, 229, 255, .07);
}

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

.payment-item-heading > div:first-child,
.payment-item-summary {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.payment-item-heading > div:first-child strong {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.payment-item-heading > div:first-child span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.3;
}

.payment-item-summary {
  flex: 0 0 auto;
  justify-items: end;
}

.payment-amount {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(242, 202, 114, .16);
}

.payment-status {
  padding: 5px 8px;
  border: 1px solid rgba(242, 202, 114, .12);
  border-radius: 999px;
  color: var(--warning);
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  background: rgba(242, 202, 114, .065);
}

.payment-status.status-delivered {
  border-color: rgba(120, 226, 176, .15);
  color: var(--success);
  background: rgba(120, 226, 176, .07);
}

.payment-status.status-manual-review {
  border-color: rgba(164, 134, 255, .17);
  color: #d8ceff;
  background: rgba(164, 134, 255, .08);
}

.payment-status.status-refunding,
.payment-status.status-refunded {
  border-color: rgba(255, 143, 157, .14);
  color: var(--danger);
  background: rgba(255, 143, 157, .065);
}

.payment-tracker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 17px;
}

.payment-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.payment-step:not(:last-child)::after {
  position: absolute;
  top: 11px;
  left: 22px;
  right: -9px;
  z-index: 0;
  height: 1px;
  background: rgba(226, 229, 255, .1);
  content: "";
}

.payment-step.complete:not(:last-child)::after {
  background: linear-gradient(90deg, rgba(120, 226, 176, .62), rgba(164, 134, 255, .32));
}

.payment-step-marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(226, 229, 255, .13);
  border-radius: 50%;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  background: var(--obsidian-800);
}

.payment-step.complete .payment-step-marker {
  border-color: rgba(120, 226, 176, .25);
  color: var(--success);
  background: #163126;
  box-shadow: 0 0 14px rgba(120, 226, 176, .1);
}

.payment-step.current .payment-step-marker {
  border-color: rgba(164, 134, 255, .4);
  color: #e0d7ff;
  background: #2b2348;
  box-shadow: 0 0 16px rgba(164, 134, 255, .14);
}

.payment-step.stopped .payment-step-marker {
  border-color: rgba(255, 143, 157, .2);
  color: var(--danger);
  background: #321c25;
}

.payment-step-copy {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
}

.payment-step-copy strong,
.payment-step-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.payment-step-copy strong {
  font-size: 10px;
  line-height: 1.2;
}

.payment-step-copy small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.2;
}

.payment-step.upcoming {
  opacity: .62;
}

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

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 292px;
  padding: 22px;
  overflow: hidden;
  --plan-accent: 164, 134, 255;
}

.package-card::before {
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--plan-accent), .78), transparent);
  content: "";
  pointer-events: none;
}

.package-card::after {
  position: absolute;
  right: -48px;
  bottom: 28px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--plan-accent), .12), transparent 68%);
  filter: blur(3px);
  content: "";
  pointer-events: none;
}

.package-card[data-plan="three_months"] {
  --plan-accent: 112, 222, 235;
}

.package-card[data-plan="one_year"] {
  --plan-accent: 179, 143, 255;
}

.package-card[data-plan="lifetime"] {
  --plan-accent: 242, 202, 114;
}

.package-card[data-plan="hwid_reset"] {
  --plan-accent: 104, 219, 232;
}

.package-card > :not(.package-ornament) {
  position: relative;
  z-index: 1;
}

.package-ornament {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.package-index {
  position: absolute;
  top: 77px;
  right: 19px;
  color: rgba(var(--plan-accent), .35);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.package-glyph {
  position: absolute;
  right: -4px;
  bottom: 58px;
  color: rgba(var(--plan-accent), .075);
  font-size: 84px;
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.08em;
  text-shadow: 0 0 35px rgba(var(--plan-accent), .08);
  transform: rotate(-6deg);
}

.package-card.featured {
  border-color: rgba(164, 134, 255, .3);
  background:
    radial-gradient(circle at 94% 5%, rgba(164, 134, 255, .13), transparent 35%),
    linear-gradient(145deg, rgba(75, 54, 130, .22), transparent 52%),
    var(--surface-raised);
}

.package-card.featured::before {
  background: linear-gradient(90deg, transparent, rgba(164, 134, 255, .9), rgba(104, 219, 232, .5), transparent);
}

.package-card.service-card {
  border-color: rgba(104, 219, 232, .15);
  background:
    radial-gradient(circle at 96% 0%, rgba(104, 219, 232, .09), transparent 38%),
    var(--surface);
}

.package-card.service-card::before {
  background: linear-gradient(90deg, transparent, rgba(104, 219, 232, .5), transparent);
}

.package-card.unavailable {
  filter: saturate(.55);
}

.package-heading {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 11px;
}

.package-period {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.plan-tag {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid rgba(164, 134, 255, .15);
  border-radius: 999px;
  color: #e1d9ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  background: rgba(164, 134, 255, .12);
}

.package-description {
  min-height: 42px;
  margin: 11px 0 17px;
  color: #adb2c4;
  font-size: 12px;
  line-height: 1.58;
}

.package-price-row {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(226, 229, 255, .07);
}

.reference-price {
  display: grid;
  gap: 3px;
}

.reference-price strong {
  color: var(--gold);
  font-size: 19px;
  font-weight: 820;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.reference-price span {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.primary,
.secondary {
  position: relative;
  min-height: 47px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 14px;
  font-weight: 750;
  transition: transform .18s var(--ease-out), filter .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.primary {
  border: 1px solid rgba(213, 202, 255, .18);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .13), transparent 36%),
    linear-gradient(135deg, #9c7cff 0%, #7059e9 54%, #5144cb 100%);
  box-shadow:
    0 13px 30px rgba(77, 57, 192, .27),
    inset 0 1px rgba(255, 255, 255, .2);
}

.secondary {
  border: 1px solid rgba(226, 229, 255, .11);
  color: var(--text);
  background: rgba(38, 41, 56, .92);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

.primary::before {
  position: absolute;
  inset: -2px;
  background: linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, .26) 49%, transparent 66%);
  transform: translateX(-110%);
  content: "";
  pointer-events: none;
}

.primary:not(:disabled):active,
.secondary:not(:disabled):active {
  transform: translateY(1px) scale(.985);
  filter: brightness(.94);
}

.package-button {
  width: 100%;
  margin-top: 15px;
  padding: 0 13px;
  font-size: 12px;
}

.terms-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 13px;
  padding: 16px 17px;
  color: #c6c9d5;
  font-size: 11px;
  line-height: 1.58;
  cursor: pointer;
  transition: border-color .22s ease, background-color .22s ease, transform .22s var(--ease-out);
}

.terms-row input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--amethyst);
}

.terms-row:has(input:checked) {
  border-color: rgba(104, 219, 232, .17);
  background:
    linear-gradient(135deg, rgba(104, 219, 232, .045), transparent 48%),
    var(--surface);
}

.license-card {
  position: relative;
  margin-top: 27px;
  overflow: hidden;
  border-color: rgba(104, 219, 232, .18);
  background:
    radial-gradient(circle at 92% 0%, rgba(104, 219, 232, .1), transparent 36%),
    linear-gradient(145deg, rgba(54, 115, 114, .08), transparent 48%),
    var(--surface);
}

.license-card::before {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 219, 232, .72), rgba(164, 134, 255, .46), transparent);
  content: "";
}

.shield {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(120, 226, 176, .2);
  border-radius: 11px;
  color: var(--success);
  font-weight: 850;
  background: rgba(120, 226, 176, .08);
  box-shadow: 0 0 20px rgba(120, 226, 176, .07);
}

.section-copy {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.section-copy strong {
  color: var(--text-soft);
}

.token-box {
  padding: 15px;
  border: 1px solid rgba(226, 229, 255, .07);
  border-radius: 16px;
  background: rgba(6, 7, 11, .52);
  box-shadow: inset 0 1px 12px rgba(0, 0, 0, .18);
}

.token-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

.success-text {
  color: var(--success);
}

.token-box code {
  display: block;
  min-height: 48px;
  padding: 13px 14px;
  overflow-wrap: anywhere;
  border: 1px solid rgba(164, 134, 255, .13);
  border-radius: 12px;
  color: #ded7ff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  line-height: 1.55;
  background: rgba(100, 73, 195, .09);
  user-select: all;
  transition: border-color .22s ease, background-color .22s ease;
}

.token-box:has(.success-text) code {
  border-color: rgba(120, 226, 176, .16);
  background: rgba(49, 117, 78, .09);
}

.button-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.compact {
  min-height: 41px;
  padding: 0 11px;
  font-size: 11px;
}

.artifact-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 13px;
  margin-top: 13px;
  padding: 12px 13px;
  border: 1px solid rgba(226, 229, 255, .07);
  border-radius: 13px;
  background: rgba(6, 7, 11, .38);
}

.artifact-meta > span:first-child {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.artifact-meta strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artifact-meta > span:last-child {
  color: var(--cyan-soft);
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.download-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  padding: 0 18px;
}

.download-button span:last-child {
  font-size: 20px;
}

.microcopy {
  margin: 9px 3px 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.message {
  min-height: 0;
  margin: 0 3px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 14px;
  color: var(--success);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
  translate: 0 3px;
  transition: opacity .2s ease, translate .2s ease, padding .2s ease, margin .2s ease;
}

.message.visible {
  min-height: 44px;
  margin-top: 15px;
  padding: 12px 14px;
  border-color: rgba(120, 226, 176, .14);
  background: rgba(120, 226, 176, .06);
  opacity: 1;
  translate: 0;
}

.message.error {
  border-color: rgba(255, 143, 157, .15);
  color: var(--danger);
  background: rgba(255, 143, 157, .06);
}

.message.notice {
  border-color: rgba(164, 134, 255, .16);
  color: var(--text-soft);
  background: rgba(164, 134, 255, .065);
}

.session-recovery {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin: 10px 3px 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

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

.session-recovery-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 9px;
  width: min(100%, 430px);
}

.session-recovery .compact {
  width: 100%;
  min-height: 44px;
}

.session-recovery button {
  color: var(--cyan-soft);
}

.recovery-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 13px;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.recovery-link:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  display: grid;
  gap: 5px;
  margin-top: 27px;
  color: #8f95a8;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.legal-shell {
  width: min(100%, 760px);
}

.legal-hero {
  margin-bottom: 20px;
}

.back-link {
  align-self: start;
  min-height: 36px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 10px;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(255, 255, 255, .035);
}

.legal-card {
  padding: 0;
  overflow: hidden;
}

.legal-intro {
  padding: 22px 23px;
  background:
    linear-gradient(135deg, rgba(164, 134, 255, .08), transparent 55%),
    rgba(255, 255, 255, .012);
}

.legal-intro span {
  display: block;
  margin-bottom: 7px;
  color: var(--amethyst-bright);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-intro p,
.legal-section p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.legal-intro p {
  color: var(--text-soft);
}

.legal-section {
  padding: 22px 23px 23px;
  border-top: 1px solid rgba(226, 229, 255, .07);
}

.legal-section h2 {
  margin-bottom: 9px;
  font-size: 17px;
}

.reveal {
  animation: page-reveal .62s var(--ease-out) both;
}

.reveal-two {
  animation-delay: .05s;
}

.reveal-three {
  animation-delay: .1s;
}

.reveal-four {
  animation-delay: .15s;
}

.reveal-five {
  animation-delay: .2s;
}

.reveal-six {
  animation-delay: .25s;
}

.dynamic-panel:not([hidden]) {
  animation: panel-enter .5s var(--ease-out) both;
}

.package-card.entering {
  animation: package-enter .52s var(--ease-out) both;
  animation-delay: calc(var(--card-index, 0) * 45ms);
}

.package-card::after,
.account-card::after,
.payments-card::after,
.pending-card::after,
.license-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--sheen-x, 72%) var(--sheen-y, 12%), rgba(255, 255, 255, .07), transparent 34%);
  opacity: 0;
  transition: opacity .22s ease;
  content: "";
  pointer-events: none;
}

[data-motion-card] {
  position: relative;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: transform .3s var(--ease-out), border-color .3s ease, box-shadow .3s ease;
}

[data-motion-card].is-tilting {
  will-change: transform;
}

[data-motion-card].is-tilting::after {
  opacity: 1;
}

.package-card.loading-card::after {
  opacity: 1;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .055) 46%, transparent 67%);
  animation: skeleton-sweep 1.7s ease-in-out infinite;
}

.package-card.loading-card > * {
  opacity: .52;
}

.primary.is-busy,
.secondary.is-busy {
  color: transparent !important;
  pointer-events: none;
}

.primary.is-busy::after,
.secondary.is-busy::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, .28);
  border-top-color: #fff;
  border-radius: 50%;
  animation: button-spin .72s linear infinite;
  content: "";
}

.secondary.is-busy::after {
  border-color: rgba(255, 255, 255, .18);
  border-top-color: var(--cyan-soft);
}

.button-flash::before {
  animation: button-shine .62s var(--ease-out);
}

button.is-pressed:not(:disabled) {
  transform: translateY(1px) scale(.98) !important;
  filter: brightness(.93) !important;
  transition-duration: .08s !important;
}

button.spring-release:not(:disabled) {
  animation: spring-release .32s var(--ease-spring);
}

.success-burst {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
}

.success-particle,
.success-burst-ring {
  position: absolute;
  top: var(--burst-top);
  left: var(--burst-left);
  pointer-events: none;
}

.success-particle {
  width: 6px;
  height: 6px;
  margin: -3px;
  border-radius: 2px;
  background: var(--burst-color);
  box-shadow: 0 0 9px var(--burst-color);
  animation: success-particle .78s var(--ease-out) var(--burst-delay) both;
}

.success-burst-ring {
  width: 22px;
  height: 22px;
  margin: -11px;
  border: 2px solid rgba(104, 219, 232, .65);
  border-radius: 50%;
  animation: success-ring .66s var(--ease-out) both;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover,
  .package-card:hover {
    border-color: rgba(226, 229, 255, .14);
    box-shadow: 0 28px 76px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .04);
  }

  .package-card:hover .package-glyph {
    color: rgba(var(--plan-accent), .12);
    transform: translateY(-3px) rotate(-3deg) scale(1.03);
    transition: color .35s ease, transform .45s var(--ease-out);
  }

  .details-grid > div:hover {
    background: rgba(15, 17, 25, .92);
  }

  .primary:not(:disabled):hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(77, 57, 192, .34), inset 0 1px rgba(255, 255, 255, .22);
  }

  .primary:not(:disabled):hover::before {
    animation: button-shine .72s var(--ease-out);
  }

  .secondary:not(:disabled):hover {
    border-color: rgba(104, 219, 232, .24);
    background: rgba(46, 49, 65, .96);
  }

  .terms-row:hover {
    transform: translateY(-1px);
    border-color: rgba(164, 134, 255, .2);
  }

  [data-motion-card].is-tilting {
    transform: perspective(900px) translateY(-2px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
    border-color: rgba(226, 229, 255, .15);
    box-shadow: 0 29px 78px rgba(0, 0, 0, .39), 0 0 0 1px rgba(164, 134, 255, .035);
  }
}

@media (min-width: 580px) {
  .shell {
    padding-inline: 22px;
  }

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

  .payment-guide {
    padding: 24px;
  }

  .payment-guide-topline {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .payment-guide-badge {
    grid-column: auto;
    justify-self: end;
  }

  .payment-guide-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-card {
    grid-column: 1 / -1;
  }

  .service-card .package-description {
    min-height: 0;
  }
}

@media (min-width: 760px) {
  .price-overview-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .price-tile:last-child {
    grid-column: auto;
  }
}

@media (min-width: 760px) and (max-width: 899px) {
  .mini-app .shell {
    width: min(100%, 860px);
    padding-top: calc(28px + env(safe-area-inset-top));
    padding-inline: 28px;
  }

  .mini-app .hero-showcase {
    min-height: 390px;
    padding: 27px 30px 29px;
  }

  .mini-app .hero-showcase .hero-copy {
    margin-top: 39px;
  }

  .mini-app .hero-showcase h1 {
    font-size: 102px;
  }

  .mini-app .hero-kicker {
    font-size: 22px;
  }

  .mini-app .hero-orbit {
    right: 10px;
    bottom: -24px;
    width: 245px;
    height: 245px;
  }

  .mini-app .package-card {
    min-height: 312px;
  }
}

@media (min-width: 900px) {
  .mini-app::before,
  .mini-app::after {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 1px;
    opacity: .45;
    background: linear-gradient(to bottom, transparent, rgba(164, 134, 255, .22) 20%, rgba(104, 219, 232, .12) 76%, transparent);
    content: "";
    pointer-events: none;
  }

  .mini-app::before {
    left: max(28px, calc(50% - 640px));
  }

  .mini-app::after {
    right: max(28px, calc(50% - 640px));
  }

  .mini-app .shell {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    column-gap: 22px;
    align-items: start;
    width: min(100%, 1200px);
    padding:
      calc(34px + env(safe-area-inset-top))
      max(30px, env(safe-area-inset-right))
      calc(52px + env(safe-area-inset-bottom))
      max(30px, env(safe-area-inset-left));
  }

  .mini-app .shell > .hero-showcase,
  .mini-app .shell > .trust-rail,
  .mini-app .shell > .price-overview,
  .mini-app .shell > .pending-card,
  .mini-app .shell > .store-section,
  .mini-app .shell > .license-card,
  .mini-app .shell > .message,
  .mini-app .shell > .session-recovery,
  .mini-app .shell > footer {
    grid-column: 1 / -1;
  }

  .mini-app .hero-showcase {
    min-height: 432px;
    margin-bottom: 28px;
    padding: 31px 39px 34px;
    border-radius: 34px;
    background:
      radial-gradient(circle at 86% 17%, rgba(115, 84, 244, .34), transparent 28%),
      radial-gradient(circle at 18% 120%, rgba(37, 182, 207, .21), transparent 40%),
      linear-gradient(135deg, rgba(34, 28, 61, .95), rgba(12, 14, 23, .98) 48%, rgba(9, 10, 16, .99));
  }

  .mini-app .hero-showcase .brand-mark {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 27px;
  }

  .mini-app .brand-lockup {
    gap: 14px;
  }

  .mini-app .brand-lockup strong {
    font-size: 13px;
  }

  .mini-app .brand-lockup small {
    font-size: 8px;
  }

  .mini-app .hero-showcase .connection {
    padding: 9px 13px;
    font-size: 11px;
  }

  .mini-app .hero-showcase .hero-copy {
    max-width: 760px;
    margin-top: 48px;
  }

  .mini-app .hero-eyebrow {
    margin-bottom: 13px;
    font-size: 11px;
  }

  .mini-app .hero-showcase h1 {
    font-size: clamp(108px, 9.5vw, 132px);
    line-height: .79;
  }

  .mini-app .hero-kicker {
    margin-top: 25px;
    font-size: 26px;
  }

  .mini-app .hero-showcase .subtitle {
    max-width: 550px;
    font-size: 14px;
    line-height: 1.62;
  }

  .mini-app .hero-specs {
    gap: 9px;
    margin-top: 25px;
  }

  .mini-app .hero-specs span {
    padding: 9px 12px;
    font-size: 9px;
  }

  .mini-app .hero-orbit {
    right: 18px;
    bottom: -33px;
    width: 315px;
    height: 315px;
  }

  .mini-app .hero-orbit > span {
    width: 108px;
    height: 108px;
    border-radius: 33px;
    font-size: 58px;
  }

  .mini-app .hero-signature {
    right: 34px;
    font-size: 8px;
  }

  .mini-app .trust-rail {
    gap: 12px;
    margin: -8px 0 6px;
  }

  .mini-app .trust-rail span {
    min-height: 44px;
    border-radius: 14px;
    font-size: 10px;
    letter-spacing: .06em;
  }

  .mini-app .account-card {
    grid-column: 1;
    align-self: stretch;
    min-height: 300px;
    margin: 28px 0 0;
    padding: 24px;
  }

  .mini-app .payments-section {
    grid-column: 2;
    min-width: 0;
    margin-top: 0;
  }

  .mini-app .payments-section > .section-heading {
    min-height: 49px;
    margin: 28px 2px 15px;
  }

  .mini-app .payments-card {
    min-height: 231px;
    margin-bottom: 0;
  }

  .mini-app .payments-empty {
    min-height: 187px;
  }

  .mini-app .store-section {
    margin-top: 24px;
  }

  .mini-app .store-section > .section-heading {
    margin-top: 21px;
  }

  .mini-app .payment-guide {
    margin-bottom: 18px;
    padding: 26px;
    border-radius: 24px;
  }

  .mini-app .payment-guide-topline h3 {
    font-size: 21px;
  }

  .mini-app .payment-guide-copy {
    margin-top: 17px;
    font-size: 13px;
  }

  .mini-app .payment-guide-steps li {
    min-height: 76px;
    padding: 14px;
  }

  .mini-app .payment-guide-steps strong {
    font-size: 12px;
  }

  .mini-app .section-heading h2 {
    font-size: 27px;
  }

  .mini-app .compact-heading h2 {
    font-size: 24px;
  }

  .mini-app .package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .mini-app .package-card {
    min-height: 330px;
    padding: 24px;
    border-radius: 24px;
  }

  .mini-app .package-card.service-card {
    grid-column: span 2;
  }

  .mini-app .package-card h3 {
    font-size: 25px;
  }

  .mini-app .package-description {
    min-height: 63px;
    font-size: 13px;
  }

  .mini-app .service-card .package-description {
    min-height: 63px;
  }

  .mini-app .package-glyph {
    right: 3px;
    bottom: 63px;
    font-size: 96px;
  }

  .mini-app .package-price-row {
    padding-top: 18px;
  }

  .mini-app .reference-price strong {
    font-size: 20px;
  }

  .mini-app .package-button {
    min-height: 50px;
    font-size: 13px;
  }

  .mini-app .terms-row {
    align-items: center;
    padding: 18px 20px;
    font-size: 12px;
  }

  .mini-app .license-card {
    width: min(100%, 780px);
    justify-self: center;
    margin-top: 28px;
    padding: 26px;
  }

  .mini-app footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    text-align: left;
  }

  .mini-app footer span:last-child {
    text-align: right;
  }

  .legal-shell {
    display: block;
    width: min(100%, 860px);
    padding-inline: 30px;
  }
}

@media (min-width: 1320px) {
  .mini-app .shell {
    width: min(100%, 1280px);
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

  .mini-app .hero-showcase {
    min-height: 458px;
    padding-inline: 46px;
  }

  .mini-app .hero-showcase h1 {
    font-size: 138px;
  }

  .mini-app .hero-orbit {
    right: 35px;
    width: 340px;
    height: 340px;
  }
}

@media (max-width: 460px) {
  .shell {
    padding-inline: 14px;
  }

  .hero {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 13px;
  }

  .hero-showcase {
    min-height: 362px;
    margin-inline: 0;
    padding: 18px 18px 21px;
    border-radius: 25px;
  }

  .hero-showcase .connection {
    grid-column: auto;
    margin-top: 0;
    padding: 7px 9px;
    font-size: 9px;
  }

  .hero-showcase .brand-mark {
    width: 45px;
    height: 45px;
    border-radius: 14px;
    font-size: 21px;
  }

  .brand-lockup {
    gap: 9px;
  }

  .brand-lockup small {
    display: none;
  }

  .hero-showcase .hero-copy {
    margin-top: 31px;
  }

  .hero-showcase h1 {
    font-size: clamp(60px, 19vw, 76px);
  }

  .hero-kicker {
    margin-top: 15px;
  }

  .hero-showcase .subtitle {
    max-width: 275px;
    font-size: 11px;
  }

  .hero-specs {
    position: relative;
    z-index: 2;
    gap: 6px;
    margin-top: 16px;
  }

  .hero-specs span {
    padding: 7px 8px;
    font-size: 7px;
  }

  .hero-orbit {
    right: -43px;
    bottom: 2px;
    width: 165px;
    height: 165px;
    opacity: .62;
  }

  .hero-orbit > span {
    width: 61px;
    height: 61px;
    border-radius: 20px;
    font-size: 34px;
  }

  .hero-signature {
    display: none;
  }

  .brand-mark {
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 27px;
  }

  .hero .connection,
  .legal-hero .back-link {
    grid-column: 2;
    justify-self: start;
    margin-top: -5px;
  }

  .section-heading {
    align-items: center;
  }

  .card,
  .package-card {
    border-radius: 20px;
  }

  .package-card {
    min-height: 282px;
  }

  .card {
    padding: 18px;
  }

  .payment-guide {
    padding: 18px;
  }

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

  .trust-rail span {
    gap: 5px;
    padding-inline: 4px;
    font-size: 8px;
    letter-spacing: .01em;
  }

  .payment-item {
    padding-inline: 16px;
  }

  .payment-tracker {
    gap: 5px;
  }

  .payment-step {
    gap: 5px;
  }

  .payment-step-copy strong {
    font-size: 9px;
  }

  .payment-step-copy small {
    font-size: 8px;
  }

  .legal-card {
    padding: 0;
  }
}

@media (max-width: 370px) {
  .details-grid {
    grid-template-columns: 1fr;
  }

  .details-grid .wide-detail {
    grid-column: auto;
  }

  .trust-rail {
    gap: 5px;
  }

  .trust-rail i {
    display: none;
  }

  .section-heading {
    flex-wrap: wrap;
  }

  .payment-item-heading {
    align-items: start;
  }

  .payment-tracker {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .payment-step:not(:last-child)::after {
    top: 21px;
    left: 11px;
    right: auto;
    width: 1px;
    height: 19px;
  }

  .payment-step-copy strong {
    font-size: 10px;
  }

  .payment-step-copy small {
    font-size: 9px;
  }

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

  .session-recovery-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 335px) {
  .hero-showcase {
    min-height: 384px;
    padding-inline: 15px;
  }

  .hero-meta {
    gap: 8px;
  }

  .hero-showcase .connection {
    padding-inline: 7px;
    font-size: 8px;
  }

  .hero-showcase h1 {
    font-size: 58px;
  }

  .hero-specs span {
    font-size: 6.5px;
  }

  .trust-rail span {
    min-height: 39px;
    font-size: 7px;
  }

  .package-card {
    min-height: 274px;
    padding-inline: 17px;
  }
}

@media (prefers-contrast: more) {
  :root {
    --line: rgba(255, 255, 255, .18);
    --muted: #c1c4d0;
  }

  .card,
  .package-card,
  .trust-rail span {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

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

.reduce-motion .ambient,
.reduce-motion .connection > i,
.reduce-motion .pending-icon,
.reduce-motion .package-card.loading-card::after {
  animation: none !important;
}

.reduce-motion .backdrop-grid,
.reduce-motion .backdrop-noise,
.reduce-motion .hero-copy,
.reduce-motion [data-motion-card] {
  transform: none !important;
}

.reduce-motion .success-burst {
  display: none !important;
}

@keyframes page-reveal {
  from {
    opacity: 0;
    translate: 0 12px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes wordmark-enter {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.96);
    filter: blur(5px) drop-shadow(0 15px 34px rgba(0, 0, 0, .4));
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) drop-shadow(0 15px 34px rgba(0, 0, 0, .4));
  }
}

@keyframes hero-scan {
  0%,
  64% {
    transform: translateX(-105%);
  }
  82%,
  100% {
    transform: translateX(105%);
  }
}

@keyframes hero-aura-breathe {
  0%,
  100% {
    opacity: .72;
    transform: scale(.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes package-enter {
  from {
    opacity: 0;
    translate: 0 14px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes panel-enter {
  from {
    opacity: 0;
    translate: 0 10px;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}

@keyframes brand-enter {
  from {
    opacity: 0;
    transform: scale(.9) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes ambient-drift {
  from {
    transform: translate3d(-6px, -4px, 0) scale(.98);
  }
  to {
    transform: translate3d(10px, 12px, 0) scale(1.04);
  }
}

@keyframes status-breathe {
  0%,
  100% {
    opacity: .72;
    transform: scale(.92);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pending-glow {
  0%,
  100% {
    box-shadow: 0 0 18px rgba(242, 202, 114, .04);
  }
  50% {
    box-shadow: 0 0 25px rgba(242, 202, 114, .1);
  }
}

@keyframes skeleton-sweep {
  from {
    transform: translateX(-80%);
  }
  to {
    transform: translateX(80%);
  }
}

@keyframes button-shine {
  from {
    transform: translateX(-110%);
  }
  to {
    transform: translateX(110%);
  }
}

@keyframes button-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spring-release {
  0% {
    transform: translateY(1px) scale(.98);
  }
  58% {
    transform: translateY(-1px) scale(1.006);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes success-particle {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(.45) rotate(0);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--burst-x), var(--burst-y), 0) scale(.7) rotate(170deg);
  }
}

@keyframes success-ring {
  from {
    opacity: .82;
    transform: scale(.45);
  }
  to {
    opacity: 0;
    transform: scale(4.2);
  }
}
