.Modal_modal__JNobJ{border-radius:var(--r4g-radius-l);background:var(--theme-body-background);position:fixed;width:55vw;border:none;padding:0;@media (max-width:834px){width:75vw}@media (max-width:480px){width:95vw}}.Modal_modalContent__HnkSt{position:relative;padding:var(--r4g-space-s-m);display:flex;flex-flow:column;gap:var(--r4g-space-m)}.Modal_header__Pfr2K h1,.Modal_header__Pfr2K h2{font-size:var(--r4g-font-size-l);font-weight:var(--r4g-font-weight-black)}.Modal_button__Wc85D{position:absolute;top:var(--r4g-space-s);right:var(--r4g-space-s);border:1px solid var(--r4g-c-grey-300);aspect-ratio:1}.Modal_modal__JNobJ::-webkit-backdrop{-webkit-backdrop-filter:saturate(120%) blur(16px);backdrop-filter:saturate(120%) blur(16px);background:linear-gradient(252deg,rgba(17,15,31,.5) 67%,rgba(19,15,41,.35))}.Modal_modal__JNobJ::backdrop{-webkit-backdrop-filter:saturate(120%) blur(16px);backdrop-filter:saturate(120%) blur(16px);background:linear-gradient(252deg,rgba(17,15,31,.5) 67%,rgba(19,15,41,.35))}.Modal_body__KZX7m{display:flex;flex-flow:column}.Toast_toast__5vjwy{--r4g-c-errorRed:#f66c6a;--r4g-c-warningYellow:#ffc261;--r4g-c-successGreen:#d2de82;--r4g-c-infoGray:#a9b4b7;border-radius:var(--r4g-radius-full);background-color:var(--r4g-c-infoGray);color:var(--r4g-c-black);padding:var(--r4g-space-xs);display:flex;gap:var(--r4g-space-2xs);align-items:center;line-height:1.5;font-weight:var(--r4g-font-weight-semi);justify-content:center;max-inline-size:var(--measure);margin-inline:auto;@media (max-width:834px){max-inline-size:100%}}.Toast_toast__5vjwy[data-cy=error-toast]{background-color:var(--r4g-c-errorRed)}.Toast_toast__5vjwy[data-cy=warning-toast]{background-color:var(--r4g-c-warningYellow)}.Toast_toast__5vjwy[data-cy=success-toast]{background-color:var(--r4g-c-successGreen)}