*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0}:root{font-family:Arial,Helvetica,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--accent);text-decoration:inherit}a:hover{color:var(--accent-hover)}html,body{min-width:320px}body{margin:0}h1{font-size:1.8rem;margin:.4rem 0 1rem}button{border-radius:var(--radius);border:1px solid var(--border);padding:.4em .9em;font-size:.9em;font-weight:500;font-family:inherit;background-color:#fff;cursor:pointer}button:hover:not(:disabled){background-color:var(--bg-raised)}button:disabled{opacity:.5;cursor:not-allowed}.app-shell{max-width:1200px;margin:0 auto;padding:24px 20px 80px}.app-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.app-header img{height:32px;width:auto}.app-header .brand{font-size:14px;color:var(--text-muted)}.app-header .brand strong{color:var(--text)}.app-footer{margin-top:48px;padding-top:16px;border-top:1px solid var(--border);font-size:12px;color:var(--text-muted);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.app-footer a{color:var(--text-muted)}:root{--bg: #ffffff;--bg-raised: #f8f9fa;--bg-surface: #f0f1f3;--border: #e0e2e6;--border-hover: #c8cbd0;--text: #1a1a2e;--text-muted: #6b7280;--text-dim: #9ca3af;--accent: #4f46e5;--accent-hover: #4338ca;--accent-subtle: rgba(79, 70, 229, .08);--accent-muted: rgba(79, 70, 229, .04);--green: #16a34a;--red: #dc2626;--yellow: #ca8a04;--blue: #2563eb;--radius-sm: 2px;--radius: 3px;--radius-lg: 4px;--sidebar-width: 220px}#root{margin:0;padding:0}.spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}.spinner-lg{width:24px;height:24px;border-width:3px}.loading-row{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.85rem;padding:.75rem 0}.info-tip{position:relative;display:inline-flex;align-items:center;vertical-align:middle;margin-left:6px}.info-tip-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--text-dim);font-size:10px;font-style:italic;font-family:Georgia,serif;cursor:pointer;line-height:1;padding:0;transition:border-color .15s,color .15s}.info-tip-btn:hover{border-color:var(--text-muted);color:var(--text-muted)}.info-tip-popup{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:var(--text);color:#f3f4f6;font-size:.72rem;font-style:normal;font-weight:400;line-height:1.5;padding:8px 12px;border-radius:6px;width:max-content;max-width:280px;z-index:9999;box-shadow:0 4px 16px #0003;pointer-events:auto}.info-tip-popup:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-bottom-color:var(--text)}.pe-header .info-tip-popup{left:0;transform:none}.pe-header .info-tip-popup:before{left:12px;transform:none}.app-layout{display:flex;height:100%}.sidebar{width:var(--sidebar-width);flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--border);background:var(--bg-raised);padding:1.25rem 0;overflow-y:auto;transition:width .2s ease}.sidebar-top{display:flex;flex-direction:column}.sidebar-logo{font-size:.95rem;font-weight:700;color:var(--text);text-decoration:none;padding:0 1.25rem;margin-bottom:1.5rem;letter-spacing:0}.sidebar-logo:hover{color:var(--accent)}.sidebar-nav{display:flex;flex-direction:column;gap:1px}.sidebar-nav a{display:block;padding:.5rem 1.25rem;font-size:.85rem;color:var(--text-muted);text-decoration:none;transition:color .1s,background .1s}.sidebar-nav a:hover{color:var(--text);background:var(--bg-surface)}.sidebar-nav a.active{color:var(--accent);background:var(--accent-subtle);font-weight:600}.sidebar-bottom{padding:0 1.25rem;display:flex;flex-direction:column;gap:.5rem}.sidebar-user{display:flex;align-items:center;gap:.5rem}.user-avatar{width:24px;height:24px;border-radius:50%}.user-name{font-size:.78rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sign-out-btn{padding:.3rem .65rem;font-size:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s;width:100%}.sign-out-btn:hover{border-color:var(--red);color:var(--red)}.collapse-btn{padding:.3rem;font-size:1.1rem;line-height:1;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s;width:100%;text-align:center}.collapse-btn:hover{color:var(--text);background:var(--bg-surface)}.sidebar.collapsed{width:48px;padding:1.25rem 0;align-items:center}.sidebar.collapsed .sidebar-top{align-items:center}.sidebar.collapsed .sidebar-nav{padding:0}.sidebar.collapsed .sidebar-nav{display:none}.sidebar.collapsed .sidebar-bottom{padding:0 .5rem}.hamburger-btn,.mobile-menu-dropdown{display:none}.main-content{flex:1;min-width:0;padding:1.5rem 2rem;overflow-y:auto}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.dashboard-card{display:flex;flex-direction:column;padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);text-decoration:none;color:inherit;background:var(--bg);transition:border-color .15s,background .15s,box-shadow .15s}.dashboard-card:hover{border-color:var(--accent);background:var(--accent-muted);box-shadow:0 1px 3px #0000000f}.dashboard-card h2{margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.dashboard-card p{margin:0 0 .75rem;color:var(--text-muted);font-size:.85rem;line-height:1.45}.dashboard-forms{display:inline-block;padding:.2rem .55rem;background:var(--accent-subtle);border-radius:var(--radius-sm);font-size:.75rem;color:var(--accent);font-weight:500;margin-top:auto}.search-form{margin-bottom:1.5rem}.search-row{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem;flex-wrap:wrap}.search-input{flex:1;min-width:200px;padding:.55rem .75rem;font-size:.9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);transition:border-color .15s}.search-input:focus{outline:none;border-color:var(--accent)}.search-input::placeholder{color:var(--text-dim)}.form-select{padding:.55rem .75rem;font-size:.9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text)}.search-form button[type=submit]{padding:.55rem 1.25rem;font-size:.9rem;font-weight:500;border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;transition:background .15s;white-space:nowrap}.search-form button[type=submit]:hover:not(:disabled){background:var(--accent-hover)}.search-form button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.search-form button[type=submit] .spinner{border-color:#ffffff4d;border-top-color:#fff}.search-form label{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-muted)}.search-form input[type=date]{padding:.4rem .6rem;font-size:.85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text)}.quick-filters{display:flex;flex-direction:column;gap:.4rem;margin-top:.6rem}.quick-filter-group{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.quick-filter-label{font-size:.75rem;color:var(--text-dim);min-width:70px;text-transform:uppercase;letter-spacing:.03em;font-weight:500}.quick-filter-chip{padding:.2rem .6rem;font-size:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s}.quick-filter-chip:hover{border-color:var(--border-hover);color:var(--text)}.quick-filter-chip.active{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent)}.result-count{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem}.error{color:var(--red);padding:.6rem .85rem;background:#dc26260f;border:1px solid rgba(220,38,38,.15);border-radius:var(--radius);font-size:.85rem;margin-bottom:1rem}.filings-table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.875rem}.filings-table th,.filings-table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border)}.filings-table th{font-weight:600;font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border-hover)}.filings-table td a{color:var(--text);text-decoration:none}.filings-table td a:hover{color:var(--accent)}.filings-table tbody tr{transition:background .1s}.filings-table tbody tr:hover{background:var(--accent-muted)}.active-row{background:var(--accent-subtle)!important}.filter-row th{padding:.3rem .75rem!important;border-bottom:1px solid var(--border-hover)!important}.column-filter{width:100%;padding:.25rem .4rem;font-size:.78rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);box-sizing:border-box}.column-filter::placeholder{color:var(--text-dim)}.column-filter:focus{outline:none;border-color:var(--accent)}.pagination{display:flex;gap:.75rem;align-items:center;justify-content:center;margin-top:1rem;font-size:.85rem;color:var(--text-muted)}.pagination button{padding:.4rem .85rem;font-size:.8rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);cursor:pointer;transition:all .15s}.pagination button:hover:not(:disabled){border-color:var(--accent);background:var(--accent-muted)}.pagination button:disabled{opacity:.35;cursor:not-allowed}.filing-meta{display:grid;grid-template-columns:auto 1fr;gap:.3rem 1rem;margin-bottom:1.5rem;font-size:.875rem}.filing-meta dt{font-weight:500;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.filing-meta dd a{color:var(--text-muted);font-size:.85rem}.filing-meta dd a:hover{color:var(--accent)}.heatmap-collapsible,.auto-loaded-doc{border:1px solid var(--border);border-radius:var(--radius);margin:.6rem 0;overflow:hidden}.heatmap-collapsible summary,.auto-loaded-doc summary{padding:.55rem .85rem;cursor:pointer;font-size:.8rem;font-weight:600;color:var(--text-muted);background:var(--bg-raised);-webkit-user-select:none;user-select:none;transition:color .1s,background .1s}.heatmap-collapsible summary:hover,.auto-loaded-doc summary:hover{color:var(--text);background:var(--bg-surface)}.heatmap-collapsible .inline-heatmap{padding:.75rem 1rem}.document-viewer{margin-top:1.5rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.doc-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .85rem;background:var(--bg-raised);border-bottom:1px solid var(--border)}.doc-viewer-header h3{margin:0;font-size:.85rem;font-weight:500}.doc-viewer-header button{padding:.25rem .6rem;font-size:.75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s}.doc-viewer-header button:hover{border-color:var(--red);color:var(--red)}.document-viewer iframe{width:100%;height:600px;border:none;background:#fff}.xml-table-container{padding:.85rem}.xml-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.xml-table-toolbar .result-count{margin:0}.export-btns{display:flex;gap:.35rem}.col-picker-toggle{padding:.3rem .7rem;font-size:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer;white-space:nowrap;transition:all .15s}.col-picker-toggle:hover{border-color:var(--accent);color:var(--text)}.col-picker{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;margin-bottom:.75rem;background:var(--bg-raised)}.col-picker-actions{display:flex;gap:.35rem;margin-bottom:.6rem;flex-wrap:wrap}.col-picker-actions button{padding:.2rem .55rem;font-size:.72rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s}.col-picker-actions button:hover{border-color:var(--accent);color:var(--text)}.col-picker-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.15rem .75rem;max-height:200px;overflow-y:auto}.col-picker-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;cursor:pointer;padding:.15rem 0;color:var(--text-muted)}.col-picker-item input[type=checkbox]{margin:0;width:14px;height:14px;accent-color:var(--accent)}.col-type-badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:3px;font-size:.6rem;font-weight:700;flex-shrink:0}.col-type-currency{background:#16a34a1a;color:var(--green)}.col-type-percent{background:#ca8a041a;color:var(--yellow)}.col-type-date{background:#2563eb1a;color:var(--blue)}.col-type-integer{background:#9333ea1a;color:#7c3aed}.col-type-number{background:#6b72801a;color:var(--text-muted)}.col-type-text{background:#9ca3af1a;color:var(--text-dim)}.xml-cell-num{text-align:right;font-variant-numeric:tabular-nums}.xml-table-scroll{overflow-x:auto;max-height:70vh;overflow-y:auto}.xml-table{border-collapse:collapse;font-size:.78rem;white-space:nowrap}.xml-table th,.xml-table td{text-align:left;padding:.35rem .6rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.xml-table th{position:sticky;top:0;background:var(--bg-raised);z-index:1;font-weight:600;font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border-hover)}.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-th:hover{color:var(--accent)}.sort-indicator{font-size:.7rem}.xml-table tbody tr:hover{background:var(--accent-muted)}.xml-table .filter-row th{top:1.8rem;background:var(--bg-raised)}.fd-container{padding:1.25rem}.fd-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.fd-header h2{margin:0;font-size:1.25rem}.fd-raised{font-size:1rem;font-weight:600;color:var(--green);margin-top:.25rem}.fd-badge{display:inline-block;padding:.2rem .55rem;background:var(--accent);color:#fff;border-radius:var(--radius-sm);font-size:.7rem;font-weight:600;letter-spacing:.02em}.fd-section{margin-bottom:1.5rem}.fd-section h3{margin:0 0 .65rem;font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);padding-bottom:.4rem}.fd-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.4rem 1.5rem}.fd-field{display:flex;flex-direction:column;padding:.25rem 0}.fd-label{font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.fd-value{font-size:.9rem}.fd-amounts{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.fd-amount-card{padding:.85rem;border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:var(--bg-raised)}.fd-amount-label{display:block;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.fd-amount-value{display:block;font-size:1.2rem;font-weight:600;font-variant-numeric:tabular-nums}.fd-signature{opacity:.6}.company-card{border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.5rem;background:var(--bg-raised)}.company-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.company-card-header h2{margin:0;font-size:1.1rem}.company-ticker{display:inline-block;padding:.15rem .45rem;background:var(--accent-subtle);border-radius:var(--radius-sm);font-size:.75rem;color:var(--accent);font-weight:600}.company-entity-type{font-size:.75rem;color:var(--text-muted)}.company-recent-filings{margin-top:1rem;border-top:1px solid var(--border);padding-top:.75rem}.company-recent-filings h3{margin:0 0 .5rem;font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.financial-sparklines{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.sparkline-card{border:1px solid var(--border);border-radius:var(--radius);padding:.65rem .85rem;background:var(--bg)}.sparkline-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-weight:500}.sparkline-value{font-size:1.1rem;font-weight:600;font-variant-numeric:tabular-nums;margin-bottom:.25rem}.market-direction-toggle{display:flex;gap:0;margin-bottom:1rem}.market-direction-toggle button{flex:1;padding:.5rem 1rem;border:1px solid var(--border);background:var(--bg);cursor:pointer;font-size:.85rem;color:var(--text)}.market-direction-toggle button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.market-direction-toggle button:first-child{border-radius:var(--radius) 0 0 var(--radius)}.market-direction-toggle button:last-child{border-radius:0 var(--radius) var(--radius) 0}.market-results-section h3{margin:1.5rem 0 .75rem;font-size:.95rem;color:var(--text-muted)}.market-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem}.market-card{position:relative}.market-card .market-source{position:absolute;top:.5rem;right:.5rem;font-size:.7rem;padding:.15rem .4rem;border-radius:var(--radius-sm);background:var(--bg-raised);color:var(--text-muted);font-weight:500}.market-source-polymarket{border:1px solid rgba(100,100,255,.2)}.market-source-kalshi{border:1px solid rgba(0,180,120,.2)}.market-card .market-question{font-weight:600;font-size:.9rem;margin-bottom:.5rem;padding-right:5rem;line-height:1.35}.probability-bar{display:flex;height:6px;border-radius:3px;overflow:hidden;margin:.5rem 0 .25rem;background:var(--bg-raised)}.probability-bar .yes{background:#22c55e}.probability-bar .no{background:#ef4444}.probability-labels{display:flex;justify-content:space-between;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums;margin-bottom:.5rem}.prob-yes{color:#22c55e}.prob-no{color:#ef4444}.market-meta{display:flex;gap:1rem;font-size:.75rem;color:var(--text-muted)}.market-meta a{color:var(--accent);text-decoration:none}.market-meta a:hover{text-decoration:underline}.market-tags{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.5rem}.market-tag{font-size:.65rem;padding:.1rem .35rem;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted)}.market-browse-layout{display:grid;grid-template-columns:380px 1fr;gap:1.5rem;margin-top:1rem}.market-list{display:flex;flex-direction:column;gap:.5rem;max-height:80vh;overflow-y:auto}.market-detail{min-height:200px}.market-detail-header{margin-bottom:1rem}.market-detail-header h3{margin:0 0 .35rem;font-size:1rem}.market-detail-desc{font-size:.85rem;color:var(--text-muted);line-height:1.45;margin:0}.impacted-tickers{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem}.ticker-chip{padding:.25rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.8rem;font-weight:600;cursor:pointer;background:var(--bg);color:var(--text);font-family:inherit}.ticker-chip:hover,.ticker-chip.active{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent)}@media(max-width:768px){.market-browse-layout,.market-grid{grid-template-columns:1fr}}.deal-tracker-layout{display:grid;grid-template-columns:300px 1fr;gap:1.5rem;margin-top:1rem}.deal-issuer-list{display:flex;flex-direction:column;gap:.5rem;max-height:80vh;overflow-y:auto}.deal-issuer-list .dashboard-card{cursor:pointer}.deal-issuer-list .dashboard-card.selected{border-color:var(--accent);background:var(--accent-subtle)}@media(max-width:768px){.deal-tracker-layout{grid-template-columns:1fr}}.heatmap-link{display:inline-block;margin-bottom:1.5rem;font-size:.8rem;color:var(--text-dim);text-decoration:none;transition:color .15s}.heatmap-link:hover{color:var(--accent)}.app-loading{display:flex;align-items:center;justify-content:center;height:100%;font-size:.95rem;color:var(--text-muted)}.login-page{display:flex;width:100%;height:100%;overflow:hidden}.login-map-pane{flex:1;min-width:0;position:relative}.login-map-pane .leaflet-container{background:#f8f9fa}.login-card-pane{width:400px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg);border-left:1px solid var(--border);overflow-y:auto}.login-card{width:100%;max-width:340px;text-align:center}.showcase-popup .leaflet-popup-content{margin:8px 10px;font-size:.78rem;line-height:1.45}.showcase-popup-tagline{margin-top:6px;padding-top:6px;border-top:1px solid var(--border);font-size:.72rem;color:var(--text-muted);font-style:italic}.login-card h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;letter-spacing:0}.login-subtitle{color:var(--text-muted);margin:0 0 2rem;font-size:.9rem}.login-error{background:#dc26260f;color:var(--red);padding:.55rem .85rem;border:1px solid rgba(220,38,38,.15);border-radius:var(--radius);font-size:.8rem;margin-bottom:1rem;text-align:left}.login-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.65rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;cursor:pointer;transition:all .15s;background:transparent;color:inherit}.login-btn:hover:not(:disabled){border-color:var(--border-hover);background:var(--accent-muted)}.login-btn:disabled{opacity:.4;cursor:not-allowed}.google-btn{margin-bottom:1rem}.phone-btn{background:var(--accent);border-color:var(--accent);color:#fff}.phone-btn:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.login-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:var(--text-dim);font-size:.8rem}.login-divider:before,.login-divider:after{content:"";flex:1;border-top:1px solid var(--border)}.phone-form{display:flex;flex-direction:column;gap:.65rem}.login-input{padding:.65rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;background:var(--bg);color:var(--text);text-align:center}.login-input:focus{outline:none;border-color:var(--accent)}.login-input::placeholder{color:var(--text-dim)}.login-link{background:none;border:none;color:var(--accent);cursor:pointer;font-size:.8rem;padding:0}.login-link:hover{text-decoration:underline}.email-form{display:flex;flex-direction:column;gap:.65rem}.phone-toggle{margin-top:1.25rem;font-size:.8rem}@media(max-width:768px){.login-map-pane{display:none}.login-card-pane{width:100%;border-left:none}.login-card{padding:0 .5rem}}.invite-gate{display:flex;align-items:center;justify-content:center;min-height:100%;background:var(--bg-raised);padding:2rem}.invite-card{width:100%;max-width:360px;text-align:center;background:var(--bg);padding:2.5rem 2rem;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column;gap:.65rem}.invite-card h2{margin:0;font-size:1.3rem;font-weight:700}.invite-card p{margin:0 0 .5rem;color:var(--text-muted);font-size:.88rem}.trend-charts,.pool-heatmap,.geo-map{max-width:100%}.trend-controls,.heatmap-controls{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}.trend-controls label,.heatmap-controls label{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-muted)}.trend-controls select,.trend-controls input,.heatmap-controls input{padding:.4rem .6rem;font-size:.85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text)}.trend-summary,.heatmap-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.trend-stat{display:flex;flex-direction:column;align-items:center;padding:.65rem 1rem;border:1px solid var(--border);border-radius:var(--radius);min-width:80px;background:var(--bg-raised)}.trend-stat-value{font-size:1.35rem;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.trend-stat-label{font-size:.7rem;color:var(--text-muted);margin-top:.15rem;text-transform:uppercase;letter-spacing:.03em}.chart-container{margin-bottom:1.5rem;border:1px solid var(--border);border-radius:var(--radius);padding:1rem;background:var(--bg)}.heatmap-grid-wrapper{display:flex;align-items:center;gap:.5rem;margin:1.5rem 0}.heatmap-y-label{writing-mode:vertical-lr;transform:rotate(180deg);font-size:.8rem;color:var(--text-muted);font-weight:600}.heatmap-x-label{text-align:center;font-size:.8rem;color:var(--text-muted);font-weight:600;margin-top:.5rem}.heatmap-table{border-collapse:collapse}.heatmap-table th,.heatmap-table td{padding:.35rem .55rem;text-align:center;font-size:.75rem;border:1px solid var(--border)}.heatmap-table th{color:var(--text-muted);font-weight:600;background:var(--bg-raised)}.heatmap-row-label{color:var(--text-muted);font-weight:600;text-align:right!important;white-space:nowrap;background:var(--bg-raised)}.heatmap-cell{min-width:48px;cursor:default;font-variant-numeric:tabular-nums;transition:opacity .1s}.heatmap-cell:hover{opacity:.8;outline:2px solid var(--accent)}.heatmap-tooltip{position:fixed;transform:translate(-50%,-100%);background:var(--bg);border:1px solid var(--accent);border-radius:var(--radius);padding:.45rem .7rem;font-size:.78rem;pointer-events:none;z-index:100;white-space:nowrap;box-shadow:0 2px 8px #0000001a}.map-container{position:relative;margin:1rem 0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-raised)}.us-map{width:100%;height:auto;display:block}.state-path{cursor:pointer;transition:opacity .1s}.state-path:hover{opacity:.8;stroke:var(--accent)!important;stroke-width:1.5!important}.state-path.selected{stroke:var(--text)!important;stroke-width:2!important}.map-tooltip{position:absolute;bottom:1rem;left:1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.45rem .7rem;font-size:.8rem;pointer-events:none;box-shadow:0 2px 8px #0000001a}.map-top-states{margin:1rem 0}.map-top-states h3{margin:0 0 .5rem;font-size:.85rem;color:var(--text-muted)}.top-states-bar{display:flex;gap:.35rem;flex-wrap:wrap}.top-state-chip{padding:.2rem .55rem;font-size:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s}.top-state-chip:hover{border-color:var(--accent);color:var(--text)}.top-state-chip.active{border-color:var(--accent);background:var(--accent-subtle);color:var(--accent)}button{font-family:inherit}@media(max-width:768px){.app-layout{flex-direction:column}.sidebar{position:relative;width:100%;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center;padding:.65rem 1rem;border-right:none;border-bottom:1px solid var(--border);overflow:visible}.sidebar-top{flex-direction:row;align-items:center;gap:0;flex:1;min-width:0}.sidebar-logo{padding:0;margin-bottom:0;white-space:nowrap;font-size:.85rem;flex:1}.sidebar-nav,.sidebar-bottom{display:none}.hamburger-btn{display:flex;align-items:center;justify-content:center;width:40px;height:32px;border:none;background:none;cursor:pointer;padding:0}.hamburger-icon{position:relative;display:block;width:26px;height:2px;background:var(--text);border-radius:1px;transition:background .2s}.hamburger-icon:before,.hamburger-icon:after{content:"";position:absolute;left:0;width:26px;height:2.5px;background:var(--text);border-radius:1px;transition:transform .2s,top .2s}.hamburger-icon:before{top:-7px}.hamburger-icon:after{top:7px}.hamburger-icon.open{background:transparent}.hamburger-icon.open:before{top:0;transform:rotate(45deg)}.hamburger-icon.open:after{top:0;transform:rotate(-45deg)}.mobile-menu-dropdown{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg-raised);border-bottom:1px solid var(--border);box-shadow:0 4px 12px #00000014;padding:.5rem 0;z-index:1100;max-height:calc(100vh - 50px);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu-dropdown a{display:block;padding:.6rem 1.25rem;font-size:.88rem;color:var(--text-muted);text-decoration:none;transition:color .1s,background .1s}.mobile-menu-dropdown a:hover{color:var(--text);background:var(--bg-surface)}.mobile-menu-dropdown a.active{color:var(--accent);background:var(--accent-subtle);font-weight:600}.mobile-menu-dropdown .sign-out-btn{margin:.25rem 1rem .5rem;width:auto}.main-content{padding:1rem}.dashboard-grid{grid-template-columns:1fr}.search-row{flex-direction:column;align-items:stretch}.search-input{min-width:unset}.form-select,.search-form button[type=submit]{width:100%}.filings-table{font-size:.8rem}.filings-table th,.filings-table td{padding:.45rem .5rem}.filing-meta{font-size:.8rem}.fd-header{flex-direction:column}.fd-amounts{grid-template-columns:1fr 1fr}.pagination{font-size:.8rem}h1{font-size:1.3rem}h2{font-size:1.05rem}}@media(max-width:480px){.fd-amounts{grid-template-columns:1fr}.trend-summary,.heatmap-stats{gap:.5rem}.trend-stat{flex:1;min-width:60px;padding:.5rem .6rem}.trend-stat-value{font-size:1.1rem}}.cluster-label{background:transparent!important;border:none!important;box-shadow:none!important;color:#fff;font-weight:700;font-size:11px;text-shadow:0 1px 3px rgba(0,0,0,.8);padding:0!important;margin:0!important}.cluster-label-light{color:#1a1a2e;text-shadow:0 0 5px rgba(255,255,255,.95),0 0 10px rgba(255,255,255,.7),0 1px 2px rgba(0,0,0,.15)}.cluster-label:before{display:none!important}.location-picker{min-width:220px;max-width:300px;max-height:280px;overflow-y:auto}.location-picker-header{font-size:.72rem;color:var(--text-muted);padding:0 0 6px;border-bottom:1px solid var(--border);margin-bottom:4px}.location-picker-item{display:flex;align-items:center;gap:6px;width:100%;padding:6px 4px;border:none;background:none;text-align:left;cursor:pointer;border-radius:4px;font-size:.78rem;color:var(--text);line-height:1.3}.location-picker-item:hover{background:var(--accent-subtle)}.location-picker-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%}.location-picker-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.location-picker-offering{flex-shrink:0;font-size:.68rem;color:var(--text-muted)}.property-explorer{position:relative;width:calc(100% + 4rem);height:100vh;margin:-1.5rem -2rem;overflow:hidden}.pe-overlay{position:absolute;z-index:1000;background:#fffffff0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:10px;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000f;border:1px solid rgba(255,255,255,.6)}.pe-header{top:12px;left:12px;padding:.5rem .85rem;display:flex;align-items:center;gap:.75rem;z-index:1002}.pe-title{font-weight:700;font-size:1rem;color:#1a1a2e}.location-search-wrap{position:relative}.location-search{font-size:.88rem;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;width:260px;outline:none}.location-search:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f120}.location-search::placeholder{color:#9ca3af}.geo-locate-btn{display:flex;align-items:center;justify-content:center;padding:0;width:34px;min-width:34px;height:34px;flex-shrink:0;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}.geo-locate-btn:hover{background:#f3f4f6;color:#4f46e5;border-color:#6366f1}.geo-locate-btn:disabled{opacity:.5;cursor:default}.location-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 16px #0000001f;max-height:220px;overflow-y:auto;z-index:1001;min-width:280px}.location-dropdown-item{display:block;width:100%;text-align:left;padding:6px 10px;font-size:.72rem;color:#374151;border:none;background:none;cursor:pointer;line-height:1.35;border-bottom:1px solid #f3f4f6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-dropdown-item:last-child{border-bottom:none}.location-dropdown-item:hover,.location-dropdown-item.highlighted{background:#f0f0ff;color:#4f46e5}.pe-stats{top:12px;right:12px;padding:.5rem .75rem;max-width:420px}.pe-mode-indicator{bottom:24px;left:50%;transform:translate(-50%);padding:.35rem .75rem;font-size:.75rem;white-space:nowrap}.pe-filter-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;font-size:.7rem;cursor:pointer;border-radius:14px;transition:all .15s ease;line-height:1.4}.pe-filter-chip:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.pe-filter-chip:active{transform:translateY(0)}.pe-chip-dot{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.view-mode-toggle{display:inline-flex;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;margin-left:.5rem}.view-mode-btn{border:none;background:#fff;color:#6b7280;font-size:.75rem;font-weight:600;padding:.3rem .6rem;cursor:pointer;transition:background .15s,color .15s}.view-mode-btn:hover{background:#f3f4f6}.view-mode-btn.active{background:#3b82f6;color:#fff}.viewport-table-overlay{position:absolute;inset:0;z-index:1001;background:#fff;display:flex;flex-direction:column;overflow:hidden}.property-explorer.view-table .leaflet-container{visibility:hidden}.property-explorer.view-table .pe-overlay{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;box-shadow:none;border:none}.property-explorer.view-table .pe-header{top:0;left:0;right:0;height:72px;box-sizing:border-box;padding:.6rem .85rem;background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:nowrap;z-index:1003}.property-explorer.view-table .pe-stats{inset:72px 0 0 auto;width:340px;max-width:none;padding:.75rem .85rem;border-left:1px solid #e5e7eb;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;background:#f9fafb;z-index:1002}.property-explorer.view-table .pe-stats>*{min-width:0}.property-explorer.view-table .viewport-table-overlay{inset:72px 340px 0 0;border-radius:0;box-shadow:none;border:none;border-right:1px solid #e5e7eb}.property-explorer.view-table .pe-stats .layer-toggle-row{font-size:.7rem;gap:.5rem;margin-bottom:.4rem}.property-explorer.view-table .pe-stats .layer-toggle-row input[type=checkbox]{width:12px;height:12px}.property-explorer.view-table .vt-toolbar{padding:.5rem 1rem;background:#fff}@media(max-width:900px){.property-explorer.view-table .pe-stats{position:absolute;inset:auto 0 0;width:auto;max-height:30vh;border-left:none;border-top:1px solid #e5e7eb}.property-explorer.view-table .viewport-table-overlay{inset:72px 0 30vh;border-right:none}}.viewport-table{display:flex;flex-direction:column;height:100%;font-size:.82rem}.vt-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.55rem .85rem;border-bottom:1px solid #e5e7eb;gap:.75rem;flex-wrap:wrap}.vt-tabs{display:flex;gap:.25rem}.vt-tab{border:1px solid #e5e7eb;background:#f9fafb;color:#6b7280;padding:.35rem .75rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer}.vt-tab:disabled{opacity:.4;cursor:not-allowed}.vt-tab.active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.vt-count{font-weight:400;opacity:.7;margin-left:.25rem}.vt-actions{display:flex;align-items:center;gap:.4rem}.vt-loading{font-size:.75rem;color:#6b7280;margin-right:.25rem}.vt-btn{border:1px solid #e5e7eb;background:#fff;color:#374151;padding:.3rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer}.vt-btn:hover:not(:disabled){background:#f3f4f6}.vt-btn:disabled{opacity:.4;cursor:not-allowed}.vt-btn.vt-close{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.vt-colpicker-wrap{position:relative}.vt-colpicker{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 6px 20px #0000001f;padding:.4rem .55rem;z-index:10;min-width:180px;max-height:320px;overflow-y:auto}.vt-colpicker-row{display:flex;align-items:center;gap:.45rem;padding:.2rem 0;font-size:.78rem;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.vt-table-wrap{flex:1;overflow:auto}.vt-table{width:100%;border-collapse:collapse;font-size:.8rem}.vt-table thead{position:sticky;top:0;background:#f9fafb;z-index:1}.vt-table th{text-align:left;padding:.5rem .75rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none}.vt-table th:hover{background:#f3f4f6}.vt-table td{padding:.45rem .75rem;border-bottom:1px solid #f3f4f6;color:#1f2937;white-space:nowrap;max-width:300px;overflow:hidden;text-overflow:ellipsis}.vt-table tbody tr{cursor:pointer}.vt-table tbody tr:hover{background:#f9fafb}.vt-num{text-align:right;font-variant-numeric:tabular-nums}.vt-sort-arrow{color:#3b82f6;font-size:.7rem}.vt-empty{text-align:center;color:#9ca3af;padding:2rem!important;font-style:italic}.vt-pagination{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem .85rem;border-top:1px solid #e5e7eb;background:#f9fafb}.vt-page-info{font-size:.75rem;color:#6b7280;margin:0 .5rem}.pe-overlay-tl{top:12px;left:12px;padding:.4rem .65rem;gap:.35rem}.pe-search{font-size:.88rem;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;width:100%;outline:none;box-sizing:border-box}.pe-search:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f120}.pe-search::placeholder{color:#9ca3af}.pe-search-dropdown{position:absolute;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #0000001a;max-height:280px;overflow-y:auto;z-index:1100}.pe-search-mode{display:flex;align-items:center;gap:2px;margin-bottom:4px}.pe-toggle-inline{margin-left:8px;font-size:.7rem;display:inline-flex;align-items:center;gap:4px}.pe-search-mode-btn{padding:2px 8px;font-size:.7rem;line-height:1.3;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:4px;cursor:pointer;transition:background .1s,color .1s,border-color .1s}.pe-search-mode-btn:hover{background:#f3f4f6}.pe-search-mode-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.pe-search-loading{display:flex;align-items:center;gap:8px;padding:10px 12px;font-size:.8rem;color:#6b7280}.pe-search-spinner{width:12px;height:12px;border:2px solid #e5e7eb;border-top-color:#6b7280;border-radius:50%;animation:pe-search-spin .8s linear infinite}@keyframes pe-search-spin{to{transform:rotate(360deg)}}.pe-search-item{padding:8px 12px;cursor:pointer;transition:background .1s}.pe-search-item:hover{background:#f3f4f6}.pe-search-item:first-child{border-radius:8px 8px 0 0}.pe-search-item:last-child{border-radius:0 0 8px 8px}.pe-search-item-name{font-size:.85rem;font-weight:500;color:#1f2937}.pe-search-item-sub{font-size:.72rem;color:#9ca3af;margin-top:1px}.pe-search-item-content{min-width:0;flex:1}.pe-search-section{padding:6px 12px 3px;font-size:.65rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;border-top:1px solid #f3f4f6}.pe-search-section:first-child{border-top:none}.pe-search-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-right:2px}.pe-search-dot-person{background:#6366f1}.pe-search-dot-formd{background:#f59e0b}.pe-search-dot-adv{background:#ea580c}.pe-search-item{display:flex;align-items:center;gap:8px}.search-mode-toggle{display:flex;gap:0;margin-bottom:4px}.search-mode-btn{font-size:.68rem;padding:2px 10px;border:1px solid #d1d5db;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s ease;line-height:1.4}.search-mode-btn:first-child{border-radius:5px 0 0 5px;border-right:none}.search-mode-btn:last-child{border-radius:0 5px 5px 0}.search-mode-btn.active{background:#4f46e5;border-color:#4f46e5;color:#fff;font-weight:600}.search-mode-btn:hover:not(.active){background:#f3f4f6}.pe-filters-collapsible{margin-top:.3rem}.pe-filters-collapsible summary{cursor:pointer;font-size:.72rem;font-weight:600;color:#374151;padding:.2rem 0;-webkit-user-select:none;user-select:none;list-style:none}.pe-filters-collapsible summary:before{content:"▶";display:inline-block;font-size:.55rem;margin-right:5px;transition:transform .15s ease;color:#9ca3af}.pe-filters-collapsible[open]>summary:before{transform:rotate(90deg)}.pe-filters-collapsible summary::-webkit-details-marker{display:none}.pe-filters-body{display:flex;gap:.3rem;flex-wrap:wrap;padding-top:.3rem}.pe-date-section{padding-top:.35rem}.pe-decay-toggle{padding:2px 10px;font-size:.68rem;font-weight:500;border:1px solid var(--border);border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s}.pe-decay-toggle:hover{border-color:var(--border-hover);color:var(--text)}.pe-decay-toggle.active{background:var(--accent);border-color:var(--accent);color:#fff}.pe-date-slider-track{position:relative;height:20px;margin:.2rem 0}.pe-date-slider-track .pe-date-slider{position:absolute;top:0;left:0;width:100%;pointer-events:none}.pe-date-slider-track .pe-date-slider::-webkit-slider-thumb{pointer-events:auto}.pe-date-slider-track .pe-date-slider::-moz-range-thumb{pointer-events:auto}.pe-date-slider{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:var(--border);border-radius:2px;outline:none;margin:.3rem 0}.pe-date-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px #00000040}.pe-date-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--accent);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px #00000040}.pe-date-labels{display:flex;justify-content:space-between;font-size:.68rem;color:var(--text-muted);margin-top:-.1rem}.people-explorer{position:relative;width:100%;height:100%;overflow:hidden;background:#fafbfc}.main-content:has(.people-explorer){padding:0;overflow:hidden}.pe-graph-detail{position:absolute;top:12px;right:12px;width:280px;max-height:calc(100vh - 80px);overflow-y:auto;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000001f;padding:1rem;z-index:600}.pe-detail-close{position:absolute;top:6px;right:8px;background:none;border:none;font-size:1.2rem;color:#9ca3af;cursor:pointer;line-height:1}.pe-detail-close:hover{color:#374151}.pe-detail-name{margin:0 0 .25rem;font-size:.95rem;font-weight:700;color:#1a1a2e}.pe-detail-loc,.pe-detail-industry,.pe-detail-cik{font-size:.75rem;color:#6b7280;margin-bottom:.2rem}.pe-agg{margin-top:.5rem;padding:.45rem .55rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;gap:3px}.pe-agg-row{display:flex;justify-content:space-between;font-size:.72rem}.pe-agg-label{color:#6b7280}.pe-agg-value{font-weight:600;color:#1e293b}.pe-spark{margin-top:.4rem;padding:.4rem .55rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;font-size:.72rem;overflow:hidden}.pe-spark svg{max-width:100%;height:auto}.pe-detail-section-title{font-size:.72rem;font-weight:600;color:#374151;margin-top:.75rem;margin-bottom:.35rem;border-bottom:1px solid #e5e7eb;padding-bottom:.2rem}.pe-detail-role-item{padding:.3rem 0;border-bottom:1px solid #f3f4f6}.pe-detail-role-item:last-child{border-bottom:none}.pe-detail-role-name{font-size:.78rem;font-weight:600;color:#4f46e5}.pe-detail-role-company{font-size:.72rem;color:#374151}.pe-detail-role-date{font-size:.68rem;color:#9ca3af}.pe-source-badge{display:inline-block;font-size:.6rem;font-weight:600;padding:1px 5px;border-radius:3px;margin-left:6px;vertical-align:middle}.pe-source-formd{background:#ede9fe;color:#6d28d9}.pe-source-adv{background:#e0f2fe;color:#0369a1}.pe-detail-expand-btn{margin-top:.6rem;width:100%;padding:.35rem;font-size:.72rem;font-weight:600;background:#4f46e5;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background .15s}.pe-detail-expand-btn:hover{background:#4338ca}.pe-detail-matches{margin-top:.6rem}.pe-match-card{display:flex;align-items:center;justify-content:space-between;gap:.4rem;padding:.35rem 0;border-bottom:1px solid var(--bg-surface)}.pe-match-card:last-child{border-bottom:none}.pe-match-info{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;min-width:0}.pe-match-name{font-weight:600;font-size:.78rem;color:var(--text)}.pe-match-loc{font-size:.7rem;color:var(--text-muted)}.pe-match-meta{font-size:.65rem;color:var(--text-dim)}.pe-match-conf{font-size:.65rem;font-weight:600;padding:.05rem .3rem;border-radius:2px}.pe-conf-high{background:#dcfce7;color:#15803d}.pe-conf-med{background:#fef9c3;color:#a16207}.pe-conf-low{background:#fee2e2;color:#dc2626}.pe-match-suggest-btn{flex-shrink:0;font-size:.65rem;padding:.2rem .5rem;border:1px solid #86efac;border-radius:2px;background:#f0fdf4;color:#15803d;cursor:pointer}.pe-match-suggest-btn:hover{background:#dcfce7}.pe-graph-stats{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#ffffffeb;padding:.3rem .8rem;border-radius:6px;font-size:.72rem;color:#6b7280;box-shadow:0 1px 4px #00000014;white-space:nowrap;z-index:600}.pe-graph-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:600}.pe-graph-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:500}.pe-graph-empty-icon{margin-bottom:.75rem;opacity:.5}.pe-graph-empty-text{font-size:.85rem;color:#9ca3af;max-width:260px}.pe-toast{position:absolute;top:16px;left:50%;transform:translate(-50%);background:#1f2937;color:#f9fafb;padding:.5rem 1rem;border-radius:8px;font-size:.78rem;box-shadow:0 4px 12px #0003;z-index:700;cursor:pointer;animation:pe-toast-in .3s ease-out;white-space:nowrap}@keyframes pe-toast-in{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.pe-load-more-btn{background:none;border:none;color:#4f46e5;font-size:.72rem;cursor:pointer;text-decoration:underline;padding:0}.pe-load-more-btn:hover{color:#3730a3}.pe-share-btn{background:none;border:none;color:#4f46e5;font-size:.72rem;cursor:pointer;text-decoration:underline;padding:0}.pe-share-btn:hover{color:#3730a3}.pe-toggle{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none;margin-top:4px}.pe-toggle input{accent-color:#22c55e}.pe-view-toggle{display:flex;gap:2px;background:#f3f4f6;border-radius:8px;padding:2px;margin-top:6px}.pe-view-btn{padding:4px 14px;border:none;border-radius:6px;font-size:.78rem;font-weight:500;cursor:pointer;background:transparent;color:#6b7280;transition:all .15s}.pe-view-btn.active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.pe-view-btn:hover:not(.active){color:#374151}.pe-er-container{position:absolute;inset:0;overflow:hidden;background:#f8fafc;background-image:radial-gradient(circle,#e2e8f0 1px,transparent 1px);background-size:24px 24px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.pe-er-container:active{cursor:grabbing}.pe-er-canvas{position:absolute;left:0;top:0;will-change:transform}.pe-er-svg{position:absolute;inset:0;pointer-events:none;z-index:0}.pe-er-edge-label{font-size:10px;fill:#94a3b8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc}.pe-er-card{position:absolute;border-radius:20px;background:#fff;border:1.5px solid #e2e8f0;cursor:grab;transition:border-color .15s,box-shadow .15s,opacity .15s;z-index:1;font-size:.78rem;overflow:hidden;box-shadow:0 1px 4px #0000000f;display:flex;align-items:center;gap:7px;padding:7px 12px;height:34px;box-sizing:border-box}.pe-er-card:hover{border-color:#94a3b8;box-shadow:0 3px 12px #0000001f;z-index:5}.pe-er-card:active{cursor:grabbing;box-shadow:0 6px 20px #00000026;z-index:10}.pe-er-card-title{font-weight:600;font-size:.76rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.pe-er-type-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#6366f1}.pe-er-type-dot.formd{background:#f59e0b}.pe-er-type-dot.adv{background:#ea580c}.pe-er-center{border-color:#818cf8;background:#eef2ff;box-shadow:0 0 0 3px #6366f126;height:40px;border-radius:22px;padding:8px 16px}.pe-er-center .pe-er-card-title{font-size:.85rem}.pe-er-highlighted{border-color:#818cf8;box-shadow:0 3px 12px #6366f133;z-index:6}.pe-er-dimmed{opacity:.25}.pe-er-expand{width:22px;height:22px;border:none;border-radius:50%;background:#f3f4f6;color:#6366f1;font-size:.72rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s}.pe-er-expand:hover{background:#6366f1;color:#fff}.pe-er-collapse-btn{border:none;border-radius:10px;background:#f3f4f6;color:#6b7280;font-size:.62rem;font-weight:600;padding:2px 7px;cursor:pointer;flex-shrink:0;transition:background .15s;line-height:1.3}.pe-er-collapse-btn:hover{background:#e5e7eb}.pe-er-collapse-btn.collapsed{background:#dbeafe;color:#3b82f6}.pe-er-zoom-controls{position:absolute;bottom:48px;right:16px;display:flex;align-items:center;gap:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:4px 6px;box-shadow:0 2px 8px #00000014;z-index:20}.pe-er-zoom-controls button{width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:#374151;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s}.pe-er-zoom-controls button:hover{background:#f3f4f6}.pe-er-zoom-level{font-size:.7rem;color:#6b7280;min-width:36px;text-align:center}.pe-er-fit-btn{font-size:.72rem!important;font-weight:500!important;width:auto!important;padding:0 8px!important}.pe-col-container{position:absolute;inset:0;display:flex;flex-direction:column;background:#fff;padding-top:130px}.pe-col-breadcrumbs{display:flex;align-items:center;padding:0 16px 8px;flex-shrink:0;flex-wrap:wrap;gap:2px}.pe-col-crumb-sep{color:#d1d5db;font-size:.75rem;margin:0 2px}.pe-col-crumb-btn{border:none;background:none;color:#6b7280;font-size:.75rem;cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .1s}.pe-col-crumb-btn:hover{background:#f3f4f6;color:#374151}.pe-col-crumb-btn.active{color:#1e293b;font-weight:600}.pe-col-scroll{flex:1;display:flex;overflow-x:auto;overflow-y:hidden;border-top:1px solid #e5e7eb}.people-explorer:has(.pe-graph-detail) .pe-col-scroll{padding-right:296px}.pe-col-panel{min-width:280px;max-width:340px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid #e5e7eb;height:100%}.pe-col-header{display:flex;align-items:center;gap:7px;padding:10px 14px;background:#f8fafc;border-bottom:1px solid #f1f5f9;flex-shrink:0}.pe-col-header-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#94a3b8}.pe-col-header-dot.person{background:#6366f1}.pe-col-header-dot.company{background:#f59e0b}.pe-col-header-label{font-weight:600;font-size:.78rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.pe-col-header-count{font-size:.65rem;color:#9ca3af;background:#f3f4f6;padding:1px 6px;border-radius:8px;flex-shrink:0}.pe-col-items{flex:1;overflow-y:auto;padding:4px 0}.pe-col-item{display:flex;align-items:center;gap:8px;padding:8px 14px;cursor:pointer;transition:background .1s;border-left:3px solid transparent}.pe-col-item:hover{background:#f8fafc}.pe-col-item.selected{background:#eef2ff;border-left-color:#6366f1}.pe-col-item.loading{opacity:.6}.pe-col-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pe-col-dot.person{background:#6366f1}.pe-col-dot.formd{background:#f59e0b}.pe-col-dot.adv{background:#ea580c}.pe-col-item-content{flex:1;min-width:0}.pe-col-item-name{font-size:.8rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pe-col-item-role{font-size:.65rem;color:#94a3b8;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pe-col-item-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.pe-col-item-money{font-size:.65rem;font-weight:600;color:#059669}.pe-col-item-count{font-size:.6rem;color:#9ca3af;background:#f3f4f6;padding:1px 5px;border-radius:6px}.pe-col-item-arrow{color:#cbd5e1;font-size:1rem;line-height:1}.pe-col-item.selected .pe-col-item-arrow{color:#6366f1}.pe-col-empty{padding:16px 14px;font-size:.75rem;color:#9ca3af;text-align:center}.pe-entity-link{background:none;border:none;padding:0;color:#4f46e5;cursor:pointer;font-size:inherit;text-align:left;text-decoration:none}.pe-entity-link:hover{text-decoration:underline}.pe-entity-preview{margin-top:.5rem;padding:.75rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;border-radius:10px;font-size:.75rem;box-shadow:0 1px 3px #0000000a}.pe-preview-header{display:flex;justify-content:space-between;align-items:center;gap:4px;margin-bottom:6px;font-size:.8rem}.pe-preview-header strong{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pe-preview-meta{color:#6b7280;font-size:.72rem;margin-bottom:2px;display:flex;align-items:center;gap:4px}.pe-preview-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:6px;margin:8px 0}.pe-preview-stat{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 8px;text-align:center}.pe-preview-stat-value{font-weight:700;font-size:.82rem;color:#111827;line-height:1.2}.pe-preview-stat-label{font-size:.62rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.03em;margin-top:1px}.pe-preview-section-title{font-weight:600;font-size:.7rem;color:#374151;margin-top:8px;margin-bottom:4px}.pe-preview-filing{display:flex;gap:8px;padding:4px 6px;color:#4f46e5;text-decoration:none;font-size:.72rem;border-radius:4px;transition:background .1s}.pe-preview-filing:hover{background:#eef2ff}.pe-preview-filing span:first-child{font-weight:500;min-width:36px}.pe-preview-filing span:last-child{color:#6b7280;margin-left:auto}.pe-preview-funds{display:flex;flex-direction:column;gap:3px;margin-top:2px}.pe-preview-fund{display:flex;justify-content:space-between;align-items:center;padding:3px 6px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;font-size:.7rem;color:#374151}.pe-preview-fund-name{font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:6px}.pe-preview-fund-meta{color:#9ca3af;font-size:.65rem;white-space:nowrap}.pe-preview-linked{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.pe-preview-linked-chip{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:2px 6px;font-size:.67rem;color:#4f46e5;text-decoration:none;transition:background .1s}.pe-preview-linked-chip:hover{background:#eef2ff}.pe-preview-view-link{display:block;text-align:center;margin-top:8px;padding:5px 0;font-size:.72rem;font-weight:600;color:#4f46e5;text-decoration:none;border:1px solid #e0e7ff;border-radius:6px;background:#fff;transition:background .1s}.pe-preview-view-link:hover{background:#eef2ff}.graph-node-group circle{transition:filter .15s ease}.graph-node-group:hover circle{filter:url(#glow)}.pe-detail-panel{top:100px;left:12px;bottom:24px;width:320px;overflow-y:auto;padding:.75rem;animation:slideInPanel .25s ease-out}@keyframes slideInPanel{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.selected-glow{animation:pulseGlow 1.5s ease-in-out infinite}.selected-glow-outer{animation:pulseGlowOuter 1.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.8;stroke-width:3}50%{opacity:.4;stroke-width:5}}@keyframes pulseGlowOuter{0%,to{opacity:.3}50%{opacity:.1}}@media(max-width:768px){.property-explorer{width:calc(100% + 2rem);margin:-1rem}.pe-header{top:8px;left:8px;right:8px;padding:.4rem .65rem;gap:.35rem;flex-wrap:wrap}.pe-title{font-size:.82rem}.location-search-wrap{order:10;width:100%}.location-search{width:100%;font-size:.75rem}.location-dropdown{min-width:unset;width:100%}.pe-stats{inset:auto 8px 8px;max-width:none;max-height:35vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.4rem .65rem;font-size:.75rem}.pe-mode-indicator{bottom:auto;top:76px;left:50%;font-size:.7rem;padding:.25rem .6rem}.pe-detail-panel{inset:auto 0 0;width:auto;max-height:55vh;border-radius:12px 12px 0 0;padding:.75rem 1rem;animation:slideUpPanel .25s ease-out}@keyframes slideUpPanel{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}}.main-content:has(.chat-container){padding-top:0;padding-bottom:0;overflow:hidden}.chat-container{display:flex;height:100%;position:relative}.chat-history{width:260px;min-width:260px;background:var(--bg);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.chat-history-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.chat-history-title{font-weight:600;font-size:.85rem;color:var(--text)}.chat-history-new{background:var(--accent);color:#fff;border:none;border-radius:6px;width:28px;height:28px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.chat-history-list{flex:1;overflow-y:auto;padding:.4rem 0}.chat-history-item{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;cursor:pointer;font-size:.82rem;color:var(--text);border-left:3px solid transparent;transition:background .1s}.chat-history-item:hover{background:var(--bg-raised)}.chat-history-item.active{background:var(--bg-raised);border-left-color:var(--accent)}.chat-history-item-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-history-item-delete{background:none;border:none;color:var(--muted);cursor:pointer;font-size:1rem;padding:0 .2rem;opacity:0;transition:opacity .15s}.chat-history-item:hover .chat-history-item-delete{opacity:1}.chat-history-item-delete:hover{color:var(--text)}.chat-history-empty{padding:1rem;text-align:center;color:var(--muted);font-size:.82rem}.chat-main{flex:1;min-width:0;display:flex;flex-direction:column;height:100%}.chat-topbar{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.chat-history-toggle{display:none;background:none;border:1px solid var(--border);border-radius:6px;padding:.3rem .5rem;font-size:1rem;cursor:pointer;color:var(--text)}.chat-new-btn{background:var(--bg-raised);border:1px solid var(--border);border-radius:6px;padding:.3rem .75rem;font-size:.8rem;cursor:pointer;color:var(--text);margin-left:auto}.chat-new-btn:hover{border-color:var(--accent)}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem;max-width:800px;width:100%;margin:0 auto}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;color:var(--muted)}.chat-empty h2{font-size:1.4rem;color:var(--text);margin-bottom:.4rem}.chat-empty p{font-size:.85rem;margin-bottom:1.5rem;max-width:400px}.chat-suggestions{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:500px}.chat-suggestion{background:var(--bg-raised);border:1px solid var(--border);border-radius:8px;padding:.6rem 1rem;text-align:left;font-size:.82rem;color:var(--text);cursor:pointer;transition:border-color .15s}.chat-suggestion:hover{border-color:var(--accent)}.chat-msg{display:flex}.chat-msg-user{justify-content:flex-end}.chat-msg-assistant{justify-content:flex-start}.chat-bubble{max-width:90%;border-radius:12px;padding:.7rem 1rem;font-size:.88rem;line-height:1.55;word-break:break-word}.chat-bubble-user{background:var(--accent);color:#fff;border-bottom-right-radius:4px;white-space:pre-wrap}.chat-bubble-assistant{background:var(--bg-raised);border:1px solid var(--border);border-bottom-left-radius:4px;color:var(--text)}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p{margin:.4em 0}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4{margin:.8em 0 .3em;line-height:1.3}.chat-markdown h1{font-size:1.2em}.chat-markdown h2{font-size:1.1em}.chat-markdown h3{font-size:1em}.chat-markdown ul,.chat-markdown ol{margin:.3em 0;padding-left:1.5em}.chat-markdown li{margin:.15em 0}.chat-markdown li>p{margin:.15em 0}.chat-markdown code{background:#4f46e514;padding:.15em .35em;border-radius:4px;font-size:.88em;font-family:SF Mono,Fira Code,Cascadia Code,monospace}.chat-markdown pre{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;overflow-x:auto;margin:.5em 0}.chat-markdown pre code{background:none;padding:0;font-size:.82em;line-height:1.5}.chat-markdown table{border-collapse:collapse;width:100%;margin:.5em 0;font-size:.85em}.chat-markdown th,.chat-markdown td{border:1px solid var(--border);padding:.35rem .6rem;text-align:left}.chat-markdown th{background:#4f46e50f;font-weight:600}.chat-markdown tr:nth-child(2n){background:#00000005}.chat-markdown blockquote{border-left:3px solid var(--accent);margin:.4em 0;padding:.2em .8em;color:var(--muted)}.chat-markdown hr{border:none;border-top:1px solid var(--border);margin:.6em 0}.chat-markdown a{color:var(--accent);text-decoration:none}.chat-markdown a:hover{text-decoration:underline}.chat-markdown strong{font-weight:600}.chat-chart{margin:.6em 0;padding:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:8px}.chat-chart-title{font-weight:600;font-size:.85rem;margin-bottom:.5rem;color:var(--text)}.chat-chart-error{color:var(--muted);font-size:.8rem;padding:.5rem}.chat-cursor{animation:blink 1s step-end infinite;color:var(--accent)}@keyframes blink{50%{opacity:0}}.chat-tool{margin:.5rem 0;border:1px solid var(--border);border-radius:6px;overflow:hidden;font-size:.8rem}.chat-tool-header{display:flex;align-items:center;gap:.4rem;width:100%;padding:.4rem .6rem;background:#4f46e50f;border:none;cursor:pointer;font-size:.78rem;color:var(--text);text-align:left}.chat-tool-header:hover{background:#4f46e51a}.chat-tool-running .chat-tool-icon{display:inline-block;animation:spin 1s linear infinite;color:var(--accent)}@keyframes spin{to{transform:rotate(360deg)}}.chat-tool-icon{font-size:.75rem;color:#22c55e}.chat-tool-label{flex:1;font-weight:500}.chat-tool-chevron{font-size:.7rem;color:var(--muted)}.chat-tool-body{padding:.5rem .6rem;border-top:1px solid var(--border);background:var(--bg)}.chat-tool-section{margin-bottom:.4rem}.chat-tool-section:last-child{margin-bottom:0}.chat-tool-section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);display:block;margin-bottom:.15rem}.chat-tool-body pre{margin:0;font-size:.72rem;line-height:1.4;white-space:pre-wrap;word-break:break-all;max-height:200px;overflow-y:auto;color:var(--text)}.chat-input-bar{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);background:var(--bg);max-width:800px;width:100%;margin:0 auto}.chat-input{flex:1;resize:none;border:1px solid var(--border);border-radius:10px;padding:.6rem .8rem;font-size:.88rem;font-family:inherit;background:var(--bg-raised);color:var(--text);outline:none;min-height:38px;max-height:120px}.chat-input:focus{border-color:var(--accent)}.chat-send{width:36px;height:36px;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-send:disabled{opacity:.4;cursor:default}@media(max-width:768px){.chat-history{position:absolute;left:0;top:0;bottom:0;z-index:20;transform:translate(-100%);transition:transform .2s ease;box-shadow:none}.chat-history.open{transform:translate(0);box-shadow:4px 0 12px #00000026}.chat-history-toggle{display:flex}.chat-bubble{max-width:95%}}.main-content:has(.taxmap-container){padding:0;overflow:hidden}.taxmap-container{display:flex;flex-direction:column;height:100%;width:100%}.taxmap-loading{display:flex;align-items:center;gap:.5rem;padding:2rem;color:var(--text-muted, #888)}.taxmap-toolbar{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0;flex-wrap:wrap}.taxmap-title{font-size:1rem;font-weight:600;margin:0;white-space:nowrap}.taxmap-search-wrap{position:relative}.taxmap-search{width:220px;padding:.35rem .6rem;font-size:.8rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-raised, #1e1e2e);color:var(--text);outline:none;font-family:inherit}.taxmap-search:focus{border-color:var(--accent)}.taxmap-search-dropdown{position:absolute;top:100%;left:0;right:0;min-width:300px;max-height:320px;overflow-y:auto;background:var(--bg-raised, #1e1e2e);border:1px solid var(--border);border-radius:0 0 6px 6px;z-index:1100;box-shadow:0 4px 12px #0000004d}.taxmap-search-item{display:flex;flex-direction:column;gap:1px;width:100%;padding:.4rem .6rem;text-align:left;background:none;border:none;border-bottom:1px solid var(--border);color:var(--text);cursor:pointer;font-size:.8rem;font-family:inherit}.taxmap-search-item:hover{background:#4f46e51a}.taxmap-search-item:last-child{border-bottom:none}.taxmap-search-item-label{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.taxmap-search-item-meta{font-size:.7rem;color:var(--text-muted, #888)}.taxmap-search-empty{padding:.6rem;text-align:center;color:var(--text-muted, #888);font-size:.8rem}.taxmap-stats{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.75rem;color:var(--text-muted, #888)}.taxmap-stat{display:flex;align-items:center;gap:.3rem}.taxmap-stat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.taxmap-body{display:flex;flex:1;min-height:0}.taxmap-sidebar{width:180px;min-width:180px;padding:.75rem;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:.35rem;overflow-y:auto}.taxmap-sidebar-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #888);margin-bottom:.25rem}.taxmap-layer-toggle{display:flex;align-items:center;gap:.4rem;font-size:.82rem;cursor:pointer;padding:.2rem 0}.taxmap-layer-toggle input{accent-color:var(--accent)}.taxmap-layer-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.taxmap-layer-label{flex:1}.taxmap-layer-zoom{font-size:.65rem;color:var(--text-muted, #888);opacity:.7}.taxmap-sidebar-hint{font-size:.7rem;color:var(--text-muted, #888);margin-top:.5rem;line-height:1.4}.taxmap-map-wrap{flex:1;position:relative;min-width:0}.taxmap-panel{position:absolute;top:12px;right:12px;width:300px;max-height:calc(100% - 24px);background:var(--bg-raised, #1e1e2e);border:1px solid var(--border);border-radius:8px;z-index:1000;display:flex;flex-direction:column;overflow:hidden;animation:slideInPanel .2s ease-out}.taxmap-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid var(--border)}.taxmap-panel-title{font-weight:600;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.taxmap-panel-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--text-muted, #888);padding:0 .2rem;line-height:1}.taxmap-panel-close:hover{color:var(--text)}.taxmap-panel-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.taxmap-panel-body{overflow-y:auto;padding:.5rem .75rem}.taxmap-props-table{width:100%;font-size:.75rem;border-collapse:collapse}.taxmap-props-table td{padding:.2rem .4rem .2rem 0;border-bottom:1px solid var(--border);vertical-align:top}.taxmap-prop-key{color:var(--text-muted, #888);font-weight:500;white-space:nowrap;width:1%}.taxmap-prop-val{word-break:break-all}.auction-pulse{position:relative;width:24px;height:24px}.auction-dot{position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:var(--pulse-color, #f59e0b);box-shadow:0 0 6px var(--pulse-color, #f59e0b);z-index:2}.auction-ping{position:absolute;top:50%;left:50%;width:24px;height:24px;margin:-12px 0 0 -12px;border-radius:50%;border:2px solid var(--pulse-color, #f59e0b);opacity:0;animation:auction-radar 2s ease-out infinite;z-index:1}.auction-pulse.redeemed .auction-dot{opacity:.4}.auction-pulse.redeemed .auction-ping{animation:none;opacity:0}@keyframes auction-radar{0%{transform:scale(.5);opacity:.8}to{transform:scale(2.5);opacity:0}}.auction-tooltip{background:var(--bg-raised, #23232a)!important;color:var(--text, #e2e2e9)!important;border:1px solid var(--border, #333)!important;border-radius:6px!important;padding:4px 8px!important;font-size:.75rem!important;box-shadow:0 4px 12px #0006!important}.auction-tooltip:before{border-top-color:var(--border, #333)!important}.auction-panel .taxmap-panel-title{color:#f59e0b}.auction-images{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.auction-thumb{width:64px;height:48px;object-fit:cover;border-radius:4px;border:1px solid var(--border, #333);cursor:pointer;opacity:.85;transition:opacity .15s,border-color .15s}.auction-thumb:hover{opacity:1;border-color:#f59e0b}.auction-img-modal-overlay{position:fixed;inset:0;background:#000000d9;z-index:10000;display:flex;align-items:center;justify-content:center;cursor:pointer}.auction-img-modal{position:relative;max-width:90vw;max-height:90vh;cursor:default;display:flex;flex-direction:column;align-items:center;gap:12px}.auction-img-modal-main-wrap{width:90vw;height:72vh;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auction-img-modal-main{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;display:block}.auction-img-modal-carousel{display:flex;gap:8px;overflow-x:auto;max-width:90vw;padding:4px 0;justify-content:center}.auction-img-modal-carousel-thumb{width:64px;height:48px;object-fit:cover;border-radius:4px;border:2px solid transparent;opacity:.6;cursor:pointer;transition:opacity .15s,border-color .15s;flex-shrink:0}.auction-img-modal-carousel-thumb:hover{opacity:.9}.auction-img-modal-carousel-thumb.active{opacity:1;border-color:#f59e0b}.auction-img-modal-close{position:absolute;top:-12px;right:-12px;width:28px;height:28px;border-radius:50%;border:none;background:#333;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.auction-img-modal-close:hover{background:#555}@media(max-width:768px){.taxmap-sidebar{display:none}.taxmap-panel{inset:auto 0 0;width:auto;max-height:45vh;border-radius:12px 12px 0 0}}.er-container{max-width:900px;margin:0 auto;padding:1.5rem}.er-header h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.er-subtitle{color:var(--text-muted);font-size:.85rem;margin:0 0 1.25rem}.er-stats{display:flex;gap:.75rem;margin-bottom:1.25rem}.er-stat-card{flex:1;display:flex;flex-direction:column;align-items:center;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);cursor:pointer;transition:border-color .15s}.er-stat-card:hover{border-color:var(--border-hover)}.er-stat-active{border-color:var(--accent);background:var(--accent-subtle)}.er-stat-count{font-size:1.5rem;font-weight:700;line-height:1.2}.er-stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.er-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.er-toolbar-left,.er-toolbar-right{display:flex;align-items:center;gap:.75rem}.er-filter-label{font-size:.8rem;color:var(--text-muted);display:flex;align-items:center;gap:.35rem}.er-select{font-size:.8rem;padding:.2rem .4rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg)}.er-result-count{font-size:.8rem;color:var(--text-dim)}.er-checkbox-label{display:flex;align-items:center;gap:.35rem;font-size:.8rem;cursor:pointer}.er-list{display:flex;flex-direction:column;gap:.5rem}.er-card{border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;background:var(--bg);transition:border-color .15s}.er-card:hover{border-color:var(--border-hover)}.er-card-selected{border-color:var(--accent);background:var(--accent-muted)}.er-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.er-conf-badge{font-size:.7rem;font-weight:600;padding:.1rem .4rem;border-radius:var(--radius-sm)}.er-conf-high{background:#dcfce7;color:#15803d}.er-conf-med{background:#fef9c3;color:#a16207}.er-conf-low{background:#fee2e2;color:#dc2626}.er-pills{display:flex;gap:.3rem;flex-wrap:wrap}.er-pill{font-size:.65rem;padding:.1rem .35rem;border-radius:var(--radius-sm);white-space:nowrap}.er-pill-green{background:#dcfce7;color:#15803d}.er-pill-blue{background:#dbeafe;color:#1d4ed8}.er-pill-yellow{background:#fef9c3;color:#a16207}.er-pill-gray{background:var(--bg-surface);color:var(--text-muted)}.er-card-body{display:flex;align-items:center;gap:.75rem}.er-person{flex:1;min-width:0}.er-person-name{display:block;font-weight:600;font-size:.9rem;color:var(--accent);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.er-person-name:hover{text-decoration:underline}.er-person-meta{display:block;font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.er-vs{font-size:.7rem;color:var(--text-dim);font-weight:600;text-transform:uppercase;flex-shrink:0}.er-card-actions{display:flex;gap:.4rem;margin-top:.5rem;justify-content:flex-end}.er-btn{font-size:.75rem;padding:.3rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;transition:all .15s}.er-btn:hover:not(:disabled){border-color:var(--border-hover)}.er-btn:disabled{opacity:.5;cursor:not-allowed}.er-btn-sm{font-size:.7rem;padding:.2rem .5rem}.er-btn-confirm{color:#15803d;border-color:#86efac;background:#f0fdf4}.er-btn-confirm:hover:not(:disabled){background:#dcfce7;border-color:#4ade80}.er-btn-reject{color:#dc2626;border-color:#fca5a5;background:#fef2f2}.er-btn-reject:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.er-btn-unknown{color:#a16207;border-color:#fde68a;background:#fefce8}.er-btn-unknown:hover:not(:disabled){background:#fef9c3;border-color:#fcd34d}.er-empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.er-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.er-page-info{font-size:.8rem;color:var(--text-muted)}.er-expand-btn{margin-left:auto;font-size:.7rem;color:var(--accent);background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.15rem .5rem;cursor:pointer;white-space:nowrap}.er-expand-btn:hover{background:var(--accent-subtle);border-color:var(--accent)}.er-entities-panel{display:flex;gap:0;margin-top:.5rem;border-top:1px solid var(--border);padding-top:.5rem}.er-entities-col{flex:1;min-width:0;overflow:hidden}.er-entities-divider{width:1px;background:var(--border);margin:0 .5rem;flex-shrink:0}.er-entities-col-header{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.er-entities-list{display:flex;flex-direction:column;gap:.2rem;max-height:200px;overflow-y:auto}.er-entity-row{display:flex;align-items:center;gap:.35rem;font-size:.72rem;line-height:1.3;position:relative}.er-entity-tooltip{position:fixed;background:var(--text);color:var(--bg);padding:.4rem .6rem;border-radius:var(--radius);font-size:.7rem;line-height:1.4;z-index:9999;pointer-events:none;box-shadow:0 2px 8px #0000002e;max-width:450px;word-break:break-word}.er-entity-source{flex-shrink:0;font-size:.6rem;font-weight:700;padding:.05rem .25rem;border-radius:var(--radius-sm);text-transform:uppercase}.er-entity-source-formd{background:#fef3c7;color:#92400e}.er-entity-source-adv{background:#ffedd5;color:#9a3412}.er-entity-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.er-entity-role{color:var(--text-dim);white-space:nowrap;flex-shrink:0}.er-entity-loc{color:var(--text-dim);white-space:nowrap;flex-shrink:0;margin-left:auto}.er-entities-loading,.er-entities-error,.er-entities-empty{font-size:.72rem;color:var(--text-muted);padding:.25rem 0}.er-entities-loading .spinner{width:10px;height:10px;border-width:1.5px;margin-right:.25rem}.er-toast{position:fixed;top:1rem;right:1rem;z-index:1000;padding:.6rem 1rem;border-radius:var(--radius);font-size:.8rem;font-weight:500;cursor:pointer;animation:er-toast-in .2s ease-out;box-shadow:0 2px 8px #0000001f}.er-toast-success{background:#f0fdf4;color:#15803d;border:1px solid #86efac}.er-toast-error{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}@keyframes er-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.er-view-toggle{display:flex;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.er-view-btn{font-size:.75rem;padding:.2rem .6rem;border:none;background:var(--bg);cursor:pointer;color:var(--text-muted)}.er-view-btn:not(:last-child){border-right:1px solid var(--border)}.er-view-btn-active{background:var(--accent);color:#fff}.er-cluster{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);overflow:hidden}.er-cluster-header{padding:.75rem;border-bottom:1px solid var(--border);background:var(--bg-raised)}.er-cluster-anchor{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.er-anchor-name{font-size:1rem;font-weight:700}.er-cluster-count{font-size:.7rem;color:var(--text-dim);background:var(--bg-surface);padding:.1rem .4rem;border-radius:var(--radius-sm)}.er-cluster-anchor-entities{margin-top:.4rem}.er-cluster-candidates{padding:.5rem .75rem}.er-cluster-toolbar{display:flex;align-items:center;gap:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border);margin-bottom:.5rem}.er-candidate{padding:.4rem 0;border-bottom:1px solid var(--bg-surface)}.er-candidate:last-child{border-bottom:none}.er-candidate-selected{background:var(--accent-muted);margin:0 -.75rem;padding:.4rem .75rem}.er-candidate-top{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.er-candidate-top .er-person-name{font-size:.85rem}.er-candidate-top .er-person-meta{font-size:.72rem}.er-candidate-reject{margin-left:auto}.er-oversized-count{color:var(--yellow);font-weight:500}.er-btn-skip{color:var(--text-muted);border-color:var(--border);background:var(--bg);margin-left:auto}.er-btn-skip:hover:not(:disabled){background:var(--bg-surface);border-color:var(--border-hover)}.er-candidate-entities{margin-top:.25rem;padding-left:1.5rem}.er-entity-selectable{cursor:pointer;padding:.15rem .25rem;border-radius:var(--radius-sm);margin:0 -.25rem}.er-entity-selectable:hover{background:var(--accent-subtle)}.er-entity-selected{background:#dbeafe}.er-entity-check{flex-shrink:0;margin-right:.15rem}.er-transfer-badge{font-size:.6rem;color:var(--blue);background:#dbeafe;padding:.05rem .3rem;border-radius:var(--radius-sm);margin-left:.4rem;font-weight:500}.er-transfer-bar{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin-top:.4rem;background:#eff6ff;border:1px solid #93c5fd;border-radius:var(--radius-sm);font-size:.8rem;color:#1e40af}.er-transfer-buttons{display:flex;gap:.3rem;margin-left:auto}.er-btn-transfer-active{background:#dbeafe;border-color:#60a5fa;color:#1d4ed8}.er-card-actions{display:flex;gap:.4rem;margin-top:.5rem;justify-content:flex-end;align-items:center;flex-wrap:wrap}.admin-fab-container{position:fixed;bottom:1.25rem;right:1.25rem;z-index:900;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.admin-fab{width:40px;height:40px;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;box-shadow:0 2px 10px #4f46e559;transition:transform .15s,background .15s}.admin-fab:hover{background:var(--accent-hover);transform:scale(1.08)}.admin-fab-open{background:var(--text-muted)}.admin-fab-open:hover{background:var(--text)}.admin-fab-menu{display:flex;flex-direction:column;gap:.25rem;animation:admin-fab-in .15s ease-out}.admin-fab-item{padding:.4rem .85rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);font-size:.78rem;color:var(--text);text-decoration:none;white-space:nowrap;box-shadow:0 2px 8px #0000001a;transition:border-color .15s,background .15s}.admin-fab-item:hover{border-color:var(--accent);background:var(--accent-subtle)}.admin-fab-item.active{border-color:var(--accent);color:var(--accent);font-weight:600}@keyframes admin-fab-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.brochure-subtitle{color:var(--text-muted);margin:-.5rem 0 1rem;font-size:.9rem}.brochure-error{color:var(--red);margin:1rem 0;padding:.75rem 1rem;background:#dc26260f;border-radius:var(--radius);font-size:.85rem}.brochure-empty{color:var(--text-muted);text-align:center;padding:3rem 1rem}.brochure-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.85rem;color:var(--text-muted)}.brochure-results{display:flex;flex-direction:column;gap:.5rem}.brochure-card{border:1px solid var(--border);border-radius:var(--radius);padding:.875rem 1rem;cursor:pointer;transition:border-color .15s,background .15s}.brochure-card:hover{border-color:var(--border-hover);background:var(--accent-muted)}.brochure-card-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.4rem}.brochure-card-firm{font-weight:600;font-size:.95rem;color:var(--text)}.brochure-card-meta{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.brochure-card-snippet{font-size:.85rem;color:var(--text-muted);line-height:1.5;margin-bottom:.4rem}.brochure-card-snippet mark{background:#4f46e526;color:var(--accent);padding:0 2px;border-radius:2px;font-weight:500}.brochure-card-footer{display:flex;gap:1rem;font-size:.75rem;color:var(--text-dim)}.brochure-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding:1rem 0}.brochure-pagination button{padding:.4rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);cursor:pointer;font-size:.85rem}.brochure-pagination button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.brochure-pagination button:disabled{opacity:.4;cursor:default}.brochure-pagination span{font-size:.85rem;color:var(--text-muted)}.brochure-back-btn{background:none;border:none;color:var(--accent);cursor:pointer;font-size:.9rem;padding:0;margin-bottom:1rem}.brochure-back-btn:hover{text-decoration:underline}.brochure-detail-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.brochure-detail-header h2{margin:0 0 .5rem}.brochure-detail-meta{display:flex;gap:1.5rem;font-size:.85rem;color:var(--text-muted)}.brochure-detail-content{font-size:.9rem;line-height:1.7;max-width:800px}.brochure-view-toggle{display:inline-flex;margin-top:.75rem;border:1px solid var(--border);border-radius:6px;overflow:hidden}.brochure-view-toggle button{background:var(--bg);border:none;color:var(--text);cursor:pointer;font-size:.8rem;padding:.35rem .85rem}.brochure-view-toggle button+button{border-left:1px solid var(--border)}.brochure-view-toggle button.active{background:var(--accent);color:#fff}.brochure-markdown-source{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;background:var(--bg-raised);border:1px solid var(--border);border-radius:6px;padding:1rem;margin:0}.brochure-detail-content h1,.brochure-detail-content h2,.brochure-detail-content h3{margin-top:1.5rem}.brochure-detail-content table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.85rem}.brochure-detail-content th,.brochure-detail-content td{border:1px solid var(--border);padding:.4rem .6rem;text-align:left}.brochure-detail-content th{background:var(--bg-raised);font-weight:600}.brochure-pages{display:flex;flex-direction:column;gap:1.25rem}.brochure-page{background:var(--bg-raised, #fff);border:1px solid var(--border);border-radius:4px;padding:2rem 2.25rem;box-shadow:0 1px 3px #0000000d}.brochure-page-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px dashed var(--border)}.brochure-page-body img{max-width:100%;height:auto;display:block;margin:.75rem auto;border:1px solid var(--border);border-radius:2px}.brochure-page-body>*:first-child{margin-top:0}.brochure-page-body>*:last-child{margin-bottom:0}.brochure-pages-loading{display:flex;justify-content:center;padding:3rem 0}.brochure-loading-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffffb3;z-index:100}.diff-link-btn{display:inline-block;margin-bottom:1rem;padding:.35rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.8rem;color:var(--text-muted);text-decoration:none}.diff-link-btn:hover{border-color:var(--accent);color:var(--accent)}.diff-header{margin-bottom:.25rem}.diff-firms-table{width:100%;border-collapse:collapse;font-size:.85rem}.diff-firms-table th{text-align:left;padding:.5rem .75rem;border-bottom:2px solid var(--border);font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.diff-firms-table td{padding:.6rem .75rem;border-bottom:1px solid var(--border)}.diff-firm-row{cursor:pointer}.diff-firm-row:hover{background:var(--accent-muted)}.diff-firm-name{font-weight:500}.diff-selectors{display:flex;align-items:end;gap:1rem;margin:1rem 0 1.5rem;flex-wrap:wrap}.diff-selector{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:200px}.diff-selector label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.diff-selector select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem;background:var(--bg);color:var(--text)}.diff-selector select:focus{outline:none;border-color:var(--accent)}.diff-arrow{font-size:1.25rem;color:var(--text-dim);padding-bottom:.4rem}.diff-stats{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:500}.diff-stat-added{color:var(--green)}.diff-stat-removed{color:var(--red)}.diff-container{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.8rem;line-height:1.5}.diff-block{position:relative}.diff-added{background:#16a34a14}.diff-removed{background:#dc262614}.diff-unchanged{background:var(--bg)}.diff-collapsed{background:var(--bg-raised);padding:.4rem 1rem;cursor:pointer;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.diff-collapsed:hover{background:var(--bg-surface)}.diff-collapse-label{font-size:.75rem;color:var(--text-dim);font-style:italic}.diff-collapse-btn{position:absolute;top:.25rem;right:.5rem;padding:.15rem .5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text-dim);font-size:.7rem;cursor:pointer}.diff-collapse-btn:hover{border-color:var(--accent);color:var(--accent)}.diff-line{display:flex;min-height:1.4em}.diff-line-prefix{flex-shrink:0;width:1.5rem;text-align:center;color:var(--text-dim);-webkit-user-select:none;user-select:none}.diff-added .diff-line-prefix{color:var(--green)}.diff-removed .diff-line-prefix{color:var(--red)}.diff-line-content{flex:1;padding-right:1rem;white-space:pre-wrap;word-break:break-word}.entity-search-page{max-width:900px;margin:0 auto;padding:3rem 1.5rem 5rem}.entity-search-header{margin-bottom:1.5rem}.entity-search-header h2{margin:0 0 .35rem;font-size:1.6rem}.entity-search-hint{margin:0;color:var(--muted);font-size:.9rem}.entity-search-bar{display:flex;gap:.5rem;margin-bottom:1rem}.entity-search-input{flex:1;font-size:1rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);color:var(--text);outline:none;transition:border-color .12s,box-shadow .12s}.entity-search-input:focus{border-color:var(--accent, #4f46e5);box-shadow:0 0 0 3px #4f46e526}.entity-search-submit{padding:0 1.25rem;border:none;border-radius:10px;background:var(--accent, #4f46e5);color:#fff;font-weight:600;cursor:pointer}.entity-search-submit:disabled{opacity:.55;cursor:not-allowed}.entity-search-status{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem;padding:.5rem 0}.entity-search-error{color:var(--red, #dc2626);padding:.75rem 1rem;border:1px solid var(--red, #dc2626);border-radius:8px;background:#dc26260d}.entity-search-classify{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.75rem 1rem;margin-bottom:1rem;background:var(--bg-raised);border:1px solid var(--border);border-radius:8px;font-size:.85rem}.entity-search-kind{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-weight:600;font-size:.75rem;letter-spacing:.03em;text-transform:uppercase}.entity-search-kind-person{background:#10b98126;color:#059669}.entity-search-kind-company{background:#4f46e526;color:#4f46e5}.entity-search-variants{color:var(--muted);display:inline-flex;flex-wrap:wrap;gap:.25rem;align-items:center}.entity-search-variants code{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:.05rem .35rem;font-size:.78rem}.entity-search-reasoning{flex-basis:100%;color:var(--muted);font-style:italic;font-size:.8rem}.entity-search-empty{padding:2rem;text-align:center;color:var(--muted);border:1px dashed var(--border);border-radius:10px}.search-people-list{display:flex;flex-direction:column;gap:.5rem}.search-person-card{background:var(--bg-raised);border:1px solid var(--border);border-radius:10px;overflow:hidden;color:var(--text)}.search-person-card[open]{border-color:var(--accent, #4f46e5)}.search-person-summary{list-style:none;cursor:pointer;padding:.7rem 1rem;display:flex;align-items:center;gap:.75rem;-webkit-user-select:none;user-select:none}.search-person-summary::-webkit-details-marker{display:none}.search-person-summary:before{content:"▸";color:var(--muted);font-size:.75rem;transition:transform .12s;flex-shrink:0}.search-person-card[open] .search-person-summary:before{transform:rotate(90deg)}.search-person-summary-main{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem}.search-person-summary-right{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;flex-shrink:0}.search-person-name{font-weight:600;font-size:.95rem}.search-person-meta{font-size:.8rem;color:var(--muted)}.search-person-count{font-size:.78rem;color:var(--muted);background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.1rem .55rem}.search-person-variant{font-size:.72rem;color:var(--muted);font-style:italic}.search-person-body{border-top:1px solid var(--border);padding:.6rem 1rem .85rem;background:var(--bg)}.search-person-loading,.search-person-empty,.search-person-error{padding:.75rem 0;color:var(--muted);font-size:.85rem;display:flex;align-items:center;gap:.5rem}.search-person-error{color:var(--red, #dc2626)}.search-affiliation-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.search-affiliation-row{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;border-bottom:1px dashed var(--border)}.search-affiliation-row:last-child{border-bottom:none}.search-affiliation-badge{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:20px;padding:0 .4rem;border-radius:5px;font-size:.65rem;font-weight:700;letter-spacing:.04em;flex-shrink:0}.search-affiliation-formd{background:#4f46e51f;color:#4f46e5}.search-affiliation-adv{background:#06b6d41f;color:#0891b2}.search-affiliation-main{flex:1;min-width:0}.search-affiliation-name{font-size:.85rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-affiliation-sub{font-size:.75rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-affiliation-date{font-size:.75rem;color:var(--muted);font-variant-numeric:tabular-nums;flex-shrink:0}.search-person-more,.search-person-open{background:transparent;border:none;color:var(--accent, #4f46e5);font-size:.8rem;font-weight:500;cursor:pointer;padding:.4rem 0;text-align:left}.search-person-more:hover,.search-person-open:hover{text-decoration:underline}.search-person-open{margin-top:.25rem;display:block}.search-company-buckets{display:flex;flex-direction:column;gap:.5rem}.search-bucket{border:1px solid var(--border);border-radius:10px;background:var(--bg-raised);overflow:hidden}.search-bucket[open]{border-color:var(--accent, #4f46e5)}.search-bucket-summary{list-style:none;cursor:pointer;padding:.75rem 1rem;display:flex;align-items:center;gap:.6rem;-webkit-user-select:none;user-select:none}.search-bucket-summary::-webkit-details-marker{display:none}.search-bucket-summary:before{content:"▸";color:var(--muted);font-size:.8rem;transition:transform .12s;display:inline-block}.search-bucket[open] .search-bucket-summary:before{transform:rotate(90deg)}.search-bucket-badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:22px;padding:0 .45rem;border-radius:6px;font-size:.7rem;font-weight:700;background:#4f46e51f;color:#4f46e5;letter-spacing:.03em}.search-bucket-label{flex:1;font-weight:600;font-size:.9rem}.search-bucket-count{font-size:.8rem;color:var(--muted);background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.1rem .55rem;min-width:2rem;text-align:center}.search-bucket-skeleton{opacity:.6;animation:searchBucketPulse 1.8s ease-in-out infinite}.search-bucket-skeleton .search-bucket-summary{cursor:default}.search-bucket-skeleton .search-bucket-summary:before{content:"";width:.8em;display:inline-block}.search-bucket-loading{margin-left:auto;display:inline-flex;align-items:center}@keyframes searchBucketPulse{0%,to{opacity:.55}50%{opacity:.85}}.search-nport-row{border-bottom:1px solid var(--border)}.search-nport-row:last-child{border-bottom:none}.search-nport-row[open]{background:var(--bg)}.search-nport-summary{list-style:none;cursor:pointer;padding:.65rem 1rem;display:grid;grid-template-columns:minmax(0,2.5fr) minmax(0,1fr) minmax(0,1.2fr);gap:.75rem;align-items:center;-webkit-user-select:none;user-select:none;font-size:.85rem}.search-nport-summary::-webkit-details-marker{display:none}.search-nport-summary:before{content:"▸";color:var(--muted);font-size:.72rem;grid-column:1 / 2;justify-self:start;margin-right:.3rem;display:none}.search-nport-row[open] .search-nport-summary{font-weight:500}.search-nport-body{padding:.25rem 1rem .85rem;border-top:1px dashed var(--border)}.search-nport-loading,.search-nport-empty,.search-nport-error{padding:.5rem 0;color:var(--muted);font-size:.82rem;display:flex;align-items:center;gap:.5rem}.search-nport-error{color:var(--red, #dc2626)}.search-holder-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.search-holder-row{display:flex;gap:.75rem;padding:.4rem 0;border-bottom:1px dashed var(--border);align-items:center}.search-holder-row:last-child{border-bottom:none}.search-holder-main{flex:1;min-width:0}.search-holder-name{font-size:.85rem;font-weight:500;color:var(--text);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.search-holder-name:hover{color:var(--accent, #4f46e5);text-decoration:underline}.search-holder-series{font-size:.74rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-holder-side{text-align:right;flex-shrink:0;font-variant-numeric:tabular-nums}.search-holder-value{font-size:.85rem;font-weight:500}.search-holder-meta{font-size:.72rem;color:var(--muted)}.search-nport-more{background:transparent;border:none;color:var(--accent, #4f46e5);font-size:.8rem;font-weight:500;cursor:pointer;padding:.4rem 0 0}.search-nport-more:hover{text-decoration:underline}.search-bucket-body{display:flex;flex-direction:column;border-top:1px solid var(--border)}.search-result-row{display:grid;grid-template-columns:minmax(0,2.5fr) minmax(0,1fr) minmax(0,1.2fr);gap:.75rem;align-items:center;width:100%;padding:.65rem 1rem;border:none;border-bottom:1px solid var(--border);background:transparent;cursor:pointer;text-align:left;color:var(--text);font-size:.85rem}.search-result-row:last-child{border-bottom:none}.search-result-row:hover{background:var(--bg)}.search-result-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-meta{color:var(--muted);font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.researcher-page{display:flex;flex-direction:column;height:100%;max-width:900px;margin:0 auto;padding:1rem 1.5rem;box-sizing:border-box}.researcher-header h2{margin:0 0 .25rem}.researcher-hint{color:var(--muted);font-size:.85rem;margin:0 0 1rem}.researcher-turns{flex:1;overflow-y:auto;padding:.5rem 0 1rem;display:flex;flex-direction:column;gap:1.25rem}.researcher-empty{color:var(--muted);text-align:center;padding:2rem 0;font-size:.9rem}.researcher-turn{display:flex;flex-direction:column;gap:.5rem}.researcher-user-msg{align-self:flex-end;max-width:80%;background:#eef2ff;border:1px solid #c7d2fe;color:#1e1b4b;border-radius:.75rem;padding:.55rem .85rem;white-space:pre-wrap;word-break:break-word}.researcher-assistant-msg{max-width:100%;background:#fafafa;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1rem;font-size:.92rem;line-height:1.5}.researcher-assistant-msg p:first-child{margin-top:0}.researcher-assistant-msg p:last-child{margin-bottom:0}.researcher-assistant-msg pre{background:#f1f5f9;padding:.5rem .75rem;border-radius:.375rem;overflow-x:auto;font-size:.82rem}.researcher-assistant-msg code{background:#f1f5f9;padding:.05rem .3rem;border-radius:.25rem;font-size:.88em}.researcher-assistant-msg table{border-collapse:collapse;margin:.5rem 0}.researcher-assistant-msg th,.researcher-assistant-msg td{border:1px solid #e5e7eb;padding:.3rem .5rem;font-size:.85rem}.researcher-streaming{opacity:.85}.researcher-followup{background:#fffbeb;border-color:#fde68a}.researcher-followup-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#92400e;font-weight:600;margin-bottom:.25rem}.researcher-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.5rem .75rem;border-radius:.5rem;font-size:.85rem}.researcher-thinking{color:var(--muted);font-size:.85rem;display:flex;gap:.5rem;align-items:center}.researcher-tool{border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:.85rem}.researcher-tool>summary{cursor:pointer;padding:.45rem .65rem;display:flex;gap:.5rem;align-items:center;list-style:none}.researcher-tool>summary::-webkit-details-marker{display:none}.researcher-tool-badge{display:inline-block;padding:.05rem .4rem;border-radius:.25rem;background:#e0e7ff;color:#3730a3;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.researcher-tool-sql_query{background:#dcfce7;color:#166534}.researcher-tool-web_search{background:#e0f2fe;color:#075985}.researcher-tool-make_table,.researcher-tool-make_chart{background:#fef3c7;color:#854d0e}.researcher-tool-label{color:#374151;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.researcher-tool-body{padding:.5rem .75rem .75rem;border-top:1px dashed #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.researcher-tool-heading{font-size:.7rem;text-transform:uppercase;color:var(--muted);letter-spacing:.05em;margin-bottom:.2rem}.researcher-tool-pre{margin:0;background:#0f172a;color:#e2e8f0;padding:.5rem .75rem;border-radius:.375rem;font-size:.78rem;white-space:pre-wrap;word-break:break-word;max-height:240px;overflow-y:auto}.researcher-artifact{border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;padding:.75rem}.researcher-artifact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.researcher-artifact-title{font-weight:600;font-size:.9rem}.researcher-export-btn{background:#1e293b;color:#fff;border:none;padding:.3rem .7rem;border-radius:.375rem;font-size:.78rem;cursor:pointer}.researcher-export-btn:hover{background:#0f172a}.researcher-table-scroll{overflow-x:auto;max-height:360px;overflow-y:auto}.researcher-table table{border-collapse:collapse;width:100%;font-size:.82rem}.researcher-table th{position:sticky;top:0;background:#f8fafc;text-align:left;font-weight:600;padding:.35rem .5rem;border-bottom:1px solid #e5e7eb}.researcher-table td{padding:.3rem .5rem;border-bottom:1px solid #f1f5f9}.researcher-table-note{font-size:.78rem;color:var(--muted);margin-top:.4rem}.researcher-input-bar{display:flex;gap:.5rem;padding:.75rem 0;border-top:1px solid #e5e7eb}.researcher-input{flex:1;padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem}.researcher-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.researcher-submit,.researcher-stop{padding:.6rem 1.1rem;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer}.researcher-submit{background:#2563eb;color:#fff}.researcher-submit:disabled{background:#9ca3af;cursor:not-allowed}.researcher-stop{background:#fee2e2;color:#991b1b}.researcher-tool-sec_filing_url{background:#ede9fe;color:#5b21b6}.researcher-tool-export_csv{background:#fef3c7;color:#854d0e}.researcher-cite{color:#1d4ed8;text-decoration:none;border-bottom:1px dashed #93c5fd;padding-bottom:1px}.researcher-cite:hover{color:#1e3a8a;border-bottom-style:solid}.researcher-cite-sec{color:#0f766e;border-bottom-color:#5eead4}.researcher-cite-sec:hover{color:#115e59}.researcher-cite:after{content:"↗";font-size:.7em;margin-left:.15em;opacity:.6}.researcher-sources{margin-top:.9rem;padding-top:.6rem;border-top:1px dashed #e5e7eb;font-size:.82rem}.researcher-sources-heading{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.3rem;font-weight:600}.researcher-sources-list{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.2rem}.researcher-sources-list li{display:flex;gap:.5rem;align-items:baseline}.researcher-source-host{color:var(--muted);font-size:.75rem}.researcher-csv .researcher-csv-body{display:flex;gap:.75rem;align-items:center}.researcher-csv-icon{width:2.5rem;height:2.5rem;border-radius:.4rem;background:#fef3c7;color:#854d0e;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;letter-spacing:.04em;flex-shrink:0}.researcher-csv-main{flex:1;min-width:0}.researcher-csv-meta{color:var(--muted);font-size:.78rem;margin-top:.15rem}.researcher-csv-trunc{color:#b45309}.researcher-entity-wrap{position:relative;display:inline}.researcher-entity-pill{display:inline-flex;align-items:center;gap:.2rem;padding:.05rem .45rem;border-radius:999px;font-size:.86em;font-weight:500;cursor:pointer;border:1px solid;background:#fff;font-family:inherit}.researcher-entity-pill:before{content:"•";font-size:.8em;margin-right:.05rem;opacity:.7}.researcher-entity-adviser{color:#1e3a8a;border-color:#bfdbfe;background:#eff6ff}.researcher-entity-person{color:#14532d;border-color:#bbf7d0;background:#f0fdf4}.researcher-entity-company{color:#7c2d12;border-color:#fed7aa;background:#fff7ed}.researcher-entity-fund{color:#5b21b6;border-color:#ddd6fe;background:#f5f3ff}.researcher-entity-pill:hover{filter:brightness(.97)}.researcher-entity-popover{position:absolute;top:100%;left:0;margin-top:.3rem;min-width:18rem;max-width:22rem;z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 6px 24px #0f172a1f;padding:.65rem .8rem;font-size:.85rem;font-weight:400;color:#1f2937;line-height:1.4}.researcher-entity-popover-head{display:flex;align-items:center;gap:.4rem;margin-bottom:.3rem}.researcher-entity-tag{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;padding:.05rem .4rem;border-radius:.25rem;font-weight:700}.researcher-entity-tag-adviser{background:#dbeafe;color:#1e3a8a}.researcher-entity-tag-person{background:#dcfce7;color:#14532d}.researcher-entity-tag-company{background:#ffedd5;color:#7c2d12}.researcher-entity-tag-fund{background:#ede9fe;color:#5b21b6}.researcher-entity-popover-name{font-weight:600;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.researcher-entity-popover-id{font-size:.75rem;color:var(--muted);margin-bottom:.4rem}.researcher-entity-popover-id code{background:#f1f5f9;padding:.05rem .3rem;border-radius:.25rem;font-size:.95em}.researcher-entity-popover-actions{display:flex;flex-direction:column;gap:.25rem;border-top:1px dashed #e5e7eb;padding-top:.45rem}.researcher-entity-action{display:block;padding:.35rem .5rem;border-radius:.3rem;background:#f8fafc;color:#1d4ed8;text-decoration:none;font-size:.82rem}.researcher-entity-action:hover{background:#eef2ff}.researcher-entity-popover-empty{font-size:.78rem;color:var(--muted);font-style:italic}.researcher-pdf-btn{padding:.6rem .9rem;border:1px solid #d1d5db;background:#fff;color:#1e293b;border-radius:.5rem;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap}.researcher-pdf-btn:hover{background:#f8fafc;border-color:#94a3b8}.researcher-print-header{display:none}@media print{body *{visibility:hidden}.researcher-page,.researcher-page *{visibility:visible}.researcher-page{position:absolute;inset:0;max-width:none;height:auto;padding:0;overflow:visible}.researcher-header,.researcher-input-bar,.researcher-thinking{display:none!important}.researcher-print-header{display:block;margin:0 0 1.25rem;padding:0 0 .6rem;border-bottom:1px solid #cbd5e1}.researcher-print-header h1{margin:0;font-size:1.5rem;color:#0f172a}.researcher-print-meta{margin-top:.2rem;font-size:.8rem;color:#64748b}.researcher-turns{overflow:visible!important;height:auto!important;flex:none;gap:1.5rem}.researcher-turn{page-break-inside:avoid;break-inside:avoid}.researcher-tool,.researcher-streaming{display:none!important}.researcher-user-msg{background:#f1f5f9;border:1px solid #cbd5e1;color:#0f172a;max-width:100%;align-self:stretch}.researcher-user-msg:before{content:"Question: ";font-weight:600;color:#475569}.researcher-assistant-msg{background:#fff;border:none;padding:.5rem 0;font-size:.9rem}.researcher-cite{color:#1e3a8a;border-bottom:none;text-decoration:underline}.researcher-cite:after{content:" (" attr(href) ")";font-size:.8em;font-weight:400;color:#475569;margin-left:0;opacity:1}.researcher-cite-sec:after{color:#475569}.researcher-table-scroll{overflow:visible!important}.researcher-artifact{page-break-inside:avoid;break-inside:avoid}.researcher-export-btn{display:none!important}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
