.cab-button {
    background:#1e73be; color:#fff; padding:10px 18px; border:none; border-radius:6px; cursor:pointer;
}
.cab-modal { position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); display:flex; align-items:center; justify-content:center; z-index:9999; }
.cab-modal-content { background:#fff; padding:20px; width:420px; border-radius:8px; position:relative; box-shadow:0 8px 30px rgba(0,0,0,0.2); }
.cab-close { position:absolute; right:12px; top:8px; font-size:18px; cursor:pointer; }
.cab-row { margin-bottom:12px; }
.cab-row label { display:block; font-weight:600; margin-bottom:6px; }
.cab-row input, .cab-row select { width:100%; padding:8px; border:1px solid #ddd; border-radius:4px; }
.cab-msg { margin-top:10px; color:green; display:none; }

