:root {
  color-scheme: dark;
  font-family: Inter, ui-rounded, "SF Pro Rounded", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #07111f;
  color: #f8fbff;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html, body { min-height: 100%; }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(25, 133, 255, .22), transparent 42%),
    linear-gradient(145deg, #07111f 0%, #081526 55%, #07101d 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
}

.ambient {
  position: fixed;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: .18;
}

.ambient-one { top: -20rem; right: -14rem; background: #18d9ff; }
.ambient-two { bottom: -22rem; left: -14rem; background: #334cff; }

.page {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 940px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 42px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topbar { width: 100%; display: flex; align-items: center; justify-content: space-between; }

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 1.65rem;
  font-weight: 760;
  letter-spacing: -.04em;
}

.language-picker { display: flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; color: #8ea1b9; background: rgba(255,255,255,.04); }
.language-picker select { border: 0; outline: 0; color: #dce7f6; background: transparent; font: inherit; font-size: .78rem; font-weight: 650; cursor: pointer; }

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 10px 32px rgba(41, 124, 255, .28), inset 0 0 0 1px rgba(255,255,255,.14);
}

.hero {
  margin: auto 0 54px;
  padding-top: 80px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: #56dff0;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .2em;
}

h1 {
  margin: 0;
  font-size: clamp(3.05rem, 8vw, 6.6rem);
  line-height: .96;
  letter-spacing: -.065em;
  font-weight: 760;
}

h1 em {
  display: inline-block;
  padding-right: .08em;
  color: transparent;
  font-style: normal;
  background: linear-gradient(100deg, #4ee8e8 8%, #54a8ff 55%, #8c7dff);
  background-clip: text;
  -webkit-background-clip: text;
}

h1 sup { font-size: .36em; vertical-align: super; letter-spacing: 0; }

.intro {
  max-width: 560px;
  margin: 28px auto 0;
  color: #9eacbf;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.65;
}

.countdown-card {
  width: min(100%, 720px);
  padding: 28px 34px 30px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  box-shadow: 0 28px 80px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.countdown { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: start; }
.unit { min-width: 0; text-align: center; }
.unit strong { display: block; font-variant-numeric: tabular-nums; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1; letter-spacing: -.06em; }
.unit span { display: block; margin-top: 9px; color: #77869b; font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.colon { margin-top: .08em; color: #3d4d64; font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 700; }

.progress-copy { display: flex; justify-content: space-between; margin: 30px 2px 10px; color: #8998ac; font-size: .78rem; font-weight: 650; }
.progress-copy strong { color: #dce7f6; font-variant-numeric: tabular-nums; }
.progress-track { height: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.05); border-radius: 99px; background: rgba(0,0,0,.3); }
.progress-bar { width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #37e5e6, #328eff 58%, #786bff); box-shadow: 0 0 18px rgba(53, 158, 255, .6); transition: width 1s linear; }

footer { display: flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 44px; color: #637187; font-size: .75rem; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #49dccf; box-shadow: 0 0 0 0 rgba(73,220,207,.55); animation: pulse 2.2s infinite; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.signup-card { width: min(100%, 720px); margin-top: 18px; padding: 25px 28px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 25px; background: rgba(5,14,27,.48); }
.signup-kicker { margin: 0 0 7px !important; color: #50dfe9 !important; font-size: .65rem !important; font-weight: 800; letter-spacing: .17em; }
.signup-copy h2 { margin: 0; font-size: 1.35rem; letter-spacing: -.03em; }
.signup-copy p { margin: 8px 0 0; color: #8190a4; font-size: .78rem; line-height: 1.5; }
.form-row { display: flex; gap: 8px; }
.form-row input { min-width: 0; flex: 1; padding: 12px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; outline: 0; color: white; background: rgba(0,0,0,.24); font: inherit; }
.form-row input:focus { border-color: #47bdff; box-shadow: 0 0 0 3px rgba(71,189,255,.12); }
.form-row button { padding: 0 14px; border: 0; border-radius: 12px; color: #06111e; background: linear-gradient(110deg, #57e8e4, #56a9ff); font-weight: 780; cursor: pointer; }
.form-row button:disabled { opacity: .55; cursor: wait; }
.consent { display: flex; gap: 7px; margin-top: 10px; color: #718096; font-size: .64rem; line-height: 1.35; cursor: pointer; }
.consent input { flex: 0 0 auto; margin: 2px 0 0; accent-color: #46cddd; }
.form-message { min-height: 1em; margin: 8px 0 0; color: #5ce0c6; font-size: .7rem; }
.form-message.error { color: #ff8f9e; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(73,220,207,0); } 100% { box-shadow: 0 0 0 0 rgba(73,220,207,0); } }

@media (max-width: 560px) {
  .page { width: min(100% - 28px, 940px); padding-top: 26px; }
  .hero { padding-top: 58px; margin-bottom: 38px; }
  .countdown-card { padding: 24px 15px 26px; border-radius: 23px; }
  .topbar { align-items: flex-start; }
  .language-picker { padding: 7px 8px; }
  .signup-card { grid-template-columns: 1fr; gap: 18px; padding: 22px 18px; }
  .form-row { flex-direction: column; }
  .form-row button { min-height: 44px; }
  .unit span { font-size: .52rem; letter-spacing: .06em; }
  .progress-copy { margin-top: 25px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
