*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;color:#111;background:#f5f5f5;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}#root{justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.card{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:48px 40px;box-shadow:0 2px 24px #00000012}@media (width<=480px){.card{padding:36px 24px}}.logo{background:#111;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:28px;display:flex}.logo span{color:#fff;letter-spacing:-.03em;font-size:11px;font-weight:700}.card h1{letter-spacing:-.025em;color:#111;margin-bottom:8px;font-size:22px;font-weight:600;line-height:1.2}.card .subtitle{color:#777;margin-bottom:32px;font-size:14px;line-height:1.5}.field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.field label{color:#333;font-size:13px;font-weight:500}.field input{color:#111;background:#fafafa;border:1.5px solid #e5e5e5;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,background .15s}.field input::placeholder{color:#bbb}.field input:focus{background:#fff;border-color:#111}.field input.error{border-color:#e74c3c}.field .field-error{color:#e74c3c;font-size:12px}.submit-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#111;border:none;border-radius:10px;width:100%;margin-top:8px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,transform .1s}.submit-btn:hover:not(:disabled){background:#333}.submit-btn:active:not(:disabled){transform:scale(.99)}.submit-btn:disabled{opacity:.55;cursor:not-allowed}.server-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:12px;padding:10px 14px;font-size:13px}.thank-you{text-align:center}.checkmark{background:#111;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 24px;display:flex}.checkmark svg{stroke:#fff;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:24px;height:24px}.thank-you h2{letter-spacing:-.02em;color:#111;margin-bottom:8px;font-size:20px;font-weight:600}.thank-you p{color:#777;font-size:14px;line-height:1.55}
