@font-face {
  font-family: Space;
  src: url("space-grotesk.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  /* IBM Plex Mono, subset from mobile/assets/fonts — the app sets every count,
     price, level and percentage in it, and matching digits is most of what
     makes two surfaces read as one product. */
  font-family: "IBM Plex Mono";
  src: url("ibm-plex-mono.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  /* mobile/lib/shared/theme/app_theme.dart — AppColors, verbatim, so the site
     and the app are the same product. Gold is prestige, violet is action, and
     mint is the pikrmint signature green. */
  --bg: #07101e;
  --surface: #0a1422;
  --card: #0d1726;
  --card-raised: #121d31;
  --line: #223149;
  --line-bright: #344a68;
  --text: #ffffff;
  --muted: #aab4c5;
  --dim: #7f8ca3;
  --lime: #4ade80;
  --gold: #f7c948;
  --lavender: #c084fc;
  --violet: #6d28d9;
  --action-bright: #8b5cf6;
  --peach: #f7c948;
  --display: Space, Arial, sans-serif;
  --body: Manrope, Arial, sans-serif;
  /* The app renders every count, price and level in IBM Plex Mono. */
  --num: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  /* AppRadius: chip 4, control 6, card 8, sheet 12 — the app is square-ish,
     and 20px pills were a big part of why the two looked unrelated. */
  --radius: 8px;
  --radius-control: 6px;
  --radius-chip: 4px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  line-height: 1.08;
  font-weight: 700;
}
h2 {
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -2px;
}
h3 {
  letter-spacing: -0.5px;
}
.container {
  width: min(1220px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.icon {
  width: 22px;
  height: 22px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  padding: 12px 24px;
  z-index: 100;
  background: var(--lime);
  color: var(--bg);
}
.skip-link:focus {
  top: 12px;
}
:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 5px;
}
::selection {
  background: var(--lime);
  color: var(--bg);
}
.micro {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.7;
}
.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 10px;
  letter-spacing: 1.9px;
  font-weight: 800;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  display: inline-block;
  flex: none;
}
.section-number {
  color: var(--lime);
  letter-spacing: 1px;
}
.muted-heading {
  color: var(--muted);
}
.serif-accent {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--lavender);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  padding: 16px 24px;
  min-height: 54px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-lime {
  background: var(--violet);
  color: #ffffff;
}
.button-lime:hover {
  background: var(--action-bright);
}
.button-outline {
  border-color: #344a68;
  background: transparent;
}
.button-outline:hover {
  background: #121d31;
}
.button-dark {
  background: #0a1422;
  color: var(--text);
}
.button-small {
  font-size: 12px;
  min-height: 43px;
  padding: 10px 17px;
  gap: 14px;
}
.button-small .icon {
  width: 17px;
  height: 17px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 13px;
  color: var(--lime);
  padding-block: 12px;
}
.text-link:hover {
  text-decoration: underline;
}
.small-note {
  font-size: 11px;
  color: var(--muted);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 16, 30, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #121d31;
}
.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: flex;
  gap: 7px;
  align-items: center;
  font-family: var(--display);
  font-size: 29px;
  letter-spacing: -1.5px;
  font-weight: 700;
}
.brand img {
  object-fit: contain;
}
.brand-dot {
  color: var(--lime);
}
.navigation {
  display: flex;
  gap: 30px;
  font-size: 12px;
  color: #aab4c5;
}
.navigation a {
  padding-block: 15px;
}
.navigation a:hover {
  color: var(--lime);
}
.nav-actions {
  display: flex;
  gap: 25px;
  align-items: center;
}
.login {
  font-size: 12px;
  padding-block: 15px;
}

/* Language picker — a native <select> so it stays keyboard- and
   screen-reader-native, restyled to sit in the dark nav instead of shipping
   the browser's white default. */
.lang-picker {
  display: inline-flex;
  align-items: center;
}
.lang-picker-menu {
  display: none;
}
.lang-picker select {
  font: inherit;
  font-size: 12px;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  padding: 8px 28px 8px 10px;
  cursor: pointer;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: right 12px center, right 7px center;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.lang-picker select:hover {
  color: var(--text);
  border-color: var(--muted);
}
.lang-picker select:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}
/* The options themselves render in the OS palette, so force a readable pair
   rather than dark-on-dark in browsers that inherit the control's colour. */
.lang-picker option {
  color: #07101e;
  background: #ffffff;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: var(--radius-control);
  min-width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.menu-toggle span {
  width: 18px;
  height: 1px;
  background: var(--text);
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  align-items: center;
  min-height: 708px;
  padding-block: 74px 80px;
  gap: 18px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy > .eyebrow {
  font-size: 9px;
  margin-bottom: 28px;
  color: #9aecb8;
}
.hero-copy > .eyebrow .status-dot {
  box-shadow: 0 0 0 4px #a4eec00d;
}
.hero h1 {
  font-size: clamp(58px, 6.3vw, 88px);
  line-height: 1.02;
  letter-spacing: -5.3px;
  position: relative;
  width: max-content;
  max-width: 100%;
}
/* `span:not(.i18n-rich)` rather than `> span`: the translation wrapper is a
   direct child of the h1, so a child selector paints the WHOLE heading lime
   instead of just the accent word. */
.hero h1 span:not(.i18n-rich) {
  color: var(--lime);
}
.hero-star {
  width: 44px;
  height: 44px;
  fill: var(--lavender);
  position: absolute;
  right: -55px;
  bottom: 9px;
  transform: rotate(8deg);
}
.hero-description {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 425px;
  margin-top: 28px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.play-icon {
  font-size: 11px;
  color: var(--lavender);
}
.free-note {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
  margin-top: 17px;
}
.free-note .icon {
  color: var(--lime);
  width: 14px;
  height: 14px;
}
.free-note > span {
  padding-inline: 3px;
  color: #7f8ca3;
}
.hero-stage {
  height: 540px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.hero-stage::before {
  content: "";
  position: absolute;
  inset: 50px 0 30px;
  z-index: -2;
  background: radial-gradient(ellipse at center, #c793fc23, transparent 64%);
}
.orbit {
  position: absolute;
  z-index: -1;
  width: 475px;
  height: 475px;
  border: 1px solid #c792fc1a;
  border-radius: 50%;
  transform: rotate(-28deg) scaleY(0.77);
}
.orbit-two {
  transform: rotate(34deg) scaleY(0.77);
  width: 540px;
  height: 540px;
  border-color: #a4eec017;
}
.stage-coordinate {
  position: absolute;
  left: 30px;
  top: 16px;
  color: #7f8ca3;
  font-size: 8px;
  letter-spacing: 2px;
}
.collector-card {
  width: 305px;
  background: #121d31;
  border: 1px solid #8008f9;
  border-radius: var(--radius);
  transform: rotate(-7deg);
  box-shadow:
    0 30px 75px #07101e88,
    7px 6px 0 -1px #0d1726,
    8px 7px 0 0 #344a68;
  position: relative;
  padding: 22px 22px 14px;
  margin-top: 15px;
}
.collector-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid #c792fc2b;
  border-radius: var(--radius);
  pointer-events: none;
}
.collector-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #d3aafd;
  font-size: 9px;
  letter-spacing: 2.2px;
}
.collector-top .icon {
  width: 15px;
  height: 15px;
}
.mascot-scene {
  height: 260px;
  position: relative;
}
.mascot-halo {
  position: absolute;
  width: 190px;
  height: 190px;
  left: 32px;
  top: 39px;
  background: linear-gradient(145deg, #cfa1fd, #820bf9);
  border-radius: 50%;
  box-shadow: 0 0 65px #c792fc36;
}
.mascot-halo::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px dashed #c58ffc61;
  border-radius: 50%;
}
.scene-number {
  position: absolute;
  left: 4px;
  top: 20px;
  font-family: var(--display);
  font-size: 93px;
  letter-spacing: -7px;
  color: #c792fc16;
  font-weight: 700;
  line-height: 1;
}
.hero-mascot {
  position: absolute;
  width: 295px;
  max-width: none;
  left: -22px;
  top: 0;
  filter: drop-shadow(0 15px 10px #0d172640);
  transform: rotate(7deg);
}
.collector-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1px;
}
.collector-details .micro {
  color: #aab4c5;
  font-size: 7px;
  letter-spacing: 1.2px;
}
.collector-details h2 {
  font-size: 24px;
  letter-spacing: -1px;
  margin-top: 5px;
}
.level-badge {
  font-family: var(--display);
  font-size: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--lime);
  border: 1px solid #a4eec050;
  background: #a4eec009;
  line-height: 1.2;
  width: 42px;
  height: 48px;
  border-radius: var(--radius-control);
}
.level-badge b {
  font-family: var(--num);
  font-size: 22px;
}
.collector-xp {
  margin-top: 21px;
}
.collector-xp > div:first-child {
  display: flex;
  justify-content: space-between;
  color: #aab4c5;
  font-size: 9px;
}
.progress-track {
  height: 5px;
  background: #344a68;
  border-radius: var(--radius-control);
  margin-top: 8px;
  overflow: hidden;
}
.progress-track span {
  display: block;
  background: var(--lime);
  height: 100%;
  width: 78%;
  border-radius: var(--radius-control);
  transition: width 0.45s;
}
.card-serial {
  display: block;
  text-align: center;
  font-size: 6px;
  letter-spacing: 1.35px;
  color: #aab4c5;
  margin-top: 17px;
}
.hero-mini {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: var(--radius);
  box-shadow: 0 15px 35px #07101e55;
}
.achievement-mini {
  right: -2px;
  top: 47px;
  background: #bbf3d0;
  color: #121d31;
  padding: 16px 17px;
  transform: rotate(5deg);
}
.hero-mini .micro {
  font-size: 7px;
  letter-spacing: 1px;
}
.hero-mini strong {
  font-family: var(--display);
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 3px;
}
.mini-icon {
  background: #0a142210;
  border-radius: var(--radius-control);
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
}
.mini-icon .icon {
  width: 20px;
  height: 20px;
}
.mini-check {
  width: 19px;
  height: 19px;
  background: #10582a;
  color: var(--lime);
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-left: 8px;
}
.mini-check .icon {
  width: 12px;
  height: 12px;
}
.quest-mini {
  bottom: 22px;
  left: -10px;
  background: #121d31;
  border: 1px solid #344a68;
  padding: 18px 21px;
  transform: rotate(4deg);
}
.quest-mini .micro {
  color: #65e393;
}
.quest-mini strong {
  font-size: 17px;
}
.mini-icon.lime {
  color: var(--lime);
  background: #a4eec00d;
  width: 43px;
  height: 43px;
}
.mini-progress {
  display: flex;
  gap: 4px;
  margin-top: 9px;
}
.mini-progress i {
  height: 3px;
  width: 42px;
  background: #223149;
  border-radius: 3px;
}
.mini-progress i:first-child {
  background: var(--lime);
}
.mini-arrow {
  font-size: 24px;
  color: var(--lime);
  margin-left: 12px;
}
.decor-star {
  position: absolute;
  color: var(--lime);
  font-size: 35px;
}
.star-one {
  left: 23px;
  top: 121px;
  font-size: 47px;
  transform: rotate(15deg);
}
.star-two {
  bottom: 124px;
  right: 5px;
  color: var(--lavender);
  font-size: 42px;
}
.stage-note {
  position: absolute;
  bottom: -23px;
  width: 100%;
  text-align: center;
  font-size: 9px;
  color: #7f8ca3;
  letter-spacing: 0.3px;
}
.games-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0a1422;
}
.games-inner {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.games-inner > .micro {
  font-size: 8px;
  line-height: 1.9;
  color: #7f8ca3;
  letter-spacing: 1.4px;
  padding-right: 22px;
}
.game-name {
  color: #aab4c5;
  font-family: var(--display);
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1;
}
.pokemon {
  font-size: 28px;
  letter-spacing: -1.4px;
}
.yugioh {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 700;
}
.magic {
  font-family: Georgia, serif;
  font-size: 25px;
  letter-spacing: 2px;
  text-align: center;
}
.magic small {
  display: block;
  font-family: var(--body);
  font-size: 6px;
  letter-spacing: 2.5px;
  margin-top: 5px;
}
.onepiece {
  font-size: 20px;
  letter-spacing: 1px;
}
.adventure-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 95px;
  align-items: center;
}
.section-copy > .eyebrow {
  margin-bottom: 24px;
  font-size: 8px;
}
.section-copy h2 {
  font-size: 46px;
  letter-spacing: -2px;
}
.section-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  margin-top: 22px;
  max-width: 360px;
  line-height: 1.9;
}
.feature-line {
  display: flex;
  gap: 17px;
  margin-top: 30px;
  align-items: flex-start;
}
.line-icon {
  width: 36px;
  height: 38px;
  border: 1px solid #a4eec029;
  border-radius: var(--radius-control);
  display: grid;
  place-items: center;
  color: var(--lime);
  background: #a4eec006;
  flex: none;
}
.line-icon .icon {
  width: 18px;
  height: 18px;
}
.line-icon.lavender {
  color: var(--lavender);
  border-color: #c792fc29;
  background: #c792fc08;
}
.feature-line h3 {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}
.feature-line p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  margin-top: 4px;
  max-width: 285px;
}
.section-copy .text-link {
  margin-top: 24px;
}
.quest-board {
  background: #0d1726;
  border: 1px solid #223149;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 22px 65px #07101e22;
}
.board-top {
  padding: 26px 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.board-top .micro {
  font-size: 8px;
  color: var(--lime);
  letter-spacing: 1.6px;
}
.board-top h3 {
  font-size: 21px;
  margin-top: 9px;
  line-height: 1.25;
  max-width: 285px;
}
.sample-tag {
  font-size: 8px;
  letter-spacing: 1px;
  padding: 5px 8px;
  border: 1px solid #188540;
  background: #a4eec00a;
  border-radius: 4px;
  color: var(--lime);
  align-self: flex-start;
}
.quest-meta {
  display: flex;
  justify-content: space-between;
  padding: 18px 28px 6px;
  font-size: 10px;
  color: #aab4c5;
}
.quest-meta > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.quest-meta .status-dot {
  width: 4px;
  height: 4px;
}
.quest-list {
  padding: 5px 16px 15px;
}
.quest-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid transparent;
  border-bottom-color: var(--line);
  padding: 20px 10px;
  text-align: left;
  background: transparent;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.quest-row:last-child {
  border-bottom-color: transparent;
}
.quest-row:hover {
  background: #a4eec006;
  border-radius: var(--radius-control);
  border-color: #a4eec035;
}
.quest-row:focus-visible {
  outline-offset: -3px;
  border-radius: var(--radius-control);
}
.quest-icon {
  width: 39px;
  height: 42px;
  border-radius: var(--radius-control);
  background: #a4eec012;
  color: var(--lime);
  display: grid;
  place-items: center;
  flex: none;
}
.quest-icon.lilac {
  background: #c792fc12;
  color: var(--lavender);
}
.quest-icon.peach {
  background: #f9d87b12;
  color: var(--peach);
}
.quest-icon .icon {
  width: 19px;
  height: 19px;
}
.quest-copy {
  flex: 1;
  min-width: 0;
}
.quest-copy strong {
  display: block;
  font-family: var(--display);
  font-size: 15px;
  line-height: 1.4;
}
.quest-copy small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px;
  line-height: 1.6;
}
.quest-progress {
  display: block;
  max-width: 185px;
  height: 3px;
  background: #223149;
  margin-top: 10px;
  border-radius: 3px;
}
.quest-progress i {
  display: block;
  height: 100%;
  width: 60%;
  background: #21b256;
  border-radius: 3px;
  transition:
    width 0.35s,
    background 0.35s;
}
.quest-row:nth-child(2) .quest-progress i {
  width: 45%;
  background: #7706e9;
}
.quest-row:nth-child(3) .quest-progress i {
  width: 35%;
  background: #edb10a;
}
.quest-points {
  font-family: var(--display);
  font-size: 14px;
  color: var(--lime);
  white-space: nowrap;
}
.quest-points small {
  font-size: 9px;
}
.quest-checkbox {
  width: 27px;
  height: 27px;
  border: 1px solid #1fa851;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-left: 6px;
  flex: none;
}
.quest-checkbox .icon {
  opacity: 0.3;
  width: 15px;
  height: 15px;
}
.quest-row[aria-pressed="true"] {
  background: #a4eec008;
}
.quest-row[aria-pressed="true"] .quest-checkbox {
  background: var(--lime);
  color: #121d31;
  border-color: var(--lime);
}
.quest-row[aria-pressed="true"] .quest-checkbox .icon {
  opacity: 1;
}
.quest-row[aria-pressed="true"] .quest-progress i {
  width: 100%;
  background: var(--lime);
}
.bundle {
  margin: 0 26px;
  padding: 17px 0 20px;
  border-top: 1px dashed #1a9045;
  display: flex;
  gap: 13px;
  align-items: center;
}
.bundle-icon {
  color: #7f8ca3;
}
.bundle-icon .icon {
  width: 19px;
  height: 19px;
}
.bundle strong {
  font-size: 11px;
  display: block;
}
.bundle > div > span {
  font-size: 9px;
  display: block;
  color: #aab4c5;
  margin-top: 4px;
}
.theme-mini {
  display: grid;
  place-items: center;
  font-size: 23px;
  background: linear-gradient(145deg, #7005dc, #121d31);
  border: 1px solid #c792fc66;
  border-radius: 4px;
  width: 32px;
  height: 40px;
  transform: rotate(8deg);
  margin-left: auto;
  flex: none;
  color: #ddbdfd;
}
.bundle.is-unlocked strong {
  color: var(--lime);
}
.bundle.is-unlocked .bundle-icon {
  color: var(--lime);
}
.demo-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  background: #07101e85;
  padding: 13px 25px;
  min-height: 65px;
}
.demo-footer p {
  font-size: 9px;
  line-height: 1.7;
  color: #aab4c5;
  max-width: 350px;
}
.reset-demo {
  font-size: 10px;
  padding: 10px 0 10px 10px;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 44px;
  min-width: 44px;
}
.reward-section {
  padding-block: 92px;
  background: #0d1726;
  border-block: 1px solid #223149;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 45px;
}
.section-heading .eyebrow {
  margin-bottom: 24px;
  font-size: 9px;
}
.section-heading > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
  max-width: 355px;
}
.badge-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 0 50px;
}
.badge-item {
  text-align: center;
  border-right: 1px solid #223149;
  padding: 4px 15px 12px;
}
.badge-item:last-child {
  border-right: 0;
}
.badge-art {
  width: 166px;
  height: 166px;
  position: relative;
  margin: 0 auto 13px;
}
.badge-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.badge-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  color: #fceab6;
}
.badge-item:nth-child(2) .badge-symbol {
  color: #d0e5fe;
}
.badge-item:nth-child(4) .badge-symbol {
  color: #dfc2fe;
}
.badge-item > .micro {
  font-size: 8px;
  letter-spacing: 2px;
}
.bronze-text {
  color: #f8ce57;
}
.silver-text {
  color: #9ac6fc;
}
.gold-text {
  color: #fadb85;
}
.legendary-text {
  color: #d3aafd;
}
.badge-item h3 {
  font-size: 17px;
  margin-top: 10px;
}
.badge-item p {
  font-size: 10px;
  color: #aab4c5;
  margin-top: 8px;
}
.profile-feature {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  background: #07101e;
  border: 1px solid #223149;
  border-radius: var(--radius);
  overflow: hidden;
}
.profile-example {
  position: relative;
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 32px 40px;
  background: radial-gradient(ellipse at 8% 55%, #a0c9fc1a, transparent 70%);
  --frame: #a2cafc;
}
.profile-example[data-style="gold"] {
  --frame: #f8cf5d;
  background: radial-gradient(ellipse at 8% 55%, #f5ba1422, transparent 70%);
}
.profile-example[data-style="neon"] {
  --frame: #81e8a7;
  background: radial-gradient(ellipse at 8% 55%, #61e29022, transparent 70%);
}
.avatar-orbit {
  border: 2px solid var(--frame);
  box-shadow:
    0 0 0 4px #ffffff06,
    0 0 22px color-mix(in srgb, var(--frame) 20%, transparent);
  width: 94px;
  height: 94px;
  border-radius: var(--radius);
  position: relative;
  display: grid;
  place-items: center;
  flex: none;
  transform: rotate(-4deg);
  background: #121d31;
}
.avatar-orbit img {
  width: 100px;
  max-width: none;
  transform: rotate(4deg);
  position: relative;
  left: -3px;
  top: -3px;
}
.avatar-orbit > span {
  position: absolute;
  bottom: -11px;
  right: -10px;
  background: var(--frame);
  color: #07101e;
  border: 4px solid #0d1726;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.profile-example .micro {
  font-size: 7px;
  color: #aab4c5;
  letter-spacing: 1.2px;
}
.profile-example h3 {
  font-size: 24px;
  margin-top: 9px;
  line-height: 1.2;
}
.profile-example #frame-name {
  font-size: 10px;
  display: block;
  margin-top: 8px;
  color: var(--frame);
}
.profile-mark {
  position: absolute;
  right: 22px;
  bottom: 10px;
  font-family: var(--display);
  font-size: 75px;
  font-weight: 700;
  color: #ffffff04;
  line-height: 1;
}
.style-picker {
  border-left: 1px solid #223149;
  padding: 27px 34px;
}
.style-picker > p:first-child {
  font-size: 12px;
  color: #ffffff;
}
.style-buttons {
  display: flex;
  gap: 8px;
  margin-top: 13px;
}
.style-buttons button {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #121d31;
  border: 1px solid #344a68;
  border-radius: var(--radius-control);
  padding: 9px 13px;
  min-height: 44px;
  font-size: 11px;
}
.style-buttons button[aria-pressed="true"] {
  background: #223149;
  border-color: #c792fc;
  color: #e8d2fe;
}
.style-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.style-dot.silver {
  background: #a2cafc;
}
.style-dot.gold {
  background: #f8cf5d;
}
.style-dot.neon {
  background: #81e8a7;
}
.style-description {
  font-size: 10px;
  color: #aab4c5;
  margin-top: 11px;
  min-height: 18px;
}
.profile-caption {
  display: block;
  margin-top: 8px;
  color: #7f8ca3;
  font-size: 7px;
}
.dna-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.dna-copy .eyebrow {
  font-size: 9px;
  margin-bottom: 25px;
}
.dna-copy h2 {
  font-size: 48px;
  line-height: 1.14;
}
.dna-copy > p:not(.eyebrow):not(.small-note) {
  margin-top: 21px;
  color: var(--muted);
  font-size: 13px;
  max-width: 380px;
  line-height: 1.9;
}
.dna-tabs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.dna-tabs button {
  background: transparent;
  border: 1px solid #344a68;
  border-radius: var(--radius-control);
  font-size: 10px;
  min-height: 42px;
  padding: 10px 15px;
}
.dna-tabs button[aria-pressed="true"] {
  background: var(--violet);
  color: #ffffff;
  border-color: var(--action-bright);
}
.dna-detail {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 26px;
  min-height: 60px;
}
.dna-detail-icon {
  color: var(--lavender);
  padding-top: 3px;
}
.dna-detail p {
  font-size: 12px;
  color: #aab4c5;
  line-height: 1.9;
  max-width: 325px;
}
.dna-copy .small-note {
  font-size: 9px;
  margin-top: 15px;
  max-width: 360px;
}
.dna-chart {
  background: radial-gradient(ellipse at 50% 42%, #a4eec00b, transparent 65%);
  padding-top: 24px;
  border-block: 1px solid #223149;
}
.dna-chart > .micro {
  display: block;
  text-align: center;
  font-size: 8px;
  color: #84e8a8;
  letter-spacing: 1.4px;
}
.dna-chart > svg {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 15px;
}
.radar-labels text {
  fill: #aab4c5;
  font-family: var(--body);
  font-size: 10px;
}
#radar-shape {
  fill: #99ecb725;
  stroke: var(--lime);
  stroke-width: 1.6;
  transition: all 0.4s;
}
#radar-grid polygon,
#radar-grid line {
  fill: none;
  stroke: #157136;
  stroke-width: 0.65;
}
.dna-bottom {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #223149;
  font-size: 11px;
}
.dna-bottom > span:last-child {
  margin-left: auto;
  font-size: 6px;
  letter-spacing: 1px;
  color: #63e392;
}
.collection-section {
  padding-block: 85px;
  background: #0d1726;
  border-block: 1px solid #223149;
}
/* Six grouped cards listing every capability, free and paid. Wider than the
   three-card summary it replaced, so the columns are narrower and the copy is
   a list rather than a paragraph. */
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 34px;
}
.capability {
  position: relative;
  border-top: 1px solid #1c9749;
  padding: 24px 0 22px;
  display: flex;
  flex-direction: column;
}
.capability-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
}
.capability-list li {
  position: relative;
  padding: 6px 0 6px 17px;
}
.capability-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1c9749;
}
/* The plan a line belongs to, said once, next to the line itself — the whole
   point of the section is that nobody has to cross-reference the price table
   to find out what they would be paying for. */
.tier {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 7px;
  border: 1px solid #22b859;
  border-radius: 999px;
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--lime);
  white-space: nowrap;
  vertical-align: 1px;
}
.tier-plus {
  border-color: #9b3cfa;
  color: var(--lavender);
}
.capability .tool-label {
  margin-top: auto;
  padding-top: 22px;
}
.tool-icon {
  color: var(--lime);
  display: block;
  margin-bottom: 22px;
}
.tool-icon .icon {
  width: 26px;
  height: 26px;
}
.tool-number {
  position: absolute;
  right: 7px;
  top: 12px;
  font-size: 53px;
  color: #223149;
  font-family: var(--display);
  line-height: 1.3;
}
.capability h3 {
  font-size: 22px;
  max-width: 94%;
}
.tool-label {
  display: block;
  margin-top: 25px;
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #89eaad;
}
.community-note {
  border-top: 1px solid #223149;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding-top: 26px;
  font-size: 11px;
  color: #92ebb2;
}
.community-note > .icon {
  width: 17px;
  height: 17px;
}
.community-note > a {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--lime);
  margin-left: auto;
  padding: 10px 0;
}
.community-note > a .icon {
  width: 16px;
  height: 16px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 110px;
}
.faq-section .eyebrow {
  color: #aab4c5;
  font-size: 9px;
  margin-bottom: 24px;
}
.faq-section h2 {
  font-size: 42px;
  line-height: 1.15;
}
.faq-section > div:first-child > p:last-child {
  font-size: 13px;
  color: var(--muted);
  margin-top: 20px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  min-height: 76px;
  font-size: 13px;
  font-weight: 700;
  padding-block: 20px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--lime);
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  padding: 0 30px 23px 0;
}
.final-section {
  padding-bottom: 70px;
}
.final-cta {
  padding: 58px 65px;
  background: var(--violet);
  color: #ffffff;
  border-radius: var(--radius);
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  overflow: hidden;
  min-height: 365px;
}
.final-cta .eyebrow {
  font-size: 8px;
  letter-spacing: 1.4px;
}
.final-cta h2 {
  font-size: 59px;
  line-height: 1.08;
  letter-spacing: -3px;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.final-cta h2 > span {
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
}
.final-cta .button {
  margin-top: 25px;
  font-size: 12px;
  min-height: 50px;
}
.final-note {
  font-size: 10px;
  margin-top: 11px;
  /* On the violet CTA panel. */
  color: #ffffff;
  opacity: 0.78;
}
.final-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.final-art img {
  position: absolute;
  width: 355px;
  max-width: none;
  left: 9px;
  top: -19px;
  filter: drop-shadow(0 20px 15px #121d3126);
}
.final-ring {
  position: absolute;
  top: 5px;
  left: 10px;
  border: 1px solid #ffffff25;
  width: 310px;
  height: 310px;
  border-radius: 50%;
}
.final-ring::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid #0b3d1d20;
  border-radius: 50%;
}
.final-sticker {
  position: absolute;
  bottom: 9px;
  right: -4px;
  background: #121d31;
  color: var(--lime);
  font-size: 8px;
  letter-spacing: 1.2px;
  line-height: 1.8;
  padding: 13px 18px;
  transform: rotate(-7deg);
  border-radius: var(--radius-control);
}
.footer {
  padding-bottom: 30px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 35px;
}
.footer-top > .brand {
  font-size: 25px;
}
.footer-top > p {
  font-size: 10px;
  color: #aab4c5;
}
.footer-top > nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 11px;
}
.footer-top > nav a {
  padding-block: 12px;
}
.footer-top > nav a:hover {
  color: var(--lime);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 8px;
  color: #7f8ca3;
  line-height: 1.8;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 760px;
  }
  .hero-stage {
    margin-left: 25px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .navigation {
    gap: 20px;
  }
  .nav {
    gap: 20px;
  }
  .nav-actions {
    gap: 17px;
  }
  .hero {
    gap: 25px;
    padding-block: 60px 80px;
  }
  .hero h1 {
    font-size: 67px;
    letter-spacing: -4px;
  }
  .hero-star {
    right: -34px;
    width: 31px;
    height: 31px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions .button {
    padding: 15px 18px;
    gap: 12px;
    font-size: 11px;
  }
  .hero-stage {
    transform: scale(0.9);
    transform-origin: center center;
    margin-inline: -25px;
  }
  .achievement-mini {
    right: -12px;
  }
  .quest-mini {
    left: -5px;
  }
  .adventure-grid,
  .dna-section {
    gap: 55px;
  }
  .section-copy h2 {
    font-size: 39px;
  }
  .section-copy > .eyebrow {
    font-size: 7px;
    letter-spacing: 1.3px;
  }
  .profile-example {
    padding-inline: 25px;
    gap: 16px;
  }
  .profile-example h3 {
    font-size: 21px;
  }
  .style-picker {
    padding-inline: 23px;
  }
  .style-buttons button {
    padding-inline: 10px;
  }
  .faq-section {
    gap: 65px;
  }
  .final-cta {
    padding-inline: 45px;
  }
  .final-art img {
    left: -10px;
    width: 320px;
  }
  .final-cta h2 {
    font-size: 54px;
  }
  .games-inner {
    gap: 24px;
  }
  .games-inner > .micro {
    padding-right: 0;
    font-size: 7px;
  }
}
@media (max-width: 900px) {
  .navigation {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    padding: 20px 32px 25px;
    background: #0d1726;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
  }
  .navigation.is-open {
    display: flex;
  }
  .navigation a {
    padding: 13px 0;
  }
  .nav {
    height: 78px;
  }
  .menu-toggle {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 640px;
  }
  .hero h1 {
    font-size: 55px;
    letter-spacing: -3px;
  }
  .hero-star {
    display: none;
  }
  .hero-description {
    font-size: 13px;
    padding-right: 15px;
  }
  .hero-actions {
    gap: 8px;
    flex-wrap: wrap;
  }
  .hero-stage {
    transform: scale(0.75);
    width: 450px;
    margin-left: -56px;
  }
  .hero-copy > .eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .achievement-mini {
    right: -20px;
  }
  .section {
    padding-block: 80px;
  }
  .adventure-grid {
    gap: 30px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .section-copy h2 {
    font-size: 33px;
  }
  .section-copy > .eyebrow {
    letter-spacing: 0.6px;
    font-size: 7px;
    gap: 6px;
  }
  .section-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .feature-line {
    gap: 10px;
  }
  .board-top {
    padding: 22px 18px;
  }
  .board-top h3 {
    font-size: 19px;
  }
  .quest-meta {
    padding-inline: 18px;
  }
  .quest-list {
    padding-inline: 8px;
  }
  .quest-row {
    gap: 8px;
    padding: 17px 7px;
  }
  .quest-icon {
    width: 31px;
    height: 37px;
  }
  .quest-copy strong {
    font-size: 12px;
  }
  .quest-copy small {
    font-size: 9px;
  }
  .quest-points {
    font-size: 11px;
  }
  .quest-checkbox {
    width: 23px;
    height: 23px;
    margin-left: 0;
  }
  .bundle {
    margin-inline: 16px;
  }
  .bundle strong {
    font-size: 10px;
  }
  .bundle > div > span {
    font-size: 8px;
  }
  .demo-footer {
    padding-inline: 16px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .section-heading > p {
    font-size: 11px;
    max-width: 270px;
  }
  .badge-art {
    width: 140px;
    height: 140px;
  }
  .badge-item h3 {
    font-size: 14px;
  }
  .profile-feature {
    grid-template-columns: 1fr 1fr;
  }
  .avatar-orbit {
    width: 70px;
    height: 75px;
    border-radius: var(--radius);
  }
  .avatar-orbit img {
    width: 82px;
  }
  .profile-example {
    padding-inline: 20px;
  }
  .profile-example h3 {
    font-size: 18px;
  }
  .profile-example .micro {
    font-size: 6px;
  }
  .style-picker {
    padding-inline: 18px;
  }
  .style-buttons {
    gap: 6px;
  }
  .style-buttons button {
    padding: 8px;
    font-size: 10px;
    gap: 5px;
  }
  .dna-section {
    gap: 40px;
  }
  .dna-copy h2 {
    font-size: 37px;
  }
  .dna-tabs button {
    font-size: 9px;
    padding-inline: 10px;
  }
  .dna-bottom > span:last-child {
    display: none;
  }
  .capability h3 {
    font-size: 20px;
  }
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 30px;
  }
  .capability-list {
    font-size: 11px;
  }
  .faq-section {
    gap: 50px;
  }
  .faq-section h2 {
    font-size: 34px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .final-cta h2 {
    font-size: 46px;
  }
  .final-cta {
    padding: 40px;
    min-height: 330px;
  }
  .final-art img {
    width: 280px;
    left: -17px;
    top: 15px;
  }
  .final-ring {
    width: 250px;
    height: 250px;
    left: -8px;
    top: 15px;
  }
  .final-sticker {
    right: -15px;
    font-size: 7px;
    bottom: 0;
  }
  .games-inner {
    min-height: 100px;
    gap: 25px;
  }
  .games-inner > .micro {
    display: none;
  }
  .game-name.pokemon {
    font-size: 26px;
  }
  .game-name.yugioh {
    font-size: 24px;
  }
  .game-name.magic {
    font-size: 22px;
  }
  .game-name.onepiece {
    font-size: 18px;
  }
  .footer-top > p {
    display: none;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-top: 85px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .nav {
    height: 72px;
    gap: 12px;
  }
  .brand {
    font-size: 25px;
    gap: 3px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .nav-actions {
    gap: 9px;
  }
  .nav-actions .login {
    display: none;
  }
  .lang-picker-header {
    display: none;
  }
  .lang-picker-menu {
    display: flex;
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
  }
  .lang-picker-menu select {
    width: 100%;
    padding: 12px 28px 12px 12px;
    font-size: 13px;
  }
  .nav-actions .button {
    font-size: 10px;
    padding: 10px 12px;
    min-height: 40px;
    gap: 0;
  }
  .nav-actions .button .icon {
    display: none;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .navigation {
    top: 72px;
    padding-inline: 24px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 45px 42px;
    gap: 0;
    min-height: 0;
  }
  .hero-copy > .eyebrow {
    font-size: 7px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(48px, 10.8vw, 70px);
    letter-spacing: -3px;
    line-height: 1.06;
  }
  .hero h1 > br:first-child {
    display: block;
  }
  .hero h1 {
    width: auto;
    max-width: 100%;
  }
  .hero h1 > span {
    display: inline;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.85;
    margin-top: 23px;
    max-width: 420px;
    padding: 0;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 9px;
    flex-wrap: nowrap;
  }
  .hero-actions .button {
    font-size: 11px;
    min-height: 49px;
    padding: 13px 17px;
    gap: 10px;
  }
  .hero-actions .button .icon {
    width: 18px;
    height: 18px;
  }
  .free-note {
    font-size: 9px;
    margin-top: 15px;
    gap: 6px;
  }
  .hero-stage {
    width: 100%;
    height: 480px;
    transform: none;
    margin: 30px 0 0;
    overflow: visible;
  }
  .collector-card {
    width: 260px;
    padding: 20px 20px 13px;
    transform: rotate(-6deg);
    margin-top: 0;
  }
  .mascot-scene {
    height: 222px;
  }
  .mascot-halo {
    width: 168px;
    height: 168px;
    left: 26px;
    top: 30px;
  }
  .scene-number {
    font-size: 80px;
    top: 10px;
  }
  .hero-mascot {
    width: 256px;
    left: -20px;
    top: -4px;
    transform: rotate(6deg);
  }
  .collector-details h2 {
    font-size: 21px;
  }
  .collector-details .micro {
    font-size: 6px;
  }
  .level-badge {
    width: 36px;
    height: 41px;
  }
  .level-badge b {
    font-size: 23px;
  }
  .collector-xp {
    margin-top: 17px;
  }
  .card-serial {
    font-size: 5px;
    letter-spacing: 1px;
  }
  .hero-mini {
    gap: 9px;
  }
  .hero-mini .micro {
    font-size: 6px;
    letter-spacing: 0.7px;
  }
  .hero-mini strong {
    font-size: 13px;
  }
  .achievement-mini {
    right: 0;
    top: 26px;
    padding: 13px 12px;
    transform: rotate(6deg);
  }
  .achievement-mini .mini-icon {
    width: 29px;
    height: 29px;
  }
  .achievement-mini .mini-icon .icon {
    width: 16px;
    height: 16px;
  }
  .mini-check {
    margin-left: 0;
    width: 17px;
    height: 17px;
  }
  .quest-mini {
    bottom: 10px;
    left: 1px;
    padding: 14px 16px;
  }
  .quest-mini strong {
    font-size: 15px;
  }
  .quest-mini .mini-icon {
    width: 36px;
    height: 36px;
  }
  .mini-arrow {
    font-size: 22px;
    margin-left: 5px;
  }
  .mini-progress i {
    width: 35px;
  }
  .orbit-one {
    width: 330px;
    height: 350px;
  }
  .orbit-two {
    width: 355px;
    height: 375px;
  }
  .stage-coordinate {
    left: 4px;
    top: 2px;
    font-size: 6px;
    letter-spacing: 1.4px;
  }
  .star-one {
    left: 5px;
    top: 138px;
    font-size: 36px;
  }
  .star-two {
    right: 0;
    bottom: 99px;
    font-size: 30px;
  }
  .stage-note {
    font-size: 8px;
    bottom: -20px;
  }
  .games-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    min-height: 85px;
    text-align: center;
  }
  .game-name.pokemon {
    font-size: 18px;
    letter-spacing: -1px;
  }
  .game-name.yugioh {
    font-size: 16px;
  }
  .game-name.magic {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .game-name.magic small {
    font-size: 4px;
    letter-spacing: 1px;
  }
  .game-name.onepiece {
    font-size: 12px;
    letter-spacing: 0.1px;
  }
  .section {
    padding-block: 68px;
  }
  .adventure-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .section-copy > .eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px;
    margin-bottom: 21px;
  }
  .section-copy h2 {
    font-size: 37px;
    letter-spacing: -1.7px;
  }
  .section-copy > p:not(.eyebrow) {
    font-size: 13px;
    max-width: 100%;
    margin-top: 20px;
  }
  .feature-line {
    margin-top: 24px;
    gap: 14px;
  }
  .feature-line h3 {
    font-size: 14px;
  }
  .feature-line p {
    font-size: 11px;
    max-width: 320px;
  }
  .section-copy .text-link {
    margin-top: 16px;
  }
  .board-top {
    padding: 24px 22px;
  }
  .board-top .micro {
    font-size: 7px;
  }
  .board-top h3 {
    font-size: 22px;
  }
  .quest-meta {
    padding-inline: 22px;
  }
  .quest-list {
    padding-inline: 12px;
  }
  .quest-row {
    padding: 20px 8px;
    gap: 11px;
  }
  .quest-icon {
    width: 36px;
    height: 40px;
  }
  .quest-copy strong {
    font-size: 14px;
  }
  .quest-copy small {
    font-size: 9px;
  }
  .quest-points {
    font-size: 12px;
  }
  .quest-checkbox {
    width: 25px;
    height: 25px;
  }
  .bundle {
    margin-inline: 20px;
    gap: 9px;
  }
  .bundle strong {
    font-size: 10px;
  }
  .bundle > div > span {
    font-size: 8px;
    max-width: 230px;
  }
  .demo-footer {
    padding-inline: 20px;
  }
  .demo-footer p {
    font-size: 8px;
  }
  .reward-section {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
    margin-bottom: 22px;
  }
  .section-heading h2 {
    font-size: 41px;
    letter-spacing: -1.8px;
  }
  .section-heading > p {
    font-size: 12px;
    margin-top: 20px;
    max-width: 340px;
  }
  .section-heading > p br {
    display: none;
  }
  .badge-gallery {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    padding-bottom: 34px;
  }
  .badge-item {
    padding-inline: 6px;
  }
  .badge-item:nth-child(2) {
    border-right: 0;
  }
  .badge-art {
    width: 145px;
    height: 145px;
    margin-bottom: 9px;
  }
  .badge-item h3 {
    font-size: 14px;
  }
  .badge-item p {
    font-size: 9px;
  }
  .badge-item > .micro {
    font-size: 7px;
  }
  .badge-symbol {
    width: 29px;
    height: 29px;
  }
  .profile-feature {
    grid-template-columns: 1fr;
  }
  .profile-example {
    padding: 29px;
    gap: 23px;
  }
  .profile-example h3 {
    font-size: 24px;
  }
  .profile-example .micro {
    font-size: 6px;
  }
  .avatar-orbit {
    width: 78px;
    height: 82px;
  }
  .avatar-orbit img {
    width: 90px;
  }
  .style-picker {
    border-left: 0;
    border-top: 1px solid #223149;
    padding: 25px 28px;
  }
  .style-buttons {
    gap: 9px;
  }
  .style-buttons button {
    min-height: 44px;
    padding: 10px 15px;
    font-size: 11px;
  }
  .style-description {
    font-size: 10px;
    margin-top: 12px;
  }
  .dna-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .dna-copy h2 {
    font-size: 39px;
  }
  .dna-copy .eyebrow {
    font-size: 8px;
  }
  .dna-copy > p:not(.eyebrow):not(.small-note) {
    font-size: 13px;
  }
  .dna-tabs button {
    font-size: 10px;
    padding-inline: 15px;
    min-height: 44px;
  }
  .dna-detail {
    min-height: 0;
  }
  .dna-detail p {
    font-size: 12px;
  }
  .dna-chart {
    max-width: 430px;
    width: 100%;
    margin-inline: auto;
  }
  .dna-chart > svg {
    margin-block: 14px;
  }
  .dna-bottom > span:last-child {
    display: inline;
    font-size: 5px;
  }
  .collection-section {
    padding-block: 65px;
  }
  .collection-section h2 {
    font-size: 37px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .capability {
    padding: 25px 0 18px;
  }
  .capability h3 {
    font-size: 23px;
    max-width: 88%;
  }
  .capability-list {
    font-size: 12px;
  }
  .capability .tool-label {
    padding-top: 18px;
  }
  .tool-icon {
    margin-bottom: 18px;
  }
  .tool-label {
    margin-top: 17px;
    font-size: 8px;
  }
  .tool-number {
    font-size: 59px;
  }
  .community-note {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 10px;
    padding-top: 23px;
    margin-top: 17px;
  }
  .community-note > a {
    margin-left: 25px;
    font-size: 11px;
    padding: 5px 0 10px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-section h2 {
    font-size: 37px;
  }
  .faq-section > div:first-child > p:last-child {
    font-size: 12px;
  }
  .faq-section > div:first-child > p:last-child br {
    display: none;
  }
  .faq-list summary {
    min-height: 75px;
    font-size: 12px;
    gap: 15px;
  }
  .faq-list details > p {
    font-size: 12px;
    padding-right: 15px;
  }
  .final-section {
    padding-bottom: 45px;
  }
  .final-cta {
    padding: 34px 27px 0;
    grid-template-columns: 1fr;
    border-radius: var(--radius);
    min-height: 560px;
  }
  .final-cta .eyebrow {
    font-size: 6px;
    letter-spacing: 1.1px;
    max-width: 280px;
  }
  .final-cta h2 {
    font-size: 47px;
    letter-spacing: -2.6px;
    margin-top: 20px;
  }
  .final-cta .button {
    min-height: 49px;
    margin-top: 24px;
  }
  .final-note {
    font-size: 9px;
  }
  .final-art {
    height: 265px;
    margin-top: 4px;
  }
  .final-art img {
    width: 280px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
  .final-ring {
    width: 235px;
    height: 235px;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  .final-sticker {
    right: -3px;
    bottom: 25px;
    font-size: 6px;
    padding: 11px 13px;
  }
  .footer-top {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 22px;
  }
  .footer-top .brand {
    font-size: 24px;
  }
  .footer-top > nav {
    gap: 19px;
    font-size: 10px;
    flex-basis: 100%;
    margin-top: 10px;
  }
  .footer-top > nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    font-size: 8px;
  }
  .footer-bottom > span:last-child {
    max-width: 300px;
  }
  .footer {
    padding-bottom: 24px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 47px;
    letter-spacing: -3px;
  }
  .hero-actions .button {
    padding-inline: 12px;
    font-size: 10px;
    gap: 7px;
  }
  .hero-actions .button .icon {
    width: 15px;
  }
  .hero-stage {
    height: 455px;
  }
  .collector-card {
    width: 244px;
  }
  .mascot-scene {
    height: 208px;
  }
  .hero-mascot {
    width: 242px;
  }
  .mascot-halo {
    width: 153px;
    height: 153px;
  }
  .collector-details h2 {
    font-size: 19px;
  }
  .hero-mini .micro {
    font-size: 5px;
  }
  .achievement-mini {
    right: -2px;
    top: 20px;
  }
  .quest-mini {
    padding: 13px;
    left: 0;
  }
  .quest-mini strong {
    font-size: 13px;
  }
  .quest-copy strong {
    font-size: 12px;
  }
  .quest-row {
    gap: 7px;
  }
  .quest-icon {
    width: 31px;
  }
  .quest-points {
    font-size: 11px;
  }
  .badge-art {
    width: 128px;
    height: 128px;
  }
  .badge-item h3 {
    font-size: 12px;
  }
  .dna-tabs {
    gap: 5px;
  }
  .dna-tabs button {
    padding-inline: 11px;
  }
  .final-cta h2 {
    font-size: 43px;
  }
  .brand {
    font-size: 23px;
  }
  .nav-actions .button {
    padding-inline: 10px;
  }
  .nav-actions {
    gap: 7px;
  }
}
.hero-copy,
.hero-stage {
  min-width: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.scan-section {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 42px 85px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.scan-copy,
.scan-demo-wrap {
  min-width: 0;
}
.scan-copy > .eyebrow {
  font-size: 9px;
  margin-bottom: 25px;
}
.scan-copy h2 {
  font-size: 49px;
  line-height: 1.13;
}
.scan-intro {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  margin-top: 22px;
  max-width: 440px;
}
.scan-steps {
  margin-top: 25px;
  display: grid;
  gap: 5px;
}
.scan-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 15px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-align: left;
  background: transparent;
  width: 100%;
}
.scan-step[aria-pressed="true"] {
  background: #a4eec008;
  border-color: #1a8f45;
}
.scan-step:hover {
  background: #a4eec00d;
}
.scan-step-number {
  font-family: var(--display);
  color: #7f8ca3;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #344a68;
  border-radius: 50%;
  flex: none;
  font-size: 11px;
}
.scan-step[aria-pressed="true"] .scan-step-number {
  background: var(--violet);
  color: #0d1726;
  border-color: var(--lime);
}
.scan-step > span:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.scan-step strong {
  display: block;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.3;
}
.scan-step small {
  display: block;
  font-size: 12px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 5px;
}
.scan-step > .icon {
  width: 17px;
  height: 17px;
  color: var(--lime);
  opacity: 0;
}
.scan-step[aria-pressed="true"] > .icon {
  opacity: 1;
}
.scan-included {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #aab4c5;
  margin-top: 18px;
}
.scan-included > .icon {
  width: 15px;
  height: 15px;
  color: var(--lime);
}
.scan-included a {
  color: var(--lime);
  padding: 10px 0;
  margin-left: auto;
  text-underline-offset: 4px;
  text-decoration: underline;
}
.scan-demo-wrap {
  padding-inline: 10px;
}
.scan-demo {
  background: #0d1726;
  border: 1px solid #344a68;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 22px 60px #07101e44;
}
.scan-demo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 24px;
  border-bottom: 1px solid #223149;
}
.scan-demo-top > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.scan-demo-top .sample-tag {
  font-size: 7px;
  border-color: #1a8f45;
}
.scan-demo-heading {
  text-align: center;
  padding: 21px 16px 0;
}
.scan-demo-heading .micro {
  color: #96ecb5;
  font-size: 8px;
}
.scan-demo-heading h3 {
  font-size: 27px;
  margin-top: 7px;
}
.scan-demo-heading p {
  font-size: 11px;
  color: #aab4c5;
  margin-top: 7px;
}
.scan-art {
  position: relative;
  height: 275px;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at center, #c792fc16, transparent 68%);
  margin-top: 4px;
}
.scan-art > img {
  width: 162px;
  height: auto;
  border-radius: var(--radius-control);
  filter: drop-shadow(0 10px 13px #07101e55);
  transition: transform 0.3s;
}
.capture-guides {
  position: absolute;
  width: 193px;
  height: 254px;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: opacity 0.3s;
}
.capture-guides > i {
  position: absolute;
  width: 22px;
  height: 22px;
  border: solid var(--lime);
  border-width: 2px 0 0 2px;
  border-radius: var(--radius-control) 0 0;
}
.capture-guides > i:nth-child(2) {
  right: 0;
  transform: rotate(90deg);
}
.capture-guides > i:nth-child(3) {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.capture-guides > i:nth-child(4) {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.scan-art-tag {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 9px 12px;
  border-radius: var(--radius-control);
  background: #bbf3d0;
  color: #0b3f1e;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  font-weight: 700;
  box-shadow: 0 5px 20px #07101e44;
}
.scan-art-tag .icon {
  width: 15px;
  height: 15px;
}
.scan-identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 28px;
  border-top: 1px solid #223149;
}
.scan-identity .micro {
  font-size: 7px;
  color: #7ee8a5;
}
.scan-identity h4 {
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: -0.7px;
  margin: 2px 0 0;
  line-height: 1.2;
}
.scan-identity > div:last-child {
  text-align: right;
  font-size: 13px;
}
.scan-identity small {
  display: block;
  color: #aab4c5;
  font-size: 10px;
  margin-top: 4px;
}
.scan-feedback {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: #a4eec008;
  padding: 16px 25px;
  min-height: 72px;
  border-top: 1px solid #223149;
}
.scan-feedback-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: #a4eec015;
  color: var(--lime);
  flex: none;
}
.scan-feedback-icon .icon {
  width: 15px;
  height: 15px;
}
.scan-feedback p {
  color: #aab4c5;
  font-size: 11px;
  line-height: 1.8;
}
.scan-demo-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 13px;
}
.scan-demo-dots i {
  width: 20px;
  height: 3px;
  border-radius: var(--radius-control);
  background: #344a68;
}
.scan-demo-dots .is-active {
  background: var(--violet);
}
.scan-demo[data-state="capture"] .scan-art > img {
  transform: rotate(-5deg) scale(0.96);
}
.scan-demo[data-state="capture"] .capture-guides {
  opacity: 1;
}
.scan-demo[data-state="collect"] {
  border-color: #41dc79;
}
.scan-demo[data-state="collect"] .scan-art > img {
  transform: rotate(4deg);
}
.scan-caption {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  margin: 14px 5px 0;
}
.scan-details-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  padding-top: 27px;
  border-top: 1px solid var(--line);
}
.scan-details-strip p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
}
.scan-details-strip strong {
  display: block;
  color: #aab4c5;
  font-size: 13px;
  margin-bottom: 4px;
}
.pricing-section {
  padding-bottom: 60px;
}
.pricing-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 65px;
  margin-bottom: 40px;
}
.pricing-heading .eyebrow {
  font-size: 9px;
  margin-bottom: 24px;
}
.pricing-heading h2 {
  font-size: 48px;
  line-height: 1.13;
}
.pricing-intro {
  justify-self: end;
  max-width: 420px;
}
.pricing-intro > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
}
.billing-options {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 23px;
}
.billing-toggle {
  display: inline-flex;
  gap: 3px;
  border: 1px solid #344a68;
  padding: 4px;
  border-radius: var(--radius-control);
}
.billing-toggle button {
  background: transparent;
  border: 0;
  border-radius: var(--radius-control);
  padding: 11px 20px;
  min-height: 44px;
  font-size: 12px;
}
.billing-toggle button[aria-pressed="true"] {
  background: var(--violet);
  color: #ffffff;
  font-weight: 700;
}
.billing-saving {
  font-size: 10px;
  color: var(--lime);
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.plan-card {
  padding: 27px 27px 30px;
  background: #0d1726;
  border: 1px solid #344a68;
  border-radius: var(--radius);
  min-width: 0;
}
.plan-pro {
  background: #121d31;
  border-color: var(--lime);
  box-shadow: 0 0 45px #a4eec007;
}
.plan-collector {
  background: #121d31;
  border-color: #344a68;
}
.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.plan-symbol {
  color: var(--lime);
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #a4eec035;
  border-radius: var(--radius-control);
  background: #a4eec005;
}
.plan-symbol .icon {
  width: 19px;
  height: 19px;
}
.plan-collector .plan-symbol {
  color: var(--lavender);
  border-color: #c792fc45;
  background: #c792fc08;
}
.plan-top .micro {
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #82e8a7;
  text-align: right;
}
.plan-collector .plan-top .micro {
  color: #c288fc;
}
.plan-card h3 {
  font-size: 29px;
  margin-top: 25px;
}
.plan-card h3 > span {
  color: var(--lavender);
}
.plan-description {
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 13px;
  min-height: 46px;
}
.plan-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin-top: 27px;
  white-space: nowrap;
}
.plan-price > span {
  /* NOT the app's mono face, deliberately. IBM Plex Mono gives the decimal
     point a full-width advance, which is invisible on the app's small stat
     tiles and reads as "$0 . 00" at 51px. Mono is used below for the figures
     that are actually stat-sized. */
  font-family: var(--display);
  font-size: 51px;
  letter-spacing: -2.7px;
  line-height: 1.1;
}
.plan-price small {
  font-size: 11px;
  color: #aab4c5;
}
.plan-billing-note {
  font-size: 10px;
  color: #aab4c5;
  margin-top: 10px;
  min-height: 20px;
}
.plan-collector .plan-billing-note {
  color: #aab4c5;
}
.plan-card > .button {
  width: 100%;
  margin-top: 23px;
  font-size: 12px;
  min-height: 48px;
  padding: 13px 15px;
}
.plan-inherits {
  border-top: 1px solid #223149;
  padding-top: 25px;
  margin-top: 27px;
  font-size: 11px;
  font-weight: 700;
  color: #aab4c5;
}
.plan-collector .plan-inherits {
  border-color: #344a68;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.plan-features li {
  position: relative;
  padding-left: 22px;
  margin-top: 12px;
  font-size: 12px;
  color: #aab4c5;
  line-height: 1.65;
}
.plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lime);
}
.plan-collector .plan-features li {
  color: #aab4c5;
}
.plan-collector .plan-features li::before {
  color: var(--lavender);
}
.plan-extra-note {
  color: #b56ffc;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 24px;
  max-width: 235px;
}
.plans-shared {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.plans-shared > .icon {
  color: var(--lime);
  width: 20px;
  height: 20px;
}
.plans-shared strong {
  color: #aab4c5;
}
.plans-shared a {
  color: var(--lime);
  margin-left: auto;
  white-space: nowrap;
  padding-block: 12px;
}
.plan-comparison {
  margin-top: 11px;
  border-bottom: 1px solid var(--line);
}
.plan-comparison > summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  min-height: 68px;
  align-items: center;
  font-family: var(--display);
  font-size: 17px;
  cursor: pointer;
}
.plan-comparison > summary::-webkit-details-marker {
  display: none;
}
.plan-comparison > summary > span {
  color: var(--lime);
  font-size: 25px;
  line-height: 1;
  transition: transform 0.2s;
}
.plan-comparison[open] > summary > span {
  transform: rotate(45deg);
}
.comparison-scroll {
  position: relative;
  min-width: 0;
  overflow-x: auto;
  margin-bottom: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
}
.comparison-scroll:focus-visible {
  outline-offset: -4px;
}
.comparison-scroll table {
  border-collapse: collapse;
  width: 100%;
  min-width: 580px;
  font-size: 12px;
}
.comparison-scroll th,
.comparison-scroll td {
  padding: 14px 18px;
  border-bottom: 1px solid #223149;
  text-align: center;
}
.comparison-scroll th[scope="row"],
.comparison-scroll th:first-child {
  text-align: left;
  width: 46%;
  font-weight: 400;
  color: #aab4c5;
}
.comparison-scroll thead {
  background: #121d31;
  font-family: var(--display);
  font-size: 14px;
}
.comparison-scroll thead th {
  font-weight: 700 !important;
  color: var(--text) !important;
}
.comparison-scroll td {
  color: var(--lime);
}
.comparison-scroll tbody tr:last-child > * {
  border-bottom: 0;
}
.comparison-scroll tbody tr:nth-child(even) {
  background: #a4eec004;
}
.comparison-note {
  font-size: 11px;
  line-height: 1.85;
  color: var(--muted);
  padding-bottom: 25px;
  max-width: 850px;
}
.pricing-footnote {
  text-align: center;
  font-size: 10px;
  line-height: 1.85;
  color: var(--muted);
  padding-top: 19px;
}
@media (max-width: 1150px) {
  .scan-section {
    column-gap: 40px;
  }
  .scan-copy h2 {
    font-size: 41px;
  }
  .scan-demo-wrap {
    padding: 0;
  }
  .scan-included a {
    margin-left: 23px;
  }
  .plan-grid {
    gap: 14px;
  }
  .plan-card {
    padding-inline: 22px;
  }
  .plan-price > span {
    font-size: 46px;
  }
  .pricing-heading {
    gap: 35px;
  }
  .pricing-heading h2 {
    font-size: 43px;
  }
  .plan-top .micro {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 900px) {
  .scan-section {
    column-gap: 25px;
  }
  .scan-copy h2 {
    font-size: 34px;
  }
  .scan-intro {
    font-size: 13px;
  }
  .scan-copy > .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
  }
  .scan-step {
    padding: 15px 10px;
    gap: 10px;
  }
  .scan-step strong {
    font-size: 14px;
  }
  .scan-step small {
    font-size: 11px;
  }
  .scan-step > .icon {
    display: none;
  }
  .scan-demo-top {
    padding-inline: 18px;
  }
  .scan-demo-top .sample-tag {
    font-size: 6px;
  }
  .scan-demo-heading h3 {
    font-size: 23px;
  }
  .scan-identity {
    padding-inline: 21px;
  }
  .scan-feedback {
    padding-inline: 19px;
    min-height: 92px;
  }
  .scan-details-strip {
    gap: 30px;
  }
  .pricing-heading h2 {
    font-size: 38px;
  }
  .pricing-heading .eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .pricing-intro > p {
    font-size: 13px;
  }
  .billing-options {
    gap: 9px;
  }
  .billing-toggle button {
    padding-inline: 16px;
  }
  .plan-card {
    padding: 22px 16px;
  }
  .plan-top .micro {
    font-size: 6px;
    letter-spacing: 0.7px;
    max-width: 112px;
  }
  .plan-symbol {
    width: 30px;
    height: 30px;
    flex: none;
  }
  .plan-card h3 {
    font-size: 25px;
  }
  .plan-description {
    font-size: 11px;
    min-height: 61px;
  }
  .plan-description br {
    display: none;
  }
  .plan-price {
    gap: 5px;
  }
  .plan-price > span {
    font-size: 38px;
    letter-spacing: -2px;
  }
  .plan-price small {
    font-size: 10px;
  }
  .plan-billing-note {
    min-height: 34px;
    font-size: 9px;
  }
  .plan-features li {
    font-size: 11px;
    padding-left: 18px;
  }
  .plan-card > .button {
    font-size: 11px;
    gap: 8px;
    padding-inline: 9px;
  }
  .plan-card > .button .icon {
    width: 16px;
    height: 16px;
  }
  .plans-shared {
    font-size: 11px;
  }
}
@media (max-width: 680px) {
  .scan-section {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 30px;
  }
  .scan-copy > .eyebrow {
    font-size: 7px;
    margin-bottom: 22px;
  }
  .scan-copy h2 {
    font-size: 37px;
    letter-spacing: -1.8px;
  }
  .scan-intro {
    font-size: 13px;
    margin-top: 20px;
  }
  .scan-step {
    padding: 17px 12px;
    gap: 13px;
  }
  .scan-step strong {
    font-size: 16px;
  }
  .scan-step small {
    font-size: 12px;
  }
  .scan-included {
    font-size: 11px;
    margin-top: 14px;
  }
  .scan-included a {
    margin-left: 23px;
  }
  .scan-demo-wrap {
    max-width: 450px;
    width: 100%;
    margin-inline: auto;
  }
  .scan-demo-top {
    padding-inline: 19px;
  }
  .scan-demo-heading h3 {
    font-size: 27px;
  }
  .scan-demo-top .sample-tag {
    font-size: 7px;
  }
  .scan-feedback {
    min-height: 82px;
    padding: 16px 20px;
  }
  .scan-feedback p {
    font-size: 12px;
  }
  .scan-art-tag {
    font-size: 9px;
    right: 14px;
  }
  .scan-caption {
    font-size: 10px;
  }
  .scan-details-strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 19px;
    padding-top: 22px;
  }
  .scan-details-strip p {
    font-size: 12px;
  }
  .pricing-section {
    padding-bottom: 25px;
  }
  .pricing-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin-bottom: 27px;
  }
  .pricing-heading h2 {
    font-size: 38px;
    letter-spacing: -1.8px;
  }
  .pricing-heading .eyebrow {
    margin-bottom: 20px;
  }
  .pricing-intro {
    justify-self: start;
    max-width: 100%;
  }
  .pricing-intro > p {
    font-size: 13px;
  }
  .billing-options {
    gap: 16px;
    margin-top: 20px;
  }
  .billing-toggle button {
    font-size: 12px;
    padding-inline: 19px;
  }
  .billing-saving {
    font-size: 9px;
  }
  .plan-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .plan-card {
    padding: 27px;
  }
  .plan-top .micro {
    font-size: 7px;
    max-width: none;
    letter-spacing: 1px;
  }
  .plan-symbol {
    width: 35px;
    height: 35px;
  }
  .plan-card h3 {
    font-size: 30px;
    margin-top: 22px;
  }
  .plan-description {
    font-size: 13px;
    min-height: 0;
  }
  .plan-description br {
    display: block;
  }
  .plan-price {
    margin-top: 25px;
    gap: 9px;
  }
  .plan-price > span {
    font-size: 53px;
    letter-spacing: -2.8px;
  }
  .plan-price small {
    font-size: 12px;
  }
  .plan-billing-note {
    font-size: 11px;
    min-height: 20px;
  }
  .plan-card > .button {
    font-size: 13px;
    min-height: 49px;
    gap: 18px;
  }
  .plan-inherits {
    font-size: 12px;
    padding-top: 23px;
    margin-top: 25px;
  }
  .plan-features li {
    font-size: 13px;
    padding-left: 24px;
    margin-top: 12px;
  }
  .plan-extra-note {
    font-size: 12px;
  }
  .plans-shared {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    padding-block: 23px;
  }
  .plans-shared > p {
    flex: 1;
    min-width: 230px;
  }
  .plans-shared strong {
    display: block;
    margin-bottom: 3px;
  }
  .plans-shared a {
    margin-left: 30px;
    padding-top: 3px;
  }
  .plan-comparison > summary {
    font-size: 16px;
  }
  .comparison-note,
  .pricing-footnote {
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  .scan-copy h2 {
    font-size: 33px;
  }
  .scan-step {
    padding-inline: 8px;
    gap: 10px;
  }
  .scan-step strong {
    font-size: 14px;
  }
  .scan-demo-top {
    padding-inline: 14px;
  }
  .scan-demo-top > span:first-child {
    font-size: 8px;
  }
  .scan-demo-top .sample-tag {
    font-size: 6px;
  }
  .scan-demo-heading h3 {
    font-size: 25px;
  }
  .pricing-heading h2 {
    font-size: 34px;
  }
  .billing-options {
    gap: 10px;
  }
  .billing-toggle button {
    padding-inline: 14px;
  }
  .billing-saving {
    font-size: 8px;
  }
  .plan-card {
    padding-inline: 23px;
  }
}
.tool-number {
  color: #25cd62;
}
.orbit-field {
  position: absolute;
  inset: -15px 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 680px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .orbit {
    max-width: 85%;
    max-height: 310px;
  }
  .nav-actions .button,
  .menu-toggle {
    min-height: 44px;
  }
  .menu-toggle {
    min-width: 44px;
  }
  .achievement-mini {
    right: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}

/* Wrapper used only to scope a translation key to the text of a heading,
   leaving decorative inline SVG out of it. It must not create a box. */
.i18n-rich {
  display: contents;
}
