:root {
  --sky: #64c9f6;
  --ink: #142033;
  --blue: #1d75ff;
  --blue-dark: #1556bf;
  --yellow: #ffd84f;
  --pink: #ff5da0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--sky);
  color: var(--ink);
}

.site-wrap {
  width: min(980px, 92vw);
  margin: 1rem auto 2.2rem;
  position: relative;
  z-index: 2;
}

.comic-box {
  border: 3px solid #1b273a;
  border-radius: 14px;
  box-shadow: 0 6px 0 #1b273a;
  background: #fff;
}

.side {
  position: fixed;
  width: 190px;
  z-index: 1;
  pointer-events: none;
}

.side-left {
  left: 1rem;
  bottom: 1rem;
}

.side-right {
  right: 1rem;
  top: 6rem;
}

.topbar {
  background: #f3f7ff;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.social-links {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.social-links a {
  text-decoration: none;
  font-weight: 900;
  color: #132037;
  background: #fff;
  border: 2px solid #1b273a;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.logo {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #1b273a;
}

.tiny-tag {
  margin: 0;
  color: #195ccf;
  font-size: 0.74rem;
  font-weight: 900;
}

h1,
h2,
h3 {
  font-family: Bangers, Inter, sans-serif;
  letter-spacing: 1px;
  margin: 0;
}

h1 {
  font-size: 2rem;
}

.lang-toggle {
  display: inline-flex;
  gap: 0.3rem;
  padding: 0.2rem;
  background: #d8e5ff;
  border: 2px solid #1b273a;
  border-radius: 999px;
}

.lang-btn {
  border: 2px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-weight: 900;
  padding: 0.34rem 0.75rem;
  cursor: pointer;
}

.lang-btn.active {
  background: var(--blue);
  color: #fff;
  border-color: #1b273a;
}

.hero {
  margin-top: 1rem;
  padding: 1.2rem;
  background: #edf8ff;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1.2fr 0.8fr;
  position: relative;
}

.badge-float {
  position: absolute;
  top: -16px;
  right: 20px;
  background: var(--yellow);
  border: 3px solid #1b273a;
  border-radius: 999px;
  box-shadow: 0 4px 0 #1b273a;
  padding: 0.28rem 0.8rem;
  font-weight: 900;
}

.kicker {
  margin: 0;
  color: #1b64d9;
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h2 {
  margin-top: 0.4rem;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 0.95;
}

.hero-copy p {
  margin-top: 0.8rem;
  font-weight: 700;
}

.hero-joke {
  color: #1e68dc;
  font-style: italic;
  font-size: 0.9rem;
}

.hero-art img {
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 3px solid #1b273a;
  box-shadow: 0 6px 0 #1b273a;
}

.cta-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  color: #142033;
  border: 3px solid #1b273a;
  border-radius: 10px;
  box-shadow: 0 4px 0 #1b273a;
  padding: 0.62rem 0.9rem;
  font-weight: 900;
  transition: transform 0.15s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-yellow {
  background: var(--yellow);
}

.btn-pink {
  background: var(--pink);
}

.ticker {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  background: #dbe9ff;
  padding: 0.4rem 0.6rem;
}

.ticker span {
  font-family: Bangers, Inter, sans-serif;
  font-size: 1.3rem;
  text-align: center;
}

marquee {
  font-weight: 900;
}

.comic-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.comic-grid article {
  padding: 1rem;
}

.comic-grid ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.comic-grid li {
  font-weight: 700;
}

.comic-grid li + li {
  margin-top: 0.5rem;
}

.pastel-yellow { background: #fff6bc; }
.pastel-purple { background: #e8d9ff; }
.pastel-green { background: #d8ffd9; }
.pastel-orange { background: #ffd8c0; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.7rem;
}

.tokenomics-launch {
  margin: 0.7rem 0 0.3rem;
  font-weight: 900;
  color: #0f3f8f;
}

.stats div {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #1b273a;
  border-radius: 10px;
  text-align: center;
  padding: 0.6rem 0.4rem;
}

.stats strong {
  display: block;
  font-family: Bangers, Inter, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.answer {
  background: #fff;
  border: 2px dashed #1b273a;
  border-radius: 9px;
  padding: 0.45rem 0.6rem;
}

.join {
  margin-top: 1rem;
  background: #d7e9ff;
  padding: 1rem;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 1rem;
  align-items: center;
}

.join img {
  width: 100%;
  border: 3px solid #1b273a;
  border-radius: 10px;
  box-shadow: 0 6px 0 #1b273a;
}

.footer-box {
  margin-top: 1rem;
  text-align: center;
  background: #f0f5ff;
  padding: 0.75rem;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .side {
    width: 130px;
    opacity: 0.65;
  }
}

@media (max-width: 860px) {
  .site-wrap {
    width: min(700px, 94vw);
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero,
  .join,
  .comic-grid {
    grid-template-columns: 1fr;
  }

  .ticker {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

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

  .side {
    display: none;
  }
}
