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

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: 'VT323', monospace;
  color: #f5f5f5;
}

.background {
  position: fixed;
  inset: 0;
  background-image: url('wp9531344-minecraft-desktop-4k-wallpapers.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(1.5);
  z-index: -2;
}

.overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 20, 0.35) 0%, rgba(10, 8, 20, 0.55) 60%, rgba(10, 8, 20, 0.75) 100%);
  z-index: -1;
}

main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  gap: 14px;
}

.eyebrow {
  font-size: clamp(14px, 2vw, 20px);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9b78a;
  opacity: 0.85;
}

h1 {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(22px, 5vw, 52px);
  line-height: 1.4;
  color: #7ee36b;
  text-shadow: 4px 4px 0 #1c3d17, 0 0 24px rgba(126, 227, 107, 0.4);
  letter-spacing: 2px;
}

.tagline {
  font-size: clamp(16px, 2.4vw, 24px);
  color: #e8e2d0;
  opacity: 0.9;
  margin-bottom: 10px;
}

.countdown {
  display: flex;
  gap: clamp(10px, 3vw, 32px);
  margin: 10px 0;
}

.unit {
  background: rgba(20, 16, 10, 0.55);
  border: 3px solid #3e5c2f;
  box-shadow: inset 0 0 0 3px #6b8f4e, 0 6px 0 rgba(0,0,0,0.4);
  border-radius: 6px;
  padding: 16px 14px;
  min-width: clamp(64px, 12vw, 110px);
}

.unit span {
  display: block;
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(22px, 5vw, 46px);
  color: #ffffff;
  text-shadow: 3px 3px 0 rgba(0,0,0,0.5);
}

.unit label {
  display: block;
  margin-top: 8px;
  font-size: clamp(13px, 1.6vw, 18px);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c9b78a;
}

.target {
  font-size: clamp(15px, 2vw, 20px);
  color: #d8d0bc;
  opacity: 0.85;
  margin-top: 6px;
}

.launch-message {
  font-family: 'Press Start 2P', monospace;
  font-size: clamp(16px, 3vw, 28px);
  color: #ffd966;
  text-shadow: 3px 3px 0 #5c4200;
  margin-top: 16px;
}

.hidden {
  display: none;
}
