
.sg-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:99998;display:flex;align-items:center;justify-content:center}
.sg-modal{width:min(430px,calc(100vw - 32px));background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.25);padding:20px;font-family:inherit}
.sg-modal h3{margin:0 0 10px;color:#0f2942;font-size:20px}
.sg-modal p{margin:0 0 18px;color:#334155;line-height:1.45;white-space:pre-wrap}
.sg-modal-actions{display:flex;justify-content:flex-end;gap:10px}
.sg-modal-actions button,.sg-modal-actions a{border:0;border-radius:9px;padding:9px 16px;cursor:pointer;font-weight:700;text-decoration:none}
.sg-modal-ok{background:#1295ad;color:#fff}
.sg-modal-cancel{background:#e5e7eb;color:#111827}
.sg-modal p{white-space:pre-line}
