*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;min-height:100dvh;-webkit-font-smoothing:antialiased}.page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.wordmark{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;letter-spacing:-.04em;line-height:1;color:#fff}.wordmark span{color:#3b82f6}.tagline{margin-top:1rem;font-size:clamp(1rem,2.5vw,1.25rem);color:#ffffff73;letter-spacing:.01em}.form{margin-top:2.5rem;display:flex;gap:.5rem;width:100%;max-width:420px}.form input[type=email]{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:8px;color:#fff;font-size:.9375rem;font-family:inherit;padding:.75rem 1rem;outline:none;transition:border-color .15s}.form input[type=email]::placeholder{color:#ffffff47}.form input[type=email]:focus{border-color:#ffffff59}.form button{background:#fff;border:none;border-radius:8px;color:#000;cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:600;padding:.75rem 1.25rem;transition:background .15s,transform .15s;white-space:nowrap}.form button:hover:not(:disabled){background:#e5e5e5;transform:translateY(-1px)}.form button:disabled{opacity:.5;cursor:not-allowed;transform:none}.status{margin-top:1rem;font-size:.875rem;min-height:1.25rem}.status.success{color:#4ade80}.status.error{color:#f87171}@media(max-width:480px){.form{flex-direction:column}.form button{width:100%}}
