:root {
  --bg: #08051a;
  --bg-2: #120728;
  --panel: rgba(14, 10, 40, 0.78);
  --panel-strong: rgba(18, 8, 44, 0.92);
  --text: #f4eefe;
  --muted: #bda9d9;
  --pink: #ff2d8d;
  --pink-soft: #ff5cad;
  --violet: #7a4dff;
  --blue: #4fd8ff;
  --gold: #ffbe55;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 0 40px rgba(255, 45, 141, 0.18), 0 0 80px rgba(79, 216, 255, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  background:
    radial-gradient(circle at top right, rgba(255, 45, 141, 0.26), transparent 20%),
    radial-gradient(circle at top left, rgba(79, 216, 255, 0.22), transparent 18%),
    radial-gradient(circle at 60% 20%, rgba(122, 77, 255, 0.2), transparent 26%),
    linear-gradient(180deg, #09051d 0%, #0c0621 40%, #070412 100%);
  color: var(--text);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.12));
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.8) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 40%, rgba(255,255,255,0.8) 0 1px, transparent 1px),
    radial-gradient(circle at 30% 80%, rgba(255,255,255,0.8) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,0.8) 0 1px, transparent 1px);
  background-size: 180px 180px;
}

img {
  max-width: 100%;
  display: block;
}

.site-header,
main,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 16px;
}

.brand {
  display: flex;
  gap: 16px;
  align-items: center;
}

.brand-mark {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--bg);
  background: linear-gradient(135deg, var(--gold), var(--pink-soft));
  box-shadow: 0 0 20px rgba(255, 190, 85, 0.3);
}

.eyebrow,
.section-tag,
.pill,
.stat-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
}

.eyebrow,
.section-tag,
.stat-label,
.lead,
.nav a,
.site-footer p,
.token-grid span,
.timeline-item p,
.social-panel p,
.neon-list,
.subtle-link {
  color: var(--muted);
}

.brand-title,
.hero h2,
h3 {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  line-height: 1.05;
}

.brand-title {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.nav a,
.social-link,
.btn {
  text-decoration: none;
}

.nav a {
  font-size: 0.95rem;
}

main {
  display: grid;
  gap: 24px;
  padding: 18px 0 56px;
}

.panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(19, 10, 49, 0.94), rgba(9, 7, 25, 0.88));
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -55% auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 45, 141, 0.18), transparent 70%);
  pointer-events: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  padding: 24px;
}

.hero-copy {
  padding: 12px;
}

.pill {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 190, 85, 0.25);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 190, 85, 0.08);
}

.hero h2 {
  font-size: clamp(2.3rem, 6vw, 4.7rem);
  margin-bottom: 16px;
}

.hero h2 span {
  color: var(--gold);
  text-shadow: 0 0 14px rgba(255, 190, 85, 0.4);
}

.lead,
.panel p,
.neon-list li,
.social-link {
  font-size: 1rem;
  line-height: 1.7;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 26px 0;
}

.btn {
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.social-link:hover,
.nav a:hover,
.copy-btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  box-shadow: 0 12px 28px rgba(255, 45, 141, 0.28);
}

.btn-secondary {
  color: var(--text);
  border: 1px solid rgba(79, 216, 255, 0.24);
  background: rgba(79, 216, 255, 0.06);
}

.stat-grid,
.token-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat-grid article,
.token-grid article {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
}

.stat-grid strong,
.token-grid strong,
.ca-row code {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  color: var(--text);
}

.hero-art {
  position: relative;
  min-height: 100%;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
}

.art-badge {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  backdrop-filter: blur(10px);
}

.art-badge.top {
  top: 16px;
  left: 16px;
  background: rgba(79, 216, 255, 0.12);
  border: 1px solid rgba(79, 216, 255, 0.28);
  color: var(--blue);
}

.art-badge.bottom {
  right: 16px;
  bottom: 16px;
  background: rgba(255, 45, 141, 0.12);
  border: 1px solid rgba(255, 45, 141, 0.24);
  color: #ffd0e9;
}

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

.grid-two .panel,
.token-panel,
.social-panel {
  padding: 24px;
}

h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin: 8px 0 14px;
}

.neon-list {
  margin: 18px 0 0;
  padding-left: 20px;
}

.neon-list li::marker {
  color: var(--pink-soft);
}

.spotlight {
  background:
    radial-gradient(circle at top right, rgba(255, 45, 141, 0.18), transparent 35%),
    linear-gradient(180deg, rgba(28, 11, 62, 0.95), rgba(11, 8, 28, 0.94));
}

.token-panel {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  align-items: start;
}

.token-grid .wide {
  grid-column: span 3;
}

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

.ca-row code {
  margin-top: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  word-break: break-all;
}

.copy-btn {
  border: 0;
  cursor: pointer;
  padding: 12px 14px;
  border-radius: 14px;
  color: #120728;
  background: linear-gradient(135deg, var(--gold), var(--pink-soft));
  font-weight: 800;
}

.timeline-card {
  display: grid;
  gap: 16px;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.dot {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  box-shadow: 0 0 14px rgba(79, 216, 255, 0.45);
}

.timeline-item strong {
  font-size: 1rem;
}

.timeline-item p {
  margin: 6px 0 0;
}

.social-panel {
  text-align: center;
}

.link-stack {
  display: grid;
  gap: 12px;
  width: min(760px, 100%);
  margin: 22px auto 0;
}

.social-link {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.03);
  color: var(--text);
}

.subtle-link {
  opacity: 0.82;
}

.site-footer {
  padding: 0 0 44px;
}

.site-footer p {
  text-align: center;
  margin: 0;
}

[aria-disabled="true"] {
  cursor: default;
}

@media (max-width: 980px) {
  .hero,
  .grid-two,
  .token-panel {
    grid-template-columns: 1fr;
  }

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

  .token-grid .wide {
    grid-column: span 1;
  }
}

@media (max-width: 720px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 16px;
  }

  .hero h2 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

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

  .brand {
    align-items: flex-start;
  }
}
