/* ---------- Tokens: Lemon Squeezy palette, type and shape ---------- */
:root {
  --purple: #5423e7; --purple-2: #4619cf; --purple-tint: #efeafd;
  --on-purple-2: #d9d0ff; --on-purple-line: rgba(255, 255, 255, 0.16); --on-purple-fill: rgba(255, 255, 255, 0.1);
  --yellow: #ffc233; --yellow-2: #ffd266; --yellow-tint: #fff3d1;
  --ink: #121217; --ink-2: #2a2a3c; --muted: #6c6c89;
  --page: #f7f7f8; --white: #ffffff; --line: #e6e6ec; --line-2: #cfcfd8;
  --pink: #d6106a; --pink-tint: #ffe3f6;
  --blue: #0075ad; --blue-tint: #dcf0ff;
  --green: #1e874c; --green-bright: #22c55e; --green-tint: #dff7ea;
  --peach-tint: #ffe9df;
  --red: #dc2626; --red-tint: #fdecec;
  --blurple: #5865f2;
  --shadow-card: 0 2px 4px rgba(17, 17, 46, 0.06), 0 8px 13px rgba(17, 17, 46, 0.09);
  --shadow-lg: 0 15px 20px rgba(8, 4, 55, 0.15), 0 2px 4px rgba(8, 4, 55, 0.06);
  --radius: 16px; --radius-sm: 8px; --pill: 999px;
  --head: "Figtree", Inter, system-ui, sans-serif;
  --font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --wrap: 1152px; --gutter: clamp(16px, 5vw, 48px);
  color-scheme: light;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--white); }
body.no-scroll { overflow: hidden; }
[hidden] { display: none !important; }
img { max-width: 100%; }
a { color: var(--purple); }
h1, h2, h3 { font-family: var(--head); font-weight: 500; line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 0.4em; }
h2 { font-size: clamp(2rem, 4.2vw, 3.25rem); letter-spacing: -0.03em; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
b, strong { font-weight: 600; }
code { font-family: var(--mono); font-size: 0.9em; background: var(--page); border: 1px solid var(--line); padding: 0.1em 0.4em; border-radius: 6px; }
.muted { color: var(--muted); }
.small { font-size: 0.9rem; }
.center { text-align: center; }
.error { color: var(--red); }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 120px); }
.section--page { background: var(--page); }
.section__head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 28px 64px; align-items: end; margin-bottom: clamp(32px, 5vw, 56px); }
.section__head h2 { margin: 0; }
.lead { font-size: 1.125rem; color: var(--muted); margin: 0; }
.lead b { color: var(--ink); }
.eyebrow { display: block; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 18px; color: var(--purple); }
.eyebrow--pink { color: var(--pink); }
.eyebrow--blue { color: var(--blue); }
.eyebrow--green { color: var(--green); }
.eyebrow--yellow { color: var(--yellow); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 2px; border-radius: 6px; }
.band :focus-visible { outline-color: var(--yellow); }

@media (prefers-reduced-motion: reduce) {
  .mcfig, .mcfig__limb, .rich__coins i, .rich__pile i { animation: none !important; }
  .rich__pile i { opacity: 1; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}

/* ---------- Dots, pills, tags, check lists ---------- */
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--muted); flex: 0 0 8px; }
.dot--green { background: var(--green-bright); box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18); }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: var(--pill); border: 1px solid var(--line); background: var(--white); font-size: 0.9rem; font-weight: 500; white-space: nowrap; }
.pill--sale { border-color: transparent; background: var(--red-tint); color: var(--red); font-weight: 600; }
.tag { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: var(--pill); font-size: 0.74rem; font-weight: 600; margin-left: 6px; vertical-align: middle; }
.tag--green { background: var(--green-tint); color: var(--green); }
.tag--accent { background: var(--purple-tint); color: var(--purple); }
.tag--muted { background: var(--page); color: var(--muted); border: 1px solid var(--line); }
.checks { list-style: none; margin: 0; padding: 0; }
.checks li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 0.95rem; }
.checks li:first-child { border-top: 0; }
.checks li::before { content: ""; flex: 0 0 22px; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: var(--green-bright) url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E") center / 12px no-repeat; }

/* ---------- Buttons and links: pills, like Lemon Squeezy ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 10px 24px; border-radius: var(--pill);
  border: 1px solid transparent; background: var(--ink); color: var(--white);
  font: inherit; font-weight: 600; cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: background 0.12s ease, transform 0.08s ease, border-color 0.12s ease;
}
.btn:hover { background: var(--ink-2); color: var(--white); }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }
/* Yellow is reserved for buying actions: the one warm element on the page. */
.btn--gold { background: var(--yellow); color: var(--ink); }
.btn--gold:hover { background: var(--yellow-2); color: var(--ink); }
.btn--white { background: var(--white); color: var(--ink); }
.btn--white:hover { background: #efeafd; color: var(--ink); }
.btn--purple { background: var(--purple); color: #fff; }
.btn--purple:hover { background: var(--purple-2); color: #fff; }
.btn--ghost { background: transparent; border-color: var(--line-2); color: var(--ink); }
.btn--ghost:hover { background: var(--page); border-color: var(--ink); color: var(--ink); }
.btn--ghost-light { background: transparent; border-color: rgba(255, 255, 255, 0.35); color: #fff; }
.btn--ghost-light:hover { background: var(--on-purple-fill); border-color: #fff; color: #fff; }
.btn--blurple { background: var(--blurple); color: #fff; }
.btn--blurple:hover { background: #4752c4; color: #fff; }
.btn--block { width: 100%; }
.btn--lg { min-height: 56px; padding-inline: 30px; font-size: 1.05rem; }
.btn--sm { min-height: 38px; padding: 6px 16px; font-size: 0.9rem; }
.btn--arrow::after { content: "\2192"; font-weight: 500; transition: transform 0.2s ease; }
.btn--arrow:hover::after { transform: translateX(3px); }
.btn svg { width: 18px; height: 18px; }
.icon-btn {
  position: relative; width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid var(--line); background: var(--white); color: var(--ink);
  cursor: pointer; font: inherit; text-decoration: none;
}
.icon-btn svg { width: 22px; height: 22px; display: block; overflow: visible; }
.icon-btn:hover { background: var(--page); color: var(--ink); }
.icon-btn .count {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 6px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--pill); background: var(--yellow); color: var(--ink); font-size: 0.72rem; font-weight: 700;
}
.icon-btn.is-bump { animation: bump 0.35s ease; }
@keyframes bump { 30% { transform: scale(1.15); } }
.link { background: none; border: 0; padding: 0; color: var(--purple); font: inherit; font-weight: 500; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.link--danger { color: var(--muted); font-size: 0.9rem; }
.link--danger:hover { color: var(--red); }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; background: none; border: 0; padding: 0; color: var(--ink); font: inherit; font-weight: 500; cursor: pointer; text-decoration: none; }
.arrow-link::after { content: "\2192"; color: var(--purple); transition: transform 0.2s ease; }
.arrow-link:hover::after { transform: translateX(3px); }
.chip-ip {
  display: inline-flex; align-items: center; gap: 12px; padding: 7px 7px 7px 16px; border-radius: var(--pill);
  border: 1px solid var(--line-2); background: var(--white); color: var(--ink); font: inherit; cursor: pointer;
}
.chip-ip__addr { font-family: var(--mono); font-size: 0.95rem; }
.chip-ip__copy { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--pill); background: var(--page); color: var(--ink); }
.chip-ip:hover { border-color: var(--ink); }

/* ---------- Announcement strip ---------- */
.announce { background: var(--yellow); color: var(--ink); }
.announce__inner { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; padding-block: 9px; font-size: 0.92rem; text-align: center; }
.announce code { background: rgba(255, 255, 255, 0.55); border-color: transparent; }
.announce .btn { min-height: 36px; padding: 4px 16px; font-size: 0.9rem; }

/* ---------- Purple band: header, hero, closing call to action, footer ---------- */
.band { background: var(--purple); color: #fff; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--purple); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-family: var(--head); font-weight: 600; font-size: 1.25rem; letter-spacing: -0.02em; }
.brand:hover { color: #fff; }
.brand img { width: 30px; height: 30px; }
.nav { display: flex; gap: 28px; }
.nav a { color: rgba(255, 255, 255, 0.85); font-weight: 500; text-decoration: none; font-size: 0.98rem; }
.nav a:hover { color: #fff; }
.header__right { display: flex; align-items: center; gap: 10px; }
.band .pill { background: var(--on-purple-fill); border-color: transparent; color: #fff; }
.band .icon-btn { background: transparent; border-color: rgba(255, 255, 255, 0.3); color: #fff; }
.band .icon-btn:hover { background: var(--on-purple-fill); color: #fff; }

/* ---------- Hero ---------- */
.hero { position: relative; --hero-top: clamp(16px, 2vw, 24px); --hero-bottom: clamp(28px, 4vw, 48px); --feed-x: clamp(16px, 2.5vw, 40px); --feed-w: min(320px, calc(50vw - 290px)); padding-block: var(--hero-top) var(--hero-bottom); }
.hero__title { font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.1; letter-spacing: -0.03em; color: #fff; }
.hero .chip-ip { background: var(--on-purple-fill); border-color: rgba(255, 255, 255, 0.28); color: #fff; }
.hero .chip-ip__copy { background: rgba(255, 255, 255, 0.16); color: #fff; }
.hero .chip-ip:hover { border-color: #fff; }
.hero .pill--sale { background: var(--yellow); color: var(--ink); }
/* The product visual: a tilted stack of delivery receipts, the way Lemon Squeezy shows purchase notifications. */
.receipt { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: var(--white); color: var(--ink); box-shadow: var(--shadow-lg); min-width: 0; }
.receipt__avatar, .receipt__icon { width: 34px; height: 34px; border-radius: 9px; flex: 0 0 34px; display: inline-flex; align-items: center; justify-content: center; }
.receipt__avatar { background: var(--page); image-rendering: pixelated; }
.receipt__icon { background: var(--green-tint); color: var(--green); }
.receipt__icon svg { width: 20px; height: 20px; }
.receipt__main { flex: 1; min-width: 0; line-height: 1.3; font-size: 0.95rem; }
.receipt__main b { display: block; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.receipt__main span { color: var(--muted); font-size: 0.85rem; }
.receipt__side { font-weight: 600; color: var(--green); font-size: 0.88rem; white-space: nowrap; }
.receipt--status { background: var(--ink); color: #fff; }
.receipt--status .receipt__icon { background: rgba(255, 255, 255, 0.12); }
.receipt--status .receipt__main span { color: rgba(255, 255, 255, 0.72); }
.receipt--status .receipt__side { color: var(--yellow); }

/* ---------- Store ---------- */
.tabs { display: flex; flex-wrap: wrap; gap: 4px; padding: 5px; border-radius: var(--pill); background: var(--page); width: fit-content; max-width: 100%; margin-bottom: 26px; }
.tab { font: inherit; font-weight: 500; font-size: 0.95rem; min-height: 40px; padding: 6px 18px; border-radius: var(--pill); border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.tab:hover { color: var(--ink); }
.tab.is-on { background: var(--white); color: var(--ink); box-shadow: var(--shadow-card); }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; align-items: start; }
.cards--solo { grid-template-columns: 1fr; }
@media (min-width: 900px) {
  .cards:not(.cards--solo) { grid-template-columns: repeat(3, 1fr); }
  .card--currency { grid-column: 1 / -1; }
}
.card { position: relative; display: flex; flex-direction: column; border-radius: var(--radius); background: var(--white); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-card); overflow: hidden; }
.pack { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.pack__main { padding: clamp(22px, 3vw, 36px); display: flex; flex-direction: column; gap: 18px; }
.pack__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pack__head .eyebrow { margin: 0; }
.pack__aside { background: var(--purple-tint); padding: clamp(22px, 3vw, 36px); display: flex; flex-direction: column; gap: 18px; justify-content: center; }
.pack__art { display: flex; align-items: center; justify-content: center; min-height: 140px; }
.pack__img { max-height: 140px; max-width: 70%; object-fit: contain; image-rendering: pixelated; }
.pack__aside .checks li { border-color: rgba(84, 35, 231, 0.14); }
.badge { display: inline-flex; align-items: center; padding: 5px 12px; border-radius: var(--pill); background: var(--purple); color: #fff; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.badge--instant { background: var(--green-tint); color: var(--green); }
.card__art { display: flex; align-items: center; justify-content: center; height: 170px; background: var(--pink-tint); }
.card__art--lav { background: var(--purple-tint); }
.card__art--sky { background: var(--blue-tint); }
.card__art--mint { background: var(--green-tint); }
.card__art img { max-height: 130px; max-width: 70%; object-fit: contain; image-rendering: pixelated; }
.card__body { display: flex; flex-direction: column; gap: 14px; padding: 22px 24px 24px; }
.card__title { margin: 0; font-size: 1.4rem; }
.card__price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.card__price s { color: var(--muted); font-size: 1rem; }
.price { font-family: var(--head); font-size: 2.6rem; font-weight: 500; letter-spacing: -0.03em; line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.price--sale { color: var(--red); }
.per { color: var(--muted); font-size: 0.95rem; }
.card__desc { margin: 0; color: var(--muted); font-size: 0.95rem; }
.card__total { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: 0.95rem; }
.card__total b { color: var(--ink); font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.card__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.card__actions .btn--gold { flex: 1 1 100%; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  min-width: 72px; min-height: 52px; padding: 8px 12px 6px; border-radius: 12px;
  border: 1px solid var(--line-2); background: var(--white); color: var(--ink); cursor: pointer; font: inherit;
}
.chip b { font-size: 1rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.chip small { font-size: 0.74rem; color: var(--green); font-weight: 600; min-height: 1em; }
.chip:hover { border-color: var(--ink); }
.chip.is-on { border-color: var(--purple); background: var(--purple-tint); box-shadow: inset 0 0 0 1px var(--purple); }
.chip__tag {
  position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
  font-style: normal; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 2px 7px; border-radius: var(--pill); background: var(--purple); color: #fff; white-space: nowrap;
}
.qty { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.qty__label { font-weight: 500; font-size: 0.95rem; }
.stepper { display: grid; grid-template-columns: 44px 64px 44px; border: 1px solid var(--line-2); border-radius: var(--pill); overflow: hidden; }
.stepper--sm { grid-template-columns: 32px 32px 32px; align-items: center; text-align: center; }
.stepper--sm span { font-weight: 600; font-size: 0.95rem; }
.stepper__btn { min-height: 44px; border: 0; background: var(--white); color: var(--ink); font-size: 1.15rem; cursor: pointer; line-height: 1; }
.stepper--sm .stepper__btn { min-height: 32px; font-size: 1rem; }
.stepper__btn:hover { background: var(--page); }
.stepper__input { width: 100%; min-height: 44px; text-align: center; border: 0; border-inline: 1px solid var(--line); background: var(--white); color: var(--ink); font: inherit; font-weight: 600; font-variant-numeric: tabular-nums; }
.stepper__input::-webkit-outer-spin-button, .stepper__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper__input { -moz-appearance: textfield; appearance: textfield; }

/* Coin stack and item block drawn with CSS: product art */
.coins { display: flex; align-items: flex-end; justify-content: center; height: 100px; padding-bottom: 10px; }
.coin {
  display: inline-block; width: 50px; height: 50px; border-radius: 50%;
  border: 3px solid #d99a25;
  background: radial-gradient(circle at 35% 35%, #ffe08a, #f5b942 55%, #b97a12);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.22), 0 6px 12px rgba(17, 17, 46, 0.18);
  margin-left: -22px;
}
.coin:first-child { margin-left: 0; }
.coin:nth-child(2) { transform: translateY(-7px); }
.coin:nth-child(3) { transform: translateY(-14px); }
.coin:nth-child(4) { transform: translateY(-21px); }
.coin:nth-child(5) { transform: translateY(-28px); }
.coin--sm { width: 26px; height: 26px; border-width: 2px; margin: 0; }
.cube { width: 78px; height: 78px; border-radius: 10px; background: linear-gradient(135deg, #b39cff 0 50%, #6f4de6 50% 100%); box-shadow: inset 0 0 0 6px rgba(18, 18, 23, 0.18), 0 10px 20px rgba(17, 17, 46, 0.18); }
.cube--sm { width: 26px; height: 26px; border-radius: 5px; box-shadow: inset 0 0 0 3px rgba(18, 18, 23, 0.18); display: inline-block; }
.card--skeleton { min-height: 420px; background: var(--page); border-color: transparent; box-shadow: none; overflow: hidden; }
.card--skeleton::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent); animation: shimmer 1.4s infinite; }
@keyframes shimmer { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
.paymethods { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.paymethods--center { justify-content: center; }
.paymethod { font-size: 0.78rem; font-weight: 600; padding: 4px 10px; border-radius: var(--pill); background: var(--page); color: var(--ink-2); white-space: nowrap; }

/* ---------- Two-column sections with a numbered hairline list ---------- */
.split { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 40px 80px; align-items: start; }
.split__sticky { position: sticky; top: 100px; }
.split__sticky h2 { margin-bottom: 18px; }
.numlist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.numlist li { display: grid; grid-template-columns: 48px 1fr; gap: 8px 16px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.numlist__n { font-size: 0.85rem; font-weight: 500; color: var(--pink); padding-top: 7px; font-variant-numeric: tabular-nums; }
.numlist h3 { margin: 0 0 6px; font-size: 1.5rem; }
.numlist p { margin: 0; color: var(--muted); }
.numlist p b { color: var(--ink); }

/* ---------- Reviews: pastel quote cards with a coloured base line ---------- */
.reviews__summary { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.quote { display: flex; flex-direction: column; gap: 14px; padding: 26px 26px 22px; border-radius: var(--radius); background: var(--purple-tint); border-bottom: 4px solid var(--purple); }
.quote--pink { background: var(--pink-tint); border-color: var(--pink); }
.quote--mint { background: var(--green-tint); border-color: var(--green-bright); }
.quote--sky { background: var(--blue-tint); border-color: var(--blue); }
.quote--peach { background: var(--peach-tint); border-color: #ff7a45; }
.quote--lemon { background: var(--yellow-tint); border-color: var(--yellow); }
.quote__text { margin: 0; font-family: var(--head); font-size: 1.2rem; line-height: 1.4; letter-spacing: -0.01em; flex: 1; }
.quote__foot { display: flex; align-items: center; gap: 12px; }
.quote__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--white); display: inline-flex; align-items: center; justify-content: center; font-weight: 600; color: var(--purple); box-shadow: var(--shadow-card); flex: 0 0 40px; }
.quote__who { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.quote__who b { font-weight: 600; }
.quote__who span { font-size: 0.85rem; color: var(--muted); }
.quote__when { margin-left: auto; font-size: 0.85rem; color: var(--muted); white-space: nowrap; }
.stars { color: var(--yellow); letter-spacing: 2px; }
.star { color: var(--yellow); }
.star--off { color: rgba(18, 18, 23, 0.15); }
.reviews__more { text-align: center; margin: 28px 0 0; }

/* ---------- FAQ: numbered hairline list ---------- */
.faq__head { display: flex; margin-top: 8px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; position: relative; display: block; padding: 22px 48px 22px 64px; list-style: none; font-family: var(--head); font-size: 1.25rem; font-weight: 500; letter-spacing: -0.01em; line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); color: var(--purple); font-size: 1.6rem; font-weight: 300; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq__num { position: absolute; left: 0; top: 27px; font-family: var(--font); font-size: 0.85rem; font-weight: 500; color: var(--green); font-variant-numeric: tabular-nums; }
.faq details p { margin: 0; padding: 0 0 24px 64px; color: var(--muted); }
.faq details p b { color: var(--ink); }

/* ---------- Community and support ---------- */
.help { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px 80px; align-items: center; }
.help__panel { border-radius: var(--radius); background: var(--purple-tint); min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 40px; text-align: center; }
.help__icon { width: 72px; height: 72px; border-radius: 20px; background: var(--blurple); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-lg); margin-bottom: 6px; }
.help__icon svg { width: 40px; height: 40px; }
.help__panel h3 { margin: 0; font-size: 1.5rem; }
.help__stats { display: flex; gap: 16px; color: var(--muted); font-size: 0.95rem; }
.help__panel .btn { margin-top: 8px; }
.help__copy h2 { margin-bottom: 18px; }
.linklist { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 28px; }
.linklist .arrow-link { font-size: 1.05rem; }

/* ---------- Closing call to action and footer, inside the purple band ---------- */
.cta { padding-block: clamp(64px, 9vw, 120px) clamp(48px, 6vw, 72px); }
.cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px 48px; align-items: center; }
.cta h2 { color: #fff; margin: 0; max-width: 16ch; }
.cta .eyebrow { color: var(--yellow); }
.site-footer { padding-block: 32px 44px; border-top: 1px solid var(--on-purple-line); color: var(--on-purple-2); font-size: 0.9rem; }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px 32px; }
.site-footer p { margin: 0; max-width: 560px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.site-footer .link, .site-footer a { color: var(--on-purple-2); text-decoration: none; font-weight: 500; }
.site-footer .link:hover, .site-footer a:hover { color: #fff; }
.site-footer .eyebrow { margin: 0; color: rgba(255, 255, 255, 0.6); }

/* ---------- Layers and modals ---------- */
.layer { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center; padding: 16px; }
.layer__backdrop { position: absolute; inset: 0; background: rgba(18, 18, 23, 0.55); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.modal { position: relative; width: min(520px, 100%); max-height: calc(100vh - 32px); overflow-y: auto; border-radius: 20px; background: var(--white); box-shadow: var(--shadow-lg); animation: pop 0.18s ease; }
@keyframes pop { from { transform: translateY(8px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal--wide { width: min(580px, 100%); }
.modal__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 22px 24px 12px; }
.modal__head h2 { margin: 0; font-size: 1.5rem; }
.modal__body { padding: 0 24px 24px; }
.modal__hero { text-align: center; padding: 28px 24px 8px; }
.modal__hero .avatar { margin-bottom: 10px; }
/* Payment received: the buyer's 3D figure cheers while coins rain and pile at their feet */
.rich { position: relative; width: 120px; height: 124px; margin: 0 auto 10px; display: flex; align-items: flex-end; justify-content: center; }
.rich .avatar { margin: 0 0 30px; }
.mcfig { position: relative; display: block; }
.mcfig__scene { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(-16deg) rotateY(-36deg); }
.mcfig__limb { position: absolute; transform-style: preserve-3d; transform-origin: 50% 0; }
.mcfig__cube { position: absolute; left: 0; top: 0; transform-style: preserve-3d; }
.mcfig__cube--over { transform: scale3d(1.12, 1.06, 1.12); }
.mcfig__face { position: absolute; display: block; image-rendering: pixelated; backface-visibility: hidden; }
.mcfig__face--left, .mcfig__face--right { filter: brightness(0.8); }
.mcfig__face--back { filter: brightness(0.7); }
.mcfig__face--bottom { filter: brightness(0.55); }
.mcfig__face--top { filter: brightness(1.08); }
.mcfig__head { transform-origin: 50% 100%; animation: mc-head 1.24s ease-in-out infinite; }
.mcfig__leg { animation: mc-leg 1.24s ease-in-out infinite; }
.mcfig__leg--r { animation-delay: -0.62s; }
.rich .mcfig { z-index: 1; margin-bottom: 4px; animation: mc-hop 0.62s ease-in-out infinite; }
.rich .mcfig__arm--r { animation: mc-cheer-r 0.62s ease-in-out infinite alternate; }
.rich .mcfig__arm--l { animation: mc-cheer-l 0.62s ease-in-out infinite alternate; animation-delay: -0.31s; }
@keyframes mc-head { 0%, 100% { transform: rotateY(-8deg); } 50% { transform: rotateY(8deg); } }
@keyframes mc-leg { 0%, 100% { transform: rotateX(24deg); } 50% { transform: rotateX(-24deg); } }
@keyframes mc-hop { 0%, 100% { transform: translateY(0); } 40% { transform: translateY(-6px); } }
@keyframes mc-cheer-r { from { transform: rotateZ(146deg) rotateX(10deg); } to { transform: rotateZ(172deg) rotateX(-10deg); } }
@keyframes mc-cheer-l { from { transform: rotateZ(-146deg) rotateX(10deg); } to { transform: rotateZ(-172deg) rotateX(-10deg); } }
.rich__coins, .rich__pile { position: absolute; inset: 0; pointer-events: none; display: none; }
.rich.has-skin .rich__coins, .rich.has-skin .rich__pile { display: block; }
.rich__coins i, .rich__pile i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #ffe08a, #f5b942 55%, #b97a12); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.22); }
.rich__coins i { top: -14px; animation: coin-fall 1.7s linear infinite; }
.rich__coins i:nth-child(1) { left: 4%; animation-delay: 0s; }
.rich__coins i:nth-child(2) { left: 84%; animation-delay: 0.35s; animation-duration: 1.9s; }
.rich__coins i:nth-child(3) { left: 44%; animation-delay: 0.7s; animation-duration: 1.5s; }
.rich__coins i:nth-child(4) { left: 20%; animation-delay: 1.05s; }
.rich__coins i:nth-child(5) { left: 66%; animation-delay: 1.3s; animation-duration: 2s; }
.rich__coins i:nth-child(6) { left: 10%; animation-delay: 1.6s; animation-duration: 1.6s; }
.rich__coins i:nth-child(7) { left: 74%; animation-delay: 0.2s; animation-duration: 2.1s; }
.rich__coins i:nth-child(8) { left: 34%; animation-delay: 1.85s; animation-duration: 1.8s; }
.rich__coins i:nth-child(9) { left: 56%; animation-delay: 0.9s; animation-duration: 2.2s; }
.rich__coins i:nth-child(10) { left: 90%; animation-delay: 1.45s; animation-duration: 1.6s; }
@keyframes coin-fall {
  0% { transform: translateY(0) scaleX(1); opacity: 0; }
  8% { opacity: 1; }
  45% { transform: translateY(56px) scaleX(0.25); }
  88% { opacity: 1; }
  100% { transform: translateY(124px) scaleX(1); opacity: 0; }
}
.rich__pile i { bottom: 0; opacity: 0; animation: pile-in 0.35s ease-out forwards; }
.rich__pile i:nth-child(1) { left: 6px; animation-delay: 0.9s; }
.rich__pile i:nth-child(2) { left: 20px; animation-delay: 1.1s; }
.rich__pile i:nth-child(3) { left: 34px; animation-delay: 1.3s; }
.rich__pile i:nth-child(4) { left: 48px; animation-delay: 1.5s; }
.rich__pile i:nth-child(5) { left: 62px; animation-delay: 1.7s; }
.rich__pile i:nth-child(6) { left: 76px; animation-delay: 1.9s; }
.rich__pile i:nth-child(7) { left: 90px; animation-delay: 2.1s; }
.rich__pile i:nth-child(8) { left: 13px; bottom: 7px; animation-delay: 2.4s; }
.rich__pile i:nth-child(9) { left: 27px; bottom: 7px; animation-delay: 2.6s; }
.rich__pile i:nth-child(10) { left: 41px; bottom: 7px; animation-delay: 2.8s; }
.rich__pile i:nth-child(11) { left: 55px; bottom: 7px; animation-delay: 3s; }
.rich__pile i:nth-child(12) { left: 69px; bottom: 7px; animation-delay: 3.2s; }
.rich__pile i:nth-child(13) { left: 83px; bottom: 7px; animation-delay: 3.4s; }
.rich__pile i:nth-child(14) { left: 48px; bottom: 14px; animation-delay: 3.8s; }
@keyframes pile-in { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }

.modal__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.modal__actions .btn { min-width: 130px; }
.avatar { width: 40px; height: 40px; border-radius: 10px; image-rendering: pixelated; background: var(--page); }
.avatar--lg { width: 64px; height: 64px; border-radius: 16px; }
.mcface { position: relative; display: block; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 10px; overflow: hidden; background: var(--page); }
.mcface i { position: absolute; inset: 0; image-rendering: pixelated; }

/* ---------- Checkout pieces ---------- */
.co-summary { border-radius: 14px; padding: 6px 16px; background: var(--page); }
.co-item { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; padding: 10px 0; }
.co-item + .co-item { border-top: 1px solid var(--line); }
.co-item__thumb { width: 44px; height: 44px; border-radius: 12px; background: var(--white); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-card); }
.co-item__thumb img { max-width: 32px; max-height: 32px; image-rendering: pixelated; }
.co-item__main { display: flex; flex-direction: column; line-height: 1.25; }
.co-item__line { font-weight: 600; font-variant-numeric: tabular-nums; }
.co-total { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0 10px; margin-top: 4px; border-top: 1px solid var(--line-2); }
.co-total b { font-family: var(--head); font-size: 1.5rem; font-weight: 500; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.co-deal { display: flex; align-items: center; gap: 12px; margin-top: 12px; padding: 12px 14px; border-radius: 14px; background: var(--green-tint); font-size: 0.92rem; }
.co-deal b { color: var(--green); }
.co-deal .btn { flex: 0 0 auto; }
.co-section { margin-top: 20px; }
.co-section h3 { font-size: 1.15rem; margin-bottom: 10px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: var(--pill); background: var(--page); margin-bottom: 12px; }
.segmented button { min-height: 40px; border: 0; border-radius: var(--pill); background: transparent; color: var(--muted); font: inherit; font-weight: 500; cursor: pointer; }
.segmented button.is-on { background: var(--white); color: var(--ink); box-shadow: var(--shadow-card); }
.input-row { display: flex; align-items: center; gap: 10px; }
.input-row input { flex: 1; }
.input-prefix { font-family: var(--mono); font-weight: 600; padding: 0 4px; }
label { display: block; font-weight: 500; margin-bottom: 6px; }
input[type="text"] { width: 100%; min-height: 50px; padding: 10px 16px; border-radius: 12px; border: 1px solid var(--line-2); background: var(--white); color: var(--ink); font: inherit; font-size: 1.05rem; }
input[type="text"]::placeholder { color: var(--muted); opacity: 1; }
input[type="text"]:focus { border-color: var(--purple); outline: none; box-shadow: 0 0 0 3px var(--purple-tint); }
.status { min-height: 1.4em; margin: 8px 0 0; font-size: 0.92rem; color: var(--muted); }
.status--ok { color: var(--green); }
.status--warn { color: #b45309; }
.status--invalid { color: var(--red); }
.status--checking::before { content: ""; display: inline-block; width: 12px; height: 12px; margin-right: 8px; border-radius: 50%; border: 2px solid var(--muted); border-top-color: transparent; animation: spin 0.8s linear infinite; vertical-align: -2px; }
@keyframes spin { to { transform: rotate(360deg); } }
.co-code { margin-top: 18px; }
.co-code__row { display: flex; gap: 8px; margin-top: 8px; }
.co-code__row input { text-transform: uppercase; }
.co-hint { margin: 8px 0 0; color: var(--muted); font-size: 0.85rem; }
.co-continue { margin-top: 18px; }
.co-trust { margin: 14px 0 0; color: var(--muted); font-size: 0.85rem; text-align: center; }
.co-trust svg { width: 14px; height: 14px; vertical-align: -2px; margin-right: 4px; }
.progress { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin: 0 0 12px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.progress b { color: var(--green); }
.steps { padding-left: 22px; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.steps li { padding-left: 4px; }
.steps .chip-ip { margin-top: 8px; }
.policy-body p { color: var(--ink-2); }

/* ---------- Toasts ---------- */
.toasts { position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 60; display: flex; flex-direction: column; gap: 8px; width: min(440px, calc(100% - 32px)); pointer-events: none; }
.toast { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; border-radius: 14px; background: var(--white); color: var(--ink); box-shadow: var(--shadow-lg); border-left: 4px solid var(--purple); font-size: 0.95rem; animation: pop 0.18s ease; transition: opacity 0.4s ease, transform 0.4s ease; pointer-events: auto; }
.toast--error { border-left-color: var(--red); }
.toast--success { border-left-color: var(--green-bright); }
.toast.is-out { opacity: 0; transform: translateY(6px); }
.toast__action { background: none; border: 0; color: var(--purple); font: inherit; font-size: 0.9rem; font-weight: 600; cursor: pointer; white-space: nowrap; }
body.is-busy .btn--gold { opacity: 0.75; cursor: progress; }

/* ---------- Sticky buy bar on phones ---------- */
.buybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; align-items: center; gap: 12px; padding: 10px var(--gutter); padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(17, 17, 46, 0.08); }
.buybar__info { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.buybar__info b { font-size: 0.95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buybar__info span { font-size: 0.8rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buybar .btn { min-height: 48px; padding-inline: 20px; flex: 0 0 auto; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero__grid, .section__head, .split, .help, .cta__inner, .pack { grid-template-columns: 1fr; }
  .section__head { align-items: start; }
  .split__sticky { position: static; }
  .hero__title { max-width: none; }
  .help__panel { min-height: 260px; }
  .cards:not(.cards--solo) { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
}
@media (max-width: 760px) {
  .header__inner { flex-wrap: wrap; row-gap: 10px; padding-block: 14px; }
  .nav { display: none; }
  .brand { flex: 1; min-width: 0; }
  .brand span { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .header__right { flex: 0 0 auto; }
  .hero { padding-top: 16px; }
  .hero__card .pack__main { padding: 18px; }
  .price { font-size: 2.2rem; }
  .modal__actions { flex-direction: column-reverse; }
  .modal__actions .btn { width: 100%; }
  .co-deal { flex-wrap: wrap; }
  .buybar.is-on { display: flex; }
  body.no-scroll .buybar { display: none; }
  body.has-buybar { padding-bottom: 76px; }
  body.has-buybar .toasts { bottom: 92px; }
}
@media (max-width: 480px) {
  /* Two icons plus the name fit a narrow phone; the Discord button stays in the community section, FAQ and delivery screen. */
  .site-header [data-href="discord"] { display: none; }
  .paylogos { gap: 8px 20px; }
  .paylogos .paymethod { font-size: 1rem; }
}

/* ---------- Contrast fixes on tinted surfaces ---------- */
.quote__who span, .quote__when, .help__stats { color: #585874; }
.badge--instant, .receipt__icon { color: #166a3b; }
.site-footer .eyebrow { color: var(--on-purple-2); }

/* ---------- Crypto option ---------- */
.co-pay { margin-top: 14px; }
.segmented--pay { margin-bottom: 0; }
.segmented--pay button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 58px; padding: 8px 10px; line-height: 1.2; }
.segmented--pay b { font-size: 0.95rem; font-weight: 600; color: inherit; }
.segmented--pay span { font-size: 0.78rem; font-weight: 600; color: var(--green); }
.co-line { display: flex; justify-content: space-between; align-items: baseline; padding: 6px 0 2px; color: var(--green); font-size: 0.95rem; }
.co-line b { color: var(--green); font-variant-numeric: tabular-nums; }
.paymethod--crypto { background: var(--yellow-tint); color: #7a4d00; }

/* ---------- Hero: headline, centred buy card, live receipts either side ---------- */
.hero__title { text-align: center; max-width: 34ch; margin: 0 auto clamp(14px, 2vw, 20px); }
/* Full-bleed stage: the feed hugs the left edge of the page, the card stays centred, the feed column is as tall as the card. */
.hero__stage { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 500px) minmax(0, 1fr); grid-template-rows: auto; column-gap: clamp(16px, 2.5vw, 32px); align-items: start; width: 100vw; margin-left: calc(50% - 50vw); padding-inline: clamp(16px, 2.5vw, 40px); box-sizing: border-box; }
.hero__buy { grid-column: 2; grid-row: 1; min-width: 0; }
/* The feed column runs from the top of the headline to the bottom of the purple band, beside the centred card. */
.live { position: absolute; left: var(--feed-x); top: var(--hero-top); bottom: var(--hero-bottom); width: var(--feed-w); display: flex; flex-direction: column; min-height: 0; }
.receipt__coin { width: 20px; height: 16px; vertical-align: -3px; image-rendering: pixelated; }
.feed { position: relative; }
.feed::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 36px; background: linear-gradient(to bottom, rgba(84, 35, 231, 0), var(--purple)); pointer-events: none; }
.live__more { flex: 0 0 auto; margin: 6px 0 0; padding-left: 4px; font-size: 0.78rem; font-weight: 500; color: rgba(255, 255, 255, 0.72); display: flex; align-items: center; gap: 8px; }
.live__more::before { content: "⋯"; font-size: 1.1rem; line-height: 1; letter-spacing: 0.1em; }
.feed { flex: 1; min-height: 0; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.live__head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: 6px 0 14px; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.72); }
.live__label { display: inline-flex; align-items: center; gap: 8px; color: #fff; }
#live-online { letter-spacing: 0; text-transform: none; font-weight: 500; font-size: 0.88rem; }
.live.is-off .dot--green { background: var(--red); box-shadow: none; }
.live .tag--muted { background: var(--on-purple-fill); color: var(--on-purple-2); border: 0; margin: 0; }
.feed > * { flex: 0 0 auto; box-shadow: var(--shadow-card); }
.feed > [hidden] { display: none; }
.receipt__main b { white-space: normal; font-size: 0.88rem; }
.receipt__main span { font-size: 0.8rem; }
.receipt__side { font-size: 0.78rem; font-style: normal; }
.receipt--claim .receipt__side { color: var(--purple); }
.receipt.is-new { animation: receipt-in 0.45s ease-out; }
@keyframes receipt-in { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }
.hero__card .card--currency { border: 0; box-shadow: var(--shadow-lg); }
.hero__card .pack__main { padding: 12px 22px 16px; gap: 8px; }
.pack__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.amount { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.card--currency .card__price, .card--currency .chips { justify-content: center; }
.card--currency .chips { flex-wrap: nowrap; padding-top: 6px; }
.chip__bubble {
  position: absolute; top: -9px; right: -5px;
  font-style: normal; font-size: 0.62rem; font-weight: 700; line-height: 1;
  padding: 3px 6px; border-radius: var(--pill); background: var(--green-bright); color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); white-space: nowrap;
}
.card--currency .chip { flex: 1 1 0; min-width: 0; min-height: 46px; padding: 6px 4px; }
.card--currency .chip b { font-size: 0.95rem; }
.amount__n { font-family: var(--head); font-size: 3rem; font-weight: 600; letter-spacing: -0.035em; line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.amount__icon { width: 52px; height: 42px; image-rendering: pixelated; }
.price--md { font-size: 1.4rem; font-weight: 600; }
.stepper--units { grid-template-columns: 56px 1fr 56px; width: 100%; }
.stepper--units .stepper__btn { min-height: 52px; font-size: 1.35rem; }
.stepper__field { display: flex; align-items: center; justify-content: center; gap: 2px; border-inline: 1px solid var(--line); }
.stepper__field .stepper__input { flex: 0 0 auto; width: 4.6ch; min-height: 52px; border: 0; font-size: 1.25rem; text-align: right; padding: 0; }
.stepper__suffix { font-weight: 600; font-size: 1.25rem; }
/* The whole bar lights up on focus; a ring around the narrow number box alone looked like a stray button. */
.stepper__field .stepper__input:focus, .stepper__field .stepper__input:focus-visible { outline: none; box-shadow: none; }
.stepper--units:focus-within { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(84, 35, 231, 0.22); }
.stepper__btn:disabled { color: var(--line-2); cursor: default; background: var(--white); }
.pack__row .card__total { flex: 1 1 auto; justify-content: flex-end; }
.pack__skeleton { position: relative; min-height: 300px; border-radius: 12px; background: var(--page); overflow: hidden; }
.pack__skeleton::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent); animation: shimmer 1.4s infinite; }
.hero__empty { margin: 0; padding: 24px; border-radius: var(--radius); background: var(--on-purple-fill); color: #fff; }
.error--light { color: #ffd6d6; }
.link--light { color: #fff; }
.pack__head--end { justify-content: center; }
.no-currency .hero__stage { grid-template-columns: 1fr; }

/* Username panel on top of the buy card */
.who { display: flex; gap: 14px; align-items: center; padding: 10px 22px 8px; background: var(--purple-tint); border-bottom: 1px solid rgba(84, 35, 231, 0.12); }
.who__figure { position: relative; flex: 0 0 64px; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
.who__figure::before { content: "?"; width: 44px; height: 44px; border-radius: 50%; border: 2px dashed rgba(84, 35, 231, 0.3); display: flex; align-items: center; justify-content: center; color: var(--purple); font-family: var(--head); font-weight: 600; font-size: 1.3rem; }
.who__figure.has-skin::before { display: none; }
.who__skin { width: 64px; height: 64px; border-radius: 12px; image-rendering: pixelated; }
.who__face { flex-basis: 64px; width: 64px; height: 64px; border-radius: 12px; }
.who__main { flex: 1; min-width: 0; }
.who__row { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 6px; }
.who__row label { margin: 0; font-size: 0.9rem; }
.segmented--mini { margin: 0; padding: 3px; display: inline-grid; }
.segmented--mini button { min-height: 28px; padding: 0 10px; font-size: 0.8rem; }
.who input[type="text"] { min-height: 44px; font-size: 1rem; }
.who .status { margin-top: 4px; font-size: 0.85rem; min-height: 1.2em; }

/* Accepted payment methods, the original row under the hero */
.payrow { width: 100vw; margin-left: calc(50% - 50vw); box-sizing: border-box; padding-inline: calc(var(--feed-x) + var(--feed-w) + 24px); margin-top: clamp(24px, 4vw, 40px); padding-top: 22px; display: flex; align-items: center; justify-content: center; gap: 16px 36px; flex-wrap: wrap; }
.payrow .eyebrow { margin: 0; color: rgba(255, 255, 255, 0.6); }
.paylogos { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; }
.paylogos .paymethod { font-family: var(--head); font-weight: 600; font-size: 1.15rem; color: #fff; background: transparent; padding: 0; border-radius: 0; }
.paylogos .paymethod--crypto { color: var(--yellow); background: transparent; }

@media (max-width: 960px) {
  .hero__stage { display: block; width: auto; margin-left: 0; padding-inline: 0; }
  .live { position: static; width: auto; margin-bottom: 16px; }
  .payrow { width: auto; margin-left: 0; padding-inline: 0; border-top: 1px solid var(--on-purple-line); }
  .feed { overflow: visible; }
  .feed::after { display: none; }
  .live__head { margin: 0 0 10px; }
  .feed { flex-direction: row; gap: 12px; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 4px; scrollbar-width: none; }
  .feed::-webkit-scrollbar { display: none; }
  .feed > * { flex: 0 0 min(320px, 90%); scroll-snap-align: start; margin: 0 !important; }
}
@media (max-width: 480px) {
  .announce__more { display: none; }
  .who { padding: 14px 16px 10px; }
  .hero__card .pack__main { padding: 16px 16px 18px; }
}

/* ---------- Free Friday ---------- */
.announce__timer { font-variant-numeric: tabular-nums; font-weight: 600; }
.friday__hero { text-align: center; padding: 6px 0 20px; }
.friday__amount { display: block; font-family: var(--head); font-size: clamp(2rem, 6vw, 2.8rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; color: var(--ink); }
.friday__free { display: block; margin-top: 4px; font-weight: 600; color: var(--purple); }
.friday__when { margin: 10px 0 0; color: var(--muted); font-size: 0.95rem; }
.friday__form { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.friday__form .btn { width: 100%; margin-top: 12px; }
.friday__done { margin-top: 20px; padding: 16px; border-radius: 14px; background: var(--green-tint); color: #166a3b; }
.friday__done p { margin: 0; }
.friday__done p + p { margin-top: 10px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.friday__done code { background: var(--white); border-color: transparent; font-size: 1rem; color: var(--ink); }
