:root{--bg: #0f1218;--surface: #171b24;--surface-hover: #1e2430;--border: #2a3140;--text: #e8eaef;--text-muted: #8b93a7;--accent: #5b8cff;--accent-hover: #7aa3ff;--success: #3dd68c;--radius: 10px;--font: "IBM Plex Sans", system-ui, sans-serif;--mono: "IBM Plex Mono", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;font-family:var(--font);font-size:15px;line-height:1.5;color:var(--text);background:var(--bg)}#root{min-height:100dvh}button,input{font:inherit}button{cursor:pointer;border:none;border-radius:var(--radius);min-height:44px;padding:0 1.1rem;font-weight:500;transition:background .15s ease,color .15s ease}button:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent);color:#0a0c10}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-ghost{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--surface-hover)}.layout{max-width:1400px;margin:0 auto;padding:1.25rem clamp(1rem,4vw,1.75rem) 2.5rem}header.page-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.page-head h1{margin:0;font-size:clamp(1.35rem,3vw,1.65rem);font-weight:600;letter-spacing:-.02em}.page-head .sub{margin:.2rem 0 0;color:var(--text-muted);font-size:.9rem}.toolbar{display:flex;flex-direction:column;align-items:stretch;gap:.65rem;min-width:min(100%,320px)}.toolbar-top{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.toolbar-action-btn{flex-shrink:0}.toolbar-societies-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.btn-danger{background:#3d2228;color:#fecaca;border:1px solid #6b3038}.btn-danger:hover:not(:disabled){background:#522830;color:#ffe4e6}.toolbar-search{width:100%}.toolbar-search .search-wrap{flex:1;min-width:0;max-width:none}.section-switch{margin-right:.15rem}.societies-live-hint{font-size:.8rem;color:var(--text-muted);white-space:nowrap}code.inline-code{font-family:var(--mono);font-size:.82em;padding:.1em .35em;background:var(--surface);border:1px solid var(--border);border-radius:4px}.society-card .lead-field{align-items:flex-start}.society-card-toolbar{margin-bottom:.75rem;padding-bottom:.65rem;border-bottom:1px solid var(--border)}.society-payload-json-btn{min-height:38px;padding:0 .75rem;font-size:.8125rem}.society-db-dialog{border:none;padding:0;max-width:calc(100vw - 2rem);width:min(720px,100vw - 2rem);background:transparent}.society-db-dialog::backdrop{background:#0000008c}.society-db-dialog-panel{background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);box-shadow:0 12px 40px #00000073;overflow:hidden;max-height:min(85dvh,720px);display:flex;flex-direction:column}.society-db-dialog-head{position:relative;padding:.85rem 7.5rem .65rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.society-db-dialog-head-actions{position:absolute;top:.45rem;right:.5rem;display:flex;align-items:center;gap:.35rem}.society-db-dialog-icon-btn{min-height:36px;min-width:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);background:transparent;color:var(--text-muted);border:1px solid transparent}.society-db-dialog-icon-btn:hover:not(:disabled){color:var(--accent-hover);background:var(--surface-hover);border-color:var(--border)}.society-db-dialog-copied{font-size:.75rem;font-weight:500;color:var(--success);white-space:nowrap}.society-db-dialog-title{margin:0;font-size:1rem;font-weight:600}.society-db-dialog-meta{margin:.35rem 0 0;font-size:.75rem;color:var(--text-muted);word-break:break-all}.society-db-dialog-close{min-height:36px;min-width:36px;padding:0;border-radius:var(--radius);background:transparent;color:var(--text-muted);border:1px solid transparent;font-size:1.35rem;line-height:1}.society-db-dialog-close:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.matches-toolbar-placeholder{min-height:44px}.api-leads-form{margin-bottom:1rem}.api-leads-form-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:stretch}.api-leads-input{flex:1;min-width:min(100%,240px);min-height:44px;padding:0 .85rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text)}.api-leads-submit{flex-shrink:0}.api-leads-options{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.65rem;align-items:center}.api-leads-option{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:var(--text-muted)}.api-leads-option input[type=number],.api-leads-option select{min-height:40px;padding:0 .5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);width:6.5rem}.api-leads-option select{width:auto;min-width:5rem}.api-leads-source-field{flex:1 1 100%;min-width:min(100%,280px)}.api-leads-source-combobox{position:relative;width:min(100%,42rem);max-width:100%;min-width:min(100%,240px)}.api-leads-source-trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;min-height:40px;padding:0 .65rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.85rem;text-align:left;cursor:pointer}.api-leads-source-trigger:disabled{opacity:.55;cursor:not-allowed}.api-leads-source-trigger-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.api-leads-source-trigger-caret{flex-shrink:0;font-size:.65rem;color:var(--text-muted)}.api-leads-source-popover{position:absolute;z-index:50;left:0;right:0;margin-top:.35rem;padding:.5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:0 8px 24px #0000002e}.api-leads-source-search{width:100%;min-height:38px;margin-bottom:.45rem;padding:0 .6rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.85rem}.api-leads-source-all{display:block;width:100%;margin-bottom:.35rem;padding:.45rem .5rem;border:none;border-radius:var(--radius);background:var(--surface-hover);color:var(--text);font-size:.8rem;text-align:left;cursor:pointer}.api-leads-source-all:hover{background:var(--border)}.api-leads-source-list{max-height:min(280px,50vh);overflow:auto;border-radius:var(--radius);border:1px solid var(--border)}.api-leads-source-row{display:block;padding:0 .5rem;border:none;background:transparent;color:var(--text);font-size:.8rem;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-leads-source-row:hover,.api-leads-source-row:focus-visible{background:var(--surface-hover);outline:none}.api-leads-source-empty{padding:.75rem .5rem;font-size:.8rem;text-align:center}.api-leads-hint.subtle{color:var(--text-muted)}.api-leads-hint code.mono{font-family:var(--mono);font-size:.85em}.api-leads-scroll{max-height:min(70vh,900px)}.matches-page{margin-top:.25rem}.matches-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin-bottom:.85rem}.matches-field{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--text-muted)}.matches-field input{min-height:44px;padding:0 .65rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);width:7rem}.matches-field-lead-limit input{width:min(100%,11rem)}.matches-stats .matches-generated{color:var(--text-muted);font-size:.8em}.matches-stream-progress{position:relative;margin:.5rem 0 .75rem;padding:.35rem .65rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);overflow:hidden}.matches-stream-progress-bar{position:absolute;inset:0 auto 0 0;width:0;max-width:100%;background:#5b8cff2e;transition:width .12s ease-out;pointer-events:none}.matches-stream-progress-label{position:relative;z-index:1;font-size:.8125rem;color:var(--text-muted)}.matches-stream-hint{font-size:.78rem;color:var(--text-muted);margin:0 0 .35rem}.matches-virtual-scroll{position:relative}.matches-virtual-body{position:relative;width:100%}.matches-virtual-row-absolute{position:absolute;top:0;left:0;width:100%;box-sizing:border-box}.matches-virtual-row{display:grid;grid-template-columns:3rem 5.25rem minmax(0,.75fr) minmax(0,7.5rem) 5.25rem 2.75rem 2.5rem minmax(0,1fr) minmax(0,1fr) minmax(0,.85fr) minmax(0,6.25rem);gap:0 .5rem;align-items:start;padding:.5rem .65rem;border-bottom:1px solid var(--border);font-size:.8125rem;box-sizing:border-box;min-height:100%}.matches-source-col{min-width:0}.matches-source-stack{display:flex;flex-direction:column;gap:.12rem;font-size:.74rem;line-height:1.28}.matches-source-raw{font-weight:600;color:var(--text)}.matches-source-norm{color:var(--text-muted);word-break:break-word}.matches-source-meta{color:var(--text-muted);font-size:.7rem;word-break:break-word}.matches-source-missing{color:var(--text-muted)}.matches-virtual-row-head{font-weight:600;color:var(--text-muted);background:var(--bg);position:sticky;top:0;z-index:2;white-space:nowrap;border-bottom:1px solid var(--border)}.matches-virtual-row-head>div{padding:.25rem 0;min-width:0;overflow:hidden;text-overflow:ellipsis}.matches-virtual-row:hover{background:var(--surface-hover)}.matches-virtual-cell{min-width:0;word-break:break-word}.matches-table-wrap{overflow:auto;max-height:min(70dvh,720px);padding:0}.matches-table{width:100%;border-collapse:collapse;font-size:.8125rem}.matches-table th,.matches-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.matches-table th{color:var(--text-muted);font-weight:600;white-space:nowrap;background:var(--bg);position:sticky;top:0;z-index:1}.matches-table tbody tr:hover{background:var(--surface-hover)}.matches-score{font-variant-numeric:tabular-nums;font-weight:600;color:var(--accent-hover)}.match-confidence{display:inline-block;padding:.15rem .45rem;border-radius:6px;font-size:.72rem;font-weight:600;text-transform:uppercase}.match-confidence-high{background:#3dd68c26;color:var(--success)}.match-confidence-medium{background:#5b8cff1f;color:var(--accent-hover)}.match-confidence-low{background:#8b93a733;color:var(--text-muted)}.matches-email{max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.matches-detail{max-width:14rem;font-size:.75rem;color:var(--text-muted)}.matches-breakdown{font-family:var(--mono);font-size:.68rem;color:var(--text-muted);white-space:nowrap}.society-db-dialog-pre{margin:0;padding:.85rem 1rem 1rem;overflow:auto;flex:1;min-height:0;font-family:var(--mono);font-size:.72rem;line-height:1.45;color:var(--text);background:var(--bg);white-space:pre;word-break:break-word}.society-field-nested{flex-direction:column;align-items:stretch!important;gap:.35rem}.society-field-nested .lead-field-label{margin-bottom:0}.society-json-details{width:100%;border-radius:calc(var(--radius) - 2px);border:1px solid var(--border);background:var(--bg);overflow:hidden}.society-json-details summary{cursor:pointer;list-style:none;padding:.45rem .65rem;font-size:.82rem;color:var(--text-muted);-webkit-user-select:none;user-select:none}.society-json-details summary::-webkit-details-marker{display:none}.society-json-details summary:before{content:"▸ ";display:inline-block;margin-right:.2em;transition:transform .15s ease}.society-json-details[open] summary:before{transform:rotate(90deg)}.society-json-details summary:hover{color:var(--text);background:var(--surface-hover)}.society-json-panel{border-top:1px solid var(--border)}.society-json-toolbar{display:flex;justify-content:flex-end;align-items:center;padding:.35rem .5rem;background:var(--surface);border-bottom:1px solid var(--border)}.society-json-copy-btn{display:inline-flex;align-items:center;gap:.35rem;min-height:36px;min-width:36px;padding:.35rem .5rem;border-radius:calc(var(--radius) - 2px);border:1px solid var(--border);background:var(--bg);color:var(--text-muted);cursor:pointer;font-size:.78rem;transition:background .15s ease,color .15s ease,border-color .15s ease}.society-json-copy-btn:hover{color:var(--text);border-color:var(--accent);background:var(--surface-hover)}.society-json-copy-svg{flex-shrink:0}.society-json-copy-hint{color:var(--success);font-weight:500}.society-dirigeants-lines{white-space:pre-line;line-height:1.5}.society-json-pre{margin:0;padding:.5rem .65rem .65rem;max-height:11rem;overflow:auto;font-family:var(--mono);font-size:.72rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;color:var(--text-muted)}.view-toggle{display:inline-flex;padding:3px;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border);flex-shrink:0}.view-toggle-btn{min-height:40px;padding:0 1rem;font-size:.875rem;font-weight:500;color:var(--text-muted);background:transparent;border-radius:calc(var(--radius) - 3px)}.view-toggle-btn:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.view-toggle-btn.is-active{color:#0a0c10;background:var(--accent)}.view-toggle-btn.is-active:hover:not(:disabled){background:var(--accent-hover);color:#0a0c10}.view-transition{animation:viewFadeIn .28s ease-out}@keyframes viewFadeIn{0%{opacity:0}to{opacity:1}}.map-suspense{min-height:min(72dvh,720px);display:flex;align-items:center;justify-content:center;color:var(--text-muted);border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);background:var(--surface)}.map-view-panel{display:flex;flex-direction:column;gap:.65rem}.map-view-meta{font-size:.85rem;color:var(--text-muted);line-height:1.45}.map-view-hint{opacity:.85;font-size:.8rem}.map-view-error{color:#f0a8b0}.map-globe-shell{position:relative;min-height:min(72dvh,720px);height:min(72dvh,720px);border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);overflow:hidden;background:#020308;box-shadow:inset 0 0 80px #50143c26}.globe-leads-canvas,.map-leads-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:280px;touch-action:none}.map-globe-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.9rem}.maplibregl-popup.crm-map-popup .maplibregl-popup-content{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.65rem .85rem;font-size:.85rem;line-height:1.4;box-shadow:0 8px 28px #00000073}.maplibregl-popup.crm-map-popup .maplibregl-popup-tip{border-top-color:var(--border)}.maplibregl-popup.crm-map-popup .maplibregl-popup-close-button{color:var(--text-muted);font-size:1.25rem;padding:4px 8px}.crm-map-popup-inner{max-width:240px;word-break:break-word}.search-wrap{flex:1 1 200px;min-width:0;max-width:360px}.search-wrap input{width:100%;min-height:44px;padding:0 .85rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text)}.search-wrap input::placeholder{color:var(--text-muted)}.search-wrap input:focus{outline:2px solid var(--accent);outline-offset:1px}.sync-status{font-size:.85rem;color:var(--text-muted);margin-top:.75rem}.sync-status.ok{color:var(--success)}.count-badge{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:.875rem}.society-type-filter{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.65rem;margin-bottom:.35rem}.society-type-filter-label{font-size:.8rem;color:var(--text-muted);width:100%}@media(min-width:520px){.society-type-filter-label{width:auto;margin-right:.15rem}}.society-type-toggle{display:inline-flex;padding:3px;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border);flex-wrap:wrap;gap:2px}.society-type-toggle .view-toggle-btn{min-height:38px;padding:0 .75rem;font-size:.8125rem}.list-shell{border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);background:var(--surface);overflow:hidden}.list-shell.matches-table-wrap{overflow:auto;overflow-x:auto;-webkit-overflow-scrolling:touch}.virtual-wrap{height:min(72dvh,720px);overflow:auto;-webkit-overflow-scrolling:touch;padding:.5rem .25rem 1rem}.lead-row-slot{padding:0 .35rem 16px;box-sizing:border-box}@media(min-width:600px){.lead-row-slot{padding-left:.65rem;padding-right:.65rem}}.lead-card{padding:1rem 1.1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 2px 10px #00000047}.lead-card:hover{border-color:#3d4659;background:#12151c}.lead-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:.65rem 1.25rem;align-items:start}@media(min-width:900px){.lead-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem 1rem}}@media(min-width:1200px){.lead-fields{grid-template-columns:repeat(5,minmax(0,1fr))}}.lead-field{display:flex;flex-direction:column;gap:.2rem;min-width:0}.lead-field-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.lead-field-value{font-size:.88rem;line-height:1.35;word-break:break-word;color:var(--text)}.lead-field-mono{font-family:var(--mono);font-size:.8rem}.source-tag{display:inline-block;padding:.2rem .5rem;border-radius:6px;background:var(--bg);border:1px solid var(--border);font-size:.75rem;color:var(--text-muted)}.loading,.empty{padding:2.5rem 1rem;text-align:center;color:var(--text-muted)}.error-banner{margin-bottom:1rem;padding:.75rem 1rem;border-radius:var(--radius);background:#3d1f24;border:1px solid #6b3038;color:#f0c4c8;font-size:.9rem}.load-more-wrap{padding:1rem;text-align:center;border-top:1px solid var(--border)}.detail-back-link{display:inline-block;margin-bottom:.45rem;font-size:.875rem;font-weight:500;color:var(--accent-hover);text-decoration:none}.detail-back-link:hover{text-decoration:underline}.detail-id-mono{font-family:var(--mono);font-size:.78rem;word-break:break-all;color:var(--text-muted)}.society-detail-card-wrap{padding:.75rem .85rem 1.25rem}.society-detail-meta{margin-bottom:.75rem}.society-detail-card-wrap .society-card{margin-top:0}.matches-source-link{display:block;min-width:0;color:inherit;text-decoration:none;border-radius:4px}.matches-source-link:hover{text-decoration:underline;color:var(--accent-hover)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
