    /* modal + button styles */
.dlg-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);display:none;align-items:center;justify-content:center;z-index:9999}
.dlg{background:#fff;border:1px solid #ccc;border-radius:8px;min-width:320px;max-width:90vw;padding:14px}
.dlg h3{margin:0 0 10px 0}
.dlg .row{display:flex;gap:8px;margin:6px 0;justify-content:space-between;align-items:center}
.dlg input:not([type="checkbox"]){width:100%;padding:6px;border:1px solid #ccc;border-radius:6px}
.dlg .actions{display:flex;gap:8px;justify-content:flex-end;margin-top:10px}
.dlg .err{color:#b00020;min-height:1em}
.dlg .row.check{justify-content:flex-start;gap:6px}
.dlg .row.check label{margin:0;font-size:14px;color:#333}
.btn{padding:6px 10px;border:1px solid #ccc;border-radius:6px;background:#f7f7f7;color:#111;cursor:pointer;line-height:1.2}
.btn-primary{background:#0b5ed7;color:#fff;border-color:#0b5ed7}
.btn-secondary{background:#f7f7f7}
