:root{--listing-card-blue:#1946e0;--listing-card-blue-hover:#1238bf;--listing-card-text:#16192c}.leaving-modal{position:fixed;inset:0;z-index:calc(var(--zindex-modal) - 10);display:none;align-items:center;justify-content:center;padding:24px;color:var(--listing-card-text)}.leaving-modal_open{display:flex}.leaving-modal__backdrop{position:fixed;inset:0;z-index:var(--zindex-modal-backdrop);background:rgba(0,0,0,.4)}.leaving-modal__card{position:relative;z-index:var(--zindex-modal);width:100%;max-width:560px;max-height:calc(100dvh - 48px);overflow-y:auto;padding:40px 32px 28px;background:#fff;border-radius:14px;text-align:center}@media screen and (max-width:559px){.leaving-modal__card{padding:32px 20px 24px}}.leaving-modal__close{position:absolute;top:12px;right:12px;display:flex;padding:4px;color:var(--Gray-600);background:0 0;border:0;cursor:pointer}.leaving-modal__close:hover{color:var(--Black)}.leaving-modal__icon{display:flex;justify-content:center;margin-bottom:16px;color:var(--listing-card-blue)}.leaving-modal__h{margin:0;font-size:26px;font-weight:700;line-height:1.25}@media screen and (max-width:559px){.leaving-modal__h{font-size:21px}}.leaving-modal__note{margin:20px 0 0;padding:14px 18px;background:#fdf3d1;font-size:16px;line-height:1.5}@media screen and (max-width:559px){.leaving-modal__note{font-size:14px}}.leaving-modal__go{display:block;width:100%;margin-top:28px;padding:15px 24px;border:0;border-radius:10px;background:var(--listing-card-blue);color:#fff;font-size:17px;font-weight:700;cursor:pointer}@media (prefers-reduced-motion:no-preference){.leaving-modal__go{transition:background .15s ease}}.leaving-modal__go:hover:not(:disabled){background:var(--listing-card-blue-hover)}.leaving-modal__go:disabled{opacity:.55;cursor:progress}@media screen and (max-width:559px){.leaving-modal__go{font-size:15px}}.leaving-modal__err{margin:12px 0 0;color:var(--Error);font-size:14px}.leaving-modal__err[hidden]{display:none}.leaving-modal__back{display:inline-flex;align-items:center;gap:4px;margin-top:18px;padding:4px;background:0 0;border:0;color:var(--Blue-Gray-300);font-size:16px;font-weight:600;cursor:pointer}.leaving-modal__back:hover{color:var(--listing-card-blue)}