.form-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:99999;background-color:#0f172aa6;justify-content:center;align-items:center;padding:16px;animation:.25s ease-out formModalFadeIn;display:flex;position:fixed;inset:0}@keyframes formModalFadeIn{0%{opacity:0}to{opacity:1}}.form-modal-container{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:820px;height:90vh;max-height:850px;animation:.3s cubic-bezier(.16,1,.3,1) formModalSlideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d}@keyframes formModalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.form-modal-header{background:var(--cream,#faf7f2);border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.form-modal-title{align-items:center;gap:12px;display:flex}.form-modal-badge-dot{background:var(--sage,#4a6b5d);border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.form-modal-header h2{color:var(--charcoal,#2c3531);margin:0;font-size:1.15rem;font-weight:600;line-height:1.3}.form-modal-subtitle{color:var(--muted,#666);margin:2px 0 0;font-size:.85rem}.form-modal-close{width:34px;height:34px;color:var(--charcoal,#2c3531);cursor:pointer;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;transition:all .2s;display:flex}.form-modal-close:hover{background:#0000001f;transform:scale(1.05)}.form-modal-body{background:#fff;flex:1;width:100%;height:100%;position:relative;overflow:hidden}.form-modal-loading{z-index:2;color:var(--muted,#666);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:.95rem;display:flex;position:absolute;inset:0}.form-modal-spinner{border:3px solid #0000001a;border-top-color:var(--sage,#4a6b5d);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite formModalSpin}@keyframes formModalSpin{to{transform:rotate(360deg)}}@media (max-width:640px){.form-modal-container{border-radius:16px;height:95vh}.form-modal-header{padding:14px 18px}.form-modal-header h2{font-size:1rem}}
