.forge-form{--forge-accent:#6c5ce7;--forge-border:#dfe3ea;max-width:760px;margin:2rem auto;color:#171b22;font:inherit}.forge-form *{box-sizing:border-box}.forge-form__body{display:grid;gap:1.15rem}.forge-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.forge-form__field{display:grid;gap:.45rem}.forge-form__field--textarea,.forge-form__field--radio,.forge-form__field--consent,.forge-form__field--file{grid-column:1/-1}.forge-form label{font-weight:650}.forge-form input:not([type=checkbox]):not([type=radio]),.forge-form select,.forge-form textarea{width:100%;min-height:46px;padding:.72rem .85rem;border:1px solid var(--forge-border);border-radius:9px;background:#fff;color:inherit;font:inherit}.forge-form textarea{min-height:130px;resize:vertical}.forge-form input:focus,.forge-form select:focus,.forge-form textarea:focus{outline:3px solid color-mix(in srgb,var(--forge-accent) 25%,transparent);border-color:var(--forge-accent)}.forge-form__choices{display:flex;flex-wrap:wrap;gap:.85rem}.forge-form__choice{display:flex;align-items:flex-start;gap:.5rem;font-weight:500}.forge-form__field small{color:#687184}.forge-form__submit{justify-self:start;border:0;border-radius:9px;padding:.82rem 1.2rem;background:var(--forge-accent);color:#fff;font:inherit;font-weight:750;cursor:pointer}.forge-form__message{margin-bottom:1rem;padding:1rem;border-radius:9px;background:#edf8f1;color:#17653a}.forge-form__message.is-error{background:#fff0f0;color:#9d2525}.forge-form__trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.forge-form-notice{padding:1rem;border:1px dashed #c7ccd6}@media(max-width:640px){.forge-form__grid{grid-template-columns:1fr}.forge-form__field{grid-column:1}}
