.system-action-modal{z-index:5000;place-items:center;padding:20px;font-family:Inter,system-ui,-apple-system,sans-serif;display:grid;position:fixed;inset:0}.system-action-modal__overlay{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0c27406b;border:0;position:absolute;inset:0}.system-action-modal__window{background:#fff;border:1px solid #dcebf9;border-radius:18px;width:min(440px,100vw - 32px);animation:.18s cubic-bezier(.22,.72,.2,1) system-action-modal-in;position:relative;overflow:hidden;box-shadow:0 28px 70px #0c274038}.system-action-modal__window:before{content:"";background:linear-gradient(90deg,#2f8fd6,#1f6fb2,#2bc4d8);height:4px;position:absolute;top:0;left:0;right:0}.system-action-modal__close{color:#5c7a92;cursor:pointer;background:#f6f9fc;border:1px solid #e3edf5;border-radius:9px;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;top:16px;right:16px}.system-action-modal__close:hover{color:#1f6fb2;background:#eef6fc;border-color:#dcebf9}.system-action-modal__icon{color:#1f6fb2;background:linear-gradient(135deg,#eef6fc,#dcebf9);border:1px solid #dcebf9;border-radius:14px;place-items:center;width:50px;height:50px;margin:30px 28px 0;display:grid}.system-action-modal__content{padding:18px 28px 24px}.system-action-modal__eyebrow{color:#2f8fd6;letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:700}.system-action-modal__content h2{color:#0c2740;margin:6px 44px 12px 0;font-family:Sora,Inter,system-ui,sans-serif;font-size:21px;line-height:1.25}.system-action-modal__message{color:#46637b;gap:7px;font-size:13.5px;line-height:1.55;display:grid}.system-action-modal__message p{margin:0}.system-action-modal__message p:nth-last-child(2){color:#16364f;font-weight:600}.system-action-modal__actions{background:#f8fbfd;border-top:1px solid #e3edf5;justify-content:flex-end;gap:10px;padding:16px 28px;display:flex}.system-action-modal__button{min-height:40px;font:inherit;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:700;display:inline-flex}.system-action-modal__button--secondary{color:#46637b;background:#fff;border:1px solid #d7e3ec}.system-action-modal__button--primary{color:#fff;background:linear-gradient(135deg,#2f8fd6,#1f6fb2);border:0;box-shadow:0 9px 20px #1f6fb23d}.system-action-modal__button:hover:not(:disabled){transform:translateY(-1px)}.system-action-modal__button:disabled,.system-action-modal__close:disabled,.system-action-modal__overlay:disabled{cursor:wait;opacity:.72}.system-action-modal--error .system-action-modal__window{border-color:#f1c9cc}.system-action-modal--error .system-action-modal__window:before{background:#c33f45}.system-action-modal--error .system-action-modal__icon{color:#c33f45;background:#fff1f1;border-color:#f1c9cc}.system-action-modal--error .system-action-modal__eyebrow{color:#c33f45}.system-action-modal--delete .system-action-modal__window{border-color:#f1c9cc}.system-action-modal--delete .system-action-modal__window:before{background:#c33f45}.system-action-modal--delete .system-action-modal__icon{color:#c33f45;background:#fff1f1;border-color:#f1c9cc}.system-action-modal--delete .system-action-modal__eyebrow{color:#c33f45}.system-action-modal--delete .system-action-modal__button--primary{background:#e5484d;box-shadow:0 9px 20px #c5282838}.system-action-modal--delete .system-action-modal__button--primary:hover:not(:disabled){background:#d3343a;box-shadow:0 12px 24px #c5282847}.system-action-modal--success .system-action-modal__window:before{background:#1d9e75}.system-action-modal--success .system-action-modal__icon{color:#1d9e75;background:#e7f8f1;border-color:#c7ecdd}.system-action-modal__spinner{animation:.8s linear infinite system-action-modal-spin}@keyframes system-action-modal-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes system-action-modal-spin{to{transform:rotate(360deg)}}@media (width<=640px){.system-action-modal{padding:16px}.system-action-modal__content,.system-action-modal__actions{padding-left:20px;padding-right:20px}.system-action-modal__icon{margin-left:20px}.system-action-modal__actions{flex-direction:column-reverse}.system-action-modal__button{width:100%}}@media (prefers-reduced-motion:reduce){.system-action-modal__window,.system-action-modal__spinner{animation-duration:.001ms}}
