@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/inter-700.woff2") format("woff2");
}

:root {
  --pink: #ff4d9d;
  --pink-2: #fc72ff;
  --pink-btn: #fc74fe;
  --pink-soft: #2a1220;
  --cyan: #5ee4f8;
  --cyan-deep: #00b8d4;
  --green: #3dcc70;
  --green-soft: #102418;
  --purple: #c4a0ff;
  --orange: #ff8a3d;
  --ink: #f3f3f4;
  --muted: #9a9aa3;
  --line: #2a2a2e;
  --bg: #0a0a0b;
  --surface: #161618;
  --elev: #1c1c1f;
  --header: 64px;
  --max: 1120px;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
html, body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font-family: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  background: rgba(10, 10, 11, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-inner {
  height: 100%;
  width: min(1440px, calc(100% - 28px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--pink);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.03em;
  flex-shrink: 0;
}
.brand img { width: 28px; height: 28px; }
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
  flex-shrink: 0;
}
.nav a:hover { color: #fff; }
.badge {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--pink-2);
  background: rgba(252, 114, 255, .14);
  border-radius: 6px;
  padding: 1px 6px;
  vertical-align: 1px;
}
.search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 420px;
  margin: 0 auto;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--elev);
  color: #7a7a82;
  font-size: 14px;
}
.search input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 14px;
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.dots {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 1px;
}
.dots:hover { background: var(--elev); }
.btn-start {
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--pink-btn);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.btn-start:hover { filter: brightness(.96); }
.menu-toggle { display: none; }
.lang-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #d4d4d8;
}
.lang-btn:hover, .lang-btn[aria-expanded="true"] { background: var(--elev); }
button:focus-visible, a:focus-visible, input:focus-visible {
  outline: 2px solid var(--pink-2);
  outline-offset: 2px;
}
.lang-wrap { position: relative; }
.lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 220px;
  background: #161618;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,.45);
  padding: 8px;
  max-height: 360px;
  overflow: auto;
  z-index: 50;
}
[dir="rtl"] .lang-menu { right: auto; left: 0; }
.lang-menu.is-open { display: block; }
.lang-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  color: #c4c4cc;
}
.lang-menu a:hover, .lang-menu a.is-current { background: #2a1220; color: #fff; }

.hero {
  position: relative;
  min-height: calc(100vh - var(--header));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 20px 28px;
  overflow: hidden;
}
.orbs { position: absolute; inset: 0; pointer-events: none; }
.orb {
  position: absolute;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: screen;
  filter: blur(10px) saturate(1.2);
  opacity: .55;
  animation: drift 16s ease-in-out infinite;
}
.orb:nth-child(odd) { animation-duration: 19s; }
.orb:nth-child(3n) { animation-duration: 22s; animation-direction: reverse; }
@keyframes drift {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(12px,-18px,0); }
}
.hero-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-kicker {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pink-2);
}
.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5.4vw, 60px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.05;
}
.hero-steps {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.hero-steps li {
  background: var(--elev);
  border: 1px solid var(--line);
  color: #d8d8de;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 999px;
}
.swap {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  background: #121214;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 12px 48px rgba(0,0,0,.45);
  padding: 8px;
}
.panel {
  background: var(--elev);
  border-radius: 20px;
  padding: 14px 16px 12px;
}
.panel + .switch + .panel,
.panel + .panel { margin-top: 4px; }
.panel-label {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 4px;
}
.panel-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.amount {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -.04em;
  outline: none;
  width: 100%;
}
.amount::placeholder { color: #5c5c64; }
.usd { color: var(--muted); font-size: 15px; margin-top: 2px; }
.token {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f0f11;
  border-radius: 999px;
  padding: 6px 10px 6px 6px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,.35);
  flex-shrink: 0;
}
.token img { width: 24px; height: 24px; }
.token-pink {
  background: linear-gradient(180deg, #ff5ed2, #fc72ff);
  color: #fff;
  padding: 10px 14px;
  box-shadow: none;
}
.token svg { width: 12px; opacity: .55; }
.token-pink svg { opacity: 1; }
.switch {
  width: 36px;
  height: 36px;
  margin: -14px auto;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  border: 4px solid #121214;
  background: var(--elev);
  color: #9a9aa3;
  display: grid;
  place-items: center;
}
.go {
  width: 100%;
  height: 56px;
  margin-top: 8px;
  border-radius: 18px;
  background: var(--pink-btn);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.go:hover { filter: brightness(1.06); }
.hero-note {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 22px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.hero-note a { color: var(--pink-2); font-weight: 600; }
.scroll-hint {
  margin-top: auto;
  padding-top: 40px;
  color: #6e6e76;
  font-size: 13px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.stats {
  padding: 72px 0 40px;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.stats h2 {
  margin: 0 0 28px;
  font-size: clamp(36px, 4.4vw, 52px);
  letter-spacing: -.045em;
  line-height: 1.05;
  font-weight: 600;
}
.stats .lead {
  font-size: 28px;
  letter-spacing: -.03em;
  line-height: 1.2;
  margin: 0 0 22px;
  max-width: 460px;
}
.stats .body {
  font-size: 28px;
  letter-spacing: -.03em;
  line-height: 1.25;
  margin: 0 0 28px;
  max-width: 520px;
}
.link-plain {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 16px;
}
.metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.live {
  grid-column: 1 / -1;
  background: var(--surface);
  border-radius: 16px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}
.metric {
  background: var(--surface);
  border-radius: 16px;
  padding: 18px 18px 16px;
  min-height: 132px;
}
.metric span { display: block; color: #7a7a82; font-size: 15px; margin-bottom: 28px; }
.metric b { font-size: 48px; letter-spacing: -.04em; font-weight: 500; }
.metric.is-green { background: var(--green-soft); }
.metric.is-green span, .metric.is-green b { color: var(--green); }

.section { padding: 48px 0 72px; }
.ways h2 {
  margin: 0 0 28px;
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -.045em;
  font-weight: 600;
}
.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.card {
  border-radius: 28px;
  padding: 28px 28px 24px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.4);
}
.card.cyan { background: #0d2228; color: #7eecfb; }
.card.pink { background: #24101f; color: #ff8ad9; }
.card.purple { background: #1a1228; color: #c4a0ff; min-height: 280px; }
.card.mint { background: #0e221c; color: #4de0a8; min-height: 280px; }
.card.peach { background: #241810; color: #ff9a4a; min-height: 280px; }
.card.magenta { background: #241018; color: #ff6bc4; min-height: 280px; }
.k {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 18px;
}
.card h3 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -.04em;
  line-height: 1.1;
  font-weight: 600;
}
.card p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.4;
  max-width: 420px;
}
.pill {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-weight: 600;
  font-size: 15px;
}
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 12px;
  border-radius: 12px;
  background: #6d3ad6;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.chip.ghost { background: rgba(255,255,255,.1); color: #d7c4ff; }
.tokens {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.trow {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #0f0f11;
  border-radius: 16px;
  padding: 12px 14px;
  color: var(--ink);
  transition: transform .2s ease;
}
.trow:hover { transform: translateX(2px); }
.trow img { width: 28px; height: 28px; }
.trow .name { font-weight: 600; }
.trow .sym { color: #8a8a92; font-weight: 500; margin-left: 4px; }
.trow .px { margin-left: auto; font-weight: 600; }
.trow .chg { width: 72px; text-align: right; color: var(--green); font-size: 14px; }
.wallet-art {
  margin-top: 18px;
  background: rgba(0,0,0,.28);
  border-radius: 24px;
  padding: 18px;
  position: relative;
  z-index: 1;
}
.wallet-art .bal { color: #f3f3f4; }
.wallet-art .bal small { display: block; color: #ff8ad9; font-weight: 600; }
.wallet-art .bal b { font-size: 36px; letter-spacing: -.04em; }
.up { color: var(--green); font-size: 13px; margin: 4px 0 14px; }
.icons { display: flex; gap: 10px; margin-bottom: 16px; }
.icons span {
  width: 48px; height: 48px; border-radius: 16px;
  background: #1a1220; display: grid; place-items: center; font-size: 18px; color: #ff8ad9;
}
.activity {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.act {
  display: flex;
  align-items: center;
  gap: 10px;
}
.act img { width: 28px; height: 28px; }
.bars { flex: 1; }
.bars i, .bars b {
  display: block;
  height: 7px;
  border-radius: 99px;
  background: rgba(241, 78, 200, .28);
  font-style: normal;
}
.bars i { width: 72%; margin-bottom: 6px; }
.bars b { width: 42%; height: 6px; background: rgba(241, 78, 200, .16); }
.search-row { display: flex; gap: 10px; }
.search-row .fake {
  flex: 1; height: 48px; border-radius: 999px; background: #0f0f11;
  display: flex; align-items: center; padding: 0 16px; color: #7a7a82;
}
.search-row .swapb {
  height: 48px; padding: 0 22px; border-radius: 999px;
  background: var(--pink-btn); color: #fff; font-weight: 600; display: grid; place-items: center;
}
.x-mark {
  position: absolute;
  right: -4%;
  bottom: -26%;
  font-size: 280px;
  font-weight: 700;
  color: rgba(196, 160, 255, .22);
  line-height: .8;
  pointer-events: none;
  user-select: none;
  letter-spacing: -.08em;
}
.deco {
  position: absolute;
  right: 0;
  top: 12%;
  width: 46%;
  pointer-events: none;
  z-index: 0;
}
.deco img {
  width: 100%;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.45));
}
.card.purple, .card.mint, .card.peach, .card.magenta {
  min-height: 340px;
}
.card.purple .copy,
.card.mint .copy,
.card.peach .copy,
.card.magenta .copy {
  position: relative;
  z-index: 1;
  max-width: 56%;
}

.explore h2 {
  margin: 0 0 8px;
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -.045em;
  font-weight: 600;
}
.erow {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  font-size: 18px;
}
.erow strong { font-size: 28px; letter-spacing: -.03em; font-weight: 600; display: flex; align-items: center; gap: 12px; }
.erow span { color: var(--muted); }
.erow i { font-style: normal; font-size: 20px; }

.footer {
  background: #050506;
  border-top: 1px solid var(--line);
  padding: 64px 0 28px;
  color: #9a9aa3;
  font-size: 15px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 32px 24px;
}
.footer-brand p {
  margin: 14px 0 0;
  max-width: 260px;
  line-height: 1.45;
  color: #9a9aa3;
}
.social {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.social a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--elev);
  display: grid;
  place-items: center;
  color: #f3f3f4;
  box-shadow: none;
}
.footer h4 {
  margin: 8px 0 12px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7a7a82;
  font-weight: 600;
}
.footer-grid a {
  display: block;
  padding: 5px 0;
  color: #d4d4d8;
}
.footer-grid a:hover { color: var(--pink); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #7a7a82;
  font-size: 13px;
}
.footer-bottom a:hover { color: var(--pink); }

.overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.62);
  display: none; align-items: center; justify-content: center;
  z-index: 80; padding: 20px;
}
.overlay.is-open { display: flex; }
.modal {
  width: min(420px, 100%);
  background: #161618;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
}
.modal h3 { margin: 0 0 8px; }
.modal p { color: var(--muted); }
.token-list { display: flex; flex-direction: column; gap: 6px; }
.token-list button {
  display: flex; align-items: center; gap: 12px;
  padding: 10px; border-radius: 14px; text-align: left;
}
.token-list button:hover { background: var(--surface); }
.token-list img { width: 32px; height: 32px; }
.token-list small { display: block; color: #8a8a92; }
.token-filter {
  width: 100%;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 12px;
  margin-bottom: 12px;
  background: var(--elev);
  color: var(--ink);
}

.sheet {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(0,0,0,.55);
}
.sheet.is-open { display: block; }
.sheet-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(320px, 88vw);
  background: #121214;
  padding: 20px;
  overflow: auto;
  box-shadow: -12px 0 40px rgba(0,0,0,.5);
}
[dir="rtl"] .sheet-panel { right: auto; left: 0; }
.sheet-panel a, .sheet-panel button.sheet-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 8px;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.sheet-langs { margin-top: 18px; display: grid; gap: 6px; }
.sheet-langs a { font-weight: 500; font-size: 15px; color: #c4c4cc; border: 0; background: var(--elev); border-radius: 10px; }

@media (max-width: 1080px) {
  .nav, .search { display: none; }
  .menu-toggle { display: grid; }
  .stats-grid, .pair { grid-template-columns: 1fr; }
  .erow { grid-template-columns: 1fr auto; }
  .erow span { grid-column: 1 / -1; }
  .stats .lead, .stats .body { font-size: 22px; }
  .card { min-height: 0; }
  .card.purple .copy,
  .card.mint .copy,
  .card.peach .copy,
  .card.magenta .copy { max-width: none; }
  .deco, .x-mark {
    position: relative;
    width: min(240px, 70%);
    right: auto;
    top: auto;
    bottom: auto;
    margin: 18px 0 0 auto;
    display: block;
    opacity: 1;
  }
  .x-mark {
    width: auto;
    font-size: 140px;
    line-height: .7;
    margin-top: 8px;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 28px); }
  .hero h1 { font-size: 32px; }
  .hero-steps li { font-size: 12px; }
  .amount { font-size: 28px; }
  .metric b { font-size: 36px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
