@font-face { font-family: Space Grotesk; src: url('/assets/fonts/SpaceGrotesk-Medium.otf') format('opentype'); font-weight: 500; font-display: swap; }
:root { color-scheme: light; --text: #171717; --muted: #6b6b6b; --line: #dedede; }
* { box-sizing: border-box; }
html { background: #fff; }
body { margin: 0; color: var(--text); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: #000; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid #171717; outline-offset: 4px; }
.site-shell { min-height: 100svh; max-width: 880px; margin: auto; padding: 0 24px; display: flex; flex-direction: column; }
.site-header { padding: 32px 0; }
.wordmark, .signup h1 { font-family: Space Grotesk, sans-serif; font-weight: 500; letter-spacing: -2px; line-height: 1; text-decoration: none; }
.wordmark { font-size: 30px; }
.wordmark span { display: inline-block; font-family: -apple-system, sans-serif; font-size: .32em; letter-spacing: 0; vertical-align: top; margin: 3px 0 0 6px; color: var(--muted); }
.signup-page .site-shell { justify-content: center; }
.signup { width: 100%; max-width: 340px; margin: auto; padding: 64px 0; text-align: center; }
.signup h1 { font-size: 48px; margin: 0 0 22px; }
.intro { margin: 0 0 28px; color: var(--muted); font-size: 15px; }
input[type=email] { display: block; width: 100%; min-width: 0; height: 50px; border: 1px solid var(--line); border-radius: 6px; padding: 0 14px; color: var(--text); background: #fff; }
input::placeholder { color: var(--muted); }
button { width: 100%; min-height: 50px; margin-top: 10px; padding: 12px 16px; border: 1px solid var(--text); border-radius: 6px; background: var(--text); color: #fff; cursor: pointer; font-size: 14px; font-weight: 500; }
button:hover { background: #333; }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.honeypot { display: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-footer { margin-top: auto; padding: 24px 0 28px; color: var(--muted); font-size: 12px; }
.signup-page .site-footer { margin-top: 0; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; }
.site-footer a { text-decoration: none; }
.skip-link { position: absolute; top: -100px; left: 12px; padding: 10px; background: #fff; }
.skip-link:focus { top: 12px; }
.legal-content { max-width: 680px; width: 100%; margin: 12px auto 64px; }
.back-link { display: inline-block; margin-bottom: 36px; color: var(--muted); font-size: 13px; }
.eyebrow, .updated { color: var(--muted); font-size: 12px; }
.eyebrow { margin: 0 0 12px; }
h1, h2 { font-weight: 500; line-height: 1.25; }
.legal-content h1 { margin: 0 0 12px; font-size: 36px; letter-spacing: -1px; }
.updated { margin-bottom: 36px; }
.legal-content article { color: #404040; line-height: 1.8; overflow-wrap: anywhere; }
.legal-content h2 { margin: 32px 0 12px; color: var(--text); font-size: 21px; }
.legal-content p, .legal-content li { margin-bottom: 16px; }
.legal-content ul { padding-left: 22px; }
.thank-you { max-width: 390px; margin: auto; padding: 64px 0; text-align: center; }
.thank-you h1 { font-size: 32px; letter-spacing: -1px; }
.thank-you p { color: var(--muted); margin-bottom: 24px; }
.thank-you a { font-size: 14px; }
@media (max-width: 400px) {
  .site-footer nav { gap: 18px; }
  .legal-content h1 { font-size: 32px; }
}

.signup h1.particle-wordmark { position: relative; height: 120px; margin-bottom: 14px; font-size: 56px; }
.particle-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; letter-spacing: 0; transform: translateX(-6px); }
.wordmark-version { position: absolute; left: var(--version-left, calc(50% + 73px)); top: calc(50% - 27px); font: 500 15px/1 -apple-system, sans-serif; letter-spacing: 0; color: #6b6b6b; }
.particle-wordmark canvas { position: absolute; inset: 0; width: 100%; height: 100%; visibility: hidden; }
.particles-ready canvas { visibility: visible; }
.particles-ready .particle-fallback { visibility: hidden; }
@media (prefers-reduced-motion: reduce) {
  .particle-wordmark canvas { visibility: hidden; }
  .particle-wordmark .particle-fallback { visibility: visible; }
}
