.Modal_overlay__Ocn_F{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:Modal_fadeIn__OoYrv .2s ease}@keyframes Modal_fadeIn__OoYrv{0%{opacity:0}to{opacity:1}}.Modal_modal__m57_A{background:var(--background);border-radius:16px;max-height:90vh;overflow-y:auto;animation:Modal_slideUp__jRQYh .3s ease;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@keyframes Modal_slideUp__jRQYh{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Modal_sm__huivz{width:100%;max-width:400px}.Modal_md__I53oS{width:100%;max-width:560px}.Modal_lg__Lnht5{width:100%;max-width:720px}.Modal_header__8JwTb{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0;gap:1rem}.Modal_title__4pftW{font-size:1.5rem;font-weight:700;color:var(--slate);margin:0}.Modal_closeButton__u5LCP{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:var(--color-grey-100);border-radius:50%;cursor:pointer;color:var(--text-secondary);transition:all .2s ease;flex-shrink:0}.Modal_closeButton__u5LCP:hover{background:var(--color-grey-200);color:var(--slate)}.Modal_content__4XCRv{padding:1.5rem}@media (max-width:640px){.Modal_modal__m57_A{margin:.5rem;max-height:85vh}.Modal_header__8JwTb{padding:1rem 1rem 0}.Modal_content__4XCRv{padding:1rem}.Modal_title__4pftW{font-size:1.25rem}}