.Modal_backdrop__cHrhx{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:Modal_fadeIn__fVfMb .2s ease;padding:1rem}@keyframes Modal_fadeIn__fVfMb{0%{opacity:0}to{opacity:1}}.Modal_modal__qS60R{background:var(--bg-surface);border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-height:90vh;display:flex;flex-direction:column;position:relative;animation:Modal_slideUp__3YzYo .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border-color)}@keyframes Modal_slideUp__3YzYo{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.Modal_sm__MXulS{width:100%;max-width:400px}.Modal_md__StEbe{width:100%;max-width:600px}.Modal_lg__eULZO{width:100%;max-width:800px}.Modal_xl__seAcz{width:100%;max-width:1200px}.Modal_full__13HK1{width:calc(100% - 2rem);max-width:calc(100% - 2rem);height:calc(100vh - 2rem);max-height:calc(100vh - 2rem)}.Modal_header__vbr_B{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-color)}.Modal_title__SEF__{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.Modal_closeButton__c_jrZ{margin-left:auto}.Modal_content__p1tD9{flex:1 1;overflow-y:auto;padding:1.5rem}.Modal_content__p1tD9::-webkit-scrollbar{width:8px}.Modal_content__p1tD9::-webkit-scrollbar-track{background:var(--bg-surface-2);border-radius:4px}.Modal_content__p1tD9::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.Modal_content__p1tD9::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@media (max-width:640px){.Modal_modal__qS60R{width:100%;max-width:100%;min-height:100vh;border-radius:0}.Modal_backdrop__cHrhx{padding:0}}