.Modal_modalOverlay__dxw3s{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(14,20,18,.58);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.Modal_modalContent__ENWME{background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,251,249,.98));border:1px solid rgba(215,226,219,.95);padding:1.5rem;border-radius:24px;width:90%;max-width:560px;position:relative;box-shadow:0 30px 80px rgba(10,18,15,.18);max-height:calc(100vh - 2rem);overflow:auto}.Modal_modalContent__ENWME h4{display:flex;color:var(--primary-strong);align-items:center;gap:10px;font-size:1rem;font-weight:600}.Modal_modalClose__Twn08{position:absolute;top:.9rem;right:.9rem;background:rgba(12,139,103,.08);border:none;font-size:20px;cursor:pointer;width:2.5rem;height:2.5rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--primary-strong);transition:background-color .16s ease,transform .16s ease}.Modal_modalClose__Twn08:hover{background:rgba(12,139,103,.14);transform:translateY(-1px)}.Modal_closeIcon__MkmZn{display:inline-block;width:1.2em;height:1.2em;--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m7 7l10 10M7 17L17 7'/%3E%3C/svg%3E");background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}