#mazhapeyyo-splash {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  background: #090d18;
  transition: opacity 0.28s ease-out;
}

#mazhapeyyo-splash.hide {
  opacity: 0;
  pointer-events: none;
}

#rain-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#mazhapeyyo-splash .glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none;
}

#mazhapeyyo-splash .glow-a {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -60px;
  background: rgba(81, 70, 255, 0.2);
}

#mazhapeyyo-splash .glow-b {
  width: 200px;
  height: 200px;
  bottom: -70px;
  left: -50px;
  background: rgba(56, 189, 248, 0.12);
}

#mazhapeyyo-splash .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  text-align: center;
}

#mazhapeyyo-splash .hero-wrap {
  width: min(320px, 78vw);
}

#mazhapeyyo-splash .hero-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

#mazhapeyyo-splash .title {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #eaf0ff;
}

#mazhapeyyo-splash .tagline {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #aab4c8;
  max-width: 300px;
}

#mazhapeyyo-splash .progress-wrap {
  margin-top: 32px;
  width: 220px;
}

#mazhapeyyo-splash .progress-track {
  height: 4px;
  border-radius: 999px;
  background: #263247;
  overflow: hidden;
}

#mazhapeyyo-splash .progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #5146ff, #6b63ff, #38bdf8);
  transition: width 0.15s ease-out;
}

#mazhapeyyo-splash .status {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #aab4c8;
}
