.rq-form-error{margin:0;padding:.7rem .85rem;border-left:4px solid #ff5c5c;border-radius:8px;background:#F7F9FB;color:#FF5C5C;font-weight:700}.rq-form-spinner{display:inline-block;width:.95em;height:.95em;margin-right:.5em;vertical-align:-.12em;border:2.5px solid;border-right:2.5px solid transparent;border-radius:50%}.rq-form-success-check{width:56px;height:56px;display:block;margin-bottom:.4rem}.rq-form-success-check circle{stroke:#4F9F5B;stroke-width:3;fill:#F3FAF0}.rq-form-success-check path{stroke:#4F9F5B;stroke-width:4;fill:none;stroke-linecap:round;stroke-linejoin:round}.rq-form-success-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.6rem}@keyframes rq-form-shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}50%{transform:translateX(4px)}75%{transform:translateX(-2px)}}@keyframes rq-form-spin{to{transform:rotate(1turn)}}@keyframes rq-form-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes rq-form-check-draw{0%{stroke-dashoffset:36}to{stroke-dashoffset:0}}@keyframes rq-form-circle-draw{0%{stroke-dashoffset:160}to{stroke-dashoffset:0}}@media (prefers-reduced-motion:no-preference){.rq-form-error{animation:rq-form-shake .36s ease-out 1}.rq-form-spinner{animation:rq-form-spin .7s linear infinite}.rq-form-success{animation:rq-form-rise .42s ease both}.rq-form-success-check circle{stroke-dasharray:160;animation:rq-form-circle-draw .5s ease-out both}.rq-form-success-check path{stroke-dasharray:36;animation:rq-form-check-draw .36s ease-out .42s both}}@media (prefers-reduced-motion:reduce){.rq-form-error,.rq-form-spinner,.rq-form-success,.rq-form-success-check circle,.rq-form-success-check path{animation:none!important}}.rq-field-required{color:#FF5C5C}.rq-field-error{margin:0;color:#FF5C5C;font-weight:800;font-size:.85rem;line-height:1.35}.rq-form [aria-invalid=true]{border-color:#FF5C5C}.rq-form [aria-invalid=true]:focus{border-color:#FF5C5C;box-shadow:0 0 0 3px rgba(255,92,92,.2)}.rq-form-fieldset{margin:0;padding:0;border:0;min-width:0}.rq-form-fieldset:disabled{opacity:.65}.rq-field-valid-check{width:.9rem;height:.9rem;margin-left:.35rem;vertical-align:-.1rem}.rq-field-valid-check path{stroke:var(--hs-green-dark,#4f9f5b);stroke-width:2.5}.rq-field-valid input,.rq-field-valid select,.rq-field-valid textarea{border-color:var(--hs-green-dark,#4f9f5b)}.rq-form-error-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.rq-form-success-timeline{margin:.35rem 0 0;color:var(--hs-green-dark,#4f9f5b)}