*,:after,:before{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1f2328;background:#ffffff;line-height:1.6}a{color:#2563eb}.container{max-width:40rem;margin:0 auto;padding:3rem 1.5rem}.site-header{border-bottom:1px solid #e5e7eb}.site-header .container{padding-top:1.25rem;padding-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between}.site-header a{color:inherit;text-decoration:none;font-weight:600}h1{font-size:1.75rem;margin:0 0 .75rem}.lede{color:#4b5563;margin:0 0 1.5rem}form{gap:1.25rem;margin-top:1.5rem}.field,form{display:flex;flex-direction:column}.field{gap:.375rem}label{font-weight:600;font-size:.9rem}input,select,textarea{font:inherit;padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:inherit}input:focus,select:focus,textarea:focus{outline:2px solid #2563eb;outline-offset:1px}textarea{min-height:7rem;resize:vertical}button{align-self:flex-start;font:inherit;font-weight:600;padding:.65rem 1.5rem;border:none;border-radius:6px;background:#1f2328;color:#fff;cursor:pointer}button:hover{background:#374151}