body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #1d1f27, #282c34);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.container {
  padding: 2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.brand {
  font-size: 2.5rem;
  color: #00ffe1;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.5rem;
}

.subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

#countdown div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
}

#countdown span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00ffe1;
}

small {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  color: #aaa;
}

.footer {
  font-size: 0.8rem;
  color: #999;
}
