:root{--bg:#f4f6f8;--panel:#fff;--text:#1c2530;--muted:#718096;--border:#dfe5eb;--accent:#1769d1;--accent-dark:#124b96;--soft:#eef5ff;--danger:#b42318;--shadow:0 8px 26px rgba(25,38,52,.08)}
*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}button,input,select{font:inherit}.app-shell{display:grid;grid-template-columns:360px minmax(0,1fr);height:100vh;overflow:hidden}.sidebar{background:#f8fafc;border-right:1px solid var(--border);padding:22px;overflow:auto;display:flex;flex-direction:column;gap:14px}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--accent);color:white;font-weight:800}.brand-title{font-size:19px;font-weight:800}.brand-subtitle{font-size:12px;color:var(--muted);margin-top:2px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:var(--shadow)}.section-title{font-weight:800;margin-bottom:14px}label{display:block;font-size:12px;font-weight:750;color:#46525f;margin:12px 0 6px}input,select{width:100%;border:1px solid #cfd8e2;border-radius:10px;padding:10px 11px;background:#fff;color:var(--text);outline:none}input:focus,select:focus{border-color:#8fb8ea;box-shadow:0 0 0 3px rgba(27,102,201,.08)}.helper{font-size:11px;line-height:1.45;color:var(--muted);margin:10px 0}.primary-btn,.secondary-btn,.ghost-btn{width:100%;border:0;border-radius:10px;padding:11px 13px;cursor:pointer;font-weight:800}.primary-btn{background:var(--accent);color:#fff;margin-top:4px}.primary-btn:hover{background:var(--accent-dark)}.ghost-btn{margin-top:8px;background:#eef2f6;color:#344050}.secondary-btn{background:#edf3fa;color:#23476f}.export-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.stats-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stats-row>div{background:#f6f9fc;border-radius:12px;padding:12px}.stat-label{display:block;color:var(--muted);font-size:11px;margin-bottom:3px}.stats-row strong{font-size:24px}.status{margin-top:10px;font-size:12px;color:#4d5b68;line-height:1.45}.status.error{color:var(--danger)}.sidebar-footer{margin-top:auto;font-size:11px;color:var(--muted);line-height:1.5;padding:6px 2px 0}.sidebar-footer a{color:#356bb1;text-decoration:none}.main-area{display:flex;flex-direction:column;min-width:0;min-height:0}.toolbar{background:#fff;border-bottom:1px solid var(--border);padding:13px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.toolbar-main{min-width:0;flex:1}.toolbar-title{font-weight:850;font-size:17px}.toolbar-subtitle{color:var(--muted);font-size:12px;margin-top:3px}.toolbar-actions{display:flex;gap:12px;flex-wrap:wrap}.compact-toggle{display:flex;gap:6px;align-items:center;margin:0;font-size:12px;color:#566270;font-weight:650}.compact-toggle input{width:auto}.content-grid{display:grid;grid-template-columns:minmax(330px,42%) minmax(0,58%);flex:1;min-height:0}.results-panel{overflow:auto;padding:14px}.map-panel{min-width:0;min-height:0;border-left:1px solid var(--border)}#map{height:100%;width:100%}.empty-state{min-height:100%;display:grid;place-items:center;text-align:center;padding:40px 28px;color:var(--muted)}.empty-state>*{max-width:520px}.empty-icon{font-size:44px}.empty-state h2{color:var(--text);margin:4px 0 7px}.empty-state p{line-height:1.55;font-size:14px}.result-card{background:#fff;border:1px solid var(--border);border-radius:15px;padding:14px;margin-bottom:10px;cursor:pointer;transition:.12s ease;box-shadow:0 3px 12px rgba(0,0,0,.03)}.result-card:hover,.result-card.active{border-color:#9ec4ef;box-shadow:0 8px 20px rgba(27,102,201,.11);transform:translateY(-1px)}.result-top{display:flex;gap:9px;align-items:flex-start}.result-name{font-weight:850;line-height:1.2;flex:1}.badge{display:inline-block;background:var(--soft);color:#28598d;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;white-space:nowrap}.result-meta{margin-top:7px;color:#5f6c79;font-size:12px;line-height:1.5}.result-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.result-actions a{text-decoration:none;font-size:11px;border:1px solid var(--border);padding:5px 8px;border-radius:8px;color:#2d5f96;background:#fbfdff}.no-results,.search-progress-card{padding:30px;text-align:center;color:var(--muted)}.search-progress-card{background:#f4f8ff;border:1px dashed #b8d0ec;border-radius:12px;margin-bottom:12px;text-align:left}.popup-title{font-weight:800;margin-bottom:5px}.popup-line{font-size:12px;line-height:1.45}.popup-line a{color:#2c66a5}.leaflet-popup-content{min-width:240px}.progress-wrap{margin-top:9px;max-width:900px}.progress-line{height:7px;border-radius:99px;background:#e9eef5;overflow:hidden}.progress-bar{height:100%;width:0;background:var(--accent);border-radius:99px;transition:width .18s ease}.progress-meta{display:flex;gap:10px;align-items:center;margin-top:5px;font-size:11px;color:#5f6c79}.progress-meta #progressText{flex:1}.cancel-inline{border:1px solid #d8e0e8;background:#f7f9fb;color:#344050;border-radius:8px;padding:3px 7px;cursor:pointer;font-size:11px;font-weight:750}.loading{opacity:.6}.leaflet-marker-icon,.leaflet-marker-shadow{will-change:transform}@media(max-width:980px){.app-shell{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.sidebar{border-right:0;border-bottom:1px solid var(--border)}.content-grid{grid-template-columns:1fr}.results-panel{max-height:55vh}.map-panel{height:58vh;border-left:0;border-top:1px solid var(--border)}}

.error-banner{margin:10px 20px;padding:12px 14px;border:1px solid #eab308;background:#fff7ed;color:#9a3412;border-radius:10px;font-weight:600} .error-banner[hidden]{display:none!important}
