:root {
  --ink: #0f1419;
  --grey: #536471;
  --soft: #8b98a5;
  --line: #e6ecf5;
  --line2: #eef2f8;
  --bg: #ffffff;
  --tint: #f7f9ff;
  --cobalt: #2f5bff;
  --cobalt-2: #a9bbff;
  --cobalt-3: #e8edff;
  --red: #e0245e;
  --green: #00a36c;
  --amber: #d97706;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --display: "Inter Tight", "Inter", system-ui, sans-serif;
  --ui: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--ui); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { display: block; }
::selection { background: var(--cobalt-3); }

/* ---------- nav ---------- */
.nav { position: fixed; z-index: 50; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(16px, 4vw, 40px); padding-top: calc(18px + env(safe-area-inset-top, 0px)); transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease); }
.nav.scrolled { background: rgba(255,255,255,.78); backdrop-filter: saturate(1.6) blur(14px); -webkit-backdrop-filter: saturate(1.6) blur(14px); box-shadow: 0 1px 0 var(--line); padding-top: calc(12px + env(safe-area-inset-top, 0px)); padding-bottom: 12px; }
.brand { display: flex; align-items: center; gap: 9px; font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: -.6px; }
.brand svg { width: 22px; height: 26px; }
.brand.sm { font-size: 17px; } .brand.sm svg { width: 16px; height: 19px; }
.nav-r { display: flex; align-items: center; gap: 6px; }
.navlink { font-size: 14.5px; color: var(--grey); padding: 9px 14px; border-radius: 999px; transition: color .25s, background .25s; }
.navlink:hover { color: var(--ink); background: var(--tint); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 40px; padding: 0 18px; border-radius: 999px; font: 600 14.5px/1 var(--ui); border: 0; cursor: pointer; white-space: nowrap; transition: transform .35s var(--ease), background .25s, box-shadow .35s var(--ease), color .25s; }
.btn:active { transform: scale(.97); }
.btn.solid { background: var(--cobalt); color: #fff; box-shadow: 0 6px 18px rgba(47,91,255,.28), inset 0 1px 0 rgba(255,255,255,.18); }
.btn.solid:hover { background: #244ef0; box-shadow: 0 10px 28px rgba(47,91,255,.36), inset 0 1px 0 rgba(255,255,255,.18); transform: translateY(-1px); }
.btn.ghost { background: var(--tint); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn.ghost:hover { background: #eef2ff; }
.btn.big { height: 52px; padding: 0 24px; font-size: 15.5px; }
.xi { width: 15px; height: 15px; }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(120px, 16vh, 170px) clamp(16px, 4vw, 40px) 40px; display: flex; flex-direction: column; align-items: center; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.grid { position: absolute; inset: -2px; background-image: linear-gradient(var(--line2) 1px, transparent 1px), linear-gradient(90deg, var(--line2) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask: radial-gradient(70% 60% at 50% 30%, #000 20%, transparent 75%); mask: radial-gradient(70% 60% at 50% 30%, #000 20%, transparent 75%); opacity: .7; }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.b1 { width: 520px; height: 520px; left: -140px; top: 120px; background: radial-gradient(circle, #dfe6ff, transparent 70%); animation: drift1 18s ease-in-out infinite alternate; }
.b2 { width: 600px; height: 600px; right: -180px; top: 40px; background: radial-gradient(circle, #e6ecff, transparent 70%); animation: drift2 22s ease-in-out infinite alternate; }
@keyframes drift1 { to { transform: translate(80px, 60px) scale(1.1); } }
@keyframes drift2 { to { transform: translate(-70px, 90px) scale(1.05); } }

.hero-copy { position: relative; text-align: center; max-width: 820px; display: flex; flex-direction: column; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 9px; height: 34px; padding: 0 14px 0 12px; border-radius: 999px; background: rgba(255,255,255,.8); box-shadow: inset 0 0 0 1px var(--line), 0 4px 14px rgba(47,91,255,.07); font-size: 13.5px; font-weight: 500; color: var(--grey); transition: transform .35s var(--ease); }
.badge:hover { transform: translateY(-1px); color: var(--ink); }
.pulse { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--cobalt); }
.pulse::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--cobalt); animation: ping 2s var(--ease) infinite; }
@keyframes ping { from { transform: scale(.5); opacity: .9; } to { transform: scale(1.6); opacity: 0; } }

.title { margin: 22px 0 0; font-family: var(--display); font-weight: 500; font-size: clamp(44px, 8.2vw, 96px); line-height: .98; letter-spacing: -.045em; }
.title b { font-weight: 500; color: var(--cobalt); }
.title .w { display: inline-block; opacity: 0; filter: blur(12px); transform: translateY(22px); transition: opacity 1s var(--ease), filter 1s var(--ease), transform 1.1s var(--ease); }
.title.go .w { opacity: 1; filter: blur(0); transform: none; }
.lede { margin: 22px 0 0; max-width: 560px; font-size: clamp(16px, 1.6vw, 18.5px); line-height: 1.55; color: var(--grey); }

.in-1, .in-3, .in-4, .in-5, .in-6 { opacity: 0; transform: translateY(16px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.ready .in-1 { opacity: 1; transform: none; transition-delay: .05s; }
.ready .in-3 { opacity: 1; transform: none; transition-delay: .55s; }
.ready .in-4 { opacity: 1; transform: none; transition-delay: .7s; }
.ready .in-5 { opacity: 1; transform: none; transition-delay: .85s; }
.ready .in-6 { opacity: 1; transform: none; transition-delay: .95s; transition-duration: 1.4s; }

/* ---------- waitlist form ---------- */
.join { position: relative; margin-top: 30px; display: flex; gap: 8px; padding: 6px; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px var(--line), 0 12px 36px rgba(47,91,255,.10); width: min(470px, 100%); transition: box-shadow .35s var(--ease); }
.join:focus-within { box-shadow: inset 0 0 0 1.5px var(--cobalt), 0 14px 40px rgba(47,91,255,.16); }
.field { flex: 1; display: flex; align-items: center; min-width: 0; padding-left: 18px; cursor: text; }
.at { color: var(--soft); font-size: 16px; font-weight: 500; }
.field input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font: 500 16px var(--ui); color: var(--ink); padding: 0 6px 0 3px; height: 52px; }
.field input::placeholder { color: var(--soft); font-weight: 400; }
.join .btn { position: relative; }
.spin { position: absolute; width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; opacity: 0; animation: rot .7s linear infinite; }
@keyframes rot { to { transform: rotate(360deg); } }
.join.busy .lbl { opacity: 0; } .join.busy .spin { opacity: 1; }
.msg { position: absolute; left: 0; right: 0; top: calc(100% + 12px); margin: 0; font-size: 14px; color: var(--grey); text-align: center; min-height: 20px; }
.msg.err { color: var(--red); }
.join.done { background: var(--tint); }
.join.done .field, .join.done .btn { display: none; }
.joined { flex: 1; display: flex; align-items: center; gap: 12px; height: 52px; padding: 0 10px 0 16px; animation: pop .7s var(--ease); }
.joined .ok { width: 30px; height: 30px; border-radius: 50%; background: var(--cobalt); color: #fff; display: grid; place-items: center; flex: none; }
.joined .ok svg { width: 16px; height: 16px; }
.joined b { font-weight: 600; } .joined span { color: var(--grey); font-size: 14.5px; }
.joined .pos { margin-left: auto; font: 600 15px var(--display); color: var(--cobalt); background: #fff; box-shadow: inset 0 0 0 1px var(--line); border-radius: 999px; padding: 7px 12px; }
@keyframes pop { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }
.fine { margin: 44px 0 0; font-size: 13.5px; color: var(--soft); }
.fine a { color: var(--grey); border-bottom: 1px solid var(--line); transition: color .2s, border-color .2s; }
.fine a:hover { color: var(--cobalt); border-color: var(--cobalt-2); }

/* ---------- stage / demo window ---------- */
.stage { position: relative; margin-top: 64px; width: min(640px, 100%); }
.window { position: relative; z-index: 2; background: #fff; border-radius: 22px; box-shadow: 0 0 0 1px var(--line), 0 40px 90px -20px rgba(47,91,255,.25), 0 20px 40px -20px rgba(15,20,25,.12); overflow: hidden; }
.wbar { display: flex; align-items: center; gap: 12px; height: 46px; padding: 0 16px; border-bottom: 1px solid var(--line2); background: #fbfcff; }
.dots { display: flex; gap: 6px; } .dots i { width: 10px; height: 10px; border-radius: 50%; background: #e4e8f0; }
.url { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; height: 28px; border-radius: 8px; background: #f1f4fa; font-size: 12.5px; color: var(--grey); max-width: 260px; margin: 0 auto; }
.url .xi { width: 11px; height: 11px; }
.ext { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--cobalt); background: var(--cobalt-3); padding: 5px 10px 5px 8px; border-radius: 999px; }
.ext svg { width: 10px; height: 12px; }
.tabs { display: flex; border-bottom: 1px solid var(--line2); }
.tabs span { flex: 1; text-align: center; padding: 14px 0 12px; font-size: 14.5px; color: var(--grey); font-weight: 500; position: relative; }
.tabs .on { color: var(--ink); font-weight: 700; }
.tabs .on::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 58px; height: 4px; border-radius: 4px; margin-left: -29px; background: var(--cobalt); }
.feedvp { position: relative; height: 470px; overflow: hidden; }
.feedvp::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 80px; background: linear-gradient(transparent, #fff); pointer-events: none; }
.feed { transition: transform 1.1s var(--ease); }

.post { position: relative; display: flex; gap: 12px; padding: 16px 20px 14px; border-bottom: 1px solid var(--line2); text-align: left; }
.post .av { width: 42px; height: 42px; border-radius: 50%; flex: none; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 16px; }
.post .bd { flex: 1; min-width: 0; }
.post .nm { font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.post .nm b { font-weight: 700; } .post .nm span { color: var(--grey); }
.post .tx { font-size: 15px; line-height: 1.4; margin-top: 2px; }
.post .tx .c { color: var(--cobalt); }
.post .acts { display: flex; justify-content: space-between; max-width: 360px; margin-top: 10px; font-size: 13px; color: var(--grey); }
.post .acts span { display: flex; align-items: center; gap: 5px; }
.post .acts svg { width: 16px; height: 16px; fill: var(--soft); }

.scan { position: absolute; left: 0; right: 0; top: 0; height: 100%; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(47,91,255,.10) 45%, rgba(47,91,255,.18) 50%, transparent 52%); background-size: 100% 220%; background-position: 0 120%; opacity: 0; }
.post.scanning .scan { animation: sweep 1s var(--ease) forwards; }
@keyframes sweep { 0% { opacity: 1; background-position: 0 120%; } 100% { opacity: 0; background-position: 0 -20%; } }

.verdict { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: 10px; font-size: 13.5px; color: var(--grey); opacity: 0; transform: translateY(6px); transition: opacity .6s var(--ease), transform .7s var(--ease); }
.post.flagged .verdict { opacity: 1; transform: none; }
.verdict svg { width: 13px; height: 16px; flex: none; }
.verdict b { font-weight: 700; }
.r { color: var(--red); } .g { color: var(--green); } .y { color: var(--amber); } .b { color: var(--cobalt); }
.tag { font-size: 10.5px; font-weight: 800; letter-spacing: .08em; border: 1.6px solid; border-radius: 5px; padding: 1px 5px; line-height: 1.35; }
.faces { display: flex; padding-left: 6px; }
.faces img { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #fff; margin-left: -6px; object-fit: cover; }

.bs-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .9s var(--ease); }
.post.open .bs-wrap { grid-template-rows: 1fr; }
.bs-wrap > div { overflow: hidden; }
.bs { margin-top: 12px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.bh { display: flex; align-items: center; gap: 7px; padding: 9px 13px; font-size: 13px; color: var(--grey); background: var(--tint); }
.bh b { color: var(--ink); } .bh svg { width: 11px; height: 14px; }
.bh .since { margin-left: auto; font-size: 11.5px; color: var(--soft); }
.row { display: flex; align-items: center; gap: 11px; padding: 10px 13px; border-top: 1px solid var(--line2); opacity: 0; transform: translateX(-8px); transition: opacity .5s var(--ease), transform .6s var(--ease); }
.post.open .row { opacity: 1; transform: none; }
.post.open .row:nth-child(2) { transition-delay: .25s; } .post.open .row:nth-child(3) { transition-delay: .38s; } .post.open .row:nth-child(4) { transition-delay: .51s; }
.row .ic { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; font-size: 13px; font-weight: 700; flex: none; }
.row .ic.r { background: #fde8ee; } .row .ic.y { background: #fff3e0; } .row .ic.g { background: #e3f7ee; } .row .ic.b { background: var(--cobalt-3); }
.row .t { flex: 1; min-width: 0; }
.row .t b { display: block; font-size: 13.5px; }
.row .t span { display: block; font-size: 12px; color: var(--grey); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-bars { display: flex; gap: 2px; align-items: flex-end; height: 18px; }
.mini-bars i { width: 4px; border-radius: 1px; background: var(--red); }
.mini-bars i.up { background: var(--green); }

.stamp { position: absolute; right: 26px; top: 26px; z-index: 3; border: 4px solid var(--red); color: var(--red); border-radius: 10px; padding: 1px 14px; font: 900 34px/1.12 "Arial Black", "Inter", sans-serif; letter-spacing: 2px; background: rgba(255,255,255,.7); opacity: 0; transform: rotate(-12deg) scale(2.2); pointer-events: none; }
.stamp.y { border-color: var(--amber); color: var(--amber); font-size: 27px; }
.post.stamped .stamp { animation: slam .55s cubic-bezier(.5, 0, .2, 1) forwards; }
@keyframes slam { 0% { opacity: 0; transform: rotate(-12deg) scale(2.2); } 60% { opacity: .95; transform: rotate(-12deg) scale(.94); } 80% { transform: rotate(-12deg) scale(1.03); } 100% { opacity: .92; transform: rotate(-12deg) scale(1); } }
.post.stamped .tx { transition: opacity .5s; opacity: .5; }

/* floating chips around the window */
.float { position: absolute; z-index: 3; transition: transform .2s linear; will-change: transform; }
.chip { display: flex; align-items: center; gap: 7px; height: 40px; padding: 0 14px 0 12px; border-radius: 12px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 0 0 1px var(--line), 0 18px 40px -12px rgba(47,91,255,.28); font-size: 13.5px; color: var(--grey); white-space: nowrap; animation: bob 6s ease-in-out infinite alternate; }
.chip svg { width: 12px; height: 15px; }
.chip b { font-weight: 700; }
.fl1 { left: -262px; top: 150px; } .fl1 .chip { animation-delay: -1s; }
.fl2 { right: -258px; top: 96px; } .fl2 .chip { animation-delay: -3s; }
.fl3 { left: -236px; top: 360px; } .fl3 .chip { animation-delay: -2s; }
.fl4 { right: -262px; top: 330px; } .fl4 .chip { animation-delay: -4s; }
@keyframes bob { from { transform: translateY(-6px); } to { transform: translateY(6px); } }

/* ---------- ticker ---------- */
.ticker { position: relative; margin-top: 70px; padding: 22px 0; border-top: 1px solid var(--line2); border-bottom: 1px solid var(--line2); overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.track span { display: flex; align-items: center; gap: 10px; padding: 0 30px; font-family: var(--display); font-size: 20px; font-weight: 500; letter-spacing: -.3px; color: var(--grey); white-space: nowrap; }
.d { width: 8px; height: 8px; border-radius: 50%; }
.d.r { background: var(--red); } .d.y { background: var(--amber); } .d.g { background: var(--green); } .d.b { background: var(--cobalt); } .d.n { background: var(--soft); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.sec { padding: clamp(90px, 13vw, 150px) clamp(16px, 4vw, 40px) 0; max-width: 1180px; margin: 0 auto; }
.head { text-align: center; margin-bottom: 56px; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--cobalt); }
h2 { margin: 14px 0 0; font-family: var(--display); font-weight: 500; font-size: clamp(34px, 5vw, 58px); line-height: 1.04; letter-spacing: -.035em; }
h2 em { font-style: normal; color: var(--soft); }
.rv { opacity: 0; transform: translateY(34px); transition: opacity 1.1s var(--ease), transform 1.2s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .12s; }

.bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card { position: relative; background: #fff; border-radius: 24px; padding: 14px 14px 26px; box-shadow: 0 0 0 1px var(--line), 0 20px 50px -30px rgba(47,91,255,.25); transition: box-shadow .5s var(--ease), transform .6s var(--ease); }
.card:hover { box-shadow: 0 0 0 1px #d8e0f2, 0 30px 60px -28px rgba(47,91,255,.35); }
.card h3 { margin: 22px 14px 0; font-family: var(--display); font-weight: 500; font-size: 24px; letter-spacing: -.02em; }
.card p { margin: 8px 14px 0; font-size: 15.5px; line-height: 1.55; color: var(--grey); max-width: 460px; }
.vis { position: relative; height: 240px; border-radius: 16px; background: var(--tint); overflow: hidden; display: grid; place-items: center; }
.vis::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(#dfe5f3 1px, transparent 1px); background-size: 18px 18px; opacity: .8; }
.c-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 10px; }
.c-wide .vis { height: 200px; }
.wide-copy h3 { margin-top: 0; }

/* rug graph */
.graph { position: relative; width: 320px; height: 170px; }
.g-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.g-lines path { fill: none; stroke: #f3b3c6; stroke-width: 2; stroke-dasharray: 4 5; stroke-dashoffset: 60; opacity: 0; transition: opacity .6s, stroke-dashoffset 1.6s var(--ease); }
.in .g-lines path { opacity: 1; stroke-dashoffset: 0; }
.node { position: absolute; transform: translate(-50%, -50%) scale(.6); opacity: 0; display: flex; align-items: center; gap: 6px; height: 32px; padding: 0 11px; border-radius: 10px; background: #fff; box-shadow: 0 0 0 1px var(--line), 0 8px 20px -8px rgba(15,20,25,.15); font-size: 12.5px; font-weight: 700; white-space: nowrap; transition: opacity .6s var(--ease), transform .8s var(--ease); }
.node em { font-style: normal; color: var(--red); font-weight: 600; }
.node.core { left: 50%; top: 50%; background: var(--ink); color: #fff; font-family: ui-monospace, Consolas, monospace; font-weight: 500; }
.node.core svg { width: 10px; height: 12px; }
.n1 { left: 19%; top: 22%; } .n2 { left: 16%; top: 75%; } .n3 { left: 82%; top: 21%; } .n4 { left: 84%; top: 74%; }
.in .node { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.in .n1 { transition-delay: .35s; } .in .n2 { transition-delay: .5s; } .in .n3 { transition-delay: .65s; } .in .n4 { transition-delay: .8s; }

/* call record */
.calls { position: relative; width: min(330px, 86%); background: #fff; border-radius: 14px; padding: 14px 16px; box-shadow: 0 0 0 1px var(--line), 0 16px 34px -18px rgba(15,20,25,.2); }
.calls-top, .calls-foot { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; }
.calls-top span, .calls-foot span { color: var(--grey); font-size: 12px; }
.bars { display: flex; align-items: flex-end; gap: 6px; height: 96px; margin: 14px 0 12px; }
.bars i { flex: 1; height: var(--h); border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, #ff6b93, var(--red)); transform: scaleY(0); transform-origin: bottom; transition: transform .9s var(--ease); }
.bars i.up { background: linear-gradient(180deg, #34d399, var(--green)); }
.in .bars i { transform: scaleY(1); }
.in .bars i:nth-child(2) { transition-delay: .05s; } .in .bars i:nth-child(3) { transition-delay: .1s; } .in .bars i:nth-child(4) { transition-delay: .15s; } .in .bars i:nth-child(5) { transition-delay: .2s; } .in .bars i:nth-child(6) { transition-delay: .25s; } .in .bars i:nth-child(7) { transition-delay: .3s; } .in .bars i:nth-child(8) { transition-delay: .35s; } .in .bars i:nth-child(9) { transition-delay: .4s; } .in .bars i:nth-child(10) { transition-delay: .45s; } .in .bars i:nth-child(11) { transition-delay: .5s; } .in .bars i:nth-child(12) { transition-delay: .55s; }

/* smart ring */
.smart { position: relative; width: 210px; height: 210px; }
.ring { position: absolute; inset: 0; }
.ring img { position: absolute; left: 50%; top: 50%; width: 44px; height: 44px; margin: -22px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 6px 16px -4px rgba(15,20,25,.25); object-fit: cover; transform: rotate(calc(var(--i) * 51.43deg)) translateY(0) rotate(calc(var(--i) * -51.43deg)) scale(.4); opacity: 0; transition: transform 1s var(--ease), opacity .6s; transition-delay: calc(var(--i) * 70ms); }
.in .ring img { transform: rotate(calc(var(--i) * 51.43deg)) translateY(-82px) rotate(calc(var(--i) * -51.43deg)) scale(1); opacity: 1; }
.center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 104px; height: 104px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px var(--line), 0 14px 30px -12px rgba(47,91,255,.35); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.center b { font: 600 36px/1 var(--display); color: var(--cobalt); letter-spacing: -1px; }
.center small { font-size: 11px; color: var(--grey); margin-top: 4px; text-align: center; line-height: 1.2; }

/* dox cards */
.dox { position: relative; display: flex; flex-direction: column; gap: 12px; width: min(330px, 86%); }
.idc { display: flex; align-items: center; gap: 11px; background: #fff; border-radius: 14px; padding: 12px 14px; box-shadow: 0 0 0 1px var(--line), 0 14px 30px -18px rgba(15,20,25,.2); transform: translateX(-24px); opacity: 0; transition: transform 1s var(--ease), opacity .7s; }
.idc.dim { transform: translateX(24px); transition-delay: .15s; }
.in .idc { transform: none; opacity: 1; }
.in .idc.dim { opacity: .75; }
.idc .av { width: 38px; height: 38px; border-radius: 50%; background: #0f766e; color: #fff; display: grid; place-items: center; font-weight: 700; flex: none; }
.idc .av.m { background: #7c3aed; }
.idc b { display: block; font-size: 14px; } .idc div span { font-size: 12.5px; color: var(--grey); }
.idc .tag { margin-left: auto; }

/* handle timeline */
.handles { position: relative; width: 88%; height: 120px; }
.hl-line { position: absolute; left: 4%; right: 4%; top: 50%; height: 2px; background: #dfe5f3; border-radius: 2px; overflow: hidden; }
.hl-line i { position: absolute; inset: 0; background: linear-gradient(90deg, var(--cobalt-2), var(--cobalt)); transform: scaleX(0); transform-origin: left; transition: transform 1.8s var(--ease); }
.in .hl-line i { transform: scaleX(1); }
.hp { position: absolute; left: var(--x); top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: 30px; opacity: 0; transition: opacity .7s var(--ease); }
.hp::before { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; margin: -6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px var(--cobalt-2); }
.hp b { font-size: 13px; font-weight: 600; color: var(--grey); text-decoration: line-through; text-decoration-color: var(--soft); background: #fff; padding: 4px 9px; border-radius: 8px; box-shadow: 0 0 0 1px var(--line); white-space: nowrap; }
.hp span { font-size: 11.5px; color: var(--soft); }
.hp.now b { color: #fff; background: var(--cobalt); text-decoration: none; box-shadow: 0 8px 20px -6px rgba(47,91,255,.5); }
.hp.now::before { box-shadow: 0 0 0 3px var(--cobalt); background: var(--cobalt); }
.in .hp { opacity: 1; }
.in .hp:nth-child(3) { transition-delay: .4s; } .in .hp:nth-child(4) { transition-delay: .8s; } .in .hp:nth-child(5) { transition-delay: 1.2s; }

/* ---------- how ---------- */
.how-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.how-copy h2 { margin-top: 14px; }
.how-copy p { margin: 22px 0 0; font-size: 17px; line-height: 1.6; color: var(--grey); max-width: 480px; }
.steps { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-direction: column; }
.steps li { display: flex; gap: 16px; padding: 15px 0; border-top: 1px solid var(--line2); font-size: 15.5px; line-height: 1.45; }
.steps b { font: 600 13px/1.6 var(--display); color: var(--cobalt); }
.net { position: relative; aspect-ratio: 520 / 440; border-radius: 28px; background: var(--tint); box-shadow: 0 0 0 1px var(--line); overflow: hidden; }
.net svg#netsvg { position: absolute; inset: 0; width: 100%; height: 100%; }
.net .ln { stroke: #cfd8ee; stroke-width: 1.5; fill: none; }
.net .ln.hot { stroke: var(--red); stroke-width: 2; stroke-dasharray: 5 5; }
.net .nd { fill: #fff; stroke: #c6d1ec; stroke-width: 2; transition: fill .6s, stroke .6s; }
.net .nd.hot { fill: #ffe9f0; stroke: var(--red); }
.net .nd.me { fill: var(--cobalt); stroke: #fff; stroke-width: 3; }
.net .lab { font: 600 11.5px var(--ui); fill: var(--ink); paint-order: stroke; stroke: #f7f9ff; stroke-width: 5px; stroke-linejoin: round; }
.net .lab.hot { fill: var(--red); }
.net-card { position: absolute; left: 50%; bottom: 20px; transform: translate(-50%, 16px); opacity: 0; display: flex; align-items: center; gap: 11px; width: max-content; max-width: 88%; padding: 11px 16px 11px 13px; border-radius: 14px; background: #fff; box-shadow: 0 0 0 1px var(--line), 0 16px 36px -14px rgba(47,91,255,.35); transition: opacity .7s var(--ease), transform .9s var(--ease); }
.net-card.show { opacity: 1; transform: translate(-50%, 0); }
.net-card svg { width: 14px; height: 17px; flex: none; }
.net-card b { display: block; font-size: 14px; } .net-card span { font-size: 12.5px; color: var(--grey); }

/* ---------- cta ---------- */
.cta { padding: clamp(110px, 14vw, 170px) clamp(16px, 4vw, 40px) clamp(100px, 12vw, 150px); }
.cta-in { position: relative; max-width: 900px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; padding: clamp(60px, 8vw, 90px) clamp(20px, 5vw, 60px) clamp(80px, 9vw, 100px); border-radius: 36px; background: radial-gradient(80% 90% at 50% 0%, #eef2ff 0%, #fff 70%); box-shadow: 0 0 0 1px var(--line), 0 50px 100px -50px rgba(47,91,255,.35); overflow: hidden; }
.cta-mark { width: 44px; height: 52px; margin-bottom: 24px; animation: bob 5s ease-in-out infinite alternate; }
.cta-in p { margin: 18px 0 0; font-size: 17px; color: var(--grey); }
.cta-in .join { margin-top: 30px; }
.xfollow { margin-top: 58px; display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600; color: var(--grey); transition: color .25s; }
.xfollow:hover { color: var(--ink); }

.foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 26px clamp(16px, 4vw, 40px) calc(26px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line2); font-size: 13px; color: var(--soft); }
.foot .xi { width: 17px; height: 17px; color: var(--grey); transition: color .2s; }
.foot a:hover .xi { color: var(--ink); }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .float { display: none; }
}
@media (max-width: 860px) {
  .navlink { display: none; }
  .bento { grid-template-columns: 1fr; }
  .c-wide { grid-template-columns: 1fr; }
  .wide-copy h3 { margin-top: 22px; }
  .how-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .nav .btn.ghost span { display: none; }
  .nav .btn.ghost { width: 40px; padding: 0; }
  .join { flex-direction: column; border-radius: 22px; padding: 8px; }
  .field { height: 50px; }
  .join .btn { width: 100%; }
  .joined { flex-wrap: wrap; height: auto; padding: 8px; }
  .feedvp { height: 420px; }
  .post { padding: 14px 14px 12px; }
  .stamp { right: 12px; font-size: 26px; }
  .graph { transform: scale(.9); }
  .bh .since { display: none; }
  .handles { width: 96%; }
  .hp:nth-child(2) { display: none; }
  .hp:nth-child(3) { --x: 14%; } .hp:nth-child(4) { --x: 48%; } .hp:nth-child(5) { --x: 82%; }
  .hp b { font-size: 12px; padding: 4px 7px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
}
