:root {
  --main: #BFFF00;
  --main-dark: #8fcc00;
  --dark: #0d1117;
  --dark-soft: #161b22;
  --white: #fff;
  --accent1: #00E85F;
  --tape1: #0d1117;
  --tape2: #00E85F;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background: var(--main);
  color: var(--dark);
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
  width: 100%;
  min-width: 100%;
}

/* ── NAV ── */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 48px; padding: 0 24px; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  background: var(--dark); border-bottom: 3px solid var(--main);
}
.topbar-left { display: flex; align-items: center; gap: 8px; }
.topbar-ca {
  font-family: 'DM Sans'; font-size: .72rem; font-weight: 700;
  color: rgba(255,255,255,.5); cursor: pointer;
  transition: color .2s;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.topbar-ca:hover { color: var(--main); }
.topbar-right { display: flex; align-items: center; gap: 14px; }
.nav-icon { width: 28px; height: 28px; border-radius: 6px; transition: transform .2s; display: block; }
.nav-icon:hover { transform: scale(1.15); }

/* ── HERO (full bleed) ── */
.hero {
  width: 100%; min-height: 80vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center; padding: 100px 20px 60px;
  background: var(--dark);
}
.hero-emoji {
  font-size: clamp(6rem,18vw,12rem); line-height: 1;
  filter: drop-shadow(0 20px 40px rgba(191,255,0,.2));
  animation: heroBob 3s ease-in-out infinite;
}
@keyframes heroBob {
  0%,100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-25px) rotate(-5deg); }
}
.hero-title {
  font-family: 'Bangers', cursive;
  font-size: clamp(6rem,22vw,16rem);
  color: var(--main); line-height: .85; letter-spacing: .02em;
  -webkit-text-stroke: 3px rgba(255,255,255,.15);
  text-shadow: 0 0 60px rgba(191,255,0,.3), 6px 6px 0 rgba(0,0,0,.3);
  paint-order: stroke fill;
}

/* ── PLAY BUTTON ── */
.play-btn {
  position: relative; z-index: 2;
  background: var(--main); color: var(--dark);
  border: 4px solid var(--dark);
  padding: 24px 60px; border-radius: 20px;
  font-family: 'Bangers', cursive;
  font-size: clamp(1.5rem,4vw,2.5rem);
  cursor: pointer; display: flex;
  align-items: center; justify-content: center; gap: 16px;
  letter-spacing: .06em;
  animation: playPulse 2s ease-in-out infinite, playGlow 1.5s ease-in-out infinite alternate;
  transition: transform .15s, box-shadow .15s;
  margin-top: 10px;
}
.play-btn:hover {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 0 40px rgba(191,255,0,.5), 0 8px 0 var(--dark);
}
.play-btn:active { transform: scale(0.95); }
.play-btn.playing {
  background: var(--dark); color: var(--main);
  border-color: var(--main);
  animation: playBounce .5s ease infinite, playGlow 1.5s ease-in-out infinite alternate;
}
.play-text { transition: all .2s; }

/* ── VOLUME CONTROLS ── */
.volume-controls {
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: 10px;
  margin-top: 16px;
}
.mute-btn {
  background: none; border: none;
  font-size: 1.5rem; cursor: pointer;
  transition: transform .2s;
}
.mute-btn:hover { transform: scale(1.2); }
.volume-slider {
  -webkit-appearance: none; appearance: none;
  width: 120px; height: 6px;
  background: rgba(255,255,255,.2);
  border-radius: 3px; outline: none;
  cursor: pointer;
}
.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--main);
  border: 2px solid var(--dark);
  cursor: pointer;
}
.volume-slider::-moz-range-thumb {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--main);
  border: 2px solid var(--dark);
  cursor: pointer;
}

@keyframes playPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}
@keyframes playGlow {
  0% { box-shadow: 0 0 20px rgba(191,255,0,.2), 0 6px 0 var(--dark); }
  100% { box-shadow: 0 0 40px rgba(191,255,0,.5), 0 6px 0 var(--dark); }
}
@keyframes playBounce {
  0%, 100% { transform: translateY(0) rotate(0); }
  25% { transform: translateY(-6px) rotate(-3deg); }
  75% { transform: translateY(-4px) rotate(3deg); }
}

/* ── TAPE MARQUEES (full bleed) ── */
.tape-wrap {
  position: relative; height: 110px;
  overflow: hidden; z-index: 10; margin: -20px 0;
  width: 100%;
}
.tape {
  position: absolute; left: -5%; width: 110%;
  height: 34px; display: flex; align-items: center;
  overflow: hidden; white-space: nowrap;
}
.tape-blue { background: var(--tape1); }
.tape-red { background: var(--tape2); }
.tape-track { display: flex; animation: tapeScroll 18s linear infinite; width: max-content; }
.tape-track-reverse { animation-direction: reverse; }
.tape-track span {
  font-family: 'Bangers', cursive; font-size: 1rem;
  color: var(--white); padding: 0 24px;
  letter-spacing: .08em; white-space: nowrap;
}
.tape-red .tape-track span { color: var(--dark); font-weight: 800; }
@keyframes tapeScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── ABOUT (full bleed) ── */
.about-section {
  width: 100%; background: var(--main);
  padding: 80px 40px; text-align: center;
}
.section-title {
  font-family: 'Bangers', cursive;
  font-size: clamp(2.5rem,7vw,4.5rem);
  color: var(--dark); line-height: 1.05;
  letter-spacing: .04em; text-align: center;
  margin-bottom: 24px;
}
.about-text {
  font-size: 1.05rem; max-width: 700px;
  margin: 0 auto 16px; line-height: 1.7; opacity: .75;
}

/* ── TOKENOMICS CIRCLES ── */
.moon-row {
  display: flex; justify-content: center;
  gap: 50px; margin-top: 50px; flex-wrap: wrap;
}
.moon-card { text-align: center; }
.moon-circle {
  width: 180px; height: 180px; border-radius: 50%;
  background: var(--dark); border: 3px solid var(--main);
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem; margin: 0 auto 14px;
  box-shadow: 0 0 30px rgba(191,255,0,.15), 0 8px 24px rgba(0,0,0,.1);
}
.moon-label {
  font-family: 'Bangers', cursive; font-size: 1.5rem;
  color: var(--dark); letter-spacing: .05em; line-height: 1.2;
}

/* ── SPACE SECTION (full bleed, no border-radius) ── */
.space-section {
  width: 100%;
  background: linear-gradient(180deg, #0a1a0f 0%, #0d1117 40%, #050a07 100%);
  padding: 80px 40px; text-align: center;
  position: relative; overflow: hidden;
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
}
.space-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(1px 1px at 10% 20%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 30% 60%, #fff 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 50% 10%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 70% 80%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 90% 30%, #fff 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 15% 90%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 85% 50%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 45% 40%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 60% 70%, #fff 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 25% 45%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 75% 15%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 40% 85%, #fff 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 5% 55%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 95% 65%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 55% 25%, #fff 50%, transparent 100%);
  opacity: .6; pointer-events: none;
}
.space-title {
  font-family: 'Bangers', cursive;
  font-size: clamp(2rem,6vw,3.5rem);
  color: var(--white); letter-spacing: .06em;
  position: relative; z-index: 1; margin-bottom: 40px;
}
.steps-list {
  max-width: 700px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 28px;
  position: relative; z-index: 1;
}
.step-item { display: flex; align-items: center; gap: 16px; text-align: left; }
.step-emoji { font-size: 2.5rem; flex-shrink: 0; }
.step-num {
  font-family: 'Bangers', cursive; font-size: 2.5rem;
  color: var(--main); flex-shrink: 0; min-width: 40px;
}
.step-text { color: rgba(255,255,255,.85); font-size: 1.05rem; line-height: 1.5; }
.step-text strong { color: var(--white); }

.roadmap-list {
  position: relative; z-index: 1;
  text-align: left; max-width: 500px; margin: 0 auto;
}
.roadmap-list p {
  font-family: 'Bangers', cursive;
  font-size: clamp(1.1rem,3vw,1.6rem);
  color: var(--white); letter-spacing: .06em;
  margin-bottom: 12px; opacity: .85;
}
.space-moon {
  position: absolute; right: -40px; top: 50%;
  transform: translateY(-50%);
  font-size: clamp(8rem,20vw,14rem);
  opacity: .3; pointer-events: none;
}

/* ── TWEETS (full bleed) ── */
.tweets-section {
  width: 100%; background: var(--main);
  padding: 60px 40px 80px;
}
.tweets-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; width: 100%; max-width: 100%;
  margin: 30px 0 0; align-items: stretch;
}
.tweet-card {
  background: var(--white); border: 3px solid var(--dark);
  border-radius: 14px; overflow: hidden;
  transition: all .3s; display: flex; flex-direction: column;
}
.tweet-card:hover {
  transform: translate(-2px,-2px);
  box-shadow: 5px 5px 0 var(--dark);
}
.tweet-card .twitter-tweet,
.tweet-card .twitter-tweet-rendered {
  margin: 0 !important; max-width: 100% !important; flex: 1;
}
.tweet-card iframe {
  max-width: 100% !important; width: 100% !important;
  height: 100% !important; min-height: 250px;
}
.tweet-card blockquote {
  margin: 0 !important; padding: 10px !important;
  font-size: .85rem !important; border: none !important;
}

/* ── DISCLAIMER (full bleed) ── */
.disclaimer-section {
  width: 100%; background: var(--main);
  padding: 80px 40px; text-align: center;
}
.disclaimer-text {
  font-size: 1rem; max-width: 650px;
  margin: 0 auto; line-height: 1.7; opacity: .65;
}

/* ── FOOTER (full bleed) ── */
footer {
  width: 100%; background: var(--dark);
  padding: 40px 20px; text-align: center;
  border-top: 3px solid var(--main);
}
.footer-copy {
  font-family: 'Bangers', cursive; font-size: .85rem;
  letter-spacing: .1em; opacity: .5;
  margin-bottom: 12px; color: rgba(255,255,255,.4);
}
.footer-logo {
  font-family: 'Bangers', cursive; font-size: 3rem;
  color: var(--main); letter-spacing: .05em;
}
.footer-icons { display: flex; justify-content: center; gap: 16px; margin-top: 16px; }
.footer-icon { width: 32px; height: 32px; border-radius: 8px; transition: transform .2s; }
.footer-icon:hover { transform: scale(1.15); }

/* ── COPY TOAST ── */
.copy-toast {
  position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%);
  background: var(--dark); color: var(--main);
  padding: 12px 28px; border-radius: 12px;
  font-weight: 800; font-size: .9rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  z-index: 9999; animation: toastIn .4s ease;
}
@keyframes toastIn {
  0% { opacity: 0; transform: translateX(-50%) translateY(20px); }
  100% { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* ── HERO CA ── */
.hero-ca {
  position: relative; z-index: 2;
  margin-top: 20px; cursor: pointer;
  text-align: center;
  animation: caFadeIn .6s ease-out;
}
.hero-ca:hover .hero-ca-text {
  text-shadow: 0 0 30px rgba(191,255,0,.5);
}
.hero-ca-text {
  display: block;
  font-family: 'Bangers', cursive;
  font-size: clamp(1rem, 3vw, 1.8rem);
  color: var(--main);
  letter-spacing: .04em;
  word-break: break-all;
  transition: text-shadow .2s;
  text-shadow: 0 0 15px rgba(191,255,0,.2);
}
.hero-ca-copy {
  display: block; margin-top: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: .8rem; font-weight: 700;
  color: rgba(255,255,255,.4);
  letter-spacing: .08em;
  transition: color .2s;
}
.hero-ca:hover .hero-ca-copy { color: var(--main); }

@keyframes caFadeIn {
  0% { opacity: 0; transform: translateY(15px) scale(0.9); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* ── DOPAMINE EFFECTS ── */
@keyframes screenShake {
  0%,100% { transform: translate(0); }
  10% { transform: translate(-8px,6px) rotate(-1deg); }
  30% { transform: translate(8px,-4px) rotate(1deg); }
  50% { transform: translate(-6px,8px); }
  70% { transform: translate(6px,-6px); }
  90% { transform: translate(-4px,4px); }
}

@keyframes flashOut {
  0% { opacity: .7; }
  100% { opacity: 0; }
}

@keyframes confettiFall {
  0% { transform: translateY(0) translateX(0) rotate(0) scale(1); opacity: 1; }
  100% { transform: translateY(100vh) translateX(var(--drift)) rotate(var(--spin)) scale(0.3); opacity: 0; }
}

@keyframes emojiBurst {
  0% { transform: translate(0,0) scale(0) rotate(0); opacity: 1; }
  20% { transform: translate(0,0) scale(1.3); opacity: 1; }
  100% { transform: translate(var(--angle), calc(var(--rise) * -1)) scale(0.4) rotate(40deg); opacity: 0; }
}

@keyframes floatRise {
  0% { transform: translateY(0) scale(1); opacity: .6; }
  100% { transform: translateY(-110vh) scale(0.5); opacity: 0; }
}

@keyframes fireworkBurst {
  0% { transform: translate(0,0) scale(1); opacity: 1; }
  100% { transform: translate(var(--dx), var(--dy)) scale(0); opacity: 0; }
}

/* Vibing background pulse */
.vibing {
  animation: bgPulse 2s ease-in-out infinite !important;
}
@keyframes bgPulse {
  0%, 100% { background-color: #BFFF00; }
  50% { background-color: #d4ff4d; }
}
.vibing .hero {
  animation: heroPulse 1s ease-in-out infinite;
}
@keyframes heroPulse {
  0%, 100% { background-color: #0d1117; }
  50% { background-color: #111d12; }
}

/* ── RESPONSIVE ── */
@media(max-width:900px) {
  .tweets-grid { grid-template-columns: repeat(2,1fr); }
  .about-section, .tweets-section, .disclaimer-section, .space-section { padding-left: 20px; padding-right: 20px; }
}
@media(max-width:640px) {
  .hero-title { -webkit-text-stroke: 1px rgba(255,255,255,.1); }
  .tweets-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .moon-row { gap: 20px; }
  .moon-circle { width: 130px; height: 130px; font-size: 3.5rem; }
  .topbar-ca { max-width: 200px; font-size: .6rem; }
  .tape-track span { font-size: .8rem; padding: 0 16px; }
  .section-title { font-size: clamp(2rem,8vw,3rem); }
}