.alert-modal__overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:10000;border:none;padding:0;margin:0;cursor:pointer;width:100%;height:100%}.alert-modal__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10001;background:var(--theme-bg,#fff);border:1px solid var(--theme-elevation-150,#e0e0e0);border-radius:4px;max-width:480px;width:90%;box-shadow:0 4px 24px rgba(0,0,0,.15);overflow:hidden}.alert-modal__header{padding:20px 24px 0}.alert-modal__header h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--theme-text,#333)}.alert-modal__body{padding:12px 24px 8px}.alert-modal__body p{margin:0 0 6px;font-size:.95rem;line-height:1.5;color:var(--theme-elevation-800,#555)}.alert-modal__body p:last-child{margin-bottom:0}.alert-modal__footer{display:flex;justify-content:flex-end;padding:8px 24px 16px}