.alert-modal-overlay{z-index:20000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#090f0c9e;place-items:center;padding:24px;animation:.18s ease-out alert-overlay-in;display:grid;position:fixed;inset:0}.alert-modal{--alert-color:#2563eb;--alert-soft:#eff6ff;background:#fff;border:1px solid #0f172a14;border-radius:20px;width:min(100%,440px);padding:30px;animation:.22s cubic-bezier(.2,.8,.2,1) alert-modal-in;position:relative;box-shadow:0 28px 85px #020a064d}.alert-modal--success{--alert-color:#07883f;--alert-soft:#eaf8ef}.alert-modal--warning{--alert-color:#c56b08;--alert-soft:#fff6e8}.alert-modal--error{--alert-color:#d13b36;--alert-soft:#fff0ef}.alert-modal-icon{background:var(--alert-soft);width:50px;height:50px;color:var(--alert-color);border-radius:15px;place-items:center;margin-bottom:20px;display:grid}.alert-modal-icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.alert-modal-content{padding-right:18px}.alert-modal-content h3{color:#152019;letter-spacing:-.25px;margin:0 0 8px;font-size:21px;font-weight:750;line-height:1.3}.alert-modal-content p{color:#657069;white-space:pre-line;margin:0;font-size:14px;line-height:1.65}.alert-modal-close{color:#7b857e;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;top:17px;right:17px}.alert-modal-close svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:19px;height:19px}.alert-modal-close:hover{color:#172018;background:#f1f4f2}.alert-modal-close:focus-visible{outline:3px solid #0b854033}.alert-modal-actions{justify-content:flex-end;gap:10px;margin-top:26px;display:flex}.alert-modal-button{min-width:104px;min-height:43px;font:inherit;cursor:pointer;border-radius:10px;padding:10px 19px;font-size:14px;font-weight:700;transition:transform .15s,background-color .15s,border-color .15s,box-shadow .15s}.alert-modal-button:active{transform:translateY(1px)}.alert-modal-button:focus-visible{outline:3px solid color-mix(in srgb, var(--alert-color) 22%, transparent);outline-offset:2px}.alert-modal-button--primary{border:1px solid var(--alert-color);background:var(--alert-color);color:#fff;box-shadow:0 5px 14px color-mix(in srgb, var(--alert-color) 22%, transparent)}.alert-modal-button--primary:hover{filter:brightness(.93)}.alert-modal-button--secondary{color:#354139;background:#fff;border:1px solid #d7ddd9}.alert-modal-button--secondary:hover{background:#f7f9f7;border-color:#b9c2bc}@keyframes alert-overlay-in{0%{opacity:0}}@keyframes alert-modal-in{0%{opacity:0;transform:translateY(12px)scale(.97)}}@media (width<=520px){.alert-modal-overlay{align-items:end;padding:12px}.alert-modal{border-radius:20px;width:100%;padding:26px 22px 22px}.alert-modal-actions{grid-template-columns:1fr 1fr;display:grid}.alert-modal-actions .alert-modal-button:only-child{grid-column:1/-1}.alert-modal-button{width:100%}}@media (prefers-reduced-motion:reduce){.alert-modal-overlay,.alert-modal{animation:none}.alert-modal-button{transition:none}}
