.hk-crm-overlay{position:fixed;inset:0;z-index:10020;background:#0006;display:flex;align-items:center;justify-content:center;padding:24px;color:var(--text-1,#191919);font-family:var(--font-body,Inter,Arial,sans-serif)}
.hk-crm-dialog{background:var(--bg-panel,#fff);width:min(720px,100%);max-height:90vh;overflow:auto;border-radius:16px;padding:24px;box-shadow:0 16px 64px #0003}
.hk-crm-dialog header{display:flex;align-items:center;justify-content:space-between;gap:20px}.hk-crm-dialog h2{margin:0;font-size:22px}.hk-crm-dialog h3{margin:16px 0 8px}
.hk-crm-dialog button,.hk-crm-dialog input,.hk-crm-dialog select{font:inherit;font-size:14px;border:1px solid var(--border-medium,#ddd);border-radius:8px;background:#fff;padding:10px 12px;color:inherit}
.hk-crm-dialog button{cursor:pointer;margin:4px 4px 4px 0}.hk-crm-dialog button:hover{background:#f4f4f4}.hk-crm-dialog button:disabled{opacity:.5;cursor:wait}.hk-crm-dialog .hk-crm-primary{background:#FFC824;color:#111;border-color:#FFC824;font-weight:600}
.hk-crm-dialog label{display:flex;flex-direction:column;gap:6px;margin:12px 0;font-size:13px}.hk-crm-dialog label:has(input[type=checkbox]){flex-direction:row;align-items:center}.hk-crm-dialog input[type=checkbox]{order:-1}
.hk-crm-dialog fieldset{border:1px solid #ddd;border-radius:10px;margin:16px 0;padding:14px}.hk-crm-dialog legend{font-weight:600}.hk-crm-dialog p{font-size:14px;line-height:1.5}.hk-crm-message{min-height:22px;color:var(--text-3,#666)}
.hk-crm-results>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #eee}.hk-crm-results span{font-size:14px}.hk-crm-dialog a{display:inline-block;color:#333;text-decoration:underline;margin:12px 12px 12px 0}.hk-crm-mapping{border-bottom:1px solid #eee;padding-bottom:12px}
.hk-crm-dialog :focus-visible{outline:3px solid #e7b413;outline-offset:2px}@media(max-width:600px){.hk-crm-overlay{padding:8px}.hk-crm-dialog{padding:18px;max-height:96vh}.hk-crm-results>div{align-items:flex-start;flex-direction:column}}
