@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-400.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-500.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root { color-scheme: dark; --accent: #e2483f; --background: #161826; }
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; background: var(--background); color: #fff; font-family: Inter, system-ui, sans-serif; font-size: 15px; line-height: 1.55; }
a { color: var(--accent); }
::selection { background: #e2483f66; }
:focus-visible { outline: 2px solid #ff8b83; outline-offset: 4px; }
.backdrop, .scenery { position: fixed; inset: 0; overflow: hidden; pointer-events: none; }
.backdrop { background: radial-gradient(1200px 720px at 82% -160px, #2a0f0dbf, transparent 60%), var(--background); }
.backdrop img { position: absolute; max-width: none; width: 100%; height: 100%; object-fit: cover; mix-blend-mode: lighten; opacity: .8; }
.backdrop::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 50%, #0009, #00000026 70%); }
.page { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; padding: clamp(16px, 4vh, 48px) clamp(20px, 5vw, 72px); }
.content { width: min(610px, 100%); display: flex; flex-direction: column; align-items: center; }
.logo { display: block; width: min(220px, 38vw); height: auto; margin-bottom: clamp(6px, 1.2vh, 12px); }
h1 { font-size: clamp(22px, 3.2vw, 32px); font-weight: 500; line-height: 1.25; letter-spacing: -.015em; text-wrap: balance; margin: 0 0 clamp(14px, 2.6vh, 24px); }
.intro { font-size: 14.5px; line-height: 1.5; text-wrap: pretty; color: #ffffffd9; margin: 0 0 clamp(20px, 3.6vh, 34px); }
#signup { width: 100%; }
form { display: flex; gap: 8.4px; width: 100%; }
input, button, .button { font: inherit; font-size: 16px; border-radius: 8px; background: #000; padding: 14px 18px; }
input { flex: 1; min-width: 0; border: 1px solid #ffffff40; color: #fff; }
input:hover { border-color: #ffffff73; }
input:focus-visible { border-color: var(--accent); }
button, .button { display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--accent); color: var(--accent); text-decoration: none; cursor: pointer; font-weight: 500; padding-inline: 24px; }
button:hover, .button:hover { background: #24100e; color: #ff8b83; }
button:disabled { opacity: .6; cursor: wait; }
.consent { max-width: 440px; font-size: 11px; line-height: 1.5; color: #ffffffbf; margin: 8px auto 0; }
.contact-note { font-size: 12px; color: #ffffffbf; margin: 10px 0 0; }
.status { font-size: 14px; margin: 12px 0 0; }
.status:empty { display: none; }
.status-success { max-width: 100%; padding: 12px 24px; border: 1px solid #fff; border-radius: 999px; background: transparent; color: #fff; }
.countdown { margin-top: clamp(20px, 3.4vh, 32px); }
.countdown dl { display: flex; gap: clamp(8px, 2vw, 20px); justify-content: center; margin: 0; }
.countdown dl > div { display: flex; flex-direction: column-reverse; }
.countdown dd { font-size: clamp(16px, 2vw, 20px); font-weight: 500; font-variant-numeric: tabular-nums; line-height: 1; margin: 0; }
.countdown dt, .countdown p { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #ffffffbf; margin: 4px 0 0; }
.countdown p { margin-top: 8px; }
.release-message { margin-top: 24px; font-size: 13px; }
.tumbleweed, .tumbleweed-shadow { position: absolute; left: 0; top: 0; opacity: 0; will-change: transform; }
.tumbleweed { width: 64px; height: 64px; object-fit: contain; }
.tumbleweed-shadow { width: 64px; height: 16px; background: radial-gradient(closest-side ellipse at 50% 50%, #000000d9, #00000059 55%, transparent); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 420px) { form { flex-direction: column; } input, button { width: 100%; min-height: 48px; } }
@media (prefers-reduced-motion: reduce) { .scenery { display: none; } }
