:root {
  color-scheme: light;
  font-family:
    Arial Rounded MT Bold,
    Arial,
    Helvetica,
    sans-serif;
  background: #f6fbf6;
  color: #070b20;
  --title-1: clamp(29px, 3.6vw, 43px);
  --title-2: clamp(20px, 2.5vw, 30px);
  --body-copy: clamp(12px, 1.28vw, 15px);
  --body-color: #393939;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f7fcf8;
  overflow-x: hidden;
}

a,
button {
  font: inherit;
}

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

.background-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.ton-particles {
  position: fixed;
  inset: -12vh -8vw;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.ton-particles img {
  position: absolute;
  width: var(--size);
  height: var(--size);
  object-fit: contain;
  opacity: 0.34;
  filter: drop-shadow(0 8px 10px rgba(7, 11, 32, 0.1));
  animation:
    tonDrift var(--duration) ease-in-out infinite alternate,
    tonSpin var(--spin) linear infinite;
  animation-delay: var(--delay);
}

.ton-particles .head-particle {
  opacity: 0.26;
  animation:
    headDrift var(--duration) ease-in-out infinite alternate,
    tonSpin var(--spin) linear infinite;
  animation-delay: var(--delay);
}

.ton-particles img:nth-child(1) {
  --size: 34px;
  --duration: 18s;
  --spin: 22s;
  --delay: -1s;
  left: 7%;
  top: 12%;
}

.ton-particles img:nth-child(2) {
  --size: 52px;
  --duration: 24s;
  --spin: 28s;
  --delay: -9s;
  left: 20%;
  top: 76%;
}

.ton-particles img:nth-child(3) {
  --size: 28px;
  --duration: 20s;
  --spin: 18s;
  --delay: -5s;
  left: 39%;
  top: 18%;
}

.ton-particles img:nth-child(4) {
  --size: 44px;
  --duration: 26s;
  --spin: 31s;
  --delay: -13s;
  left: 57%;
  top: 70%;
}

.ton-particles img:nth-child(5) {
  --size: 31px;
  --duration: 22s;
  --spin: 24s;
  --delay: -7s;
  left: 73%;
  top: 24%;
}

.ton-particles img:nth-child(6) {
  --size: 48px;
  --duration: 28s;
  --spin: 34s;
  --delay: -15s;
  left: 88%;
  top: 60%;
}

.ton-particles img:nth-child(7) {
  --size: 24px;
  --duration: 16s;
  --spin: 19s;
  --delay: -3s;
  left: 12%;
  top: 48%;
}

.ton-particles img:nth-child(8) {
  --size: 40px;
  --duration: 25s;
  --spin: 27s;
  --delay: -11s;
  left: 31%;
  top: 38%;
}

.ton-particles img:nth-child(9) {
  --size: 30px;
  --duration: 19s;
  --spin: 25s;
  --delay: -4s;
  left: 66%;
  top: 44%;
}

.ton-particles img:nth-child(10) {
  --size: 55px;
  --duration: 30s;
  --spin: 36s;
  --delay: -18s;
  left: 82%;
  top: 88%;
}

.ton-particles img:nth-child(11) {
  --size: 26px;
  --duration: 21s;
  --spin: 20s;
  --delay: -6s;
  left: 45%;
  top: 91%;
}

.ton-particles img:nth-child(12) {
  --size: 36px;
  --duration: 27s;
  --spin: 29s;
  --delay: -14s;
  left: 94%;
  top: 14%;
}

.ton-particles img:nth-child(13) {
  --size: 29px;
  --duration: 23s;
  --spin: 21s;
  --delay: -8s;
  left: 4%;
  top: 82%;
}

.ton-particles img:nth-child(14) {
  --size: 46px;
  --duration: 32s;
  --spin: 38s;
  --delay: -19s;
  left: 17%;
  top: 30%;
}

.ton-particles img:nth-child(15) {
  --size: 33px;
  --duration: 24s;
  --spin: 30s;
  --delay: -10s;
  left: 27%;
  top: 5%;
}

.ton-particles img:nth-child(16) {
  --size: 25px;
  --duration: 18s;
  --spin: 23s;
  --delay: -6s;
  left: 50%;
  top: 55%;
}

.ton-particles img:nth-child(17) {
  --size: 58px;
  --duration: 34s;
  --spin: 41s;
  --delay: -21s;
  left: 61%;
  top: 7%;
}

.ton-particles img:nth-child(18) {
  --size: 38px;
  --duration: 29s;
  --spin: 33s;
  --delay: -16s;
  left: 76%;
  top: 78%;
}

.ton-particles img:nth-child(19) {
  --size: 27px;
  --duration: 20s;
  --spin: 26s;
  --delay: -12s;
  left: 90%;
  top: 38%;
}

.ton-particles img:nth-child(20) {
  --size: 42px;
  --duration: 31s;
  --spin: 35s;
  --delay: -23s;
  left: 35%;
  top: 84%;
}

.ton-particles img:nth-child(21) {
  --size: 23px;
  --duration: 17s;
  --spin: 22s;
  --delay: -4s;
  left: 69%;
  top: 94%;
}

.ton-particles img:nth-child(22) {
  --size: 50px;
  --duration: 36s;
  --spin: 43s;
  --delay: -25s;
  left: 98%;
  top: 72%;
}

.ton-particles img:nth-child(23) {
  --size: 42px;
  --duration: 27s;
  --spin: 31s;
  --delay: -6s;
  left: 9%;
  top: 66%;
}

.ton-particles img:nth-child(24) {
  --size: 56px;
  --duration: 34s;
  --spin: 39s;
  --delay: -20s;
  left: 18%;
  top: 8%;
}

.ton-particles img:nth-child(25) {
  --size: 38px;
  --duration: 25s;
  --spin: 29s;
  --delay: -11s;
  left: 29%;
  top: 58%;
}

.ton-particles img:nth-child(26) {
  --size: 48px;
  --duration: 30s;
  --spin: 35s;
  --delay: -14s;
  left: 43%;
  top: 14%;
}

.ton-particles img:nth-child(27) {
  --size: 34px;
  --duration: 22s;
  --spin: 24s;
  --delay: -3s;
  left: 54%;
  top: 83%;
}

.ton-particles img:nth-child(28) {
  --size: 62px;
  --duration: 37s;
  --spin: 44s;
  --delay: -24s;
  left: 65%;
  top: 32%;
}

.ton-particles img:nth-child(29) {
  --size: 40px;
  --duration: 28s;
  --spin: 33s;
  --delay: -17s;
  left: 78%;
  top: 6%;
}

.ton-particles img:nth-child(30) {
  --size: 52px;
  --duration: 33s;
  --spin: 40s;
  --delay: -22s;
  left: 87%;
  top: 50%;
}

.ton-particles img:nth-child(31) {
  --size: 36px;
  --duration: 24s;
  --spin: 28s;
  --delay: -9s;
  left: 36%;
  top: 95%;
}

.ton-particles img:nth-child(32) {
  --size: 46px;
  --duration: 31s;
  --spin: 37s;
  --delay: -18s;
  left: 96%;
  top: 90%;
}

.page {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 34px 24px 80px;
  background-image: radial-gradient(rgba(7, 11, 32, 0.15) 1px, transparent 1px);
  background-size: 24px 24px;
}

.topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100%, 1280px);
  margin: 0 auto 24px;
  padding: 18px 22px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(54, 74, 86, 0.13);
  backdrop-filter: blur(18px);
}

.brand,
.connect-button,
.topnav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 18px;
  font-size: 18px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 64px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
}

.brand-mark img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.topnav {
  gap: 24px;
  font-size: 16px;
  font-weight: 900;
}

.topnav a {
  white-space: nowrap;
}

.topnav span {
  opacity: 0.5;
}

.connect-button {
  justify-self: end;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  background: #070b20;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(7, 11, 32, 0.2);
}

.buy-connect-button {
  background: linear-gradient(90deg, #ff3b3b, #ffb13b, #b8ff4d, #43d9ff, #8b5cff, #ff3b93, #ff3b3b);
  background-size: 500% 100%;
  box-shadow: 0 14px 30px rgba(255, 59, 59, 0.24);
  animation: rainbowButton 10400ms linear infinite;
}

.buy-connect-button span {
  opacity: 0.5;
}

.hero {
  width: min(100%, 1080px);
  margin: 0 auto;
  text-align: center;
}

.hero-notice-wrap {
  position: relative;
  width: min(92%, 950px);
  min-height: 66px;
  margin: -12px auto 22px;
}

.pill {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff58a;
  font-size: 17px;
  font-weight: 900;
  text-shadow: 0 3px 10px rgba(7, 11, 32, 0.36);
}

.hero-notice {
  position: absolute;
  top: -8px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: max-content;
  max-width: min(88vw, 920px);
  padding: 13px 28px;
  border-radius: 18px;
  background: #ff3b3b;
  color: #ffffff;
  font-size: clamp(13px, 1.55vw, 18px);
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  transform: translateX(-50%) rotate(-4deg);
  box-shadow: 0 18px 34px rgba(255, 59, 59, 0.26);
}

.hero-notice img,
.hero-notice-icon {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  flex: 0 0 auto;
  margin-right: 14px;
  object-fit: contain;
}

.hero-notice span {
  display: block;
}


.hero-logo {
  display: block;
  width: min(130%, 1248px);
  max-height: 338px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(7, 11, 32, 0.14));
  transform: translate(0, -16px);
}

.subtitle {
  max-width: 760px;
  margin: 30px auto 34px;
  color: #334155;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 900;
  line-height: 1.28;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 28px;
}

.icon-link {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  transition:
    transform 220ms cubic-bezier(0.2, 1.4, 0.3, 1),
    filter 220ms ease;
}

.icon-link:hover {
  transform: translateY(-6px) scale(1.28) rotate(-6deg);
  filter: drop-shadow(0 18px 20px rgba(7, 11, 32, 0.26));
}

.icon-link img {
  display: block;
  width: 43px;
  height: 43px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.icon-link:hover img {
  transform: rotate(10deg) scale(1.1);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 15px 28px rgba(30, 41, 59, 0.16);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.button:hover,
.contract-value:hover,
.connect-button:hover {
  transform: translateY(-2px);
}

.button-dark {
  background: #070b20;
  color: #ffffff;
}

.button-accent {
  background: #b8ff4d;
  color: #070b20;
}

.contract-card {
  width: min(100%, 980px);
  margin: 0 auto 48px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 238, 129, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 226, 0.9));
  box-shadow: 0 22px 48px rgba(54, 74, 86, 0.14);
  text-align: left;
  backdrop-filter: blur(18px);
}

.contract-value {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  width: 100%;
  min-height: 58px;
  align-items: center;
  gap: 18px;
  border: 0;
  border-radius: 18px;
  background: #070b20;
  color: #fff58a;
  cursor: pointer;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 900;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.contract-value em {
  grid-column: 1;
  justify-self: start;
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
}

.contract-value span {
  grid-column: 2;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.contract-value strong {
  grid-column: 3;
  justify-self: end;
  color: #ffffff;
  text-transform: uppercase;
}

.token-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  color: #334155;
  font-size: clamp(14px, 1.6vw, 19px);
  font-weight: 800;
  line-height: 1.35;
}

.token-stats div {
  min-width: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.62);
  padding: 14px 16px;
}

.token-stats span {
  display: block;
  margin-bottom: 6px;
  color: #4299f5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.token-stats strong {
  display: block;
  overflow: hidden;
  color: #070b20;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.token-stats small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #334155;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-wallets {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 12px;
  margin: 0;
  padding: 8px 2px 0;
}

.top-wallets span {
  color: #ff3b3b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.top-wallets strong {
  display: inline;
  color: #070b20;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.top-wallets em {
  color: #ff3b3b;
  font-style: normal;
}

.chart-card {
  width: min(100%, 980px);
  margin: 0 auto 48px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 0%, rgba(101, 181, 255, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(236, 248, 255, 0.9));
  box-shadow: 0 24px 54px rgba(54, 74, 86, 0.16);
  text-align: left;
  backdrop-filter: blur(18px);
}

.lore-card {
  background:
    radial-gradient(circle at 82% 0%, rgba(184, 255, 77, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 255, 244, 0.9));
}

.bot-card {
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 59, 59, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 241, 241, 0.9));
}

.bot-intro,
.bot-outro {
  max-width: 820px;
  margin: 0 0 24px;
  color: var(--body-color);
  font-size: var(--body-copy);
  font-weight: 600;
  line-height: 1.45;
}

.bot-card > .section-heading h2 {
  font-size: var(--title-1);
}

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

.bot-feature-grid article {
  min-height: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--feature-rgb), 0.18), transparent 38%),
    rgba(255, 255, 255, 0.66);
  padding: 16px 18px 18px;
  box-shadow: inset 0 0 0 1px rgba(7, 11, 32, 0.06);
  filter: drop-shadow(0 12px 16px rgba(54, 74, 86, 0.12));
}

.bot-feature-grid article:nth-child(1) {
  --feature-color: #ff3b3b;
  --feature-rgb: 255, 59, 59;
}

.bot-feature-grid article:nth-child(2) {
  --feature-color: #3f9cff;
  --feature-rgb: 63, 156, 255;
}

.bot-feature-grid article:nth-child(3) {
  --feature-color: #24b86f;
  --feature-rgb: 36, 184, 111;
}

.bot-feature-grid article:nth-child(4) {
  --feature-color: #8b5cff;
  --feature-rgb: 139, 92, 255;
}

.bot-feature-grid span {
  color: #070b20;
  font-size: 21px;
  font-weight: 900;
}

.bot-feature-grid h3 {
  margin: 0 0 10px;
  color: var(--feature-color);
  font-size: var(--title-2);
  font-weight: 900;
  line-height: 1;
}

.bot-feature-grid p {
  margin: 0;
  color: var(--body-color);
  font-size: var(--body-copy);
  font-weight: 600;
  line-height: 1.35;
}

.bot-outro {
  margin: 22px 0 0;
  color: #070b20;
  font-weight: 700;
}

.bot-roadmap {
  margin-top: 30px;
}

.bot-roadmap > h3 {
  margin: 0 0 16px;
  color: #070b20;
  font-size: var(--title-1);
  font-weight: 900;
  line-height: 1;
}

.bot-roadmap > p {
  margin: 18px 0 0;
  color: var(--body-color);
  font-size: var(--body-copy);
  font-weight: 600;
  line-height: 1.4;
}

.bot-feature-grid-upcoming article {
  min-height: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.72;
}

.bot-feature-grid-upcoming article h3,
.bot-feature-grid-upcoming article span,
.bot-feature-grid-upcoming article p {
  color: #64748b;
}

.roadmap-card {
  background:
    radial-gradient(circle at 74% 0%, rgba(255, 238, 129, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 252, 235, 0.9));
}

.milestones-card {
  background:
    radial-gradient(circle at 18% 0%, rgba(184, 255, 77, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 255, 250, 0.9));
}

.section-kicker {
  margin: -10px 0 24px;
  color: #ff3b3b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.editorial-copy {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.editorial-copy p,
.roadmap-cheperator p {
  margin: 0;
  color: var(--body-color);
  font-size: var(--body-copy);
  font-weight: 600;
  line-height: 1.45;
}

.roadmap-quote {
  margin: 0 0 24px;
  border-radius: 24px;
  background: #070b20;
  color: #fff58a;
  padding: 24px;
  font-size: clamp(30px, 4.4vw, 54px);
  font-weight: 900;
  line-height: 0.98;
  box-shadow: 0 18px 30px rgba(7, 11, 32, 0.18);
}

.roadmap-manifesto {
  display: inline-flex;
  margin: 4px 0 22px;
  border-radius: 999px;
  background: #ff3b3b;
  color: #ffffff;
  padding: 12px 20px;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
  transform: rotate(-2deg);
  box-shadow: 0 14px 24px rgba(255, 59, 59, 0.22);
}

.roadmap-focus {
  margin: 26px 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  padding: 24px;
  box-shadow: inset 0 0 0 1px rgba(7, 11, 32, 0.06);
}

.roadmap-focus h3,
.roadmap-cheperator h3 {
  margin: 0 0 16px;
  color: #070b20;
  font-size: var(--title-2);
  font-weight: 900;
  line-height: 1;
}

.roadmap-focus ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.roadmap-focus li {
  position: relative;
  color: var(--body-color);
  font-size: var(--body-copy);
  font-weight: 600;
  line-height: 1.35;
  padding-left: 18px;
}

.roadmap-focus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3b3b;
}

.roadmap-cheperator {
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 255, 77, 0.22), transparent 36%),
    rgba(255, 255, 255, 0.62);
  padding: 24px;
  box-shadow: 0 16px 28px rgba(54, 74, 86, 0.1);
}

.roadmap-ending {
  margin: 24px 0 0;
  color: #070b20;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.25;
}

.milestone-path {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.milestone-path article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  padding: 14px 18px;
  box-shadow: 0 12px 20px rgba(54, 74, 86, 0.09);
}

.milestone-path article::after {
  content: "";
  position: absolute;
  left: 46px;
  bottom: -12px;
  width: 2px;
  height: 12px;
  background: rgba(255, 59, 59, 0.28);
}

.milestone-path article:last-child::after {
  display: none;
}

.milestone-hidden {
  position: relative;
  display: grid;
  max-height: 44px;
  overflow: hidden;
  gap: 12px;
  transition: max-height 420ms ease;
}

.milestone-hidden.is-open {
  max-height: 640px;
}

.milestone-hidden.is-open .milestone-reveal {
  position: static;
  justify-self: stretch;
  margin-top: 2px;
  transform: none;
}

.milestone-reveal {
  position: relative;
  z-index: 1;
  order: -1;
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 18px;
  background: #4299f5;
  color: #ffffff;
  cursor: pointer;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 26px rgba(66, 153, 245, 0.28);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.milestone-reveal:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(66, 153, 245, 0.34);
}

.milestone-hidden.is-open .milestone-reveal:hover {
  transform: translateY(-2px);
}

.milestone-path span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #070b20;
  color: #fff58a;
  font-size: 13px;
  font-weight: 900;
}

.milestone-path article[data-step="01"] span {
  background: #ff3b3b;
  color: #ffffff;
}

.milestone-path article[data-step="02"] span {
  background: #3f9cff;
  color: #ffffff;
}

.milestone-path article[data-step="03"] span {
  background: #ffb13b;
  color: #070b20;
}

.milestone-path article[data-step="04"] span {
  background: #24b86f;
  color: #ffffff;
}

.milestone-path article[data-step="05"] span {
  background: #8b5cff;
  color: #ffffff;
}

.milestone-path article[data-step="06"] span {
  background: #070b20;
  color: #fff58a;
}

.milestone-path article[data-step="07"] span {
  background: #ff3b93;
  color: #ffffff;
}

.milestone-path article[data-step="08"] span {
  background: #43d9ff;
  color: #070b20;
}

.milestone-path article[data-step="09"] span {
  background: #b8ff4d;
  color: #070b20;
}

.milestone-path article[data-step="10"] span {
  background: #4299f5;
  color: #ffffff;
}

.milestone-path p {
  margin: 0;
  color: var(--body-color);
  font-size: var(--body-copy);
  font-weight: 600;
  line-height: 1.35;
}

.fan-art-card {
  background:
    radial-gradient(circle at 84% 0%, rgba(255, 59, 147, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 243, 251, 0.9));
}

.stickers-card {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 238, 129, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 255, 235, 0.9));
}

.chart-card h2 {
  margin: 0 0 24px;
  color: #070b20;
  font-size: var(--title-1);
  font-weight: 900;
  letter-spacing: 0;
}

.chart-card h2 span {
  color: #4299f5;
}

.accordion-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
  text-transform: inherit;
}

.accordion-title::after {
  content: "+";
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #070b20;
  color: #fff58a;
  font-size: 24px;
  line-height: 1;
}

.accordion-card.is-open .accordion-title::after {
  content: "-";
}

.accordion-content {
  display: block;
  max-height: 2600px;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition:
    max-height 520ms ease,
    opacity 260ms ease,
    transform 360ms ease;
}

.accordion-card:not(.is-open) {
  padding-top: 22px;
  padding-bottom: 22px;
}

.accordion-card:not(.is-open) h2,
.accordion-card:not(.is-open) .section-heading {
  margin-bottom: 0;
}

.accordion-card:not(.is-open) .accordion-content {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

.chart-card h2::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  vertical-align: -8px;
  background: url("assets/head_logo.png") center / contain no-repeat;
  filter: drop-shadow(0 5px 7px rgba(7, 11, 32, 0.18));
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: #ff3b3b;
  color: #ffffff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(255, 59, 59, 0.22);
  animation: redButtonBounce 2600ms ease-in-out infinite;
}

.section-heading a::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -60%;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  transform: skewX(-18deg);
  animation: redButtonShine 3200ms ease-in-out infinite;
}

.section-heading a:hover {
  animation-play-state: paused;
  transform: translateY(-2px);
}

.section-heading a:hover::after {
  animation-play-state: paused;
}

.section-copy {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--body-color);
  font-size: var(--body-copy);
  font-weight: 600;
  line-height: 1.45;
}

.chart-frame {
  overflow: hidden;
  border-radius: 24px;
  background: #070b20;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

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

.video-frame,
.stickers-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #070b20;
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-play-button {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.video-play-button span {
  width: 0;
  height: 0;
  margin-left: 12px;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
  border-left: 72px solid #b8ff4d;
  filter: drop-shadow(0 12px 18px rgba(7, 11, 32, 0.26));
  transition:
    transform 160ms ease,
    filter 160ms ease;
}

.video-play-button:hover span {
  transform: scale(1.08);
  filter: drop-shadow(0 16px 24px rgba(7, 11, 32, 0.34));
}

.video-frame.is-playing .video-play-button {
  display: none;
}

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

.fan-art-tile {
  overflow: hidden;
  border-radius: 20px;
  background: #070b20;
  aspect-ratio: 1 / 1;
}

.fan-art-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 520ms ease;
}

.fan-art-tile img.is-fading {
  opacity: 0;
}

@keyframes redButtonBounce {
  0%,
  74%,
  100% {
    transform: translateY(0) scale(1);
  }

  82% {
    transform: translateY(-4px) scale(1.035);
  }

  90% {
    transform: translateY(0) scale(0.985);
  }

  96% {
    transform: translateY(-2px) scale(1.012);
  }
}

@keyframes redButtonShine {
  0%,
  52% {
    left: -60%;
  }

  76%,
  100% {
    left: 118%;
  }
}

@keyframes rainbowButton {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 500% 50%;
  }
}

@keyframes tonDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(0.72);
  }

  38% {
    transform: translate3d(42px, -54px, 0) scale(1.04);
  }

  68% {
    transform: translate3d(-38px, 36px, 0) scale(0.86);
  }

  100% {
    transform: translate3d(64px, 58px, 0) scale(1.18);
  }
}

@keyframes tonSpin {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

@keyframes headDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(0.78);
  }

  42% {
    transform: translate3d(-52px, 44px, 0) scale(1.16);
  }

  72% {
    transform: translate3d(48px, -40px, 0) scale(0.9);
  }

  100% {
    transform: translate3d(-70px, -58px, 0) scale(1.08);
  }
}

.stickers-card {
  margin-bottom: 0;
}

.site-footer {
  margin: 46px auto 0;
}

.footer-actions {
  margin: 0 0 22px;
}

.footer-topbar {
  margin-bottom: 0;
}

.stickers-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1400 / 871;
  object-fit: cover;
}

@media (max-width: 760px) {
  .page {
    padding: 18px 14px 56px;
  }

  .topbar {
    grid-template-columns: 1fr auto;
    gap: 14px;
    margin-bottom: 24px;
    border-radius: 24px;
  }

  .topnav {
    display: none;
  }

  .connect-button {
    min-height: 44px;
    padding: 0 18px;
    font-size: 13px;
  }

  .pill {
    min-height: 38px;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }

  .hero-notice-wrap {
    width: min(100%, 560px);
    min-height: 88px;
    margin-top: -8px;
    margin-bottom: 18px;
  }

  .hero-notice {
    top: -4px;
    max-width: min(92vw, 520px);
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 12px;
    transform: translateX(-50%) rotate(-3deg);
  }

  .hero-notice img,
  .hero-notice-icon {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    margin-right: 10px;
  }

  .hero-logo {
    width: min(100%, 960px);
    max-height: 180px;
    transform: none;
  }

  .actions {
    gap: 12px;
  }

  .button {
    width: 100%;
  }

  .icon-link {
    width: 52px;
    height: 52px;
  }

  .icon-link img {
    width: 39px;
    height: 39px;
  }

  .contract-card {
    padding: 16px;
    border-radius: 22px;
  }

  .contract-value {
    min-height: 54px;
    padding: 0 16px;
  }

  .token-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    font-size: 14px;
  }

  .token-stats div {
    padding: 12px;
  }

  .chart-card {
    padding: 18px;
    border-radius: 24px;
  }

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

  .bot-feature-grid article {
    padding: 15px;
    border-radius: 18px;
  }

  .chart-card h2 {
    margin-bottom: 16px;
  }

  .section-heading {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
  }

  .section-heading a {
    width: max-content;
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }

  .section-copy {
    margin-top: 14px;
    font-size: 12px;
  }

  .chart-frame {
    border-radius: 18px;
  }

  .chart-frame iframe {
    height: 460px;
  }

  .video-frame,
  .stickers-frame {
    border-radius: 18px;
  }

  .video-play-button span {
    margin-left: 8px;
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 50px;
  }

  .fan-art-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .fan-art-tile {
    border-radius: 14px;
  }

  .milestone-hidden {
    max-height: 44px;
  }

  .milestone-hidden.is-open {
    max-height: 820px;
  }

  .footer-topbar {
    grid-template-columns: 1fr auto;
  }
}
