.modalBg{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;z-index:1000}
.modal{background:white;border-radius:14px;padding:22px;width:min(760px,92vw);max-height:80vh;overflow:auto}
.modalHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.linkrow{border:1px solid #e5e7eb;border-radius:10px;padding:10px;margin:8px 0;background:#f8fafc;white-space:pre-wrap}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.wide,.full{grid-column:1/-1}
