.FormSubmitOverlay-module__bCeNwG__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999;background:#000000b8;justify-content:center;align-items:center;animation:.16s ease-out FormSubmitOverlay-module__bCeNwG__overlayFade;display:flex;position:fixed;inset:0}.FormSubmitOverlay-module__bCeNwG__card{border-radius:var(--radius-lg);background:#0f172a99;border:1px solid #ffffff14;flex-direction:column;align-items:center;gap:.75rem;min-width:240px;max-width:min(90vw,380px);padding:2rem 2.5rem;display:flex;box-shadow:0 20px 60px #00000073}.FormSubmitOverlay-module__bCeNwG__spinner{border:3px solid #ffffff2e;border-top-color:#fff;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite FormSubmitOverlay-module__bCeNwG__spin}.FormSubmitOverlay-module__bCeNwG__title{color:#fff;font-size:var(--text-lg);text-align:center;letter-spacing:.01em;margin:0;font-weight:600}.FormSubmitOverlay-module__bCeNwG__message{color:#ffffffb8;font-size:var(--text-sm);text-align:center;margin:0}@keyframes FormSubmitOverlay-module__bCeNwG__spin{to{transform:rotate(360deg)}}@keyframes FormSubmitOverlay-module__bCeNwG__overlayFade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.FormSubmitOverlay-module__bCeNwG__overlay{animation:none}.FormSubmitOverlay-module__bCeNwG__spinner{border-top-color:#0000;border-right-color:#fff;animation:none}}