:root {
  color-scheme: dark;
  --bg: #050508;
  --panel: #101016;
  --line: #ffffff1c;
  --text: #f1f0f7;
  --muted: #a3a0b1;
  --subtle: #777487;
  --accent: #c7baff;
  --glow: #8c6dff;
  --green: #bbdfd4;
  --radius: 20px;
  font-family: Onest, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  margin: 0;
  font-weight: 500;
  line-height: 1.65;
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: default;
  opacity: 0.48;
}
button,
a,
input,
select,
textarea,
summary {
  outline-offset: 5px;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
}
button,
input,
select,
textarea {
  border: 1px solid var(--line);
}
[hidden] {
  display: none !important;
}
img,
svg {
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 650;
}
h1 {
  font-size: clamp(48px, 6vw, 86px);
}
h2 {
  font-size: clamp(34px, 4.1vw, 59px);
}
h3 {
  font-size: 23px;
}
p {
  color: var(--muted);
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
main,
.product-footer {
  position: relative;
  z-index: 1;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 650;
  color: var(--muted);
  text-transform: uppercase;
  margin: 0 0 28px;
}
.terminal-square {
  display: inline-block;
  flex: none;
  width: 7px;
  height: 7px;
  background: var(--accent);
  box-shadow: 0 0 18px #ac91ff66;
}
.pixel-title,
.pixel-accent {
  font-family: Handjet, monospace;
  font-weight: 550;
  letter-spacing: -0.012em;
}
.pixel-title {
  font-size: 1.32em;
  line-height: 0.93;
}
.pixel-accent {
  color: var(--accent);
  font-size: 1.35em;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 22px;
  z-index: 120;
  background: white;
  color: #050508;
  padding: 14px;
}
.skip-link:focus {
  top: 10px;
}
.space-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.space-backdrop canvas {
  width: 100%;
  height: 100%;
}
.space-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#9590b50b 1px, transparent 1px),
    linear-gradient(90deg, #9590b50b 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(ellipse at 60% 40%, #000a, transparent 80%);
}
.nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.18;
  transform: translateZ(0);
}
.nebula-one {
  width: 620px;
  height: 530px;
  background: radial-gradient(ellipse, #553e88, transparent 67%);
  right: -210px;
  top: 50px;
}
.nebula-two {
  width: 600px;
  height: 600px;
  left: -380px;
  bottom: 0;
  background: radial-gradient(ellipse, #305367, transparent 68%);
}
.product-header {
  position: fixed;
  z-index: 60;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1328px, calc(100% - 64px));
  min-height: 76px;
  padding: 14px 20px 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border: 1px solid #ffffff15;
  border-radius: 18px;
  background: #0a090e70;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    width 0.6s cubic-bezier(0.2, 0.75, 0.2, 1),
    background 0.4s,
    box-shadow 0.4s,
    border-color 0.4s,
    top 0.4s,
    padding 0.4s;
}
.product-header.is-scrolled {
  top: 12px;
  width: min(1040px, calc(100% - 48px));
  padding-block: 10px;
  background: linear-gradient(110deg, #29253270, #121019aa);
  border-color: #ffffff2b;
  box-shadow:
    inset 0 1px #ffffff17,
    0 18px 60px #0005;
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
}
.product-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.product-brand .warp-mark {
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.5s;
}
.product-brand:hover .warp-mark {
  transform: rotate(22deg) scale(1.1);
  filter: drop-shadow(0 0 10px #bdaaff88);
}
.desktop-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.desktop-nav a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #c0bdca;
  position: relative;
  padding: 12px 2px;
  transition:
    color 0.2s,
    transform 0.3s;
}
.desktop-nav small {
  font-size: 8px;
  color: #777184;
  align-self: flex-start;
  transition:
    transform 0.3s,
    color 0.3s;
}
.desktop-nav a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
}
.desktop-nav a:hover {
  color: #fff;
}
.desktop-nav a:hover small {
  transform: translate(2px, -4px);
  color: var(--accent);
}
.desktop-nav a:hover:after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.button-white,
.button-line {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 54px;
  padding: 16px 25px;
  border-radius: 10px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 650;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s,
    box-shadow 0.3s,
    background 0.3s;
}
.button-white {
  color: #101017;
  background: #eeedf5;
  border: 1px solid #f8f7ff;
  box-shadow: 0 0 0 transparent;
}
.button-white:before,
.button-line:before {
  content: '';
  position: absolute;
  inset: -100% -40%;
  background: linear-gradient(110deg, transparent 35%, #fff6 50%, transparent 65%);
  transform: translateX(-100%) rotate(8deg);
  z-index: -1;
  transition: transform 0.65s;
}
.button-white:hover:before,
.button-line:hover:before {
  transform: translateX(100%) rotate(8deg);
}
.button-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px #c4acff20;
}
.button-line {
  background: #ffffff04;
  border: 1px solid #ffffff28;
  color: var(--text);
}
.button-line:hover {
  transform: translateY(-3px);
  border-color: #bba8ef66;
  background: #c7baff0b;
}
.arrow,
.quiet-link span {
  display: inline-block;
  transition: transform 0.3s;
}
.button-white:hover .arrow,
.button-line:hover .arrow {
  transform: translate(3px, -3px);
}
.header-account {
  min-height: 42px;
  padding: 12px 17px;
  font-size: 11px;
  gap: 22px;
}
.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  font-size: 12px;
  color: var(--text);
  padding-block: 12px;
}
.quiet-link:hover span {
  transform: translate(4px, -3px);
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  width: 35px;
  height: 35px;
  padding: 6px;
}
.menu-toggle span {
  display: block;
  width: 23px;
  height: 1px;
  background: #eee;
  margin: 7px 0;
  transition: transform 0.3s;
}
.menu-toggle[aria-expanded='true'] span:first-child {
  transform: translateY(4px) rotate(45deg);
}
.menu-toggle[aria-expanded='true'] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.mobile-menu {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  right: 0;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 16px;
  background: #141019f2;
  backdrop-filter: blur(25px);
}
.mobile-menu a {
  display: block;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.mobile-menu a:last-child {
  border: 0;
}
.warp-hero {
  position: relative;
  min-height: 900px;
  padding-top: 235px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.hero-copy {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.hero-copy > * {
  pointer-events: auto;
}
.hero-copy .eyebrow {
  margin-bottom: 37px;
}
.hero-copy h1 {
  font-size: clamp(58px, 5.7vw, 82px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -4px;
  margin-bottom: 32px;
}
.hero-copy .pixel-title {
  display: inline-block;
  color: #ede8ff;
  font-size: 1.42em;
  white-space: nowrap;
  letter-spacing: -1px;
}
.hero-description {
  font-size: 14px;
  line-height: 1.95;
  max-width: 440px;
  color: #aaa6b6;
  font-weight: 500;
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 10px;
  color: #777383;
  margin-top: 30px;
  letter-spacing: 0.2px;
}
.live-dot {
  width: 6px;
  height: 6px;
  flex: none;
  display: inline-block;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px #b5e8db4d;
}
.muted-dot {
  background: #a899b4;
  box-shadow: none;
}
.warp-scene {
  position: relative;
  min-height: 600px;
  margin-top: -92px;
  margin-right: -35px;
  isolation: isolate;
}
.blackhole-button {
  border: 0;
  background: none;
  position: relative;
  width: 100%;
  height: 550px;
  display: block;
  padding: 0;
  cursor: crosshair;
  border-radius: 50%;
  touch-action: pan-y;
}
.blackhole-button:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: -20px;
}
.blackhole-button canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.scene-topline,
.scene-bottomline {
  position: absolute;
  left: 24px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #67616f;
  font-size: 8px;
  letter-spacing: 1.5px;
  z-index: 2;
  pointer-events: none;
}
.scene-topline {
  top: 15px;
}
.scene-bottomline {
  bottom: 25px;
  letter-spacing: 0.4px;
  font-size: 10px;
}
.scene-number {
  font-family: Handjet, monospace;
  font-size: 48px;
  color: #ddd5f7;
  letter-spacing: 2px;
}
.scene-number span {
  font-size: 23px;
  color: #645c78;
}
.scene-bottomline b {
  display: inline-block;
  font-weight: 500;
  color: var(--accent);
  margin-left: 14px;
}
.scene-brackets {
  color: #8c829f;
}
.scene-cross {
  position: absolute;
  font-size: 18px;
  color: #72648c;
  font-family: monospace;
  transition: transform 1s;
}
.cross-one {
  left: 20px;
  top: 110px;
}
.cross-two {
  right: 0;
  bottom: 70px;
}
.is-jumping .scene-cross {
  transform: rotate(180deg) scale(1.5);
}
.hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 27px;
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #747080;
}
.hero-bottom a {
  color: #bbb4ca;
  display: flex;
  gap: 14px;
}
.hero-bottom a span {
  animation: float-arrow 2.5s ease-in-out infinite;
}
.hole-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0.9;
}
.hole-ring {
  width: 65%;
  height: 32%;
  border: 16px solid #c4a5ff;
  border-radius: 50%;
  filter: blur(4px);
  box-shadow:
    0 0 22px #9b7bec,
    inset 0 0 20px #eee;
  transform: rotate(-24deg);
}
.hole-core {
  position: absolute;
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #010102;
  box-shadow: 0 0 12px #d9c6ff;
}
.webgl-ready .hole-fallback {
  display: none;
}
.signal-strip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 34px;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  font-family: Handjet, monospace;
  font-size: 32px;
  letter-spacing: 3px;
  color: #a29bab;
  background: #09080db0;
}
.signal-strip i {
  font-style: normal;
  font-size: 24px;
  color: #6c5c90;
  animation: rotate-star 35s linear infinite;
}
.product-section {
  padding-block: 130px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 54px;
}
.section-heading .eyebrow {
  margin-bottom: 26px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > p {
  font-size: 12px;
  line-height: 1.9;
  margin: 0 0 5px;
  max-width: 370px;
}
.steps-grid,
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.step-card,
.plan-card,
.mission-console {
  position: relative;
  background: linear-gradient(135deg, #16131bba, #0d0c12d9 65%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
  overflow: hidden;
  transition:
    border-color 0.4s,
    box-shadow 0.4s,
    transform 0.35s;
  transform-style: preserve-3d;
}
.step-card:before,
.plan-card:before,
.mission-console:before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    360px circle at var(--mx, 50%) var(--my, 0%),
    #bfa7ff15,
    transparent 75%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.step-card:hover,
.plan-card:hover,
.mission-console:hover {
  border-color: #b8a0ef5e;
  box-shadow: 0 20px 50px #0003;
}
.step-card:hover:before,
.plan-card:hover:before,
.mission-console:hover:before {
  opacity: 1;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8e829e;
}
.step-number {
  font-family: Handjet, monospace;
  font-size: 32px;
  letter-spacing: 2px;
}
.step-glyph {
  font-size: 28px;
  color: #bfb1dc;
}
.step-card h3 {
  font-size: 20px;
  letter-spacing: -0.65px;
  margin-bottom: 14px;
}
.step-card p {
  font-size: 12px;
  line-height: 1.85;
  min-height: 68px;
}
.step-visual {
  position: relative;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.visual-order {
  flex-direction: column;
  gap: 9px;
  transform: rotate(-7deg);
  transition: transform 0.5s;
}
.visual-order span {
  height: 23px;
  width: 122px;
  border: 1px solid #afa0cc50;
  border-radius: 5px;
  background: linear-gradient(90deg, #b2a0ef1f, transparent);
  position: relative;
}
.visual-order span:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  top: 10px;
  left: 30px;
  background: #9f8cc455;
}
.visual-order span:nth-child(2) {
  transform: translateX(10px);
}
.visual-order span:nth-child(3) {
  transform: translateX(20px);
}
.step-card:hover .visual-order {
  transform: rotate(0deg) translateY(-5px);
}
.visual-link i {
  width: 90px;
  height: 48px;
  border: 2px solid #ac9ccd;
  border-radius: 40px;
  transform: rotate(-40deg);
  box-shadow: 0 0 30px #bca5ed16;
  transition: transform 0.5s;
}
.visual-link i + i {
  margin-left: -24px;
  opacity: 0.5;
}
.step-card:hover .visual-link i:first-child {
  transform: translateX(-7px) rotate(-30deg);
}
.step-card:hover .visual-link i + i {
  transform: translateX(7px) rotate(-30deg);
}
.visual-power span {
  width: 74px;
  height: 74px;
  border: 1px solid #bbacda77;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #cfc0eb;
  font-size: 31px;
  background: radial-gradient(#9885bf1a, #0a090e);
  box-shadow:
    0 0 0 15px #9f8bba05,
    0 0 0 31px #9f8bba03;
  transition:
    box-shadow 0.4s,
    color 0.4s;
}
.step-card:hover .visual-power span {
  color: #fff;
  box-shadow:
    0 0 40px #b394e83b,
    0 0 0 15px #9f8bba0d,
    0 0 0 31px #9f8bba05;
}
.mission-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(ellipse at 20% 100%, #21152e55, transparent 60%),
    linear-gradient(130deg, #101018e6, #08080bcc);
  padding: 65px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 60px;
  position: relative;
  overflow: hidden;
}
.mission-copy h2 {
  font-size: clamp(28px, 3.5vw, 45px);
  margin-bottom: 22px;
}
.mission-copy h2 span {
  color: #a39bae;
}
.mission-copy > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 25px;
}
.mission-console {
  padding: 22px 27px 30px;
  background: #0b0910d9;
  border-color: #8b75b039;
  box-shadow: 0 15px 55px #0005;
}
.console-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7c728d;
  font-size: 8px;
  letter-spacing: 1px;
}
.console-bar > span {
  display: flex;
  gap: 5px;
}
.console-bar i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #a997c2;
  border-radius: 50%;
}
.console-bar b {
  font-size: 15px;
  font-weight: 400;
}
.console-orbit {
  height: 160px;
  position: relative;
  display: grid;
  place-items: center;
  margin-block: 9px;
}
.console-orbit span {
  position: absolute;
  width: 155px;
  height: 65px;
  border: 1px solid #9674cc40;
  border-radius: 50%;
  transform: rotate(-28deg);
}
.console-orbit span:nth-child(2) {
  transform: rotate(28deg);
}
.console-orbit span:nth-child(3) {
  transform: rotate(90deg);
}
.console-orbit i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 25% 20%, #c4b0df, #211a31 66%);
  box-shadow: 0 0 40px #986ed633;
  animation: core-breathe 5s ease-in-out infinite;
}
.mission-console .eyebrow {
  font-size: 8px;
  margin-bottom: 12px;
}
.mission-console > strong {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 19px;
  font-weight: 600;
}
.mission-console > p:not(.eyebrow) {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 16px;
  margin-bottom: 4px;
}
.mission-console .quiet-link {
  font-size: 10px;
}
.plan-card {
  padding: 31px 30px 27px;
  display: flex;
  flex-direction: column;
}
.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan-top .eyebrow {
  margin: 0;
}
.plan-index {
  font-family: Handjet, monospace;
  font-size: 28px;
  color: #72677f;
}
.plan-card.featured {
  border-color: #baa0ff6b;
  background: radial-gradient(ellipse at 20% 0%, #44245a35, transparent 80%), #101015;
}
.plan-tag {
  font-size: 8px;
  letter-spacing: 1.5px;
  border: 1px solid #ad96d538;
  color: #c6b4e1;
  padding: 4px 8px;
  border-radius: 4px;
  position: absolute;
  right: 28px;
  top: 77px;
}
.plan-price {
  font-family: Onest, sans-serif;
  font-weight: 600;
  font-size: 43px;
  letter-spacing: -2px;
  line-height: 1.2;
  margin-top: 55px;
}
.plan-price span {
  display: block;
  font-family: Onest, sans-serif;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  margin-top: 10px;
}
.plan-divider {
  height: 1px;
  background: var(--line);
  margin: 25px 0;
}
.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 31px;
  font-size: 11px;
  color: #b8b1c4;
  line-height: 2.6;
}
.plan-card li:before {
  content: '↗';
  margin-right: 10px;
  color: #9b80c5;
}
.plan-card > .button-white,
.plan-card > .button-line {
  width: 100%;
  margin-top: auto;
  justify-content: space-between;
}
.plan-card > small {
  font-size: 9px;
  color: var(--subtle);
  text-align: center;
  margin-top: 13px;
}
.pricing-note {
  font-size: 10px;
  color: var(--subtle);
  max-width: 750px;
  margin-top: 24px;
  line-height: 1.8;
}
.faq-section {
  border-top: 1px solid var(--line);
  padding-top: 105px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 70px;
}
.faq-section h2 {
  margin-bottom: 22px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.85;
}
.faq-list details {
  border-top: 1px solid var(--line);
  padding: 0 0 4px;
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 80px;
  font-size: 13px;
  transition:
    padding-left 0.3s,
    color 0.3s;
}
.faq-list summary:hover {
  padding-left: 8px;
  color: var(--accent);
}
.faq-list summary span {
  font-family: Handjet, monospace;
  font-size: 26px;
  color: #a595b9;
  transition: transform 0.4s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 12px;
  line-height: 1.9;
  max-width: 95%;
  padding-bottom: 16px;
}
.final-orbit {
  position: relative;
  padding: 100px 0 120px;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.final-orbit > div:first-child {
  position: relative;
  z-index: 2;
}
.final-orbit h2 {
  font-size: clamp(44px, 5.5vw, 74px);
  line-height: 1.12;
  margin-bottom: 38px;
}
.final-portal {
  position: absolute;
  right: 2%;
  top: 16%;
  width: 420px;
  height: 300px;
  transform: rotate(-25deg);
  opacity: 0.4;
}
.final-portal i {
  position: absolute;
  inset: 0;
  border: 1px solid #a78aca;
  border-radius: 50%;
  box-shadow: inset 0 0 50px #65498113;
}
.final-portal i:nth-child(2) {
  inset: 25px;
}
.final-portal i:nth-child(3) {
  inset: 50px;
  background: radial-gradient(ellipse, transparent 60%, #9e78cf16);
}
.product-footer {
  padding-block: 65px 25px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 45px;
}
.footer-main > p {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 23px;
  color: #847e91;
}
.product-footer > nav {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  font-size: 10px;
  padding-top: 14px;
  color: #aaa1b9;
}
.product-footer > nav a {
  transition:
    color 0.2s,
    transform 0.3s;
}
.product-footer > nav a:hover {
  color: #fff;
  transform: translateY(-3px);
}
.footer-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  font-size: 8px;
  color: #726a7f;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.motion-toggle {
  border: 0;
  background: none;
  font-size: 9px;
  color: #b7acc6;
  display: flex;
  gap: 10px;
  padding: 8px 12px;
}
.motion-toggle span {
  color: var(--accent);
}
.scroll-progress {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #16111c;
  z-index: 100;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #736194, #cfb7ff, #f0e8ff);
  box-shadow: 0 0 14px #d6beff90;
}
.product-toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #211b2cec;
  border: 1px solid #a88bc552;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 12px;
  color: #efe8f9;
  max-width: calc(100vw - 32px);
  z-index: 110;
  box-shadow: 0 10px 40px #0007;
  backdrop-filter: blur(20px);
}
#cursor-stars {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 90;
}
.mini-app {
  padding-top: var(--tg-content-safe-area-inset-top, env(safe-area-inset-top));
  padding-bottom: var(--tg-content-safe-area-inset-bottom, env(safe-area-inset-bottom));
}
/* Account and help share the same surfaces, typography and controls. */
.account-wrap,
.help-wrap {
  padding-top: 165px;
  padding-bottom: 100px;
}
.account-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 50px;
}
.account-heading h1 {
  font-size: 62px;
  margin: 0;
}
.account-heading .eyebrow {
  margin-bottom: 22px;
}
.account-badge,
.status-chip {
  font-size: 9px;
  border: 1px solid #bca4e52d;
  border-radius: 30px;
  padding: 7px 13px;
  color: #bfb1d0;
  background: #bca4e506;
  white-space: nowrap;
}
.account-tabs {
  display: flex;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
  font-size: 11px;
}
.account-tabs a {
  padding: 16px 0;
  border-bottom: 1px solid transparent;
  color: #b0a6c0;
}
.account-tabs a[aria-current] {
  color: #eee4ff;
  border-color: #cbb5ec;
}
.account-tabs button {
  margin-left: auto;
  border: 0;
  background: none;
  color: #9d90b3;
  font-size: 10px;
  padding: 12px 0;
}
.account-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 22px;
}
.subscription-card,
.info-panel,
.connect-panel,
.order-dialog,
.empty-card,
.login-card,
.support-form {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #15101de6, #0c0b11ed);
  border-radius: 18px;
  position: relative;
}
.subscription-card {
  padding: 34px;
  overflow: hidden;
}
.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.card-topline .eyebrow {
  margin: 0;
  font-size: 9px;
}
.subscription-card h2 {
  font-size: 37px;
  margin-top: 35px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.subscription-card > p {
  font-size: 11px;
  line-height: 1.8;
  max-width: 380px;
  position: relative;
  z-index: 1;
}
.subscription-orbit {
  position: absolute;
  right: -70px;
  top: 120px;
  width: 310px;
  height: 180px;
  border: 1px solid #9880bf1a;
  border-radius: 50%;
  transform: rotate(-35deg);
  pointer-events: none;
}
.subscription-orbit div {
  position: absolute;
  inset: 25px;
  border: 1px solid #9880bf1a;
  border-radius: 50%;
}
.subscription-orbit span {
  position: absolute;
  top: 20px;
  left: 40px;
  color: #bb8aed6b;
  font-size: 26px;
}
.access-dates {
  display: flex;
  gap: 50px;
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
.access-dates small {
  display: block;
  font-size: 9px;
  color: #9689a6;
  margin-bottom: 9px;
}
.access-dates strong {
  font-size: 21px;
  letter-spacing: -0.7px;
  font-weight: 550;
}
.card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.account-side {
  display: grid;
  gap: 18px;
}
.info-panel {
  padding: 28px;
}
.info-panel .eyebrow {
  font-size: 9px;
  margin-bottom: 18px;
}
.server-label {
  font-size: 22px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 550;
  letter-spacing: -0.6px;
}
.server-label img {
  border-radius: 2px;
}
.info-panel p {
  font-size: 10px;
  margin-block: 12px;
}
.info-panel small {
  font-size: 9px;
  line-height: 1.7;
  color: #80738f;
  display: block;
}
.usage-number {
  font-size: 31px;
  letter-spacing: -1px;
  font-weight: 550;
  display: block;
}
.account-plans {
  padding-top: 72px;
}
.account-plans .section-heading {
  margin-bottom: 30px;
}
.account-plans h2 {
  font-size: 36px;
}
.account-plan-list,
.account-plans .plans-grid {
  gap: 20px;
}
.account-plans .plan-card > p {
  font-size: 11px;
}
.account-plans .plan-card .plan-price {
  margin-top: 25px;
}
.account-plans .plan-card .button-line {
  margin-top: 26px;
}
.connect-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 28px;
  margin-top: 24px;
  border-color: #b69cda40;
  scroll-margin-top: 120px;
}
.connect-panel .eyebrow {
  margin-bottom: 14px;
  font-size: 8px;
}
.connect-panel h3 {
  font-size: 22px;
}
.connect-panel p {
  font-size: 11px;
}
.connect-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
}
.fine-text {
  grid-column: 1/-1;
  color: #8f829f;
  font-size: 10px;
  margin: 0;
}
.order-history {
  margin-top: 55px;
}
.order-history .section-heading {
  margin-bottom: 0;
  border-bottom: 1px solid var(--line);
  padding-bottom: 17px;
  align-items: center;
}
.order-history h3 {
  margin: 0;
  font-size: 20px;
}
.order-history small {
  font-size: 8px;
  color: var(--subtle);
}
.order-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
.order-row strong {
  font-weight: 600;
}
.order-row span {
  color: #9b8bac;
}
.order-row .button-line {
  min-height: 35px;
  padding: 8px 12px;
}
.order-empty {
  font-size: 12px;
  padding: 20px 0;
}
.verification-tools {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
  margin-top: 35px;
  font-size: 11px;
}
.verification-tools p {
  font-size: 11px;
}
.verification-tools summary:after {
  content: '+';
  float: right;
  color: var(--accent);
}
.verification-tools[open] summary:after {
  content: '−';
}
.verification-tools .button-line {
  margin-right: 10px;
  min-height: 42px;
  font-size: 10px;
}
.context-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 16px 20px;
  border: 1px solid #a68dcc35;
  background: #a68dcc09;
  border-radius: 10px;
  margin-bottom: 22px;
  font-size: 10px;
}
.context-note button {
  background: none;
  border: 0;
  text-decoration: underline;
  color: #d5c0eb;
  font-size: 10px;
}
.order-dialog {
  width: min(500px, calc(100% - 32px));
  padding: 38px;
  color: var(--text);
  box-shadow: 0 30px 120px #000b;
}
.order-dialog::backdrop {
  background: #040208bc;
  backdrop-filter: blur(12px);
}
.order-dialog h2 {
  font-size: 34px;
  margin-bottom: 25px;
}
.dialog-close {
  position: absolute;
  right: 14px;
  top: 9px;
  font-size: 25px;
  border: 0;
  background: none;
  color: #d3c3e5;
  line-height: 1;
  width: 32px;
  height: 32px;
}
.order-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 16px 0;
  font-size: 12px;
}
.order-dialog > p {
  font-size: 11px;
  line-height: 1.85;
}
.order-dialog .button-white {
  width: 100%;
  margin-top: 16px;
}
.order-dialog #order-feedback {
  color: #d2bafa;
  min-height: 20px;
}
.empty-card,
.login-card {
  padding: 45px;
  margin-bottom: 35px;
}
.empty-card h2,
.login-card h2 {
  font-size: 40px;
}
.empty-card p,
.login-card p {
  font-size: 13px;
}
.login-card {
  background: radial-gradient(ellipse at 90% 20%, #462a5a55, transparent 65%), #0d0a11;
  overflow: hidden;
}
.login-orbit {
  position: absolute;
  right: 10%;
  top: 0;
  font-family: Handjet, monospace;
  font-size: 300px;
  color: #a98bdb10;
  pointer-events: none;
}
.login-card .quiet-link {
  display: block;
  margin-top: 20px;
}
.help-wrap > h1 {
  font-size: clamp(44px, 6vw, 76px);
  margin-bottom: 25px;
}
.help-wrap > .hero-description {
  max-width: 700px;
}
.help-wrap > .steps-grid {
  margin-block: 55px 75px;
}
.help-wrap > p:not(.eyebrow),
.help-wrap > h2 {
  max-width: 900px;
}
.help-wrap > p {
  font-size: 14px;
  line-height: 1.9;
}
.help-wrap > h2 {
  font-size: 29px;
  margin-top: 50px;
}
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  border-top: 1px solid var(--line);
  padding-top: 70px;
}
.support-grid h2 {
  font-size: 45px;
}
.support-grid p {
  font-size: 12px;
  line-height: 1.85;
}
.support-form {
  padding: 30px;
}
.support-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 10px;
  color: #b7a8c8;
  margin-bottom: 20px;
}
select,
textarea,
input {
  background: #0c0a12;
  color: var(--text);
  padding: 12px;
  border-radius: 7px;
  max-width: 100%;
  min-width: 0;
}
select {
  cursor: pointer;
}
textarea {
  resize: vertical;
  line-height: 1.7;
}
.support-form .button-line {
  width: 100%;
}
.support-form .fine-text {
  font-size: 9px;
  margin-top: 15px;
}
.public-status {
  margin-top: 70px;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #12101880;
}
.public-status h2 {
  font-size: 28px;
}
.public-status p {
  font-size: 12px;
}
.public-status strong {
  color: var(--accent);
}
/* Progressive enhancement: content is visible without JavaScript. */
.js-effects [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.js-effects [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-tilt] {
  will-change: auto;
}
body.motion-off *,
body.motion-off *:before,
body.motion-off *:after {
  animation: none !important;
  scroll-behavior: auto !important;
}
.motion-off [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}
.motion-off #cursor-stars {
  display: none;
}
.is-jumping .warp-scene {
  filter: brightness(1.14);
}
@keyframes float-arrow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes rotate-star {
  to {
    transform: rotate(360deg);
  }
}
@keyframes core-breathe {
  0%,
  100% {
    box-shadow: 0 0 28px #986ed62a;
  }
  50% {
    box-shadow: 0 0 52px #986ed652;
  }
}
@media (min-width: 1550px) {
  .warp-hero {
    min-height: 920px;
    padding-top: 260px;
  }
  .warp-scene {
    margin-top: -115px;
  }
  .blackhole-button {
    height: 620px;
  }
  .warp-scene {
    min-height: 670px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .product-header {
    width: calc(100% - 40px);
    gap: 16px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .hero-copy h1 {
    font-size: 65px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 12px;
  }
  .warp-hero {
    padding-top: 225px;
    min-height: 800px;
    grid-template-columns: 1.1fr 1fr;
  }
  .warp-scene {
    margin-right: -20px;
    margin-top: -75px;
    min-height: 520px;
  }
  .blackhole-button {
    height: 470px;
  }
  .hero-actions {
    gap: 17px;
    flex-wrap: wrap;
  }
  .hero-actions .button-white {
    padding-inline: 20px;
  }
  .scene-brackets {
    display: none;
  }
  .mission-panel {
    padding: 45px;
    gap: 40px;
  }
  .mission-copy h2 {
    font-size: 35px;
  }
  .step-card,
  .plan-card {
    padding: 24px;
  }
  .step-card h3 {
    font-size: 18px;
  }
  .step-card p {
    font-size: 11px;
  }
  .section-heading > p {
    font-size: 11px;
  }
  .plan-price {
    font-size: 37px;
  }
  .plan-card ul {
    font-size: 10px;
  }
  .plan-card .button-white,
  .plan-card .button-line {
    padding-inline: 15px;
    font-size: 10px;
  }
  .faq-section {
    gap: 45px;
  }
  .account-grid {
    grid-template-columns: 1.3fr 1fr;
  }
  .access-dates {
    gap: 28px;
  }
  .access-dates strong {
    font-size: 18px;
  }
  .subscription-card {
    padding: 28px;
  }
  .subscription-card h2 {
    font-size: 30px;
  }
  .connect-panel {
    grid-template-columns: 1fr;
  }
  .connect-buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
  .subscription-card .button-white {
    padding-inline: 17px;
  }
  .final-portal {
    opacity: 0.22;
    right: -90px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 105px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .product-header {
    top: 12px;
    width: calc(100% - 28px);
    min-height: 62px;
    padding: 10px 13px;
    border-radius: 14px;
    gap: 10px;
  }
  .product-header.is-scrolled {
    top: 8px;
    width: calc(100% - 24px);
    padding: 9px 12px;
  }
  .product-brand {
    font-size: 17px;
    gap: 6px;
    letter-spacing: -0.7px;
  }
  .product-brand svg {
    width: 31px;
    height: 31px;
  }
  .desktop-nav {
    display: none;
  }
  .header-account {
    font-size: 9px;
    min-height: 35px;
    padding: 10px 12px;
    gap: 12px;
  }
  .header-actions {
    gap: 7px;
  }
  .menu-toggle {
    display: block;
  }
  .warp-hero {
    padding-top: 145px;
    min-height: 1040px;
    display: block;
  }
  .hero-copy h1 {
    font-size: clamp(52px, 12vw, 72px);
    line-height: 1.07;
    letter-spacing: -2.6px;
    margin-bottom: 24px;
  }
  .hero-copy .pixel-title {
    font-size: 1.36em;
    letter-spacing: -0.5px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.6px;
    margin-bottom: 29px;
  }
  .hero-description {
    font-size: 11px;
    line-height: 1.9;
    max-width: 360px;
    margin-bottom: 25px;
  }
  .hero-actions {
    gap: 20px;
    flex-wrap: nowrap;
  }
  .hero-actions .button-white {
    padding: 16px 18px;
    min-height: 49px;
    font-size: 10px;
    gap: 16px;
  }
  .quiet-link {
    font-size: 10px;
    gap: 10px;
  }
  .hero-proof {
    font-size: 8px;
    margin-top: 23px;
  }
  .warp-scene {
    margin: 50px -15px 0;
    min-height: 395px;
  }
  .blackhole-button {
    height: 360px;
    max-width: 510px;
    margin: auto;
  }
  .scene-topline {
    font-size: 6px;
    left: 17px;
    right: 17px;
    top: 0;
  }
  .scene-brackets {
    display: block;
  }
  .scene-bottomline {
    font-size: 8px;
    left: 20px;
    right: 20px;
    bottom: -5px;
    letter-spacing: 0;
  }
  .scene-number {
    font-size: 35px;
  }
  .scene-number span {
    font-size: 17px;
  }
  .scene-cross {
    font-size: 15px;
  }
  .cross-one {
    top: 70px;
    left: 26px;
  }
  .cross-two {
    bottom: 70px;
    right: 26px;
  }
  .hero-bottom {
    bottom: 18px;
    padding-top: 19px;
    font-size: 6px;
    letter-spacing: 1px;
  }
  .hero-coordinate {
    display: none;
  }
  .hero-bottom a {
    gap: 10px;
  }
  .signal-strip {
    gap: 23px;
    padding: 16px 0;
    font-size: 25px;
    letter-spacing: 2px;
    justify-content: flex-start;
  }
  .signal-strip i {
    font-size: 18px;
  }
  .product-section {
    padding-block: 80px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 23px;
  }
  .section-heading > p {
    margin-top: 24px;
    font-size: 11px;
  }
  .steps-grid,
  .plans-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .step-card {
    padding: 25px 27px;
    display: grid;
    grid-template-columns: 1fr 120px;
    align-items: start;
    column-gap: 15px;
  }
  .step-top {
    grid-column: 1/-1;
  }
  .step-glyph {
    font-size: 23px;
  }
  .step-card h3 {
    grid-column: 1/-1;
    font-size: 22px;
    margin-top: 12px;
  }
  .step-card p {
    font-size: 12px;
    min-height: 0;
    grid-column: 1/-1;
    max-width: 100%;
  }
  .step-card .quiet-link {
    grid-column: 1/-1;
    justify-self: start;
    font-size: 11px;
  }
  .step-visual {
    height: 95px;
    margin-bottom: 0;
    grid-column: 1/-1;
  }
  .step-card:hover {
    transform: none;
  }
  .mission-panel {
    padding: 30px 24px;
    grid-template-columns: 1fr;
    gap: 32px;
    border-radius: 19px;
  }
  .mission-copy .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
    margin-bottom: 22px;
  }
  .mission-copy h2 {
    font-size: 30px;
  }
  .mission-copy > p:not(.eyebrow) {
    font-size: 10px;
  }
  .mission-copy .button-line {
    font-size: 10px;
    padding-inline: 20px;
    min-height: 47px;
  }
  .mission-console {
    padding: 22px;
  }
  .console-orbit {
    height: 140px;
  }
  .mission-console > strong {
    font-size: 18px;
  }
  .plan-card {
    padding: 29px;
  }
  .plan-card .plan-price {
    font-size: 47px;
    margin-top: 42px;
  }
  .plan-card ul {
    font-size: 12px;
    line-height: 2.6;
  }
  .plan-card .button-white,
  .plan-card .button-line {
    font-size: 11px;
    padding: 17px 20px;
  }
  .plan-tag {
    top: 70px;
    right: 29px;
  }
  .plan-price span {
    font-size: 11px;
  }
  .pricing-note {
    font-size: 9px;
    line-height: 1.85;
    margin-top: 22px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 70px;
  }
  .faq-section h2 {
    font-size: 40px;
  }
  .faq-section .eyebrow {
    font-size: 8px;
  }
  .faq-list summary {
    font-size: 12px;
    min-height: 73px;
  }
  .faq-list p {
    font-size: 11px;
  }
  .final-orbit {
    padding: 70px 0 90px;
  }
  .final-orbit .eyebrow {
    font-size: 8px;
  }
  .final-orbit h2 {
    font-size: 43px;
    letter-spacing: -1.5px;
    line-height: 1.15;
  }
  .final-orbit .pixel-title {
    font-size: 1.48em;
  }
  .final-portal {
    right: -130px;
    top: 70px;
    width: 300px;
    height: 230px;
    opacity: 0.22;
  }
  .product-footer {
    padding-top: 45px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-main > p {
    font-size: 11px;
    margin-top: 19px;
  }
  .product-footer > nav {
    font-size: 10px;
    gap: 23px;
    padding-top: 0;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 7px;
    gap: 8px 14px;
    padding-top: 20px;
  }
  .footer-bottom > span:last-child {
    width: 100%;
    padding-top: 8px;
  }
  .motion-toggle {
    margin-left: auto;
    font-size: 8px;
    padding-right: 0;
  }
  .product-toast {
    font-size: 11px;
    padding: 13px 18px;
    width: max-content;
  }
  .desktop-only {
    display: none;
  }
  .account-wrap,
  .help-wrap {
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .account-heading {
    margin-bottom: 34px;
    align-items: flex-start;
  }
  .account-heading h1 {
    font-size: 42px;
  }
  .account-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 18px;
  }
  .account-badge {
    display: none;
  }
  .account-tabs {
    gap: 20px;
    font-size: 10px;
    margin-bottom: 25px;
  }
  .account-tabs button {
    font-size: 9px;
  }
  .account-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .subscription-card {
    padding: 27px 22px;
  }
  .card-topline .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .status-chip {
    font-size: 8px;
    padding: 6px 9px;
  }
  .subscription-card h2 {
    font-size: 31px;
    margin-top: 34px;
    letter-spacing: -1.2px;
  }
  .subscription-card > p {
    font-size: 11px;
  }
  .access-dates {
    gap: 35px;
    margin-top: 40px;
  }
  .access-dates strong {
    font-size: 18px;
  }
  .card-actions {
    gap: 9px;
  }
  .card-actions .button-white,
  .card-actions .button-line {
    font-size: 10px;
    min-height: 46px;
    padding: 14px 18px;
    gap: 13px;
  }
  .info-panel {
    padding: 25px;
  }
  .server-label {
    font-size: 22px;
  }
  .account-plans {
    padding-top: 55px;
  }
  .account-plans .section-heading h2 {
    font-size: 33px;
  }
  .account-plans .section-heading > p {
    font-size: 10px;
  }
  .connect-panel {
    padding: 25px 21px;
    gap: 14px;
  }
  .connect-panel h3 {
    font-size: 23px;
  }
  .connect-buttons {
    flex-direction: column;
  }
  .context-note {
    padding: 16px;
    font-size: 9px;
    gap: 14px;
    flex-wrap: wrap;
  }
  .context-note button {
    font-size: 9px;
  }
  .order-history {
    margin-top: 42px;
  }
  .order-history h3 {
    font-size: 19px;
  }
  .order-row {
    grid-template-columns: 0.8fr 1.3fr 1fr;
    gap: 8px;
    font-size: 8px;
  }
  .order-row button {
    grid-column: 1/-1;
    justify-self: start;
  }
  .order-history small {
    font-size: 7px;
  }
  .verification-tools {
    padding: 19px;
    font-size: 10px;
  }
  .order-dialog {
    padding: 29px 24px;
  }
  .order-dialog h2 {
    font-size: 32px;
  }
  .order-dialog .eyebrow {
    font-size: 8px;
  }
  .empty-card,
  .login-card {
    padding: 32px 25px;
  }
  .login-card h2 {
    font-size: 36px;
  }
  .login-card p {
    font-size: 11px;
  }
  .help-wrap > h1 {
    font-size: 48px;
  }
  .help-wrap > .steps-grid {
    margin-block: 37px 50px;
  }
  .help-wrap .step-card {
    display: block;
  }
  .help-wrap .step-number {
    margin-bottom: 15px;
    display: block;
  }
  .help-wrap > .hero-description {
    font-size: 12px;
  }
  .support-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 50px;
  }
  .support-grid h2 {
    font-size: 35px;
  }
  .support-form {
    padding: 25px;
  }
  .public-status {
    padding: 25px;
  }
  .public-status h2 {
    font-size: 25px;
  }
}
@media (max-width: 360px) {
  .hero-copy .pixel-title {
    font-size: 60px;
  }
  .wrap {
    width: calc(100% - 32px);
  }
  .header-account {
    gap: 8px;
    font-size: 8px;
    padding: 9px;
  }
  .product-brand {
    font-size: 15px;
  }
  .product-brand svg {
    width: 27px;
  }
  .hero-copy h1 {
    font-size: 48px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button-white {
    padding-inline: 13px;
    font-size: 9px;
  }
  .hero-actions .quiet-link {
    font-size: 9px;
  }
  .account-tabs {
    gap: 15px;
  }
  .access-dates {
    gap: 21px;
  }
  .access-dates strong {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .js-effects [data-reveal] {
    opacity: 1;
    transform: none;
  }
  #cursor-stars {
    display: none;
  }
}
