/* SlotPast — slotpast.com
   Same palette as the app window: slate neutrals, one jade accent, gold only for Lifetime.
   Colour means something; it is never decoration. */

:root {
  color-scheme: dark;
  --bg: #0a0b0d;
  --bg-2: #0e0f12;
  --panel: #141518;
  --panel-2: #191a1e;
  --sunken: #0c0d0f;
  --line: #24262b;
  --line-strong: #34363d;
  --ink: #eef0f2;
  --muted: #a3a8b0;
  --faint: #6f747d;

  --accent: #2fbf94;
  --accent-ink: #5fd8b1;
  --accent-soft: #0f2a21;
  --accent-line: #1d5a47;
  --glow: rgba(47, 191, 148, .35);

  --gold: #e3b341;
  --gold-soft: #2a2211;
  --bad: #ff6369;
  --bad-soft: #2f1516;

  --cap-top: #34363b;
  --cap-bottom: #26282c;
  --cap-side: #121315;
  --cap-edge: #060607;
  --cap-shadow: rgba(0, 0, 0, .55);
  --plate: #1b1c20;
  --plate-edge: #0f1012;

  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI Variable Text", "Segoe UI", Inter, system-ui, sans-serif;
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI Variable Display", "Segoe UI", Inter, system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;

  --ease: cubic-bezier(.2, .8, .2, 1);
  --spring: cubic-bezier(.3, 1.5, .5, 1);
  --wrap: 1120px;
  --gutter: clamp(16px, 4vw, 32px);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 16px/1.55 var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, p { margin: 0; }
::selection { background: var(--accent); color: #04140e; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 8px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }

/* ------------------------------------------------------------ type */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px 6px 8px; border-radius: 99px;
  font: 600 13px/1 var(--sans); color: var(--muted);
  background: color-mix(in srgb, var(--panel) 80%, transparent); border: 1px solid var(--line);
}
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft), 0 0 12px var(--glow); }
.h2 { font: 700 clamp(30px, 4.6vw, 48px)/1.06 var(--display); letter-spacing: -.035em; text-wrap: balance; }
.lede { margin-top: 14px; font-size: clamp(16px, 1.6vw, 18px); color: var(--muted); max-width: 560px; text-wrap: pretty; }
.head { margin-bottom: clamp(32px, 5vw, 52px); }
.head.center { text-align: center; }
.head.center .lede { margin-left: auto; margin-right: auto; }
.accent { color: var(--accent-ink); }

.kbd.mod-glyph, kbd.mod-glyph { font-family: var(--sans); }
kbd, .kbd {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 1.7em; height: 1.7em; padding: 0 .42em; margin: 0 .08em;
  font: 600 .78em/1 var(--mono); color: var(--ink); vertical-align: .08em;
  background: linear-gradient(var(--cap-top), var(--cap-bottom));
  border: 1px solid var(--line-strong); border-bottom-width: 2px; border-radius: .38em;
}

/* ------------------------------------------------------------ buttons: keycaps you press */
.btn {
  --b-top: var(--panel-2); --b-bot: var(--panel); --b-side: #07080a; --b-ink: var(--ink); --b-line: var(--line-strong);
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 48px; padding: 0 20px; border-radius: 14px;
  font: 650 15px/1 var(--sans); color: var(--b-ink); white-space: nowrap;
  background: linear-gradient(var(--b-top), var(--b-bot));
  border: 1px solid var(--b-line);
  box-shadow: 0 1px 0 rgba(255,255,255,.07) inset, 0 4px 0 var(--b-side), 0 10px 20px -8px rgba(0,0,0,.6);
  transform: translateY(-2px);
  transition: transform .12s var(--ease), box-shadow .12s var(--ease), filter .2s;
  -webkit-tap-highlight-color: transparent; user-select: none;
}
.btn:hover { filter: brightness(1.08); }
.btn:active, .btn.pressed { transform: translateY(2px); box-shadow: 0 1px 0 rgba(255,255,255,.07) inset, 0 0 0 var(--b-side), 0 3px 8px -4px rgba(0,0,0,.6); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn.go { --b-top: #3fd3a6; --b-bot: #25a880; --b-side: #0f5c45; --b-ink: #03140e; --b-line: #46dbb0; }
.btn.gold { --b-top: #f0c65a; --b-bot: #c9951f; --b-side: #6d4d0a; --b-ink: #1d1402; --b-line: #f4cf6e; }
.btn.sm { height: 38px; padding: 0 14px; font-size: 14px; border-radius: 11px; box-shadow: 0 1px 0 rgba(255,255,255,.07) inset, 0 3px 0 var(--b-side), 0 8px 14px -8px rgba(0,0,0,.6); }
.btn.wide { width: 100%; }
.btn .ripple { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; background: rgba(255,255,255,.35); transform: scale(0); animation: ripple .6s var(--ease) forwards; }
@keyframes ripple { to { transform: scale(1); opacity: 0; } }
.link { color: var(--accent-ink); font-weight: 600; }
.link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ------------------------------------------------------------ nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s;
}
.nav.scrolled { border-bottom-color: var(--line); }
.nav .wrap { display: flex; align-items: center; gap: 20px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font: 750 19px/1 var(--display); letter-spacing: -.03em; }
.brand img { width: 32px; height: 32px; border-radius: 8px; box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 6px 16px -6px var(--glow); }
.nav ul { display: flex; gap: 4px; margin: 0 0 0 auto; padding: 0; list-style: none; }
.nav ul a { display: block; padding: 8px 12px; border-radius: 10px; font-size: 14.5px; font-weight: 550; color: var(--muted); transition: color .2s, background .2s; }
.nav ul a:hover, .nav ul a[aria-current="true"] { color: var(--ink); background: var(--panel); }
.nav .btn { margin-left: 4px; }
.menu-btn { display: none; margin-left: auto; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); place-items: center; }
.menu-btn svg { width: 20px; height: 20px; }
@media (max-width: 860px) {
  .nav ul { position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; gap: 0; padding: 8px var(--gutter) 16px; background: var(--bg); border-bottom: 1px solid var(--line); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .25s var(--ease); }
  .nav ul a { padding: 14px 4px; font-size: 16px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav.open ul { transform: none; opacity: 1; pointer-events: auto; }
  .menu-btn { display: grid; }
  .nav .btn.nav-cta { margin-left: auto; }
  .nav .btn.nav-cta + .menu-btn { margin-left: 0; }
}
@media (max-width: 420px) { .nav .btn.nav-cta { display: none; } .nav .btn.nav-cta + .menu-btn { margin-left: auto; } }
@media (max-width: 860px) {
  .nav ul.plain { position: static; flex-direction: row; padding: 0; border: 0; background: none; opacity: 1; transform: none; pointer-events: auto; }
  .nav ul.plain a { padding: 8px 10px; font-size: 14.5px; border: 0; border-radius: 10px; }
}
@media (max-width: 520px) { .nav ul.plain { display: none; } .nav ul.plain + .btn { margin-left: auto; } }
.prose code { font: .86em var(--mono); color: var(--ink); background: var(--panel); padding: .1em .35em; border-radius: 6px; overflow-wrap: anywhere; }

/* ------------------------------------------------------------ sections */
section { position: relative; padding: clamp(72px, 10vw, 128px) 0; }
.band { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }

/* ------------------------------------------------------------ hero */
.hero { padding: clamp(40px, 7vw, 88px) 0 clamp(64px, 8vw, 104px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto; height: 820px; z-index: -1; pointer-events: none;
  background:
    radial-gradient(40% 45% at 72% 38%, rgba(47,191,148,.16), transparent 70%),
    radial-gradient(30% 35% at 18% 20%, rgba(90,110,255,.06), transparent 70%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(60% 60% at 70% 40%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(60% 60% at 70% 40%, #000 0%, transparent 75%);
}
.hero .wrap { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.hero h1 { margin-top: 22px; font: 750 clamp(42px, 6.6vw, 76px)/.98 var(--display); letter-spacing: -.045em; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--accent-ink); position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 2%; right: 2%; bottom: .02em; height: .09em; border-radius: 99px; background: linear-gradient(90deg, var(--accent), transparent); opacity: .55; }
.hero .lede { margin-top: 22px; font-size: clamp(17px, 1.9vw, 20px); max-width: 500px; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.fine { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 20px; color: var(--faint); font-size: 13.5px; }
.fine span { display: inline-flex; align-items: center; gap: 6px; }
.fine svg { width: 15px; height: 15px; color: var(--accent); }
@media (max-width: 920px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero .copy { text-align: center; }
  .hero .lede { margin-left: auto; margin-right: auto; }
  .cta, .fine { justify-content: center; }
}

/* the demo stage: ten slots above, three keys below */
.stage {
  position: relative; border-radius: 28px; padding: 22px 20px 18px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--panel) 92%, transparent), color-mix(in srgb, var(--sunken) 92%, transparent));
  border: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255,255,255,.04) inset, 0 40px 80px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(0,0,0,.4);
  user-select: none; -webkit-user-select: none;
}
.stage-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.stage-top b { font: 650 13px/1 var(--sans); color: var(--muted); letter-spacing: .01em; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; font: 600 12px/1 var(--sans); color: var(--faint); }
.live-dot i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: blink 2s infinite; }
@keyframes blink { 50% { opacity: .3; } }

.rack { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.slot {
  position: relative; aspect-ratio: 1 / .92; border-radius: 13px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  color: var(--faint); background: var(--sunken); border: 1px dashed var(--line-strong);
  transition: transform .18s var(--ease), border-color .2s, color .2s;
}
.slot .n { font: 650 clamp(15px, 1.8vw, 18px)/1 var(--display); font-variant-numeric: tabular-nums; }
.slot .what { height: 14px; display: flex; align-items: center; justify-content: center; }
.slot .what svg { width: 14px; height: 14px; }
.slot.full {
  border: 1px solid transparent; color: var(--ink);
  background: linear-gradient(var(--cap-top), var(--cap-bottom)) padding-box;
  box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 4px 0 var(--cap-side), 0 5px 0 var(--cap-edge), 0 10px 14px var(--cap-shadow);
  transform: translateY(-3px);
}
.slot.full .what { color: var(--accent-ink); }
.slot.pop { animation: pop .6s var(--spring); }
.slot.press { animation: press .45s ease; }
.slot.target { border-color: var(--accent); color: var(--accent-ink); }
@keyframes pop { 0% { transform: translateY(2px) scale(.88); } 60% { transform: translateY(-7px) scale(1.07); } 100% { transform: translateY(-3px) scale(1); } }
@keyframes press { 35% { transform: translateY(1px); box-shadow: 0 1px 0 var(--cap-side), 0 2px 4px var(--cap-shadow); } }

.desk { position: relative; height: 210px; margin-top: 12px; perspective: 900px; }
.plate {
  position: absolute; left: 50%; top: 50%; width: 312px; height: 124px; margin: -52px 0 0 -156px;
  transform: rotateX(46deg) rotateZ(-8deg); transform-style: preserve-3d; border-radius: 22px;
  background: linear-gradient(var(--plate), color-mix(in srgb, var(--plate) 80%, var(--plate-edge)));
  box-shadow: 0 10px 0 var(--plate-edge), 0 34px 44px -12px rgba(0,0,0,.85);
}
.key {
  position: absolute; top: 25px; width: 74px; height: 74px; border-radius: 16px; display: grid; place-items: center;
  font: 600 27px/1 var(--display); color: var(--ink); cursor: pointer;
  background: linear-gradient(160deg, var(--cap-top), var(--cap-bottom));
  box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 9px 0 var(--cap-side), 0 10px 0 var(--cap-edge), 0 20px 18px var(--cap-shadow);
  transform: translateY(-8px);
  transition: transform .13s cubic-bezier(.3,.7,.4,1), box-shadow .13s, color .2s, background .2s;
}
.key span { display: block; transform: rotateZ(8deg); }
.key small { position: absolute; left: 10px; bottom: 8px; font: 600 9px/1 var(--sans); color: var(--faint); letter-spacing: .05em; transform: rotateZ(8deg); }
.key.mod { left: 16px; width: 94px; font-size: 30px; }
.key.mod.win { font-size: 20px; letter-spacing: -.01em; }
.key.letter { left: 122px; }
.key.num { left: 208px; }
.key.down {
  transform: translateY(0); color: var(--accent-ink);
  box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 1px 0 var(--cap-side), 0 2px 0 var(--cap-edge), 0 4px 6px var(--cap-shadow);
  background: linear-gradient(160deg, color-mix(in srgb, var(--cap-top) 70%, var(--accent-soft)), color-mix(in srgb, var(--cap-bottom) 60%, var(--accent-soft)));
}
.key .ring { position: absolute; inset: -6px; border-radius: 20px; border: 2px solid var(--accent); opacity: 0; pointer-events: none; }
.key.down .ring { animation: ring .6s ease-out; }
@keyframes ring { 0% { opacity: .9; transform: scale(.92); } 100% { opacity: 0; transform: scale(1.28); } }

.chip {
  position: absolute; left: 50%; top: 24px; z-index: 5; max-width: 78%;
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px 8px 9px; border-radius: 12px;
  font: 600 13px/1.2 var(--sans); color: var(--ink); white-space: nowrap;
  background: var(--panel-2); border: 1px solid var(--line-strong);
  box-shadow: 0 12px 28px -10px rgba(0,0,0,.8);
  opacity: 0; transform: translate(-50%, 10px) scale(.9); pointer-events: none;
}
.chip .ic { flex: none; width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; color: var(--accent-ink); background: var(--accent-soft); }
.chip .ic svg { width: 14px; height: 14px; }
.chip b { font-weight: 600; overflow: hidden; text-overflow: ellipsis; }
.chip.show { opacity: 1; transform: translate(-50%, 0) scale(1); transition: opacity .25s, transform .35s var(--spring); }

.verdict { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 40px; padding: 9px 12px; border-radius: 12px; background: var(--sunken); border: 1px solid var(--line); font: 600 13.5px/1.2 var(--sans); color: var(--muted); }
.verdict .say { display: flex; align-items: center; gap: 8px; min-width: 0; }
.verdict .say svg { flex: none; width: 16px; height: 16px; }
.verdict.good { color: var(--accent-ink); border-color: var(--accent-line); }
.verdict .hint { flex: none; color: var(--faint); font-weight: 500; font-size: 12.5px; }
@media (max-width: 520px) {
  .stage { padding: 16px 12px 12px; border-radius: 22px; }
  .rack { gap: 6px; }
  .desk { height: 176px; }
  .plate { transform: rotateX(46deg) rotateZ(-8deg) scale(.82); }
  .verdict .hint { display: none; }
}

/* ------------------------------------------------------------ the problem */
.problem .wrap { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
@media (max-width: 860px) { .problem .wrap { grid-template-columns: 1fr; } }
.toggle { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; padding: 4px; margin-top: 28px; border-radius: 14px; background: var(--sunken); border: 1px solid var(--line); }
.toggle button { position: relative; z-index: 1; height: 40px; padding: 0 18px; border-radius: 10px; font-weight: 650; font-size: 14.5px; color: var(--faint); transition: color .25s; }
.toggle button[aria-pressed="true"] { color: var(--ink); }
.toggle .knob { position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); border-radius: 10px; background: var(--panel-2); border: 1px solid var(--line-strong); transition: transform .35s var(--ease); }
.toggle[data-v="1"] .knob { transform: translateX(100%); }

.board { position: relative; padding: 22px; border-radius: 24px; background: var(--panel); border: 1px solid var(--line); min-height: 356px; overflow: hidden; }
.board .label { display: flex; justify-content: space-between; align-items: center; font: 600 12.5px/1 var(--sans); color: var(--faint); letter-spacing: .03em; text-transform: uppercase; }
.board .count { font-variant-numeric: tabular-nums; }
.board .count b { color: var(--ink); }
.pockets { position: relative; display: grid; gap: 8px; margin-top: 16px; }
.pocket {
  display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 14px;
  background: var(--sunken); border: 1px solid var(--line);
  transition: opacity .4s var(--ease), transform .45s var(--ease), border-color .3s, filter .4s;
}
.pocket .ic { flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--panel-2); color: var(--muted); }
.pocket .ic svg { width: 17px; height: 17px; }
.pocket .t { flex: 1; min-width: 0; }
.pocket .t b { display: block; font-size: 15px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pocket .t small { display: block; color: var(--faint); font-size: 13px; }
.pocket .num { flex: none; }
.pocket.new { border-color: var(--accent-line); }
.pocket.new .ic { color: var(--accent-ink); background: var(--accent-soft); }
.pocket.gone { opacity: 0; transform: translateX(40px) rotate(3deg); filter: blur(2px); }
.pocket.enter { animation: slidein .5s var(--ease) both; }
@keyframes slidein { from { opacity: 0; transform: translateY(-14px) scale(.97); } }
.lost { display: flex; align-items: center; gap: 8px; margin-top: 14px; padding: 10px 12px; border-radius: 12px; font-size: 14px; font-weight: 600; color: #ff8589; background: var(--bad-soft); border: 1px solid color-mix(in srgb, var(--bad) 30%, transparent); opacity: 0; transform: translateY(6px); transition: opacity .35s, transform .35s var(--ease); }
.lost svg { width: 16px; height: 16px; flex: none; }
.lost.show { opacity: 1; transform: none; }
.lost.ok { color: var(--accent-ink); background: var(--accent-soft); border-color: var(--accent-line); }
.replay { position: absolute; right: 18px; bottom: 16px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--faint); padding: 6px 8px; border-radius: 8px; }
.replay:hover { color: var(--ink); background: var(--panel-2); }
.replay svg { width: 14px; height: 14px; }

/* ------------------------------------------------------------ how it works */
.os { display: inline-grid; grid-template-columns: 1fr 1fr; position: relative; padding: 3px; margin-top: 22px; border-radius: 11px; background: var(--sunken); border: 1px solid var(--line); }
.os button { position: relative; z-index: 1; height: 32px; padding: 0 14px; border-radius: 8px; font-size: 13.5px; font-weight: 600; color: var(--faint); }
.os button[aria-pressed="true"] { color: var(--ink); }
.os .knob { position: absolute; top: 3px; bottom: 3px; left: 3px; width: calc(50% - 3px); border-radius: 8px; background: var(--panel-2); border: 1px solid var(--line-strong); transition: transform .3s var(--ease); }
.os[data-v="win"] .knob { transform: translateX(100%); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: step; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 22px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); transition: border-color .3s, transform .3s var(--ease); }
.step.lit { border-color: var(--accent-line); transform: translateY(-3px); }
.step .cap { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 16px; margin-bottom: 18px; font: 650 26px/1 var(--display); color: var(--ink);
  background: linear-gradient(160deg, var(--cap-top), var(--cap-bottom));
  box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 6px 0 var(--cap-side), 0 7px 0 var(--cap-edge), 0 14px 16px var(--cap-shadow);
  transform: translateY(-6px); transition: transform .14s, box-shadow .14s, color .2s;
}
.step .cap.win { font-size: 18px; }
.step.lit .cap { transform: translateY(0); color: var(--accent-ink); box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 1px 0 var(--cap-side), 0 2px 0 var(--cap-edge), 0 4px 8px var(--cap-shadow); }
.step h3 { font: 700 20px/1.2 var(--display); letter-spacing: -.02em; }
.step p { margin-top: 6px; color: var(--muted); font-size: 15px; }
.step .no { position: absolute; top: 20px; right: 20px; font: 700 12px/1 var(--mono); color: var(--faint); }
.step:not(:last-child)::after { content: ""; position: absolute; top: 54px; right: -12px; width: 10px; height: 2px; background: var(--line-strong); }
@media (max-width: 760px) { .step:not(:last-child)::after { display: none; } }
.paste-line { margin-top: 16px; text-align: center; color: var(--muted); font-size: 15px; }

/* playground */
.play { margin-top: 44px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 14px; }
@media (max-width: 960px) { .play { grid-template-columns: 1fr 1fr; } .play .rack-card { grid-column: 1 / -1; order: -1; } }
@media (max-width: 600px) { .play { grid-template-columns: 1fr; } .play .rack-card { order: 0; } }
.card { padding: 18px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); }
.card-h { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 14px; }
.card-h b { font: 650 14px/1 var(--sans); }
.card-h small { color: var(--faint); font-size: 12.5px; }
.things { display: flex; flex-direction: column; gap: 8px; }
.thing {
  display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 12px; border-radius: 12px; text-align: left;
  background: var(--sunken); border: 1px solid var(--line); font-size: 14.5px; font-weight: 550;
  transition: border-color .2s, background .2s, transform .12s;
}
.thing:hover { border-color: var(--line-strong); }
.thing:active { transform: scale(.98); }
.thing .ic { flex: none; width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; color: var(--muted); background: var(--panel-2); }
.thing .ic svg { width: 15px; height: 15px; }
.thing span { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.thing em { flex: none; font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--accent-ink); opacity: 0; transition: opacity .2s; }
.thing.copied { border-color: var(--accent); background: var(--accent-soft); }
.thing.copied .ic { color: var(--accent-ink); }
.thing.copied em { opacity: 1; }
.rack-card .rack { gap: 10px; }
.rack-card .slot { cursor: pointer; }
.rack-card .slot:hover { border-color: var(--faint); }
.rack-card .slot.full:hover { transform: translateY(-5px); }
.rack-card .slot .peek { position: absolute; left: 50%; bottom: calc(100% + 8px); transform: translateX(-50%) translateY(4px); max-width: 200px; padding: 6px 9px; border-radius: 8px; font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink); background: var(--panel-2); border: 1px solid var(--line-strong); opacity: 0; pointer-events: none; transition: opacity .15s, transform .15s; z-index: 3; }
.rack-card .slot.full:hover .peek { opacity: 1; transform: translateX(-50%); }
.tip { display: flex; align-items: center; gap: 8px; min-height: 42px; margin-top: 14px; padding: 10px 12px; border-radius: 12px; background: var(--sunken); font-size: 14px; color: var(--muted); }
.tip svg { flex: none; width: 16px; height: 16px; color: var(--accent); }
.tip.good { color: var(--accent-ink); }
.doc { min-height: 196px; padding: 14px; border-radius: 12px; background: #f4f5f7; color: #1c2024; font-size: 14.5px; line-height: 1.6; box-shadow: 0 1px 0 rgba(255,255,255,.4) inset; overflow-wrap: anywhere; }
.doc .ph { color: #8b8d98; }
.doc .line { display: block; animation: slidein .35s var(--ease) both; }
.doc .line.img { display: flex; align-items: center; gap: 8px; padding: 8px; margin: 4px 0; border-radius: 8px; background: #e6f6f0; color: #0e7a5c; font-weight: 600; font-size: 13px; }
.doc .line.img svg { width: 18px; height: 18px; }
.doc .caret { display: inline-block; width: 2px; height: 1.1em; margin-left: 1px; vertical-align: -.18em; background: #1f9e7a; animation: blink 1s steps(1) infinite; }
.clear { font-size: 12.5px; font-weight: 600; color: var(--faint); padding: 4px 6px; border-radius: 6px; }
.clear:hover { color: var(--ink); background: var(--panel-2); }

/* ------------------------------------------------------------ shortcuts stay yours */
.rules { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 760px) { .rules { grid-template-columns: 1fr; } }
.rule { padding: 22px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); }
.rule .top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rule .res { font-size: 13px; font-weight: 700; padding: 6px 10px; border-radius: 99px; }
.rule.slot-r .res { color: var(--accent-ink); background: var(--accent-soft); }
.rule.tab-r .res { color: #9cb4ff; background: #151c33; }
.seq { display: flex; align-items: center; gap: 6px; }
.seq .kbd { height: 38px; min-width: 38px; font-size: 15px; border-radius: 9px; border-bottom-width: 3px; }
.seq .kbd.hold { min-width: 52px; }
.seq .to { width: 12px; height: 2px; border-radius: 2px; background: var(--line-strong); }
.seq .kbd { animation: lit 3.6s infinite both; animation-delay: calc(var(--i, 0) * .45s); }
.tab-r .seq .kbd { animation-name: litblue; }
@keyframes lit { 0%, 8% { border-color: var(--line-strong); color: var(--ink); } 12%, 70% { border-color: var(--accent); color: var(--accent-ink); background: var(--accent-soft); } 80%, 100% { border-color: var(--line-strong); color: var(--ink); } }
@keyframes litblue { 0%, 8% { border-color: var(--line-strong); color: var(--ink); } 12%, 70% { border-color: #6f8dff; color: #b8c8ff; background: #151c33; } 80%, 100% { border-color: var(--line-strong); color: var(--ink); } }
.rule p { margin-top: 16px; color: var(--muted); font-size: 15px; }
.rule p b { color: var(--ink); font-weight: 600; }

/* ------------------------------------------------------------ bento */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 14px; }
.tile { position: relative; overflow: hidden; padding: 22px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); min-height: 196px; display: flex; flex-direction: column; justify-content: flex-end; }
.tile h3 { font: 700 19px/1.2 var(--display); letter-spacing: -.02em; }
.tile p { margin-top: 5px; color: var(--muted); font-size: 14.5px; }
.tile.w3 { grid-column: span 3; } .tile.w2 { grid-column: span 2; } .tile.w4 { grid-column: span 4; }
@media (max-width: 860px) { .tile.w3, .tile.w2, .tile.w4 { grid-column: span 6; } }
.tile .art { position: absolute; inset: 0 0 auto; height: 120px; display: grid; place-items: center; }
.tile.has-art { padding-top: 132px; }
.types { display: flex; gap: 10px; }
.types span { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; color: var(--muted); background: var(--sunken); border: 1px solid var(--line); transition: transform .4s var(--spring), color .3s, border-color .3s; }
.types span svg { width: 22px; height: 22px; }
.tile:hover .types span { color: var(--accent-ink); border-color: var(--accent-line); }
.tile:hover .types span:nth-child(1) { transform: translateY(-6px) rotate(-6deg); }
.tile:hover .types span:nth-child(2) { transform: translateY(-10px); transition-delay: .04s; }
.tile:hover .types span:nth-child(3) { transform: translateY(-6px) rotate(6deg); transition-delay: .08s; }
.tile:hover .types span:nth-child(4) { transform: translateY(-8px); transition-delay: .12s; }
.stack { position: relative; width: 150px; height: 70px; }
.stack i { position: absolute; left: 50%; top: 10px; width: 46px; height: 56px; margin-left: -23px; border-radius: 8px; background: linear-gradient(var(--panel-2), var(--sunken)); border: 1px solid var(--line-strong); transform: rotate(calc((var(--k) - 5.5) * 5deg)) translateX(calc((var(--k) - 5.5) * 7px)); transform-origin: 50% 120%; transition: transform .5s var(--spring); }
.tile:hover .stack i { transform: rotate(calc((var(--k) - 5.5) * 9deg)) translateX(calc((var(--k) - 5.5) * 10px)); }
.stack b { position: absolute; right: -6px; top: -4px; z-index: 2; padding: 4px 8px; border-radius: 99px; font: 700 12px/1 var(--sans); color: #03140e; background: var(--accent); }
.power { display: flex; align-items: center; gap: 12px; }
.sw { position: relative; width: 58px; height: 34px; border-radius: 99px; background: var(--accent); transition: background .25s; }
.sw::after { content: ""; position: absolute; top: 4px; left: 4px; width: 26px; height: 26px; border-radius: 50%; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,.3); transform: translateX(24px); transition: transform .3s var(--spring); }
.sw[aria-checked="false"] { background: var(--line-strong); }
.sw[aria-checked="false"]::after { transform: none; }
.power small { font-size: 13px; font-weight: 600; color: var(--muted); min-width: 60px; }
.restart { display: flex; align-items: center; gap: 10px; color: var(--faint); }
.restart svg { width: 40px; height: 40px; color: var(--accent); transition: transform .8s var(--ease); }
.tile:hover .restart svg { transform: rotate(-360deg); }
.restart .mini { display: grid; grid-template-columns: repeat(5, 12px); gap: 4px; }
.restart .mini i { height: 12px; border-radius: 3px; background: var(--accent); opacity: .85; }
.restart .mini i:nth-child(3n) { background: var(--line-strong); }
.rust { font: 750 44px/1 var(--display); letter-spacing: -.04em; color: var(--ink); }
.rust span { color: var(--accent-ink); }

/* ------------------------------------------------------------ privacy */
.privacy .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
@media (max-width: 860px) { .privacy .wrap { grid-template-columns: 1fr; } }
.facts { display: grid; gap: 4px; margin-top: 28px; padding: 0; list-style: none; }
.facts li { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-top: 1px solid var(--line); }
.facts li:first-child { border-top: 0; }
.facts .ic { flex: none; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; color: var(--accent-ink); background: var(--accent-soft); }
.facts .ic svg { width: 16px; height: 16px; }
.facts b { display: block; font-size: 15.5px; font-weight: 650; }
.facts small { display: block; color: var(--muted); font-size: 14px; margin-top: 2px; }

.map { position: relative; padding: 26px 22px 22px; border-radius: 24px; background: var(--panel); border: 1px solid var(--line); }
.boundary { position: relative; padding: 36px 14px 22px; border-radius: 18px; border: 1.5px dashed var(--accent-line); background: color-mix(in srgb, var(--accent-soft) 40%, transparent); transition: box-shadow .3s; }
.boundary.hit { animation: hit .5s ease; }
@keyframes hit { 30% { box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 35%, transparent); } }
.boundary .tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 99px; white-space: nowrap; font-size: 13px; font-weight: 650; color: var(--accent-ink); background: var(--panel); border: 1px solid var(--accent-line); }
.boundary .tag svg { width: 14px; height: 14px; }
.nodes { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: start; }
.node { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.node .nb { width: 60px; height: 60px; border-radius: 17px; display: grid; place-items: center; color: var(--ink); background: var(--panel-2); border: 1px solid var(--line-strong); }
.node .nb svg { width: 26px; height: 26px; }
.node.vault .nb { color: #03140e; background: var(--accent); border-color: var(--accent); box-shadow: 0 10px 26px -8px var(--glow); }
.node b { font-size: 13.5px; font-weight: 650; }
.node small { font-size: 12px; color: var(--faint); margin-top: -6px; }
.wire { position: relative; height: 2px; margin-top: 29px; border-radius: 2px; background: var(--accent-line); }
.wire i { position: absolute; top: -3px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); animation: travel 2.4s ease-in-out infinite; }
.wire.b i { animation-delay: 1.2s; }
@keyframes travel { 0% { transform: translateX(-4px); opacity: 0; } 15%, 85% { opacity: 1; } 100% { transform: translateX(30px); opacity: 0; } }
.outside { position: relative; display: flex; flex-direction: column; align-items: center; margin-top: 0; }
.cable { position: relative; width: 2px; height: 58px; background: repeating-linear-gradient(var(--line-strong) 0 5px, transparent 5px 10px); }
.cable .x { position: absolute; left: 50%; top: 50%; width: 24px; height: 24px; margin: -12px 0 0 -12px; border-radius: 50%; display: grid; place-items: center; background: var(--bad-soft); border: 1px solid color-mix(in srgb, var(--bad) 40%, transparent); color: #ff8589; }
.cable .x svg { width: 12px; height: 12px; }
.packet { position: absolute; left: 50%; top: -6px; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); opacity: 0; }
.packet.go { animation: bounce 1.1s var(--ease); }
@keyframes bounce { 0% { opacity: 0; transform: translateY(0); } 15% { opacity: 1; } 45% { transform: translateY(24px); } 55% { transform: translateY(20px); } 100% { opacity: 0; transform: translateY(-34px); } }
.cloud { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 99px; background: var(--sunken); border: 1px solid var(--line); color: var(--faint); font-size: 14px; font-weight: 600; }
.cloud svg { width: 18px; height: 18px; }
.cloud s { text-decoration-thickness: 1.5px; }
.map-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.map-foot span { font-size: 14px; color: var(--muted); min-height: 20px; }
.map-foot span.bad { color: #ff8589; font-weight: 600; }

/* ------------------------------------------------------------ pricing: one road that forks */
.road { position: relative; margin: 0 auto 18px; max-width: 900px; padding: 20px 22px; border-radius: 20px; background: var(--panel); border: 1px solid var(--accent-line); display: flex; align-items: center; gap: 18px; }
@media (max-width: 640px) { .road { flex-direction: column; align-items: flex-start; } }
.road .price { flex: none; }
.road .price b { font: 750 34px/1 var(--display); letter-spacing: -.03em; }
.road .price small { display: block; color: var(--faint); font-size: 13px; margin-top: 4px; }
.road .t { flex: 1; }
.road h3 { font: 700 20px/1.2 var(--display); letter-spacing: -.02em; }
.road p { color: var(--muted); font-size: 15px; margin-top: 3px; }
.days { flex: 1.3; width: 100%; display: grid; grid-template-columns: repeat(30, 1fr); gap: 3px; }
.days i { height: 22px; border-radius: 3px; background: var(--accent-soft); border: 1px solid var(--accent-line); transform-origin: bottom; }
.road.in .days i { animation: grow .5s var(--spring) both; animation-delay: calc(var(--d) * 22ms); }
@keyframes grow { from { transform: scaleY(.2); opacity: 0; } }
.fork { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 900px; margin: 0 auto; }
@media (max-width: 640px) { .fork { grid-template-columns: 1fr; } }
.fork-label { max-width: 900px; margin: 0 auto 14px; display: flex; align-items: center; gap: 12px; color: var(--faint); font-size: 13.5px; font-weight: 600; }
.fork-label::before, .fork-label::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.plan { position: relative; display: flex; flex-direction: column; padding: 26px; border-radius: 22px; background: var(--panel); border: 1px solid var(--line); transition: transform .35s var(--ease), border-color .3s; }
.plan:hover { transform: translateY(-4px); }
.plan.life { border-color: color-mix(in srgb, var(--gold) 45%, transparent); background: radial-gradient(120% 80% at 100% 0%, var(--gold-soft), transparent 60%), var(--panel); }
.plan .badge { position: absolute; top: 20px; right: 20px; padding: 5px 10px; border-radius: 99px; font-size: 12px; font-weight: 700; color: #1d1402; background: var(--gold); }
.plan h3 { font: 700 20px/1.2 var(--display); letter-spacing: -.02em; }
.plan .amt { display: flex; align-items: baseline; gap: 8px; margin-top: 14px; }
.plan .amt b { font: 750 48px/1 var(--display); letter-spacing: -.04em; }
.plan .amt span { color: var(--faint); font-size: 15px; }
.plan .sub { color: var(--muted); font-size: 15px; margin-top: 6px; }
.plan ul { list-style: none; padding: 0; margin: 20px 0 24px; display: grid; gap: 10px; flex: 1; }
.plan li { display: flex; gap: 10px; font-size: 15px; }
.plan li svg { flex: none; width: 18px; height: 18px; margin-top: 2px; color: var(--accent); }
.plan.life li svg { color: var(--gold); }
.plan .mini-rack { display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; margin-top: 18px; }
.plan .mini-rack i { height: 20px; border-radius: 5px; background: var(--sunken); border: 1px dashed var(--line-strong); }
.plan .mini-rack i.on { border: 1px solid var(--accent); background: var(--accent-soft); }
.plan.life .mini-rack i { border: 1px solid color-mix(in srgb, var(--gold) 55%, transparent); background: var(--gold-soft); }
.promise { max-width: 900px; margin: 18px auto 0; display: flex; gap: 10px; align-items: center; justify-content: center; text-align: center; color: var(--muted); font-size: 14.5px; }
.promise svg { flex: none; width: 16px; height: 16px; color: var(--accent); }

/* ------------------------------------------------------------ faq */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 2px; cursor: pointer; list-style: none; font: 650 clamp(17px, 2vw, 19px)/1.35 var(--display); letter-spacing: -.01em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { flex: none; position: relative; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-strong); transition: transform .3s var(--ease), background .2s; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; border-radius: 2px; background: var(--ink); transition: transform .3s var(--ease); }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i { background: var(--accent-soft); border-color: var(--accent-line); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list summary:hover { color: var(--accent-ink); }
.faq-list .a { padding: 0 48px 22px 2px; color: var(--muted); font-size: 16px; }
.faq-list details[open] .a { animation: slidein .35s var(--ease); }

/* ------------------------------------------------------------ final */
.final { text-align: center; overflow: hidden; }
.final::before { content: ""; position: absolute; left: 50%; top: 50%; width: 900px; height: 500px; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(47,191,148,.14), transparent); z-index: -1; }
.final .big-rack { display: grid; grid-template-columns: repeat(10, 1fr); gap: clamp(4px, 1vw, 10px); max-width: 560px; margin: 0 auto 40px; }
.final .big-rack i { aspect-ratio: 1; border-radius: clamp(6px, 1.2vw, 12px); display: grid; place-items: center; font: 650 clamp(12px, 1.6vw, 17px)/1 var(--display); font-style: normal; color: var(--faint); background: var(--sunken); border: 1px dashed var(--line-strong); transition: all .4s var(--spring); }
.final .big-rack i.on { color: var(--ink); border: 1px solid transparent; background: linear-gradient(var(--cap-top), var(--cap-bottom)); box-shadow: 0 3px 0 var(--cap-side), 0 8px 12px var(--cap-shadow); transform: translateY(-3px); }
.final .h2 { font-size: clamp(34px, 5.4vw, 60px); }
.final .cta { justify-content: center; }

/* ------------------------------------------------------------ footer */
footer { padding: 48px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14.5px; }
footer .wrap { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
@media (max-width: 760px) { footer .wrap { grid-template-columns: 1fr 1fr; } footer .about { grid-column: 1 / -1; } }
footer .about p { margin-top: 12px; max-width: 300px; }
footer h4 { margin: 0 0 12px; font-size: 13px; font-weight: 650; color: var(--ink); letter-spacing: .02em; }
footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
footer a:hover { color: var(--ink); }
footer .base { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--faint); font-size: 13.5px; }

/* ------------------------------------------------------------ download dialog */
dialog.get {
  width: min(460px, calc(100vw - 32px)); padding: 0; border-radius: 24px; color: var(--ink);
  background: var(--panel); border: 1px solid var(--line-strong);
  box-shadow: 0 40px 100px -20px rgba(0,0,0,.9);
}
dialog.get::backdrop { background: rgba(4,5,6,.7); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
dialog.get[open] { animation: dlg .35s var(--spring); }
@keyframes dlg { from { opacity: 0; transform: translateY(14px) scale(.96); } }
.get .in { padding: 28px; }
.get .x { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--muted); background: var(--panel-2); }
.get .x:hover { color: var(--ink); }
.get .x svg { width: 14px; height: 14px; }
.get .os-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 99px; font-size: 13px; font-weight: 600; color: var(--accent-ink); background: var(--accent-soft); }
.get .os-pill svg { width: 15px; height: 15px; }
.get h2 { margin-top: 16px; font: 750 26px/1.15 var(--display); letter-spacing: -.03em; }
.get p { margin-top: 8px; color: var(--muted); font-size: 15.5px; }
.get form { margin-top: 22px; display: grid; gap: 10px; }
.field { width: 100%; height: 50px; padding: 0 14px; border-radius: 13px; font: 16px var(--sans); color: var(--ink); background: var(--sunken); border: 1px solid var(--line-strong); transition: border-color .2s, box-shadow .2s; }
.field::placeholder { color: var(--faint); }
.field:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.get .note { margin-top: 12px; font-size: 13px; color: var(--faint); }
.get .err { color: #ff8589; font-size: 14px; font-weight: 600; min-height: 0; }
.get .done { display: none; text-align: center; padding: 8px 0 4px; }
.get.sent form, .get.sent .pre { display: none; }
.get.sent .done { display: block; }
.tick { width: 72px; height: 72px; margin: 4px auto 16px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-ink); }
.tick svg { width: 34px; height: 34px; stroke-dasharray: 30; stroke-dashoffset: 30; }
.get.sent .tick svg { animation: draw .5s .15s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.btn.busy { pointer-events: none; opacity: .8; }

/* ------------------------------------------------------------ simple pages */
.page { padding: clamp(48px, 8vw, 96px) 0; }
.page .wrap { max-width: 780px; }
.page h1 { font: 750 clamp(34px, 5vw, 52px)/1.05 var(--display); letter-spacing: -.04em; }
.page .updated { margin-top: 10px; color: var(--faint); font-size: 14px; }
.prose { margin-top: 36px; color: var(--muted); font-size: 16.5px; }
.prose h2 { margin: 44px 0 12px; font: 700 23px/1.25 var(--display); letter-spacing: -.02em; color: var(--ink); }
.prose h3 { margin: 28px 0 8px; font: 650 18px/1.3 var(--display); color: var(--ink); }
.prose p, .prose ul, .prose ol { margin: 0 0 14px; }
.prose li { margin: 6px 0; }
.prose b, .prose strong { color: var(--ink); }
.prose a { color: var(--accent-ink); font-weight: 600; }
.prose a:hover { text-decoration: underline; }
.prose .table { overflow-x: auto; margin: 16px 0 20px; border: 1px solid var(--line); border-radius: 14px; }
.prose table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.prose th, .prose td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.prose th { color: var(--ink); background: var(--panel); font-weight: 650; }
.prose tr:last-child td { border-bottom: 0; }
.callout { display: flex; gap: 12px; margin: 22px 0; padding: 16px 18px; border-radius: 16px; color: var(--ink); background: var(--accent-soft); border: 1px solid var(--accent-line); }
.callout svg { flex: none; width: 20px; height: 20px; margin-top: 2px; color: var(--accent-ink); }
.cards2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
@media (max-width: 640px) { .cards2 { grid-template-columns: 1fr; } }
.cards2 .card h2 { margin: 0; font: 700 19px/1.2 var(--display); color: var(--ink); }
.cards2 .card p { margin-top: 6px; color: var(--muted); font-size: 15px; }
.cards2 .card .btn { margin-top: 16px; }

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

/* ------------------------------------------------------------ paused until launch */
.btn.soon, .btn.soon:hover {
  --b-top: #1c1d21; --b-bot: #17181b; --b-side: #0b0c0e; --b-ink: #7b7f88; --b-line: #2a2c31;
  cursor: not-allowed; filter: grayscale(1); transform: translateY(0);
  box-shadow: 0 1px 0 rgba(255,255,255,.03) inset, 0 2px 0 var(--b-side);
}
.btn.soon:active { transform: translateY(1px); }
.btn.soon.nope { animation: nope .38s ease; }
@keyframes nope { 20% { translate: -5px 0; } 40% { translate: 5px 0; } 60% { translate: -3px 0; } 80% { translate: 2px 0; } }
.soon-dot { flex: none; width: 7px; height: 7px; border-radius: 50%; background: #7b7f88; box-shadow: 0 0 0 3px rgba(123,127,136,.15); animation: blink 1.6s infinite; }
.soon-link { color: var(--faint); }
