/* Mech Survivor Kaiju theme styles */

.banner-title {
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #38bdf8, #a855f7, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
  margin-bottom: 0.2rem;
}

#tagline {
  color: #94a3b8;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.stats-card {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid #334155;
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  margin-bottom: 1.2rem;
}

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

button {
  background: linear-gradient(135deg, #0284c7, #7c3aed);
  box-shadow: 0 4px 15px rgba(2, 132, 199, 0.4);
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
