.msg-ref-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;margin:18px 0}
.msg-ref-grid label{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid #e5d6b8;border-radius:14px;background:#fffaf0;color:#071a37}
.msg-ref-grid input{width:18px;height:18px;accent-color:#b8892e}.msg-ref-grid small{margin-left:auto;color:#8b7651}
.msg-ref-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}
.msg-modal-overlay{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px;background:rgba(7,18,37,.65)}
.msg-modal-box{position:relative;width:min(760px,96vw);max-height:88vh;overflow:auto;padding:30px;border:1px solid #d8b45e;border-radius:22px;background:#fff;color:#071a37;box-shadow:0 30px 90px rgba(0,0,0,.3)}
.msg-modal-box select{width:100%;margin-top:8px;padding:13px;border:1px solid #d8c7a5;border-radius:10px;background:#fff;color:#071a37}
.msg-modal-close{position:absolute;right:15px;top:13px;border:0;background:transparent;font-size:28px;color:#071a37;cursor:pointer}
.msg-toast{z-index:10000!important}
