:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#14211b;background:#f2f6f3}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input{font:inherit}.shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,rgba(60,137,93,.14),transparent 38%),#f2f6f3}.card{width:min(100%,430px);padding:40px;border:1px solid #dce7df;border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 22px 70px rgba(25,55,38,.12)}.shield{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:white;background:#1e6b43;font-weight:800}.eyebrow{margin:24px 0 8px;color:#397052;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1{margin:0;font-size:clamp(1.8rem,6vw,2.35rem);line-height:1.08}.supporting{margin:14px 0 28px;color:#59675f;line-height:1.55}form{display:grid;grid-gap:12px;gap:12px}label{font-size:.9rem;font-weight:700}input{width:100%;min-height:50px;padding:0 14px;border:1px solid #aebdb4;border-radius:12px;color:#14211b;background:white}input:focus{outline:3px solid rgba(30,107,67,.2);border-color:#1e6b43}button[type=submit]{min-height:50px;margin-top:4px;border:0;border-radius:12px;color:white;background:#1e6b43;font-weight:800;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.secondary-actions{display:flex;justify-content:space-between;gap:16px;margin-top:6px}.link-button{padding:4px 0;border:0;color:#1e6b43;background:transparent;font-size:.88rem;font-weight:700;cursor:pointer}.error{margin:18px 0 0;padding:12px 14px;border-radius:10px;color:#7b2020;background:#fff0f0;font-size:.9rem;line-height:1.4}.privacy{margin:24px 0 0;color:#738078;font-size:.78rem;line-height:1.45}@media (max-width:520px){.shell{padding:14px;align-items:start}.card{margin-top:7vh;padding:28px 22px;border-radius:19px}}@media (prefers-reduced-motion:no-preference){.card{animation:rise .28s ease-out}@keyframes rise{0%{opacity:0;transform:translateY(8px)}}}