@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=Geist+Mono:wght@500&display=swap");:root{--ink:#141414;--muted:#6b6b68;--line:rgba(20,20,20,.12);--paper:#f7f7f4}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--paper);color:var(--ink);font-family:Geist,system-ui,-apple-system,sans-serif}main{min-height:100svh;display:grid;grid-template-rows:auto 1fr auto;padding:28px 36px;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:64px 64px;background-position:-1px -1px}header{justify-content:space-between}.wordmark,header{display:flex;align-items:center}.wordmark{gap:10px;font-size:14px;font-weight:600;letter-spacing:-.02em}.mark{width:28px;height:28px;display:grid;place-items:center;color:#fff;background:var(--ink);border-radius:6px;font:500 9px/1 Geist Mono,monospace;letter-spacing:-.06em}.status{display:flex;align-items:center;gap:8px;color:var(--muted);font:500 11px/1 Geist Mono,monospace;text-transform:uppercase;letter-spacing:.08em}.status span{width:6px;height:6px;background:var(--ink);border-radius:50%;box-shadow:0 0 0 4px rgba(20,20,20,.08)}section{width:min(100%,900px);align-self:center;justify-self:center;text-align:left;margin-top:-2vh}.eyebrow{margin:0 0 24px;color:var(--muted);font:500 11px/1 Geist Mono,monospace;letter-spacing:.12em;text-transform:uppercase}h1{max-width:850px;margin:0;font-size:clamp(48px,7vw,92px);line-height:.94;letter-spacing:-.065em;font-weight:600;text-wrap:balance}.promise{max-width:620px;margin:28px 0 0;color:#4f4f4c;font-size:clamp(19px,2vw,24px);line-height:1.42;letter-spacing:-.025em}form{width:min(100%,520px);display:flex;gap:8px;margin:40px 0 0;padding:6px;background:#fff;border-radius:12px;box-shadow:0 0 0 1px var(--line),0 12px 32px rgba(0,0,0,.06)}button,input{height:48px;border:0;border-radius:7px;font:500 14px/1 Geist,system-ui,sans-serif}input{min-width:0;flex:1 1;color:var(--ink);padding:0 12px;outline:none;background:transparent}input::placeholder{color:#999}input:focus{box-shadow:none}button{padding:0 20px;color:#fff;background:var(--ink);cursor:pointer;transition:background .15s ease}button:hover:not(:disabled){background:#333}button:disabled{cursor:default;opacity:.72}.message{min-height:18px;margin:12px 0 0 6px;color:#858581;font-size:12px}.message.success{color:#333}.message.error{color:#b42318}footer{display:flex;align-items:center;gap:10px;color:#858581;font:500 10px/1 Geist Mono,monospace;letter-spacing:.08em;text-transform:uppercase}footer i{width:24px;height:1px;background:var(--line)}.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}@media (max-width:600px){main{padding:20px;background-size:48px 48px}.status{display:none}section{margin-top:-3vh}h1{font-size:clamp(48px,15vw,68px)}.promise{margin-top:22px;font-size:18px}form{flex-direction:column;margin-top:32px}button{width:100%}footer{gap:7px;font-size:8px}footer i{width:10px}}