:root {
  --bg0: #07060a;
  --bg1: #0b0911;
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.72);
  --faint: rgba(255, 255, 255, 0.12);
  --gold: #ffd36b;
  --gold2: #ffb938;
  --shadow: 0 16px 55px rgba(0, 0, 0, 0.35);
  --shadow2: 0 10px 30px rgba(0, 0, 0, 0.25);
  --radius: 18px;
  --radius2: 26px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  color: var(--text);
  background: radial-gradient(
      1200px 700px at 20% 0%,
      rgba(255, 211, 107, 0.12) 0%,
      rgba(42, 31, 8, 0) 55%
    ),
    radial-gradient(
      900px 700px at 90% 20%,
      rgba(170, 98, 255, 0.12) 0%,
      rgba(37, 22, 30, 0) 55%
    ),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";
  overflow-x: hidden;
}

#bg-canvas {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  background: rgba(6, 5, 10, 0.48);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  min-width: 0;
}

.brand__logo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  outline: 0;
}

.brand__name {
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand__tag {
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.nav {
  grid-column: 2;
  justify-self: center;
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 650;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 10px 10px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.socials {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-left: 6px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow2);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.social-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.nav-toggle {
  grid-column: 3;
  justify-self: end;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 10px;
  box-shadow: var(--shadow2);
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 99px;
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: calc(100vh - 68px);
  padding: 22px 0 28px;
  /* Avoid overflow-x/y mix: `hidden` + `visible` forces `y` to `auto` → extra scrollbar on hero */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.hero__bg {
  position: absolute;
  inset: -40px -40px -60px -40px;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 18% 22%, rgba(255, 211, 107, 0.18), rgba(0, 0, 0, 0) 60%),
    radial-gradient(760px 460px at 82% 18%, rgba(170, 98, 255, 0.14), rgba(0, 0, 0, 0) 60%),
    radial-gradient(720px 520px at 60% 75%, rgba(255, 185, 56, 0.12), rgba(0, 0, 0, 0) 62%),
    linear-gradient(180deg, rgba(7, 6, 10, 0.55), rgba(7, 6, 10, 0.96));
  z-index: 0;
  transform: scale(1.04);
}

.hero__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  justify-items: center;
  padding-top: 18px;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
}

.hero__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: min(920px, 100%);
}

.hero-title-row {
  display: flex;
  gap: clamp(18px, 3.5vw, 32px);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 6px 0 10px;
  text-align: center;
}

.hero-title-logo {
  width: clamp(120px, 20vw, 180px);
  height: auto;
  flex: 0 0 auto;
  border-radius: 26px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
  animation: floaty 4.2s ease-in-out infinite;
}

.hero-title-text {
  margin: 0;
  min-width: 0;
  flex: 0 1 auto;
  max-width: 100%;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
}

.hero-banner {
  overflow: hidden;
  background: transparent;
}

.hero-banner--full {
  width: 100%;
  align-self: stretch;
  margin-top: 22px;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.hero-banner__track {
  display: inline-flex;
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
  padding: 0 clamp(12px, 4vw, 48px);
  white-space: nowrap;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-transform: none;
  font-size: clamp(16px, 2.1vw, 22px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  animation: marquee 28s linear infinite;
}

.hero-banner__track span {
  display: inline-flex;
  align-items: center;
}

.pill {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow2);
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.85);
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.accent {
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 22px rgba(255, 197, 71, 0.12);
}

.lead {
  margin: 0 0 20px;
  color: var(--muted);
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.6;
}

.hero__left .lead {
  text-align: center;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 18px;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  text-decoration: none;
  font-weight: 750;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease,
    box-shadow 180ms ease;
  box-shadow: var(--shadow2);
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.btn--primary {
  border-color: rgba(255, 211, 107, 0.32);
  background: linear-gradient(180deg, rgba(255, 211, 107, 0.2), rgba(255, 185, 56, 0.12));
  box-shadow: 0 24px 70px rgba(255, 185, 56, 0.12), var(--shadow2);
}

.btn--ghost {
  background: rgba(0, 0, 0, 0.28);
}

.btn--tiny {
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
}

.contract {
  display: inline-block;
  border-radius: 16px;
  padding: 12px 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.contract__label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contract__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contract code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 48ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contract__hint {
  min-height: 18px;
  margin-top: 8px;
  color: rgba(255, 211, 107, 0.9);
  font-size: 12px;
}

.kicker {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.value {
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.section {
  position: relative;
  padding: 64px 0;
}

section[id] {
  scroll-margin-top: 86px;
}

.section--alt {
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section__fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.section__fx::before,
.section__fx::after {
  content: "";
  position: absolute;
  inset: -25%;
  background-size: 120% 120%;
  opacity: 0.9;
  transform: translate3d(0, 0, 0);
  animation: drift 14s ease-in-out infinite;
}

.section__fx::after {
  opacity: 0.65;
  animation-duration: 20s;
  mix-blend-mode: screen;
}

.section__fx--about::before {
  background: radial-gradient(
      520px 360px at 15% 30%,
      rgba(255, 211, 107, 0.14),
      rgba(0, 0, 0, 0) 65%
    ),
    radial-gradient(440px 320px at 85% 70%, rgba(170, 98, 255, 0.1), rgba(0, 0, 0, 0) 70%);
}
.section__fx--about::after {
  background: radial-gradient(420px 300px at 70% 20%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0)
        70%);
}

.section__fx--how::before {
  background: radial-gradient(520px 360px at 20% 40%, rgba(170, 98, 255, 0.12), rgba(0, 0, 0, 0)
        68%),
    radial-gradient(520px 360px at 78% 55%, rgba(255, 211, 107, 0.12), rgba(0, 0, 0, 0) 70%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 14%,
    black 92%,
    transparent 100%
  );
}
.section__fx--how::after {
  background: radial-gradient(520px 340px at 65% 30%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0)
        72%),
    radial-gradient(620px 420px at 35% 70%, rgba(255, 211, 107, 0.06), rgba(0, 0, 0, 0) 74%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 16%, black 84%, transparent 100%);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 16%,
    black 84%,
    transparent 100%
  );
}

.section__fx--bitcointalk::before {
  background: radial-gradient(520px 360px at 12% 40%, rgba(120, 160, 255, 0.1), rgba(0, 0, 0, 0)
        70%),
    radial-gradient(520px 360px at 88% 55%, rgba(255, 211, 107, 0.1), rgba(0, 0, 0, 0) 70%);
}
.section__fx--bitcointalk::after {
  background: radial-gradient(480px 320px at 50% 50%, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0)
        72%);
  opacity: 0.55;
}

.bt-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 16px;
  align-items: start;
}

.bt-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 8px;
}

.bt-quote {
  margin: 0 0 12px;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 850;
  line-height: 1.35;
  border-left: 3px solid rgba(255, 211, 107, 0.55);
  padding-left: 14px;
}

.bt-lead {
  margin: 0 0 14px;
  line-height: 1.6;
}

.bt-facts {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.bt-facts li::before {
  content: "→ ";
  color: rgba(255, 211, 107, 0.85);
  font-weight: 900;
}

.bt-shot {
  margin: 0;
}

.bt-shot__link {
  display: block;
  border-radius: var(--radius2);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow2);
  line-height: 0;
  transition: transform 180ms ease, border-color 180ms ease;
}

.bt-shot__link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
}

.bt-shot img {
  width: 100%;
  height: auto;
  display: block;
}

.bt-shot__cap {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

#how.section--alt {
  background: rgba(0, 0, 0, 0.14);
  border-top-color: rgba(255, 255, 255, 0.02);
  border-bottom-color: rgba(255, 255, 255, 0.02);
}

.section__fx--token::before {
  background: radial-gradient(560px 380px at 18% 55%, rgba(255, 185, 56, 0.12), rgba(0, 0, 0, 0)
        70%),
    radial-gradient(520px 380px at 82% 35%, rgba(255, 211, 107, 0.1), rgba(0, 0, 0, 0) 70%);
}
.section__fx--token::after {
  background: radial-gradient(420px 300px at 50% 40%, rgba(170, 98, 255, 0.08), rgba(0, 0, 0, 0)
        72%);
}

.section__fx--community::before {
  background: radial-gradient(520px 360px at 25% 30%, rgba(255, 211, 107, 0.1), rgba(0, 0, 0, 0)
        70%),
    radial-gradient(520px 360px at 75% 65%, rgba(170, 98, 255, 0.1), rgba(0, 0, 0, 0) 70%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 14%,
    black 92%,
    transparent 100%
  );
}
.section__fx--community::after {
  background: repeating-linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 2px,
    rgba(255, 255, 255, 0) 18px,
    rgba(255, 255, 255, 0) 32px
  );
  opacity: 0.22;
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 78%, transparent 100%);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 18%,
    black 78%,
    transparent 100%
  );
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section__head {
  margin-bottom: 22px;
}

.section__head h2 {
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: -0.02em;
}

.section__head p {
  margin: 0;
  color: var(--muted);
  max-width: 70ch;
  line-height: 1.6;
}

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

.grid-3--center-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin: 0 auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.card {
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(12px);
  transform: translateZ(0);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.075);
}

.card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.about-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow2);
  transform: rotate(-6deg) translateZ(0);
  animation: iconWiggle 2.9s ease-in-out infinite;
}

.card:hover .about-icon {
  animation: iconBoop 520ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.card--big {
  padding: 20px;
}

.muted {
  color: var(--muted);
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(12px);
}

.step__num {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 950;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, var(--gold), var(--gold2));
  box-shadow: 0 18px 45px rgba(255, 185, 56, 0.14);
}

.step__body h3 {
  margin: 4px 0 6px;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.step__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.step__cta {
  margin-top: 12px;
}

.step__ca {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.step__ca code {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.callout {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: rgba(255, 211, 107, 0.1);
  border: 1px solid rgba(255, 211, 107, 0.22);
  box-shadow: 0 20px 55px rgba(255, 185, 56, 0.08);
}

.callout__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.callout__title {
  font-weight: 900;
  margin-bottom: 2px;
}

.callout__text {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.buy-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
  align-items: start;
}

.buy-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.buy-card__ca code {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.buy-card__notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.note {
  padding: 14px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.note__title {
  font-weight: 900;
  margin-bottom: 4px;
}

.note__text {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.buy-side h3 {
  margin-top: 0;
}

.link-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.link-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.link-row:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}

.link-row span {
  color: rgba(255, 211, 107, 0.9);
  font-weight: 900;
}

.buy-side__small {
  margin: 12px 0 0;
}

.tokenomics-grid {
  grid-template-columns: 1.3fr 0.7fr;
}

.token-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.token-card__sub {
  margin: 6px 0 0;
}

.token-card__ca {
  min-width: min(520px, 100%);
}

.token-card__caRow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}

.token-card__caRow code {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.token-side h3 {
  margin-top: 0;
}

.ds-chart-wrap {
  margin-top: 20px;
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(12px);
}

.ds-chart-title {
  margin: 0 0 14px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.ds-chart-frame {
  width: 100%;
  height: clamp(380px, 56vh, 680px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
}

.ds-chart-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ds-chart-hint {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.ds-chart-open {
  margin-top: 12px;
  width: 100%;
}

.stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 10px 0 10px;
}

.stat-row--3 {
  grid-template-columns: repeat(3, 1fr);
}

.stat {
  padding: 14px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.bars {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.bar__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 6px;
}

.bar__track {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.bar__fill {
  height: 100%;
  width: var(--w);
  background: linear-gradient(90deg, rgba(255, 211, 107, 0.95), rgba(255, 185, 56, 0.6));
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(255, 185, 56, 0.12);
  transform-origin: left;
  animation: grow 900ms ease both;
}

.card--link {
  text-decoration: none;
  color: var(--text);
  position: relative;
  overflow: hidden;
}

.arrow {
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: rgba(255, 211, 107, 0.9);
  font-weight: 900;
}

.community-video-banner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 22px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.community-video-banner__video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(420px, 52vh);
  object-fit: contain;
  object-position: center;
  border-radius: var(--radius2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow2);
  background: rgba(0, 0, 0, 0.55);
}

.footer {
  padding: 26px 0 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.footer__brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer__brand img {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  object-fit: cover;
  outline: 0;
}

.footer__name {
  font-weight: 950;
  letter-spacing: 0.08em;
}

.footer__small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0px) rotate(-0.4deg);
  }
  50% {
    transform: translateY(-10px) rotate(0.4deg);
  }
}

@keyframes grow {
  from {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes drift {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1.01);
  }
  50% {
    transform: translate3d(1.2%, 1.1%, 0) scale(1.03);
  }
  100% {
    transform: translate3d(-1.5%, -1%, 0) scale(1.01);
  }
}

@keyframes iconWiggle {
  0%,
  100% {
    transform: rotate(-6deg) translateY(0);
  }
  40% {
    transform: rotate(4deg) translateY(-1px);
  }
  70% {
    transform: rotate(-2deg) translateY(1px);
  }
}

@keyframes iconBoop {
  0% {
    transform: rotate(-6deg) scale(1);
  }
  50% {
    transform: rotate(10deg) scale(1.12);
  }
  100% {
    transform: rotate(-3deg) scale(1.04);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .buy-grid {
    grid-template-columns: 1fr;
  }
  .buy-card__notes {
    grid-template-columns: 1fr;
  }
  .stat-row--3 {
    grid-template-columns: 1fr;
  }
  .brand {
    min-width: auto;
  }

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

@media (max-width: 820px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .brand {
    grid-column: unset;
    justify-self: unset;
  }

  .nav-toggle {
    grid-column: unset;
    justify-self: unset;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .nav {
    grid-column: unset;
    justify-self: unset;
    position: fixed;
    top: 64px;
    right: 12px;
    left: 12px;
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(6, 5, 10, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav.is-open {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
  }

  .nav a {
    padding: 12px 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .socials {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .social-btn {
    width: 100%;
    height: 42px;
  }

  .hero-title-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-title-text {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .bar__fill,
  .section__fx::before,
  .section__fx::after {
    animation: none !important;
  }
  .about-icon {
    animation: none !important;
  }
  .hero-banner__track {
    animation: none !important;
  }
  .hero-title-logo {
    animation: none !important;
  }
}

