.custom-alert-backdrop{z-index:10000;backdrop-filter:blur(3px);background:radial-gradient(120% 80% at 50% -10%,#70c8e147,#0000 55%),#12242a9e;justify-content:center;align-items:center;width:100%;height:100%;padding:2vw;animation:.22s custom-alert-backdrop-in;display:flex;position:fixed;inset:0}.custom-alert-dialog{background:#fff;border-radius:1.2rem;flex-direction:column;width:min(92vw,32rem);animation:.28s cubic-bezier(.22,1,.36,1) custom-alert-dialog-in;display:flex;overflow:hidden;box-shadow:0 24px 60px #12242a47,inset 0 2px #ffffff59}.custom-alert-brand{background:linear-gradient(135deg, var(--color-primary) 0%, #3f8799 55%, var(--color-light-primary) 140%);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.custom-alert-brand-left{align-items:center;gap:.85rem;min-width:0;display:flex}.custom-alert-logo{object-fit:contain;filter:drop-shadow(0 1px 1px #0000001f);width:auto;max-width:9rem;height:2.1rem;display:block}.custom-alert-brand-name{color:#fff;font-family:var(--font-heading);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.custom-alert-dismiss{cursor:pointer;width:2.25rem;height:2.25rem;color:var(--color-primary);background:#ffffffeb;border:none;border-radius:999px;place-items:center;transition:background-color .2s,color .2s,transform .15s;display:grid}.custom-alert-dismiss svg{width:1rem;height:1rem}.custom-alert-dismiss:hover{background:var(--color-secondary);color:#fff;transform:scale(1.04)}.custom-alert-content{flex-direction:column;align-items:flex-start;gap:.7rem;padding:1.6rem 1.5rem 1.25rem;display:flex}.custom-alert-status{align-items:center;gap:.55rem;display:inline-flex}.custom-alert-status-mark{color:#fff;border-radius:.7rem;place-items:center;width:2.35rem;height:2.35rem;display:grid;box-shadow:0 6px 14px #1f3a421f}.custom-alert-status-mark svg{width:1.15rem;height:1.15rem}.custom-alert-dialog[data-icon=success] .custom-alert-status-mark{background:linear-gradient(145deg, #6fb089, var(--color-primary-green))}.custom-alert-dialog[data-icon=error] .custom-alert-status-mark{background:linear-gradient(145deg,#c04545,#a32121)}.custom-alert-dialog[data-icon=warning] .custom-alert-status-mark{background:linear-gradient(145deg, #ffd76a, var(--color-secondary));color:#3d3208}.custom-alert-dialog[data-icon=question] .custom-alert-status-mark,.custom-alert-dialog[data-icon=info] .custom-alert-status-mark{background:linear-gradient(145deg, var(--color-light-primary), var(--color-primary))}.custom-alert-status-label{font-family:var(--font-gilroy-medium);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);opacity:.85;font-size:.78rem}.custom-alert-dialog[data-icon=success] .custom-alert-status-label{color:var(--color-primary-green)}.custom-alert-dialog[data-icon=error] .custom-alert-status-label{color:#a32121}.custom-alert-dialog[data-icon=warning] .custom-alert-status-label{color:#b89112}.custom-alert-title{color:#1f3a42;font-family:var(--font-heading);text-align:left;margin:0;font-size:1.45rem;font-weight:750;line-height:1.25}.custom-alert-accent{background:var(--color-secondary);border-radius:999px;width:2.75rem;height:.28rem}.custom-alert-dialog[data-icon=success] .custom-alert-accent{background:var(--color-primary-green)}.custom-alert-dialog[data-icon=error] .custom-alert-accent{background:#a32121}.custom-alert-dialog[data-icon=question] .custom-alert-accent,.custom-alert-dialog[data-icon=info] .custom-alert-accent{background:var(--color-light-primary)}.custom-alert-text{color:var(--color-primary);font-family:var(--font-gilroy-medium);text-align:left;max-width:36ch;margin:0;font-size:1.02rem;line-height:1.55}.custom-alert-actions{justify-content:flex-end;align-items:center;gap:.75rem;padding:0 1.5rem 1.4rem;display:flex}.custom-alert-btn{cursor:pointer;font-family:var(--font-gilroy-medium);border:none;border-radius:.75rem;padding:.85rem 1.45rem;font-size:.98rem;transition:background-color .2s,color .2s,box-shadow .2s,transform .15s}.custom-alert-btn:active{transform:translateY(1px)}.custom-alert-btn--cancel{background:var(--color-fade-primary);color:var(--color-primary)}.custom-alert-btn--cancel:hover{background:#cceaf3}.custom-alert-btn--confirm{background:var(--color-primary);color:#fff;box-shadow:0 8px 18px #579bad47}.custom-alert-btn--confirm:hover{background:var(--color-secondary);box-shadow:0 8px 18px #f9ca4859}@keyframes custom-alert-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes custom-alert-dialog-in{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=600px){.custom-alert-backdrop{align-items:flex-end;padding:4vw}.custom-alert-dialog{border-radius:1.25rem 1.25rem .85rem .85rem;width:100%}.custom-alert-brand{padding:.95rem 1rem}.custom-alert-logo{max-width:7.5rem;height:1.85rem}.custom-alert-brand-name{font-size:.9rem}.custom-alert-content{gap:.65rem;padding:1.35rem 1.15rem 1.1rem}.custom-alert-title{font-size:1.25rem}.custom-alert-text{max-width:none;font-size:.98rem}.custom-alert-actions{flex-direction:column-reverse;gap:.6rem;padding:0 1.15rem 1.2rem}.custom-alert-btn{border-radius:.85rem;width:100%;padding:.95rem 1.1rem}}
