:root {
  --ink: #11130f;
  --muted: #767a70;
  --lime: #b6f36a;
  --paper: #f5f6f0;
  --line: #dfe2d8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.nav {
  height: 82px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.brand-mark {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  margin-right: 7px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 700;
}
.nav-cta,
.button {
  background: var(--ink);
  color: var(--paper);
  border-radius: 3px;
  padding: 14px 18px;
}
.nav-cta span,
.button span {
  color: var(--lime);
  margin-left: 14px;
}
.menu {
  display: none;
  border: 0;
  background: var(--ink);
  color: var(--lime);
  font-size: 20px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.hero {
  min-height: 0;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero-copy {
  width: 100%;
  padding: 0 9vw;
  order: 2;
}
.eyebrow {
  font:
    500 10px "DM Mono",
    monospace;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
}
.pulse {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #74c83e;
  margin-right: 8px;
  box-shadow: 0 0 0 5px #def5c8;
}
h1,
h2 {
  font-size: clamp(55px, 7vw, 100px);
  line-height: 0.94;
  letter-spacing: -0.085em;
  margin: 22px 0 28px;
  font-weight: 800;
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.08em;
}
.lede {
  max-width: 420px;
  color: #5f635a;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 30px;
}
.button {
  display: inline-block;
  font: 700 12px Manrope;
  border: 0;
  cursor: pointer;
}
.micro {
  font: 10px "DM Mono";
  color: #9a9d94;
  margin-top: 18px;
}
.phone-wrap {
  position: relative;
  min-height: 535px;
}
.glow {
  position: absolute;
  width: 440px;
  height: 440px;
  background: var(--lime);
  border-radius: 50%;
  filter: blur(45px);
  opacity: 0.65;
  top: 55px;
  left: 50px;
}
.phone {
  position: absolute;
  z-index: 1;
  background: #191b16;
  border: 8px solid #282b24;
  border-radius: 38px;
  width: 295px;
  height: 550px;
  left: 24%;
  top: -10px;
  box-shadow: 22px 32px 50px #92998988;
  transform: rotate(5deg);
}
.speaker {
  position: absolute;
  background: #474b40;
  width: 72px;
  height: 5px;
  border-radius: 5px;
  top: 10px;
  left: calc(50% - 36px);
}
.screen {
  background: #edf0e6;
  margin: 4px;
  height: 526px;
  border-radius: 27px;
  padding: 31px 20px 20px;
  overflow: hidden;
}
.status,
.app-top,
.range,
.holdings > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.status {
  font: 9px "DM Mono";
  color: #7d8376;
}
.app-top {
  margin: 29px 0 39px;
  font-size: 11px;
  font-weight: 700;
}
.app-logo {
  font-size: 20px;
}
.dots {
  letter-spacing: 4px;
}
.balance-label {
  font: 10px "DM Mono";
  color: #899083;
  margin: 0 0 7px;
}
.balance {
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.07em;
}
.balance span {
  font-size: 15px;
  color: #7f8779;
}
.gain {
  color: #479525;
  font: 11px "DM Mono";
  margin-top: 9px;
}
.gain small {
  color: #83937c;
}
.chart {
  height: 150px;
  margin: 17px -20px 0;
  position: relative;
}
.chart svg {
  width: 100%;
  height: 125px;
  margin-top: 20px;
}
.line {
  fill: none;
  stroke: #6faa43;
  stroke-width: 2;
}
.area {
  fill: url(#area);
}
.range {
  font: 9px "DM Mono";
  color: #939b8d;
  margin: 0 5px 20px;
}
.range b {
  background: var(--ink);
  color: var(--lime);
  padding: 7px 9px;
  border-radius: 3px;
}
.holdings {
  border-top: 1px solid #d9ddd2;
  padding-top: 15px;
}
.holdings > div {
  font-size: 9px;
  margin: 12px 0;
}
.holdings small {
  display: block;
  color: #92998e;
  margin-top: 4px;
}
.holdings strong {
  font-size: 10px;
}
.coin {
  width: 25px;
  height: 25px;
  background: var(--ink);
  color: var(--lime);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-right: 8px;
  font-size: 14px;
}
.coin.purple {
  background: #7963c9;
  color: white;
}
.float-card {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid #e0e5d8;
  padding: 14px 17px;
  box-shadow: 0 14px 35px #8e958155;
  font-size: 10px;
}
.float-card span,
.float-card small {
  display: block;
  color: #92988e;
  font: 9px "DM Mono";
  margin-bottom: 7px;
}
.float-card strong {
  font-size: 17px;
  letter-spacing: -0.05em;
}
.float-card small {
  display: inline;
  color: #55a72f;
  margin: 0 0 0 5px;
}
.card-one {
  top: 95px;
  right: 4px;
}
.card-two {
  bottom: 60px;
  left: 8px;
}
.ticker {
  background: var(--lime);
  padding: 15px 5%;
  display: flex;
  justify-content: space-around;
  font: 10px "DM Mono";
  letter-spacing: 0.1em;
}
.why,
.how,
.waitlist {
  padding: 55px 12vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.why h2,
.how h2,
.waitlist h2 {
  font-size: clamp(50px, 6vw, 82px);
}
.why-text {
  padding-top: 50px;
  max-width: 430px;
  line-height: 1.7;
  color: #60655b;
  font-size: 17px;
}
.why {
  background: #090a09;
  color: #ffffff;
}
.why h2,
.why h2 em {
  color: #ffffff;
}
.why-text {
  color: #ffffff;
}
.stats {
  display: flex;
  gap: 28px;
  margin-top: 58px;
}
.stats strong,
.steps b {
  display: block;
  color: #70ae43;
  font: 12px "DM Mono";
  margin-bottom: 14px;
}
.stats span {
  font-size: 11px;
  color: var(--ink);
  font-weight: 700;
}
.how {
  display: block;
  background: #171a14;
  color: var(--paper);
}
.how .eyebrow {
  color: #a9b0a1;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 65px;
}
.steps h3 {
  font-size: 20px;
  margin: 0 0 13px;
}
.steps p {
  color: #9da59a;
  line-height: 1.7;
  font-size: 13px;
  max-width: 260px;
}
.waitlist {
  background: var(--lime);
}
.waitlist form {
  padding-top: 70px;
}
.waitlist input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #789e4d;
  padding: 17px 0;
  font: 15px Manrope;
  outline: 0;
}
.waitlist .button {
  margin-top: 24px;
}
.waitlist form p {
  font: 9px "DM Mono";
  color: #65883e;
  margin-top: 17px;
}
footer {
  padding: 30px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font: 9px "DM Mono";
  color: #858b80;
  border-top: 1px solid var(--line);
  text-align: center;
}
footer .brand {
  color: var(--ink);
  font: 800 16px Manrope;
}
@media (max-width: 700px) {
  .nav {
    height: 68px;
  }
  .nav-links {
    display: none;
  }
  .menu {
    display: flex;
  }
  .nav {
    justify-content: flex-start;
  }
  .nav .brand {
    margin-right: auto;
  }
  .telegram-button {
    display: flex;
  }
  .mobile-social { margin-left: auto; }
  .hero {
    display: block;
    padding: 0 0 40px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .phone-wrap {
    min-height: 540px;
    margin-top: 55px;
  }
  .phone {
    left: 17%;
    transform: rotate(4deg) scale(0.9);
  }
  .card-one {
    right: -2px;
  }
  .card-two {
    left: -5px;
  }
  .ticker {
    gap: 20px;
    overflow: hidden;
    white-space: nowrap;
  }
  .ticker span:nth-of-type(n + 4) {
    display: none;
  }
  .why,
  .waitlist {
    display: block;
    padding: 42px 8vw;
  }
  .why-text {
    padding-top: 20px;
  }
  .stats {
    gap: 15px;
  }
  .how {
    padding: 42px 8vw;
  }
  .steps {
    display: block;
    margin-top: 45px;
  }
  .steps > div {
    margin-bottom: 40px;
  }
  .waitlist form {
    padding-top: 20px;
  }
  footer {
    display: block;
    padding: 28px 8vw;
  }
  footer span {
    display: block;
    margin-top: 15px;
  }
}
.hero-art {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: start center;
  padding-top: 10px;
  order: -1;
  width: 100%;
  margin: 0 0 12px;
}
.hero-art .glow {
  display: none;
}
.coin-art {
  position: relative;
  z-index: 1;
  width: calc(100% - 20px);
  height: auto;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transform: none;
}
.coin-art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.community {
  padding: 55px 12vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  background: var(--lime);
}
.community h2 {
  font-size: clamp(50px, 6vw, 82px);
}
.community-cta {
  padding-top: 70px;
  max-width: 360px;
}
.community-cta p {
  line-height: 1.7;
  font-size: 17px;
  margin: 0 0 24px;
}
.x-link,
.telegram-link,
.footer-x,
.footer-telegram {
  font-size: 22px;
  font-weight: 800;
}
.nav-social,
.mobile-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social { order: 2; }
footer > .brand { order: 1; }
footer > span { order: 3; }
.footer-x,
.footer-telegram { font-size: inherit; }
.social-username { font: 9px "DM Mono"; }
.footer-x span,
.footer-telegram span {
  font: 9px "DM Mono";
  vertical-align: middle;
  margin-left: 6px;
}
.waitlist {
  display: none;
}
.telegram-link,
.telegram-button,
.footer-telegram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.telegram-link svg,
.telegram-button svg,
.footer-telegram svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media (max-width: 700px) {
  .hero {
    display: flex;
    flex-direction: column;
  }
  .hero-art {
    min-height: 0;
    margin: 0 0 12px;
    width: 100%;
    order: -1;
  }
  .coin-art {
    width: calc(100% - 20px);
    height: auto;
  }
  .community {
    display: block;
    padding: 42px 8vw;
  }
  .community-cta {
    padding-top: 20px;
  }
  footer .footer-x { display: inline-flex; margin-top: 0; }
}
:root {
  --ink: #11130f;
  --muted: #767a70;
  --lime: #b6f36a;
  --paper: #f5f6f0;
  --line: #dfe2d8;
}
.hero-art .float-card {
  display: none;
}
.fomo-card {
  background: var(--paper);
  color: var(--ink);
  padding: 28px;
  max-width: 430px;
  border: 1px solid #d4d9ca;
  box-shadow: 12px 12px 0 var(--ink);
}
.fomo-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fomo-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: var(--ink);
  overflow: hidden;
}
.fomo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fomo-label,
.fomo-sub,
.fomo-details span {
  font: 9px "DM Mono";
  color: var(--muted);
  letter-spacing: 0.1em;
  margin: 0;
}
.fomo-card h3 {
  margin: 3px 0 2px;
  font-size: 25px;
  letter-spacing: -0.06em;
}
.fomo-sub {
  letter-spacing: 0;
}
.fomo-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 25px 0 20px;
  padding: 15px 0;
}
.fomo-details strong {
  display: block;
  margin-top: 7px;
  font: 11px "DM Mono";
  word-break: break-all;
}
.contract-copy {
  display: block;
  margin-top: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: 11px "DM Mono";
  cursor: pointer;
}
.fomo-button {
  width: 100%;
  text-align: center;
}
