:root {
  --bg: #0b0012;
  --bg2: #13021d;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --line: rgba(255, 255, 255, 0.105);
  --text: #fff8ff;
  --muted: rgba(238, 227, 247, 0.62);
  --dim: rgba(238, 227, 247, 0.42);
  --violet: #a450ff;
  --violet2: #dfb6ff;
  --violet3: #7721ff;
  --shadow: 0 24px 90px rgba(65, 14, 105, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #0b0012;
  width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 33%, rgba(175, 70, 255, 0.2), transparent 20%),
    radial-gradient(circle at 78% 84%, rgba(82, 36, 139, 0.16), transparent 24%),
    radial-gradient(circle at 20% 80%, rgba(91, 28, 146, 0.14), transparent 22%),
    linear-gradient(180deg, var(--bg2), var(--bg) 42%, #0a0011);
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior: none;
}

main,
footer,
header {
  max-width: 100vw;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid #eac8ff;
  outline-offset: 3px;
}

.noise {
  position: absolute;
  inset: 0;
  width: 100vw;
  max-width: 100%;
  pointer-events: none;
  opacity: 0.045;
  z-index: 4;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.stars,
.stars::before,
.stars::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  max-width: 100%;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(130, 42, 196, .52) 1.5px, transparent 2px),
    radial-gradient(circle, rgba(204, 132, 255, .36) 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 255, 255, .2) 1px, transparent 1.3px);
  background-size: 220px 220px, 310px 310px, 470px 470px;
  background-position: 16px 54px, 120px 30px, 48px 160px;
  opacity: .5;
  z-index: 0;
  will-change: transform;
  animation: starDrift 28s linear infinite;
}

.stars::before {
  background-size: 360px 360px, 540px 540px, 680px 680px;
  background-position: 90px 120px, 0 240px, 260px 40px;
  opacity: .32;
  animation: starDriftWide 44s linear infinite reverse;
}

.stars::after {
  background-size: 620px 620px, 760px 760px, 900px 900px;
  background-position: 320px 60px, 120px 420px, 520px 220px;
  opacity: .26;
  animation: starDriftSlow 62s linear infinite;
}

@keyframes starDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-110px, 92px, 0); }
}

@keyframes starDriftWide {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(90px, -76px, 0); }
}

@keyframes starDriftSlow {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-70px, -58px, 0); }
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 10;
  min-height: 58px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .065);
  background: linear-gradient(180deg, rgba(17, 3, 25, .74), rgba(17, 3, 25, .42));
  animation: topbarIn .65s ease both;
}

.utility-links {
  width: min(100%, 1900px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 82px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 850;
}

.utility-links a {
  transition: color .18s ease, background .18s ease, transform .18s ease, border-color .18s ease;
}

.utility-links a:not(.icon-link):hover {
  color: white;
}

.icon-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: white;
  border: 1px solid rgba(255, 255, 255, .055);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.icon-link:hover {
  background: rgba(255, 255, 255, .14);
  transform: translateY(-1px);
}

.x-icon {
  background: #050505;
}

.x-icon img {
  width: 21px;
  height: 21px;
  display: block;
  object-fit: contain;
}

.beta-scene {
  position: relative;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 92px 24px 52px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0 0 10px 10px;
}

.beta-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 39%, rgba(171, 71, 255, .2), transparent 18%),
    radial-gradient(circle at 50% 53%, rgba(255, 255, 255, .04), transparent 28%),
    linear-gradient(180deg, transparent 0 58%, rgba(0, 0, 0, .16));
  z-index: 1;
}

.signup-panel {
  position: relative;
  z-index: 5;
  width: min(680px, 100%);
  display: grid;
  justify-items: center;
  padding-top: 14px;
}

.hero-logo-mark {
  position: relative;
  width: clamp(118px, 10.5vw, 172px);
  height: clamp(118px, 10.5vw, 172px);
  margin-bottom: 18px;
  display: block;
  object-fit: cover;
  border-radius: 28%;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 0 34px rgba(169, 60, 255, .52), 0 0 96px rgba(137, 34, 255, .34), 0 22px 64px rgba(0, 0, 0, .42);
  filter: saturate(1.08);
  transform: translateY(0) rotate(0) scale(1);
  transition: transform .32s ease, box-shadow .32s ease, filter .32s ease;
  animation: logoIn .85s cubic-bezier(.2, .9, .2, 1.1) .18s both;
  cursor: pointer;
}

.hero-logo-mark:hover {
  transform: translateY(-10px) rotate(3deg) scale(1.035);
  filter: saturate(1.18) brightness(1.06);
  box-shadow: 0 0 44px rgba(169, 60, 255, .66), 0 0 120px rgba(137, 34, 255, .42), 0 28px 72px rgba(0, 0, 0, .46);
}

.beta-kicker {
  margin: 0 0 8px;
  color: rgba(225, 194, 255, .72);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  animation: riseIn .7s ease .32s both;
}

h1 {
  margin: 0;
  color: #fbf6ff;
  font-size: clamp(2.6rem, 5.8vw, 5.6rem);
  line-height: .92;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 0 40px rgba(172, 85, 255, .32);
  animation: riseIn .72s ease .4s both;
}

.hero-tagline {
  margin: 14px auto 0;
  color: rgba(225, 194, 255, .78);
  font-size: clamp(.9rem, 1.15vw, 1.05rem);
  line-height: 1.2;
  font-weight: 1000;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  animation: riseIn .72s ease .43s both;
}

.beta-subtitle {
  max-width: 560px;
  margin: 16px auto 34px;
  color: rgba(238, 227, 247, .62);
  font-size: clamp(.98rem, 1.35vw, 1.18rem);
  line-height: 1.55;
  font-weight: 720;
  text-align: center;
  animation: riseIn .72s ease .5s both;
}

.hero-claim {
  max-width: 620px;
  margin: 14px auto 34px;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  line-height: 1.18;
  font-weight: 950;
  text-align: center;
  text-shadow: 0 0 30px rgba(172, 85, 255, .34);
  animation: riseIn .72s ease .46s both;
}

.signup {
  display: grid;
  grid-template-columns: minmax(250px, 330px) 180px;
  gap: 12px;
  justify-content: center;
  width: min(500px, 100%);
  animation: riseIn .74s ease .6s both;
}

.signup input,
.signup button,
.mini-links a {
  min-height: 62px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .06);
  color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 42px rgba(0, 0, 0, .24);
}

.signup input {
  width: 100%;
  padding: 0 28px;
  outline: none;
  color: rgba(255, 255, 255, .82);
  font-size: .98rem;
  font-weight: 850;
}

.signup input::placeholder {
  color: rgba(235, 224, 244, .54);
}

.signup button {
  cursor: pointer;
  font-weight: 1000;
  font-size: 1.08rem;
  background: linear-gradient(135deg, rgba(169, 80, 255, .3), rgba(255, 255, 255, .06));
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.signup button:hover,
.mini-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(225, 194, 255, .28);
  background: rgba(255, 255, 255, .095);
}

.signup button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.or {
  margin: 24px 0 22px;
  color: rgba(237, 226, 246, .62);
  font-weight: 950;
  letter-spacing: .04em;
  animation: fadeIn .6s ease .72s both;
}

.mini-links {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
  justify-content: center;
  animation: riseIn .7s ease .72s both;
}

.mini-links a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  color: rgba(255, 255, 255, .88);
  font-size: .9rem;
  font-weight: 900;
}

.why-section {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0 26px;
}

.why-section::before {
  content: "";
  position: absolute;
  inset: 24px -24px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
}

.why-copy {
  max-width: 780px;
  margin: 0 auto 26px;
  text-align: center;
}

.why-copy h2 {
  margin: 0;
  color: #fff8ff;
  font-size: clamp(2rem, 4.2vw, 4.6rem);
  line-height: .96;
  letter-spacing: 0;
}

.why-copy p:not(.beta-kicker) {
  max-width: 660px;
  margin: 16px auto 0;
  color: rgba(238, 227, 247, .64);
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 680;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.032)),
    radial-gradient(circle at 80% 0%, rgba(164,80,255,.2), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 42px rgba(0,0,0,.2);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.why-card:hover,
.why-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(225,194,255,.3);
  background:
    linear-gradient(180deg, rgba(255,255,255,.092), rgba(255,255,255,.045)),
    radial-gradient(circle at 80% 0%, rgba(164,80,255,.28), transparent 44%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 24px 54px rgba(0,0,0,.28);
}

.why-card span {
  color: rgba(225,194,255,.82);
  font-size: .76rem;
  font-weight: 1000;
  letter-spacing: .12em;
}

.why-card h3 {
  margin: 34px 0 10px;
  color: white;
  font-size: 1.26rem;
  line-height: 1.1;
}

.why-card p {
  margin: 0;
  color: rgba(238, 227, 247, .62);
  line-height: 1.55;
  font-weight: 620;
}

.features-section {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 62px 0 104px;
}

.features-section::before {
  content: "";
  position: absolute;
  inset: 24px -24px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
}

.features-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-card.reveal-on-scroll:nth-child(2) {
  transition-delay: .08s;
}

.feature-card.reveal-on-scroll:nth-child(3) {
  transition-delay: .16s;
}

.feature-card.reveal-on-scroll:nth-child(4) {
  transition-delay: .24s;
}

.why-card.reveal-on-scroll:nth-child(2) {
  transition-delay: .08s;
}

.why-card.reveal-on-scroll:nth-child(3) {
  transition-delay: .16s;
}

.footer-main.reveal-on-scroll {
  transition-delay: .1s;
}

.features-heading h2 {
  margin: 0;
  color: #fff8ff;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: .95;
  letter-spacing: 0;
}

.features-heading p:not(.beta-kicker) {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(238, 227, 247, .64);
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 680;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  position: relative;
  min-height: 236px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)),
    radial-gradient(circle at 20% 0%, rgba(164,80,255,.18), transparent 38%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 42px rgba(0,0,0,.2);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 35%, rgba(255,255,255,.11) 48%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%);
  transition: transform .42s ease, opacity .22s ease;
  pointer-events: none;
}

.feature-card:hover,
.feature-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(225,194,255,.28);
  background:
    linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.045)),
    radial-gradient(circle at 20% 0%, rgba(164,80,255,.26), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 24px 54px rgba(0,0,0,.28);
}

.feature-card:hover::before,
.feature-card:focus-visible::before {
  opacity: 1;
  transform: translateX(120%);
}

.feature-code {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(225,194,255,.18);
  border-radius: 999px;
  color: rgba(225,194,255,.86);
  background: rgba(164,80,255,.1);
  font-size: .72rem;
  font-weight: 1000;
  letter-spacing: .08em;
  transition: color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.feature-card:hover .feature-code,
.feature-card:focus-visible .feature-code {
  color: white;
  border-color: rgba(225,194,255,.36);
  background: rgba(164,80,255,.2);
  box-shadow: 0 0 24px rgba(164,80,255,.18);
}

.feature-card h3 {
  margin: 22px 0 10px;
  color: white;
  font-size: 1.22rem;
  line-height: 1.1;
}

.feature-card p {
  margin: 0;
  color: rgba(238, 227, 247, .62);
  line-height: 1.55;
  font-weight: 620;
}

.site-footer {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 26px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer-main {
  padding: 30px 0 34px;
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(280px, 1fr);
  gap: 18px 32px;
  align-items: start;
}

.footer-domain {
  margin: 0;
  color: #d9d9ff;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  transition: color .18s ease;
}

.footer-domain:hover {
  color: white;
}

.footer-main p {
  max-width: 520px;
  margin: 0;
  color: rgba(238,227,247,.58);
  font-size: .98rem;
  line-height: 1.5;
  font-weight: 650;
}

.footer-main small {
  grid-column: 1;
  color: rgba(238,227,247,.36);
  font-size: .9rem;
  font-weight: 780;
}

.footer-links {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 18px;
}

.footer-links a {
  color: rgba(255,255,255,.68);
  font-size: .92rem;
  font-weight: 780;
  transition: color .18s ease;
}

.footer-links a:hover {
  color: white;
}

.floating-token {
  --size: 78px;
  --ring1: #17101f;
  --ring2: #665982;
  --face: #140d1e;
  --accent: #b5a4d4;
  --text-color: #ffffff;
  position: absolute;
  z-index: 2;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  opacity: .42;
  filter: none;
  animation: tokenIn .8s cubic-bezier(.2, .9, .2, 1.15) both;
}

.floating-token::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--ring2), white 16%), var(--ring1) 58%, #07020e),
    radial-gradient(circle at 34% 26%, rgba(255,255,255,.24), transparent 26%);
  border: 1px solid color-mix(in srgb, var(--accent), white 8%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), inset 0 -18px 28px rgba(0,0,0,.38);
}

.floating-token::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 25%, rgba(255,255,255,.18), transparent 22%), var(--face);
  box-shadow: inset 0 0 18px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.06);
}

.floating-token > span {
  position: relative;
  z-index: 2;
  min-width: 46%;
  min-height: 34%;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border-radius: 999px;
  color: var(--text-color);
  background: color-mix(in srgb, var(--accent), transparent 78%);
  border: 1px solid color-mix(in srgb, var(--accent), white 18%);
  box-shadow: 0 0 14px color-mix(in srgb, var(--accent), transparent 68%);
  font-size: calc(var(--size) * .125);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0;
  text-align: center;
}

.floating-token > img {
  position: relative;
  z-index: 2;
  width: 48%;
  height: 48%;
  display: block;
  object-fit: contain;
  filter: none;
}

.market-poly {
  --ring1: #052d6d;
  --ring2: #168cff;
  --face: #0788f7;
  --accent: #1a8fff;
  --text-color: #fff;
}

.market-poly > span {
  width: 52%;
  height: 46%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 8%;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.market-poly > span::before,
.market-poly > span::after {
  content: "";
  position: absolute;
  left: 18%;
  width: 64%;
  height: 42%;
  background: white;
  clip-path: polygon(0 0, 100% 32%, 100% 100%, 0 68%, 0 48%, 76% 72%, 76% 47%, 0 22%);
}

.market-poly > span::before {
  top: 7%;
}

.market-poly > span::after {
  bottom: 7%;
  transform: scaleY(-1);
}

.market-kalshi {
  --ring1: #043f2b;
  --ring2: #00d392;
  --face: #08d097;
  --accent: #00d392;
  --text-color: #04100c;
}

.market-kalshi::before,
.market-kalshi::after {
  border-radius: 18px;
}

.market-kalshi > span {
  min-width: 82%;
  min-height: 42%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #020806;
  font-size: calc(var(--size) * .17);
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.coin-bitcoin {
  --ring1: #422600;
  --ring2: #f7931a;
  --face: #f7931a;
  --accent: #ffb13b;
  --text-color: #fff7e8;
}

.coin-bitcoin > span {
  display: none;
}

.coin-solana {
  --ring1: #121023;
  --ring2: #8b5cf6;
  --face: #100b1b;
  --accent: #14f195;
  --text-color: #fff;
}

.coin-solana > span {
  width: 56%;
  height: 44%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: url("assets/logos/solana.svg") center / contain no-repeat;
  border-radius: 0;
  box-shadow: 0 0 18px rgba(20, 241, 149, .35);
}

.coin-ethereum {
  --ring1: #15192e;
  --ring2: #8fa4ff;
  --face: #101321;
  --accent: #9fb0ff;
  --text-color: #fff;
}

.coin-ethereum > span {
  display: none;
}

.coin-usdc {
  --ring1: #0b3272;
  --ring2: #2775ca;
  --face: #2775ca;
  --accent: #56a3ff;
  --text-color: #fff;
}

.coin-usdc > span {
  display: none;
}

.t1 { left: 10%; top: 18%; --size: 78px; --token-opacity: .42; animation-delay: .32s; transform: rotate(-10deg); }
.t2 { left: 45%; top: 8%; --size: 92px; --token-opacity: .32; animation-delay: .42s; transform: rotate(8deg); }
.t3 { right: 6%; top: 18%; --size: 86px; --token-opacity: .38; animation-delay: .5s; transform: rotate(12deg); }
.t4 { right: 5%; top: 37%; --size: 68px; --token-opacity: .34; animation-delay: .58s; transform: rotate(-7deg); }
.t5 { left: 14%; bottom: 36%; --size: 84px; --token-opacity: .32; animation-delay: .48s; transform: rotate(11deg); }
.t6 { right: 22%; bottom: 10%; --size: 94px; --token-opacity: .36; animation-delay: .66s; transform: rotate(-8deg); }
.t7 { left: 15%; bottom: 12%; --size: 70px; --token-opacity: .36; animation-delay: .72s; transform: rotate(10deg); }

@keyframes topbarIn {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes logoIn {
  from { opacity: 0; transform: translateY(18px) scale(.86) rotate(-6deg); }
  to { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}

@keyframes riseIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes tokenIn {
  from { opacity: 0; scale: .72; }
  to { opacity: var(--token-opacity, .42); scale: 1; }
}

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

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  .utility-links {
    padding: 0 18px;
    gap: 12px;
    font-size: .82rem;
    overflow-x: auto;
  }

  .beta-scene {
    padding-top: 104px;
  }

  .hero-logo-mark {
    margin-bottom: 16px;
  }

  .floating-token {
    --token-opacity: .26;
  }

  .features-section {
    width: min(680px, calc(100% - 32px));
    padding: 54px 0 84px;
  }

  .why-section {
    width: min(680px, calc(100% - 32px));
    padding: 72px 0 22px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    min-height: auto;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card {
    min-height: 210px;
  }

  .site-footer {
    width: min(680px, calc(100% - 32px));
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-main small,
  .footer-links {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  html,
  body {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  body {
    background:
      radial-gradient(circle at 50% 24%, rgba(175, 70, 255, 0.22), transparent 28%),
      radial-gradient(circle at 88% 82%, rgba(82, 36, 139, 0.18), transparent 30%),
      linear-gradient(180deg, #15031f, #0b0012 46%, #09000f);
  }

  .topbar {
    min-height: 58px;
    overflow: hidden;
  }

  .utility-links {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    overflow: hidden;
    font-size: .74rem;
  }

  .utility-links a:not(.icon-link) {
    white-space: nowrap;
  }

  .utility-links a[href="#"]:not(.icon-link) {
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
  }

  .utility-links a:nth-last-child(1) {
    display: none;
  }

  .icon-link {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 9px;
    font-size: 1.05rem;
  }

  .beta-scene {
    min-height: 100svh;
    width: 100vw;
    max-width: 100%;
    padding: 82px 18px max(26px, env(safe-area-inset-bottom));
    place-items: center;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .signup-panel {
    width: min(380px, 100%);
    padding-top: 0;
  }

  .hero-logo-mark {
    width: clamp(96px, 28vw, 118px);
    height: clamp(96px, 28vw, 118px);
    margin-bottom: 12px;
    box-shadow: 0 0 28px rgba(169, 60, 255, .48), 0 0 74px rgba(137, 34, 255, .28), 0 18px 46px rgba(0, 0, 0, .42);
  }

  .beta-kicker {
    margin-bottom: 7px;
    font-size: .68rem;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 3.55rem);
  }

  .hero-tagline {
    margin-top: 10px;
    font-size: .76rem;
    letter-spacing: .08em;
  }

  .beta-subtitle {
    max-width: 330px;
    margin: 10px auto 24px;
    font-size: .92rem;
    line-height: 1.45;
  }

  .hero-claim {
    max-width: 340px;
    margin-top: 10px;
    margin-bottom: 24px;
    font-size: clamp(1.08rem, 5.2vw, 1.32rem);
    line-height: 1.22;
  }

  .signup {
    grid-template-columns: 1fr;
    width: min(340px, 100%);
    gap: 10px;
  }

  .signup input,
  .signup button,
  .mini-links a {
    min-height: 54px;
  }

  .signup input {
    padding: 0 20px;
    text-align: center;
    font-size: .92rem;
  }

  .signup button {
    font-size: .98rem;
  }

  .or {
    margin: 18px 0 16px;
    font-size: .78rem;
  }

  .mini-links {
    gap: 10px;
    width: 100%;
    margin-top: 20px;
  }

  .mini-links a {
    min-height: 42px;
    padding: 0 14px;
    font-size: .8rem;
  }

  .features-section {
    width: calc(100% - 28px);
    padding: 46px 0 72px;
  }

  .why-section {
    width: calc(100% - 28px);
    padding: 58px 0 18px;
  }

  .features-heading,
  .why-copy {
    margin-bottom: 22px;
    text-align: center;
  }

  .features-heading p:not(.beta-kicker),
  .why-copy p:not(.beta-kicker) {
    font-size: .94rem;
  }

  .why-grid {
    gap: 12px;
  }

  .why-card {
    padding: 20px;
  }

  .why-card h3 {
    margin-top: 24px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-card {
    min-height: auto;
    padding: 20px;
  }

  .site-footer {
    width: calc(100% - 28px);
    margin-bottom: 18px;
  }

  .footer-main {
    padding: 24px 0 28px;
    text-align: center;
    justify-items: center;
    gap: 14px;
  }

  .footer-main p {
    font-size: .94rem;
  }

  .footer-links {
    justify-content: center;
    gap: 10px 14px;
  }

  .footer-domain,
  .footer-main p,
  .footer-main small,
  .footer-links {
    max-width: 100%;
  }

  .footer-links a {
    font-size: .92rem;
  }

  .floating-token {
    pointer-events: none;
  }

  .t1,
  .t2,
  .t3,
  .t4,
  .t7 {
    display: none;
  }

  .t5 {
    left: 0;
    bottom: 18%;
    --size: 64px;
    --token-opacity: .24;
  }

  .t6 {
    right: 0;
    bottom: 10%;
    --size: 76px;
    --token-opacity: .24;
  }
}

@media (max-width: 380px) {
  .utility-links {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .utility-links::-webkit-scrollbar {
    display: none;
  }

  .beta-scene {
    padding-top: 76px;
  }

  .hero-logo-mark {
    width: 92px;
    height: 92px;
  }

  .beta-subtitle {
    margin-bottom: 20px;
  }
}
