*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --void: #05000b;
  --night: #090013;
  --neon-pink: #ff2a8f;
  --hot-pink: #ff006e;
  --neon-purple: #9d4edd;
  --electric-purple: #c026ff;
  --neon-cyan: #22f7ff;
  --gold: #ffd166;
  --gold-bright: #fff06a;
  --orange: #ff7a18;
  --cream: #fff2dd;
  --white: #ffffff;
  --light: #f8dcff;
  --muted: #c9a6dc;

  --glow-pink: 0 0 12px rgba(255, 42, 143, 0.95), 0 0 32px rgba(255, 42, 143, 0.65), 0 0 70px rgba(255, 42, 143, 0.35);
  --glow-purple: 0 0 12px rgba(157, 78, 221, 0.95), 0 0 32px rgba(157, 78, 221, 0.65);
  --glow-cyan: 0 0 12px rgba(34, 247, 255, 0.9), 0 0 34px rgba(34, 247, 255, 0.55);
  --glow-gold: 0 0 12px rgba(255, 209, 102, 0.9), 0 0 34px rgba(255, 209, 102, 0.62), 0 0 80px rgba(255, 122, 24, 0.35);
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: var(--white);
  background: radial-gradient(circle at 20% 0%, rgba(255, 42, 143, 0.28), transparent 34rem),
    radial-gradient(circle at 88% 8%, rgba(34, 247, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 50% 100%, rgba(157, 78, 221, 0.22), transparent 34rem),
    var(--void);
}

::selection { color: var(--void); background: var(--gold-bright); }

/* ===== BACKGROUND ===== */
.hero-bg {
  position: fixed;
  inset: 0;
  z-index: -5;
  background: url("/assets/hero-bg.png") center center / cover no-repeat;
  filter: saturate(1.65) contrast(1.15) brightness(0.7);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5, 0, 11, 0.18) 0%, rgba(5, 0, 11, 0.5) 46%, rgba(5, 0, 11, 0.93) 100%);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.08;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: overlay;
}

.scanlines {
  position: fixed;
  inset: 0;
  z-index: 51;
  pointer-events: none;
  opacity: 0.1;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 5px);
}

/* ===== LAYOUT ===== */
.site-wrap {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  margin: 0 auto;
  padding: clamp(0.9rem, 2vw, 1.6rem) clamp(0.9rem, 3vw, 2rem) 3rem;
}

/* ===== HERO POSTER ===== */
.hero-poster {
  position: relative;
  overflow: hidden;
  border-radius: clamp(24px, 4vw, 48px);
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 5vw, 4rem) clamp(3rem, 8vw, 5rem);
  background: linear-gradient(145deg, rgba(10, 0, 23, 0.78), rgba(3, 0, 8, 0.92));
  border: 2px solid rgba(255, 242, 221, 0.7);
  box-shadow: 0 0 0 6px rgba(255, 242, 221, 0.12), 0 0 0 10px rgba(255, 42, 143, 0.15),
    0 28px 100px rgba(0, 0, 0, 0.7), 0 0 95px rgba(255, 42, 143, 0.2),
    inset 0 0 90px rgba(192, 38, 255, 0.12);
  text-align: center;
}

.poster-glow {
  position: absolute;
  inset: -25%;
  z-index: 0;
  pointer-events: none;
  background: conic-gradient(from 120deg, transparent, rgba(255, 42, 143, 0.2), transparent, rgba(34, 247, 255, 0.18), transparent, rgba(255, 209, 102, 0.16), transparent);
  filter: blur(30px);
  opacity: 0.8;
  animation: auroraSpin 20s linear infinite;
}

@keyframes auroraSpin { to { transform: rotate(360deg); } }

.hero-topline {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.brand-kicker {
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(255, 209, 102, 0.5);
  border-radius: 999px;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.55rem, 1.2vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-bright);
  text-shadow: 0 0 12px rgba(255, 209, 102, 0.65);
  background: rgba(255, 209, 102, 0.08);
}

.badge-x10 {
  display: grid;
  place-items: center;
  width: clamp(3.5rem, 8vw, 5.5rem);
  height: clamp(3.5rem, 8vw, 5.5rem);
  border-radius: 50%;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  color: var(--void);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold), var(--orange));
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--glow-gold);
  transform: rotate(11deg);
  animation: badgePulse 2.5s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { transform: rotate(11deg) scale(1); }
  50% { transform: rotate(11deg) scale(1.08); }
}

.scribble-note {
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 5;
  font-family: "Permanent Marker", cursive;
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  color: var(--cream);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  text-align: left;
  line-height: 1.4;
  transform: rotate(-8deg);
  opacity: 0.9;
}

.crown {
  position: relative;
  z-index: 5;
  margin: 1rem auto 0.3rem;
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  color: var(--gold-bright);
  text-shadow: var(--glow-gold);
  animation: crownFloat 3s ease-in-out infinite;
}

@keyframes crownFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.logo {
  position: relative;
  z-index: 5;
  font-family: "Pacifico", cursive;
  font-size: clamp(4rem, 13vw, 9rem);
  line-height: 0.9;
  transform: rotate(-2deg);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 30px rgba(255, 42, 143, 0.6));
}

.logo-on { color: var(--white); }
.logo-tour {
  color: var(--neon-pink);
  text-shadow: 0 0 8px rgba(255, 42, 143, 0.7), 0 0 16px rgba(255, 42, 143, 0.4);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}
.logo-ai {
  font-family: "Orbitron", sans-serif;
  font-size: 0.55em;
  font-weight: 900;
  color: var(--neon-cyan);
  text-shadow: var(--glow-cyan);
  margin-left: 0.15em;
  vertical-align: middle;
  letter-spacing: 0.05em;
}

.brush-underline {
  position: relative;
  z-index: 5;
  width: min(400px, 75%);
  height: 0.6rem;
  margin: 0.3rem auto 0.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--neon-pink), var(--neon-cyan), var(--gold), transparent);
  box-shadow: var(--glow-pink);
  transform: rotate(-2deg);
}

.tagline {
  position: relative;
  z-index: 5;
  font-family: "Permanent Marker", cursive;
  font-size: clamp(1.3rem, 4vw, 2.5rem);
  color: var(--cream);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 24px rgba(255, 42, 143, 0.6);
  transform: rotate(-2deg);
}

.subtitle {
  position: relative;
  z-index: 5;
  margin-top: 0.75rem;
  font-family: "Cinzel", serif;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--light);
}

/* ===== COUNTDOWN ===== */
.countdown-section {
  padding: 2.5rem 0;
  text-align: center;
}

.countdown-pretitle {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.25rem;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.countdown-block {
  background: linear-gradient(180deg, rgba(157, 78, 221, 0.35) 0%, rgba(255, 42, 143, 0.2) 100%);
  border: 2px solid var(--electric-purple);
  border-radius: 12px;
  padding: 0.9rem 0;
  width: 80px;
  box-shadow: var(--glow-purple), inset 0 0 18px rgba(157, 78, 221, 0.15);
}

.countdown-value {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.9rem, 7vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
  display: block;
  line-height: 1;
}

.countdown-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--neon-pink);
  margin-top: 0.4rem;
  display: block;
}

/* ===== TICKER ===== */
.ticker {
  overflow: hidden;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 42, 143, 0.3);
  border-bottom: 1px solid rgba(255, 42, 143, 0.3);
  background: rgba(255, 42, 143, 0.05);
}

.ticker-track {
  display: flex;
  gap: 2rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: var(--neon-pink);
  text-shadow: 0 0 8px rgba(255, 42, 143, 0.6);
  white-space: nowrap;
  animation: tickerScroll 20s linear infinite;
}

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

/* ===== LIVE BANNER ===== */
.live-banner {
  text-align: center;
  padding: 2.5rem 0;
}

.live-pretitle {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: var(--glow-gold);
  margin-bottom: 0.3rem;
}

.live-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 18vw, 8rem);
  color: var(--gold-bright);
  text-shadow: 0 0 15px #ffd700, 0 0 40px #ffd700, 0 0 80px #ffd700;
  line-height: 0.85;
  animation: liveGlow 2s ease-in-out infinite;
}

@keyframes liveGlow {
  0%, 100% { text-shadow: 0 0 15px #ffd700, 0 0 40px #ffd700, 0 0 80px #ffd700; }
  50% { text-shadow: 0 0 25px #ffd700, 0 0 60px #ffd700, 0 0 120px #ffd700, 0 0 180px rgba(255, 215, 0, 0.3); }
}

.live-subtitle {
  font-family: "Pacifico", cursive;
  font-size: clamp(1.3rem, 4vw, 2rem);
  color: var(--electric-purple);
  text-shadow: 0 0 12px rgba(192, 38, 255, 0.7);
}

/* ===== FEATURES ===== */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(157, 78, 221, 0.25);
  border-bottom: 1px solid rgba(157, 78, 221, 0.25);
}

@media (max-width: 550px) { .features { grid-template-columns: repeat(2, 1fr); } }

.feature { text-align: center; padding: 1rem 0.5rem; }

.feature-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 0 10px var(--neon-pink));
}

.feature-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--light);
}

/* ===== INFO CARDS ===== */
.info-section {
  padding: 2rem 0;
  display: grid;
  gap: 1rem;
}

.info-card {
  background: rgba(5, 0, 11, 0.75);
  border: 1px solid rgba(157, 78, 221, 0.35);
  border-radius: 14px;
  padding: 1.25rem;
  backdrop-filter: blur(8px);
}

.info-card.glow-pink {
  border-color: var(--neon-pink);
  box-shadow: 0 0 25px rgba(255, 42, 143, 0.25);
}

.info-card.glow-gold {
  border-color: var(--gold);
  box-shadow: 0 0 25px rgba(255, 209, 102, 0.2);
}

.info-card h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}

.info-card.glow-pink h3 {
  color: var(--neon-pink);
  text-shadow: 0 0 10px rgba(255, 42, 143, 0.5);
}

.info-card p { color: var(--light); font-size: 0.9rem; line-height: 1.55; }

/* ===== DETAILS ===== */
.details-section { padding: 1.5rem 0; }

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(157, 78, 221, 0.18);
}

.detail-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}

.detail-value { color: var(--white); font-size: 0.95rem; }

.detail-value.highlight {
  color: var(--electric-purple);
  text-shadow: 0 0 12px rgba(192, 38, 255, 0.6);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.65; } }

/* ===== UPDATES ===== */
.updates-section { padding: 1.5rem 0; }

.section-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--neon-pink);
  text-shadow: 0 0 10px rgba(255, 42, 143, 0.4);
  text-align: center;
  margin-bottom: 1rem;
}

.update-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(157, 78, 221, 0.08);
  border-radius: 8px;
  margin-bottom: 0.5rem;
  border-left: 3px solid var(--neon-purple);
}

.update-icon { font-size: 1rem; }
.update-text { flex: 1; color: var(--light); font-size: 0.9rem; }

.update-status {
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.8rem;
  color: var(--neon-purple);
  text-shadow: 0 0 6px rgba(157, 78, 221, 0.5);
  letter-spacing: 0.1em;
}

/* ===== FOOTER ===== */
.footer {
  text-align: center;
  padding: 2.5rem 0 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(157, 78, 221, 0.2);
}

.footer-brand {
  font-family: "Pacifico", cursive;
  font-size: 1.5rem;
  color: var(--white);
}

.footer-sub { color: var(--electric-purple); font-size: 1rem; }

.footer-x {
  font-family: "Bebas Neue", sans-serif;
  color: var(--gold);
  text-shadow: var(--glow-gold);
  font-size: 1.1rem;
  margin-left: 0.25rem;
}

.footer-tagline {
  font-style: italic;
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0.25rem 0 1rem;
}

.footer-legal { font-size: 0.75rem; color: var(--muted); margin-bottom: 0.75rem; }

.footer-teaser {
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: var(--neon-pink);
  text-shadow: var(--glow-pink);
  animation: teaserPulse 3s ease-in-out infinite;
}

@keyframes teaserPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; }
}
