@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #020302;
  --panel: rgba(255, 255, 255, 0.065);
  --panel-strong: rgba(255, 255, 255, 0.105);
  --line: rgba(204, 255, 0, 0.2);
  --green: #ccff00;
  --green-soft: rgba(204, 255, 0, 0.16);
  --text: #f7f8f0;
  --muted: #aeb5aa;
  --black: #050505;
  --shadow: 0 0 70px rgba(204, 255, 0, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 15%, rgba(204,255,0,.14), transparent 26%),
    radial-gradient(circle at 80% 25%, rgba(204,255,0,.12), transparent 28%),
    linear-gradient(180deg, rgba(204,255,0,.05), transparent 42%);
  z-index: -3;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

#particleCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: .75;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .18;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
.orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
  background: rgba(204,255,0,.14);
  z-index: -2;
  animation: orbFloat 11s ease-in-out infinite;
}
.orb-a { top: 10%; left: -120px; }
.orb-b { right: -160px; bottom: 8%; animation-delay: -4s; }

.loader {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 99;
  display: grid;
  place-items: center;
  transition: opacity .45s ease, visibility .45s ease;
}
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-card {
  display: grid;
  place-items: center;
  gap: 18px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
}
.loader-card img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
  animation: breathe 1.4s ease-in-out infinite;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 28px));
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  border: 1px solid rgba(204,255,0,.22);
  border-radius: 24px;
  background: rgba(5, 5, 5, .68);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 70px rgba(0,0,0,.36);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; }
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(204,255,0,.35);
}
.brand b { color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.social-pill, .buy-small {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 800;
}
.buy-small { padding: 0 16px; background: var(--green); color: #020302; border-color: var(--green); }

.section-pad { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 110px 0; }
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 52px;
  padding-top: 145px;
}
.launch-badge, .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--green);
  border: 1px solid rgba(204,255,0,.25);
  background: rgba(204,255,0,.075);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(54px, 8vw, 112px);
  line-height: .86;
  letter-spacing: -.085em;
  margin: 22px 0 24px;
  text-wrap: balance;
}
h2 { font-size: clamp(34px, 5vw, 68px); line-height: .92; letter-spacing: -.065em; margin-bottom: 20px; }
h3 { letter-spacing: -.03em; margin-bottom: 10px; }
p { color: var(--muted); line-height: 1.72; }
.hero-subtitle { font-size: clamp(17px, 2vw, 22px); max-width: 680px; }
.hero-cta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 28px 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--green); color: #050505; border-color: var(--green); box-shadow: 0 0 38px rgba(204,255,0,.28); }
.btn-ghost { background: rgba(255,255,255,.07); }
.contract-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 620px;
  padding: 16px;
  border: 1px solid rgba(204,255,0,.22);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  backdrop-filter: blur(18px);
}
.contract-panel span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 7px; }
.contract-panel strong { color: var(--text); font-size: 14px; word-break: break-word; }
.contract-panel button {
  border: 0;
  border-radius: 16px;
  background: var(--green);
  color: #050505;
  font-weight: 900;
  padding: 13px 16px;
  cursor: pointer;
}
.mini-proof { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.mini-proof span { color: var(--muted); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); border-radius: 999px; padding: 8px 12px; font-size: 13px; }

.mascot-stage {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}
.mascot {
  position: relative;
  width: min(520px, 92vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 46px;
  border: 1px solid rgba(204,255,0,.35);
  box-shadow: 0 0 0 12px rgba(204,255,0,.04), 0 0 90px rgba(204,255,0,.28), 0 32px 90px rgba(0,0,0,.65);
  animation: mascotFloat 5s ease-in-out infinite;
}
.ring {
  position: absolute;
  border: 1px solid rgba(204,255,0,.28);
  border-radius: 999px;
  animation: spin 18s linear infinite;
}
.ring-one { width: 96%; height: 96%; }
.ring-two { width: 72%; height: 72%; animation-direction: reverse; }
.coin, .side-logo {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(204,255,0,.35);
  background: rgba(5,5,5,.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 36px rgba(204,255,0,.2);
}
.coin { width: 86px; height: 86px; border-radius: 28px; color: var(--green); font-size: 28px; font-weight: 1000; }
.coin-left { left: 12px; bottom: 122px; animation: bob 4s ease-in-out infinite; }
.coin-right { right: 24px; top: 118px; animation: bob 4.4s ease-in-out infinite reverse; }
.side-logo { width: 92px; height: 92px; border-radius: 30px; padding: 8px; }
.side-logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.side-top { left: 60px; top: 64px; transform: rotate(-8deg); }
.side-bottom { right: 56px; bottom: 58px; transform: rotate(9deg); }

.ticker { overflow: hidden; border-block: 1px solid rgba(204,255,0,.18); background: rgba(204,255,0,.06); }
.ticker-track { display: flex; width: max-content; animation: ticker 25s linear infinite; }
.ticker span { padding: 18px 34px; color: var(--green); font-weight: 1000; letter-spacing: .08em; white-space: nowrap; }

.split-section { display: grid; grid-template-columns: .38fr 1fr; gap: 38px; align-items: start; }
.split-copy { max-width: 820px; }
.feature-grid, .gallery-grid, .stats-grid { grid-column: 1 / -1; display: grid; gap: 18px; }
.feature-grid { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.feature-grid article, .stats-grid article, .gallery-card, .chain-card, .community-card, details {
  border: 1px solid rgba(204,255,0,.18);
  background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  border-radius: 30px;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 70px rgba(0,0,0,.26);
}
.feature-grid article { padding: 24px; transition: transform .2s ease, border-color .2s ease; }
.feature-grid article:hover, .gallery-card:hover { transform: translateY(-6px); border-color: rgba(204,255,0,.48); }
.feature-grid img { width: 58px; height: 58px; object-fit: cover; border-radius: 18px; margin-bottom: 18px; }

.chain-card, .community-card { padding: 34px; display: grid; grid-template-columns: 1fr .8fr; gap: 30px; align-items: center; }
.chain-stack { display: grid; gap: 12px; }
.chain-stack div {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.26);
  border-radius: 18px;
  padding: 16px;
  font-weight: 800;
}
.chain-stack span { color: var(--green); }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.gallery-grid { grid-template-columns: repeat(3, 1fr); }
.gallery-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(204,255,0,.34), transparent 35%), linear-gradient(180deg, transparent, rgba(0,0,0,.76));
}
.gallery-card img {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: cover;
  border-radius: 22px;
  filter: saturate(1.08) contrast(1.06);
  transition: transform .35s ease, filter .35s ease;
}
.gallery-card:hover img { transform: scale(1.05) rotate(-1deg); filter: saturate(1.25) contrast(1.1); }
.gallery-card div { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.gallery-card span { color: var(--green); font-weight: 1000; }
.pfp img { border-radius: 999px; object-fit: cover; }
.coin-art img { clip-path: circle(42% at 50% 50%); }
.banner-art { grid-column: span 2; }
.banner-art img { object-position: center; }
.sticker-art img { transform: rotate(-2deg) scale(.92); }
.card-art img { object-fit: contain; background: #000; padding: 10px; }

.stats-grid { grid-template-columns: repeat(4, 1fr); }
.stats-grid article { padding: 24px; }
.stats-grid span { display: block; color: var(--muted); margin-bottom: 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .13em; }
.stats-grid strong { color: var(--green); font-size: 22px; }
.community-card img { width: 260px; height: 260px; object-fit: cover; border-radius: 40px; box-shadow: var(--shadow); }
.faq-list { display: grid; gap: 14px; max-width: 880px; }
details { padding: 22px 24px; }
summary { cursor: pointer; font-weight: 900; font-size: 18px; }
details p { margin: 14px 0 0; }
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 54px;
  border-top: 1px solid rgba(204,255,0,.16);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  color: var(--muted);
}
.footer-links { display: flex; gap: 16px; color: var(--green); font-weight: 900; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(24px);
  opacity: 0;
  padding: 13px 18px;
  background: var(--green);
  color: #050505;
  border-radius: 999px;
  font-weight: 900;
  z-index: 80;
  transition: .25s ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes mascotFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-18px) rotate(1deg); } }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-15px) rotate(8deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes orbFloat { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(70px, -40px, 0); } }
@keyframes breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero, .split-section, .chain-card, .community-card { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; gap: 16px; }
  .mascot-stage { min-height: 520px; }
  .feature-grid, .gallery-grid, .stats-grid { grid-template-columns: 1fr 1fr; }
  .banner-art { grid-column: span 1; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .site-header { top: 10px; border-radius: 18px; }
  .brand span { display: none; }
  .buy-small { display: none; }
  .section-pad { padding: 78px 0; }
  h1 { font-size: 56px; }
  .contract-panel { align-items: stretch; flex-direction: column; }
  .contract-panel button { width: 100%; }
  .feature-grid, .gallery-grid, .stats-grid { grid-template-columns: 1fr; }
  .gallery-card { min-height: 340px; }
  .community-card img { width: 100%; height: auto; }
  .coin { width: 68px; height: 68px; font-size: 22px; }
  .side-logo { width: 70px; height: 70px; }
}
