body dialog.system-dialog{box-sizing:border-box;width:380px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);padding:24px;margin:auto;border:1px solid #e2e8f0;border-radius:14px;background:#fff;color:#24374b;box-shadow:0 20px 60px #0f172a33;overflow:auto;font:14px/1.7 var(--site-font,system-ui,sans-serif)}
.system-dialog::backdrop{background:#0f172a70}.system-dialog h3{font-size:17px;line-height:1.5;margin:0 0 14px}.system-dialog p{margin:0;color:#64748b;white-space:pre-wrap;overflow-wrap:anywhere}.system-dialog-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.system-dialog button{font:inherit;min-height:40px;padding:8px 18px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#475569;cursor:pointer}.system-dialog button.primary{background:#2563eb;border-color:#2563eb;color:#fff}.system-dialog button:focus-visible{outline:2px solid #86aef8;outline-offset:3px}
