html,body{margin:0;background:#10161b;}
@font-face {
  font-family: 'Oddlot Inter';
  src: url('./assets/Inter-Variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

.prelaunch {
  --launch-ink: #f1f5f4;
  --launch-muted: #a2b0b8;
  --launch-lime: #c8f36b;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 clamp(24px, 5vw, 80px);
  background: #10161b;
  color: var(--launch-ink);
  font-family: 'Oddlot Inter', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.prelaunch *, .prelaunch *::before, .prelaunch *::after { box-sizing: border-box; }
.prelaunch a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
.prelaunch a:focus-visible { outline: 2px solid var(--launch-lime); outline-offset: 6px; }
.prelaunch-header, .prelaunch-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  gap: 24px;
}
.prelaunch-header { min-height: 116px; border-bottom: 1px solid #ffffff12; }
.prelaunch-brand { display: inline-flex; align-items: center; flex-shrink: 0; font-size: 36px; font-weight: 700; letter-spacing: -1.3px; line-height: 1; }
.prelaunch-brand img { display: block; width: 56px; height: 56px; margin: 0 -7px 0 -7px; object-fit: contain; }
.prelaunch-header-note { color: var(--launch-muted); font-size: 14px; }
.prelaunch-main { flex: 1; display: grid; place-items: center; padding: 92px 0 112px; }
.prelaunch-message { width: 100%; text-align: center; }
.prelaunch-eyebrow { margin: 0 0 24px; color: var(--launch-lime); font-size: 15px; line-height: 1.5; font-weight: 500; }
.prelaunch-title { margin: 0; color: var(--launch-ink); font-family: inherit; font-size: clamp(64px, 8.4vw, 120px); font-weight: 600; letter-spacing: -.065em; line-height: 1.06; }
.prelaunch-title > span { white-space: nowrap; }
.prelaunch-period { color: var(--launch-lime); }
.prelaunch-description { margin: 26px 0 34px; color: var(--launch-muted); font-size: 17px; line-height: 1.65; }
.prelaunch .prelaunch-follow { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 24px; border: 1px solid transparent; border-radius: 6px; background: var(--launch-lime); color: #142016; font-size: 15px; line-height: 1.5; font-weight: 600; transition: background-color 120ms ease; }
.prelaunch-follow:hover { background: #dbff90; }
.prelaunch-follow:active { background: #b6df5f; }
.prelaunch-follow svg { flex-shrink: 0; }
.prelaunch-handle { margin: 15px 0 0; color: var(--launch-muted); font-size: 13px; line-height: 1.5; }
.prelaunch-footer { min-height: 84px; padding-block: 22px; border-top: 1px solid #ffffff12; color: var(--launch-muted); font-size: 13px; line-height: 1.7; }
.prelaunch-footer > span:last-child { display: flex; align-items: center; gap: 12px; }
.prelaunch-footer strong { color: var(--launch-lime); font-weight: 500; }

@media (max-width: 600px) {
  .prelaunch-header { min-height: 92px; }
  .prelaunch-brand { font-size: 30px; }
  .prelaunch-brand img { width: 48px; height: 48px; margin-right: -6px; }
  .prelaunch-header-note { max-width: 100px; text-align: right; font-size: 13px; }
  .prelaunch-main { padding: 76px 0 84px; }
  .prelaunch-title { font-size: clamp(60px, 16vw, 88px); }
  .prelaunch-title > span { display: block; }
  .prelaunch-description { max-width: 260px; margin: 24px auto 30px; font-size: 16px; }
  .prelaunch-footer { flex-direction: column; justify-content: center; gap: 8px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .prelaunch-follow { transition: none; }
}
