:root {
  --bg: #090814;
  --panel: #121125;
  --panel-alt: #1b1a34;
  --ink: #f8f7ff;
  --muted: #b7b6d4;
  --electric: #5de2ff;
  --lava: #ff8f1f;
  --gold: #ffd857;
  --danger: #ff5f5f;
  --radius: 20px;
  --radius-sm: 14px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 143, 31, 0.24) 0%, transparent 45%),
    radial-gradient(circle at 85% 30%, rgba(93, 226, 255, 0.22) 0%, transparent 45%),
    linear-gradient(165deg, #08070e 0%, #15122b 55%, #0b0916 100%);
  line-height: 1.5;
  overflow-x: hidden;
}

.bg-orb {
  position: fixed;
  z-index: -1;
  filter: blur(60px);
  opacity: 0.55;
}

.bg-orb-1 {
  width: 300px;
  height: 300px;
  background: var(--lava);
  top: -90px;
  right: -70px;
}

.bg-orb-2 {
  width: 280px;
  height: 280px;
  background: var(--electric);
  bottom: -100px;
  left: -80px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 6vw 10px;
}

.brand {
  font-family: "Bungee", cursive;
  letter-spacing: 0.03em;
  color: var(--ink);
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.brand span {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.brand small {
  color: var(--gold);
  font-size: 0.95rem;
}

.topbar-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.topbar-links a {
  color: var(--muted);
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.9rem;
}

.topbar-links a:hover {
  color: var(--ink);
  border-color: rgba(255, 216, 87, 0.5);
}

.hero {
  padding-bottom: 46px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  padding: 20px 6vw;
  align-items: center;
}

.eyebrow {
  color: var(--electric);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  margin: 0 0 10px;
}

h1,
h2 {
  font-family: "Bungee", cursive;
  letter-spacing: 0.01em;
  margin: 0;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.1rem, 5.1vw, 4.4rem);
  max-width: 10.5ch;
}

h1 span {
  color: var(--gold);
}

h3 {
  margin: 0;
  font-family: "Bungee", cursive;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.lead {
  margin: 18px 0 0;
  color: #d9d8ee;
  max-width: 60ch;
}

.cta-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

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

.btn-primary {
  color: #201102;
  background: linear-gradient(135deg, var(--gold), #ffc029);
  box-shadow: 0 10px 24px rgba(255, 202, 69, 0.36);
}

.btn-secondary {
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.countdown-card {
  margin-top: 22px;
  display: inline-block;
  background: linear-gradient(145deg, rgba(17, 16, 34, 0.84), rgba(28, 26, 51, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  box-shadow: var(--shadow);
}

.countdown-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.countdown-card strong {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  color: var(--gold);
}

.hero-art {
  position: relative;
  min-height: 500px;
}

.poster {
  width: min(100%, 470px);
  max-height: 75vh;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 2px solid rgba(255, 255, 255, 0.16);
}

.sticker {
  position: absolute;
  width: min(42%, 210px);
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow);
  animation: float 4s ease-in-out infinite;
}

.sticker-top {
  top: -16px;
  right: -8px;
}

.sticker-bottom {
  bottom: -18px;
  left: -22px;
  animation-delay: 0.7s;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(10, 9, 19, 0.7);
}

.ticker-track {
  display: flex;
  gap: 36px;
  padding: 14px 0;
  width: max-content;
  white-space: nowrap;
  animation: ticker 22s linear infinite;
  will-change: transform;
}

.ticker-track span {
  font-family: "Bungee", cursive;
  color: var(--gold);
  font-size: 1rem;
  white-space: nowrap;
}

main {
  padding: 44px 6vw 56px;
}

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

.manifesto-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-sm);
  padding: 18px;
}

.manifesto-card h2 {
  font-size: 1.1rem;
  color: var(--lava);
}

.manifesto-card p {
  margin: 8px 0 0;
  color: #dddcf0;
  font-size: 0.98rem;
}

.official {
  margin-top: 44px;
}

.official-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.official-card {
  text-decoration: none;
  color: var(--ink);
  background: linear-gradient(155deg, rgba(255, 216, 87, 0.14), rgba(93, 226, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  padding: 18px;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.official-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 216, 87, 0.52);
}

.official-card h3 {
  font-size: 1rem;
  color: var(--gold);
}

.official-card p {
  margin: 0;
  color: #e3e2f3;
  font-size: 0.95rem;
}

.official-card span {
  margin-top: auto;
  color: var(--electric);
  font-weight: 700;
  font-size: 0.9rem;
}

.section-head {
  margin-top: 58px;
}

.section-head h2 {
  margin-top: 8px;
  font-size: clamp(1.6rem, 4vw, 2.7rem);
}

.section-head p {
  color: #d2d1e8;
  max-width: 62ch;
}

.limit-pill {
  display: inline-block;
  margin: 8px 0 0;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 216, 87, 0.5);
  background: rgba(255, 216, 87, 0.12);
  color: var(--gold) !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gallery-marquee {
  margin-top: 18px;
  display: grid;
  gap: 14px;
  overflow: hidden;
}

.gallery-row {
  display: flex;
  gap: 14px;
  width: max-content;
}

.gallery-row-left {
  animation: gallery-left 26s linear infinite;
}

.gallery-row-right {
  animation: gallery-right 30s linear infinite;
}

.gallery-card {
  margin: 0;
  width: clamp(170px, 16vw, 245px);
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
  flex: 0 0 auto;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.airdrop {
  margin-top: 62px;
  background: linear-gradient(165deg, rgba(255, 143, 31, 0.16), rgba(93, 226, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: var(--radius);
  padding: 26px;
}

.proof-rules {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  background: rgba(8, 7, 20, 0.6);
}

.proof-rules h3 {
  margin: 0;
  font-family: "Bungee", cursive;
  letter-spacing: 0.02em;
  font-size: 1rem;
  color: var(--gold);
}

.proof-rules p {
  margin: 8px 0 10px;
}

.proof-rules ul {
  margin: 0 0 12px;
  padding-left: 18px;
}

.proof-rules li {
  margin-bottom: 6px;
  color: #eeedf9;
}

.proof-rules code {
  display: inline-block;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.17);
  padding: 6px 8px;
  border-radius: 8px;
  color: var(--electric);
  font-size: 0.86rem;
  word-break: break-all;
}

.proof-rules .btn {
  margin-top: 4px;
}

.airdrop-form {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.airdrop-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 0.92rem;
  color: #ebebf8;
}

.airdrop-form input,
.airdrop-form textarea,
.airdrop-form select {
  width: 100%;
  background: rgba(6, 5, 16, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 11px 12px;
  color: var(--ink);
  font: inherit;
}

.airdrop-form input[readonly] {
  opacity: 0.95;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.airdrop-form input:focus,
.airdrop-form textarea:focus,
.airdrop-form select:focus {
  outline: 2px solid rgba(93, 226, 255, 0.45);
  border-color: rgba(93, 226, 255, 0.65);
}

.full-width {
  grid-column: 1 / -1;
}

.checkbox-row {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 9px !important;
}

.checkbox-row input {
  width: auto;
  margin-top: 3px;
}

.submit-btn {
  width: fit-content;
}

.form-status {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  min-height: 1.5em;
  color: var(--gold);
}

.form-status.error {
  color: #ff9696;
}

.footer {
  padding: 24px 6vw 40px;
  color: #d2d1e8;
  text-align: center;
  font-size: 0.92rem;
}

.footer-links {
  margin-top: 9px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--electric);
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes gallery-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes gallery-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

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

  .hero-art {
    min-height: auto;
    padding-bottom: 26px;
  }

  .poster {
    max-width: 520px;
  }

  .sticker-top {
    right: 4px;
    top: -12px;
  }

  .sticker-bottom {
    left: 0;
    bottom: -6px;
  }

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

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

  .gallery-row-left,
  .gallery-row-right {
    animation-duration: 36s;
  }
}

@media (max-width: 700px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .airdrop {
    padding: 18px;
  }

  .airdrop-form {
    grid-template-columns: 1fr;
  }

  .submit-btn {
    width: 100%;
  }

  .gallery-card {
    width: clamp(140px, 38vw, 190px);
  }
}
