.jmw-modal-open{overflow:hidden}
.jmw-modal-backdrop{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.46);backdrop-filter:blur(4px)}
html[data-theme="dark"] .jmw-modal-backdrop{background:rgba(0,0,0,.62)}
.jmw-modal{width:min(100%,420px);border:1px solid var(--line);border-radius:18px;background:var(--surface);color:var(--text);box-shadow:0 24px 70px rgba(15,23,42,.22);overflow:hidden}
html[data-theme="dark"] .jmw-modal{box-shadow:0 26px 80px rgba(0,0,0,.48)}
.jmw-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 22px 0}
.jmw-modal-title-wrap{display:flex;align-items:center;gap:11px;min-width:0}
.jmw-modal-icon{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--brand-soft);color:var(--brand);font-weight:900}
.jmw-modal[data-type="error"] .jmw-modal-icon{background:color-mix(in srgb,#ef4444 12%,var(--surface));color:#dc2626}
html[data-theme="dark"] .jmw-modal[data-type="error"] .jmw-modal-icon{color:#fca5a5}
.jmw-modal[data-type="success"] .jmw-modal-icon{background:color-mix(in srgb,#10b981 13%,var(--surface));color:#059669}
html[data-theme="dark"] .jmw-modal[data-type="success"] .jmw-modal-icon{color:#6ee7b7}
.jmw-modal-title{margin:0;font-size:18px;line-height:1.35;letter-spacing:-.02em}
.jmw-modal-close{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--muted);cursor:pointer;font-size:20px;line-height:1}
.jmw-modal-close:hover{background:var(--surface-2);color:var(--text)}
.jmw-modal-body{padding:18px 22px 22px}
.jmw-modal-message{margin:0;color:var(--muted);font-size:14px;line-height:1.7;white-space:pre-line;word-break:keep-all}
.jmw-modal-actions{display:flex;justify-content:flex-end;gap:8px;padding:15px 22px 20px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface-2) 52%,var(--surface))}
.jmw-modal-actions .btn{min-width:84px}
@media(max-width:560px){.jmw-modal-backdrop{padding:14px;align-items:end}.jmw-modal{width:100%;border-radius:18px}.jmw-modal-actions{flex-direction:column-reverse}.jmw-modal-actions .btn{width:100%}}
