:root {
  --forest-950: #09271f;
  --forest-900: #0d3429;
  --forest-800: #124c3a;
  --forest-700: #176049;
  --mint-50: #f1f8f5;
  --gold-500: #bd9a52;
  --gold-200: #eadab5;
  --paper: #fcfbf7;
  --ink: #173029;
  --muted: #64746f;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-width: 320px;
  background: var(--forest-950);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--forest-950);
  font-family: Tahoma, Arial, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.launch-page {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 34px;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 12%, rgba(207, 179, 112, 0.16), transparent 25%),
    radial-gradient(circle at 10% 88%, rgba(65, 147, 116, 0.22), transparent 30%),
    linear-gradient(135deg, #09271f 0%, #0d3a2d 52%, #0a2d24 100%);
}

.ambient {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(234, 218, 181, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.ambient-one {
  top: -290px;
  right: -170px;
  width: 680px;
  height: 680px;
  box-shadow:
    0 0 0 82px rgba(234, 218, 181, 0.025),
    0 0 0 166px rgba(234, 218, 181, 0.018);
}

.ambient-two {
  bottom: -320px;
  left: -210px;
  width: 620px;
  height: 620px;
  box-shadow:
    0 0 0 72px rgba(112, 191, 158, 0.035),
    0 0 0 148px rgba(112, 191, 158, 0.02);
}

.grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.55) 0.55px, transparent 0.55px);
  background-size: 8px 8px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.launch-shell {
  width: min(1160px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 34px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr);
  gap: 0 54px;
  padding: 34px 46px 24px;
  background: rgba(252, 251, 247, 0.965);
  box-shadow:
    0 36px 100px rgba(0, 16, 12, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.brand-bar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(13, 52, 41, 0.09);
}

.logo-frame {
  display: flex;
  width: 226px;
  min-height: 76px;
  align-items: center;
  justify-content: flex-start;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 80px;
  object-fit: contain;
}

.live-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--forest-800);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  border: 1px solid rgba(23, 96, 73, 0.15);
  border-radius: 999px;
  background: var(--mint-50);
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #39a878;
  box-shadow: 0 0 0 5px rgba(57, 168, 120, 0.12);
  animation: pulse 2s ease-in-out infinite;
}

.intro-copy {
  align-self: center;
  padding: 56px 0 48px;
}

.kicker {
  margin: 0 0 15px;
  color: var(--gold-500);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.intro-copy h1 {
  margin: 0;
  color: var(--forest-950);
  font-size: clamp(42px, 5.1vw, 72px);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.intro-copy h1 span {
  display: block;
  margin-top: 6px;
  color: var(--forest-700);
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.intro-text {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.95;
}

.trust-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.trust-note > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--forest-700);
  font-size: 14px;
  font-weight: 900;
}

.trust-note p {
  margin: 0;
  color: var(--forest-800);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.countdown-panel {
  position: relative;
  align-self: center;
  overflow: hidden;
  padding: 32px 28px 26px;
  border-radius: 28px;
  color: white;
  background:
    radial-gradient(circle at 20% 0%, rgba(217, 185, 112, 0.25), transparent 30%),
    linear-gradient(145deg, var(--forest-800), var(--forest-950));
  box-shadow: 0 22px 45px rgba(13, 52, 41, 0.2);
}

.countdown-panel::after {
  content: "";
  position: absolute;
  top: -58px;
  left: -65px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.025);
}

.countdown-label {
  position: relative;
  z-index: 1;
  margin: 0 0 21px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.countdown-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 9px;
  direction: ltr;
}

.time-unit {
  min-width: 0;
  text-align: center;
}

.time-unit strong {
  display: grid;
  min-height: 74px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(31px, 3.6vw, 48px);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.time-unit span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
}

.separator {
  padding-top: 20px;
  color: var(--gold-200);
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.launch-date {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  text-align: center;
}

.launch-date span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 700;
}

.launch-date strong {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.7;
}

.launch-ready {
  position: relative;
  z-index: 1;
  text-align: center;
}

.launch-ready > span {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-950);
  background: var(--gold-200);
  font-size: 28px;
  font-weight: 900;
}

.launch-ready h2 {
  margin: 0;
  font-size: 26px;
}

.launch-ready p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.infrastructure-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 24px 26px;
  border: 1px solid rgba(13, 52, 41, 0.09);
  border-radius: 22px;
  background: linear-gradient(135deg, var(--mint-50), #f7f5ee);
}

.google-mark {
  display: grid;
  width: 52px;
  height: 52px;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(13, 52, 41, 0.07);
  border-radius: 16px;
  background: white;
  box-shadow: 0 9px 22px rgba(13, 52, 41, 0.08);
}

.google-mark span {
  border-radius: 50%;
}

.google-mark span:nth-child(1) {
  background: #4285f4;
}

.google-mark span:nth-child(2) {
  background: #ea4335;
}

.google-mark span:nth-child(3) {
  background: #34a853;
}

.google-mark span:nth-child(4) {
  background: #fbbc05;
}

.infra-copy > p {
  margin: 0 0 4px;
  color: var(--gold-500);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.infra-copy h2 {
  margin: 0;
  color: var(--forest-950);
  font-size: 18px;
  line-height: 1.5;
}

.infra-copy > span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.connection-state {
  display: flex;
  min-width: 124px;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}

.connection-label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.connection-state strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest-700);
  font-size: 12px;
}

.connection-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e09b31;
  box-shadow: 0 0 0 4px rgba(224, 155, 49, 0.13);
}

.site-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  color: #7c8985;
  font-size: 11px;
}

.site-footer p,
.site-footer span {
  margin: 0;
}

.site-footer p {
  color: var(--forest-700);
  font-weight: 700;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(57, 168, 120, 0.11);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(57, 168, 120, 0.025);
  }
}

@media (max-width: 900px) {
  .launch-page {
    padding: 22px;
  }

  .launch-shell {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 28px 30px 22px;
  }

  .intro-copy {
    padding: 46px 0 34px;
  }

  .countdown-panel {
    margin-bottom: 28px;
  }
}

@media (max-width: 620px) {
  .launch-page {
    display: block;
    padding: 12px;
  }

  .launch-shell {
    min-height: calc(100svh - 24px);
    padding: 22px 18px 18px;
    border-radius: 25px;
  }

  .brand-bar {
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .logo-frame {
    width: 175px;
    min-height: 58px;
  }

  .brand-logo {
    max-width: 170px;
    max-height: 62px;
  }

  .live-status {
    max-width: 110px;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 1.5;
  }

  .intro-copy {
    padding: 38px 0 30px;
  }

  .intro-copy h1 {
    font-size: clamp(40px, 15vw, 57px);
  }

  .intro-copy h1 span {
    max-width: 330px;
    margin-top: 10px;
    font-size: 0.51em;
    line-height: 1.45;
  }

  .intro-text {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.9;
  }

  .trust-note {
    align-items: flex-start;
    margin-top: 22px;
  }

  .countdown-panel {
    padding: 27px 16px 22px;
    border-radius: 23px;
  }

  .countdown-grid {
    gap: 5px;
  }

  .time-unit strong {
    min-height: 62px;
    border-radius: 14px;
    font-size: 31px;
  }

  .separator {
    padding-top: 16px;
    font-size: 23px;
  }

  .infrastructure-card {
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 19px 17px;
  }

  .google-mark {
    width: 46px;
    height: 46px;
    padding: 10px;
  }

  .infra-copy h2 {
    font-size: 15px;
  }

  .connection-state {
    grid-column: 2;
    min-width: 0;
    align-items: flex-start;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 20px 2px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pulse {
    animation: none;
  }
}