body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #bff5ec 0%, #ed9be7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.logo-bg {
  background: #bff5ec;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 240px;
  margin: 0 auto 18px auto;
  overflow: hidden;
}

.logo {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #bff5ec 0%, #ed9be7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Segoe UI', Arial, sans-serif;
}


.container {
  background: rgba(255,255,255,0.92);
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  padding: 24px 24px 24px 24px;
  text-align: center;
  max-width: 420px;
  width: 100%;
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 600px) {
  body {
    padding: 0;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }
  .container {
    max-width: 92vw;
    margin: 0;
    padding: 16px 8px 22px 8px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .logo-bg {
    width: 90vw;
    max-width: 320px;
    height: 120px;
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .logo {
    max-width: 80vw;
    max-height: 100px;
  }
  h1 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .countdown {
    gap: 6px;
    font-size: 1.1rem;
    flex-wrap: wrap;
  }
  .countdown span {
    padding: 7px 8px;
    min-width: 36px;
    font-size: 1rem;
    border-radius: 7px;
  }
  .launch-date {
    font-size: 0.98rem;
    margin-top: 4px;
  }
  .stealth-bar {
    font-size: 0.95rem;
    padding: 5px 18px;
    min-width: 90px;
    border-radius: 7px;
  }
}

.stealth-bar {
  background: #ed9be7;
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  border-radius: 10px;
  padding: 7px 38px 7px 38px;
  margin: 0 auto 18px auto;
  width: fit-content;
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.labs-text {
  font-size: 0.95em;
  font-weight: 600;
  letter-spacing: 0.12em;
}


h1 {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 0;
}


.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 12px;
}

.countdown span {
  background: #bff5ec;
  color: #222;
  border-radius: 10px;
  padding: 12px 18px;
  min-width: 60px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}


.launch-date {
  color: #ed9be7;
  font-size: 1.08rem;
  margin-top: 8px;
  font-weight: 600;
}
