:root{--sky-50: #f0f9ff;--sky-100: #e0f2fe;--sky-300: #7dd3fc;--sky-400: #38bdf8;--sky-600: #0284c7;--sky-700: #0369a1;--sky-900: #0c4a6e;--orange-400: #fb923c;--orange-500: #f97316;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-900: #111827}.header-container{width:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:sticky;top:0;z-index:10;background-color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:3px solid var(--sky-900)}.header-main{background:#fff;box-shadow:0 1px 2px #0000000d;transition:all .3s;padding:12px 0}.header-main.compact{padding:4px 0}.main-content{display:flex;justify-content:space-between;align-items:center;padding:0 16px;margin:0 auto}.branding-section{display:flex;align-items:center;gap:16px}.logo-wrapper{transition:all .3s;display:flex;align-items:center;justify-content:center;width:80px;height:80px}.header-main.compact .logo-wrapper{width:48px;height:48px}.logo-img{width:100%;height:100%;object-fit:contain}.separator-line{display:none;width:4px;background-color:var(--sky-900);transition:all .3s;height:64px}@media (min-width: 640px){.separator-line{display:block}}.header-main.compact .separator-line{height:40px}.title-wrapper{display:flex;flex-direction:column}.department-name{font-weight:700;color:var(--sky-900);text-transform:uppercase;letter-spacing:.025em;transition:all .3s;font-size:1.5rem;margin:0}.header-main.compact .department-name{font-size:1.125rem}.govt-name{color:var(--sky-900);font-weight:500;letter-spacing:.05em;font-size:1.125rem;margin:0}.header-main.compact .govt-name{font-size:.875rem}.emblem-wrapper{transition:all .3s;width:80px;height:80px}.header-main.compact .emblem-wrapper{width:48px;height:48px}.emblem-img{width:100%;height:100%;object-fit:contain}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.top-bar-content{display:none}.department-name{font-size:1rem}.govt-name{font-size:.75rem}.logo-wrapper,.emblem-wrapper{width:48px;height:48px}}:root{--nav-width: 60px;--panel-width: 380px;--nav-bg: #2d3436;--nav-item-hover: #3d4648;--active-green: #2ecc71;--sidebar-text-dark: #ecf0f1}.controls-sidebar{height:100%;display:flex;flex-direction:row;z-index:1000;box-shadow:4px 0 15px #0000000d;background:transparent;transition:width .3s cubic-bezier(.4,0,.2,1);width:calc(var(--nav-width) + var(--panel-width))}.controls-sidebar.collapsed{width:var(--nav-width)}.sidebar-nav{width:var(--nav-width);height:100%;background-color:var(--nav-bg);display:flex;flex-direction:column;align-items:center;padding:0;z-index:1002;flex-shrink:0}.nav-item{width:100%;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff9;transition:all .2s ease;border-left:4px solid transparent}.nav-item:hover{background-color:var(--nav-item-hover);color:#fff}.nav-item.active{background-color:var(--active-green);color:#fff}.nav-item.toggle-btn{height:60px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:10px}.nav-divider{width:60%;height:1px;background-color:#ffffff1a;margin:5px 0}.sidebar-panel{flex:1;background:#fff;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--border-light);transition:opacity .2s,transform .3s;width:var(--panel-width)}.controls-sidebar.collapsed .sidebar-panel{display:none}.panel-header{height:60px;display:flex;align-items:center;padding:0 1.5rem;border-bottom:1px solid #edf2f7;background:#fff;flex-shrink:0}.panel-header h2{margin:0;font-size:1rem;font-weight:700;color:#2d3436;text-transform:uppercase;letter-spacing:.05em}.panel-content{flex:1;overflow-y:auto;padding:1.5rem}.panel-content::-webkit-scrollbar{width:6px}.panel-content::-webkit-scrollbar-track{background:transparent}.panel-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.layer-checkbox-grid{display:grid;grid-template-columns:1fr;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;margin-bottom:.5rem}.checkbox-container{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.85rem;color:#475569;font-weight:600;transition:color .2s}.checkbox-container:hover{color:var(--secondary-blue)}.checkbox-container input{cursor:pointer;width:16px;height:16px;accent-color:var(--secondary-blue)}.selection-mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:2rem;background:#f1f5f9;padding:4px;border-radius:10px;border:1px solid #e2e8f0}.mode-label{text-align:center;padding:.75rem;font-size:.8rem;font-weight:700;color:#64748b;cursor:pointer;border-radius:7px;transition:all .25s cubic-bezier(.4,0,.2,1)}.mode-label.selected{background:#fff;color:var(--primary-blue);box-shadow:0 4px 10px #00000014}.mode-label input{display:none}.form-group{margin-bottom:1.75rem}.form-group>label{display:block;margin-bottom:1rem;font-size:.75rem;color:#475569;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem}.cascading-dropdowns{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.field-row{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:1rem}.field-label{font-size:.8rem;color:#475569;font-weight:600;text-align:right}.select-input,.date-input{width:100%;padding:.65rem .85rem;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;color:#1e293b;transition:all .2s}.select-input:hover{border-color:var(--primary-blue)}.select-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #0078d41a}.date-inputs-horizontal{display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;gap:.5rem;text-align:center}.proceed-btn{width:100%;padding:1.1rem;background:linear-gradient(135deg,#0078d4,#106ebe);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;transition:all .3s;margin-top:1rem;box-shadow:0 10px 20px #0078d433}.proceed-btn:hover{transform:translateY(-2px);box-shadow:0 15px 25px #0078d44d;background:linear-gradient(135deg,#106ebe,#005a9e)}.basemap-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.basemap-option{background:#fff;border-radius:12px;overflow:hidden;border:2px solid #f1f5f9;transition:all .25s;cursor:pointer}.basemap-option:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000000d;border-color:#cbd5e1}.basemap-option.active{border-color:var(--primary-blue);box-shadow:0 10px 25px #0078d426}.basemap-thumbnail{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.basemap-name{padding:.75rem;display:block;text-align:center;font-size:.75rem;font-weight:700;color:#475569}.basemap-option.active .basemap-name{color:var(--primary-blue);background:#f0f9ff}.download-btn{width:100%;padding:.85rem;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.download-btn:hover{background:#f8fafc;border-color:var(--primary-blue);color:var(--primary-blue)}.analysis-mode-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #00000005}.analysis-mode-title{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:800;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.title-bar{width:4px;height:16px;background:#3b82f6;border-radius:2px}.analysis-buttons{display:flex;gap:8px}.analysis-btn{flex:1;padding:.6rem 0;border:1px solid #e5e7eb;background:#fff;border-radius:8px;color:#4b5563;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.analysis-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f7ff}.analysis-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 4px 10px #3b82f640}.data-analysis-sidebar{width:var(--sidebar-right-width);flex-shrink:0;overflow-x:hidden;background:var(--bg-surface);border-left:1px solid var(--border-light);display:flex;flex-direction:column;z-index:900;box-shadow:-10px 0 30px #0000000a;transition:width .3s cubic-bezier(.4,0,.2,1)}.data-analysis-sidebar.expanded-layout,.data-analysis-sidebar[data-expanded=true]{width:900px!important;min-width:900px!important;max-width:50vw!important;flex-basis:900px!important;border-left:2px solid var(--secondary-blue)}.sidebar-content{flex:1;overflow-y:auto;padding:1.5rem}.data-analysis-sidebar.expanded-layout .sidebar-content,.data-analysis-sidebar[data-expanded=true] .sidebar-content{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-content:start;width:100%}.data-analysis-sidebar.expanded-layout .region-header,.data-analysis-sidebar.expanded-layout .sidebar-header-section,.data-analysis-sidebar.expanded-layout .sidebar-section,.data-analysis-sidebar.expanded-layout .recharge-section,.data-analysis-sidebar.expanded-layout .aquifer-section,.data-analysis-sidebar.expanded-layout .rainfall-grid,.data-analysis-sidebar.expanded-layout .groundwater-analysis-grid,.data-analysis-sidebar.expanded-layout .well-inventory-section,.data-analysis-sidebar.expanded-layout .well-inventory-section-wrapper{grid-column:span 2;margin-bottom:1rem;width:100%}.data-analysis-sidebar.expanded-layout .view-switcher{grid-column:span 2}.data-analysis-sidebar.expanded-layout .sidebar-section{margin-bottom:0}.region-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.header-top{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.header-top .header-icon{color:var(--secondary-blue)}.region-header h2{font-size:1.1rem;color:var(--text-secondary);margin:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.region-breadcrumb{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.region-breadcrumb span{font-size:.95rem;font-weight:500;color:var(--text-muted)}.region-breadcrumb .current-region{color:var(--secondary-blue);font-weight:700}.crumb-sep{transform:rotate(-90deg);width:10px;height:10px;color:var(--text-muted)}.overview-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2.5rem}.stat-card{background:var(--bg-surface);padding:1.5rem;border-radius:var(--border-radius-lg);border:1px solid var(--border-light);text-align:left;transition:var(--transition-smooth);position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--secondary-blue);opacity:.3}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--secondary-blue)}.stat-card .stat-value{font-size:2rem;font-weight:800;color:var(--dark-blue);line-height:1;margin-bottom:.5rem}.stat-card .stat-label{font-size:.7rem;color:var(--text-secondary);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.sidebar-section{margin-bottom:2.5rem}.section-header-flat h3{font-size:.9rem;color:var(--text-main);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;border-left:4px solid var(--secondary-blue);padding-left:.75rem}.sidebar-section.highlight{background:var(--bg-muted);padding:1.5rem;border-radius:var(--border-radius-lg);border:1px solid var(--border-light)}.section-title-with-badge{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.section-title-with-badge h3{font-size:1rem;font-weight:700;color:var(--dark-blue)}.analysis-badge{background:var(--secondary-blue);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.65rem;font-weight:800;text-transform:uppercase}.location-meta{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;background:#fff;padding:.85rem;border-radius:var(--border-radius-md);border:1px solid var(--border-light);font-size:.8rem}.meta-item strong{color:var(--secondary-blue);margin-right:.25rem}.filter-controls-box{background:#fff;padding:1.25rem;border-radius:var(--border-radius-md);margin-bottom:1.5rem;border:1px solid var(--border-light)}.filter-grid{display:flex;flex-direction:column;gap:1rem}.filter-item label{display:block;font-size:.7rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;margin-bottom:.5rem}.graph-filter-select{width:100%;padding:.6rem;border:1px solid var(--border-strong);border-radius:var(--border-radius-sm);font-size:.85rem;background:var(--bg-muted)}.date-range-inputs{display:flex;align-items:center;gap:.5rem}.date-range-inputs input{flex:1;padding:.5rem;border:1px solid var(--border-strong);border-radius:var(--border-radius-sm);font-size:.8rem}.analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.analysis-card{background:#fff;padding:1rem;border-radius:var(--border-radius-md);border:1px solid var(--border-light);display:flex;flex-direction:column}.analysis-card.primary{grid-column:span 2;background:var(--dark-blue);color:#fff;border:none}.analysis-card label{font-size:.65rem;font-weight:700;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.analysis-card.primary label{color:#ffffffb3}.analysis-card .value{font-size:1.3rem;font-weight:700;color:var(--text-main)}.analysis-card.primary .value{color:#fff;font-size:1.6rem}.analysis-card .value span{font-size:.75rem;font-weight:400;margin-left:.25rem}.indicator-bar{height:4px;background:#ffffff1a;margin-top:.75rem;border-radius:2px;overflow:hidden}.indicator-bar .fill{height:100%}.trend-container h4{margin:2rem 0 1.25rem;font-size:.85rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.chart-wrapper{background:#fff;padding:1rem;border-radius:var(--border-radius-md);border:1px solid var(--border-light)}.chart-wrapper.large{padding:1.5rem}.data-table-container-sidebar{background:#fff;border-radius:var(--border-radius-md);border:1px solid var(--border-light);overflow:hidden}.data-table-sidebar{width:100%;border-collapse:collapse;font-size:.8rem}.data-table-sidebar th{background:var(--bg-muted);padding:1rem .75rem;text-align:left;font-weight:700;color:var(--text-secondary);text-transform:uppercase;font-size:.7rem}.data-table-sidebar td{padding:.85rem .75rem;border-bottom:1px solid var(--border-light);color:var(--text-secondary)}.well-id{font-weight:700;color:var(--dark-blue)}.well-loc{font-size:.75rem}.well-value{font-weight:600;color:var(--text-main);text-align:right}.status-pill{padding:.25rem .6rem;border-radius:12px;font-size:.65rem;font-weight:700;text-transform:uppercase}.pill-safe{background:#d1fae5;color:#065f46}.pill-semi-critical{background:#fef3c7;color:#92400e}.pill-critical{background:#ffedd5;color:#9a3412}.pill-over-exploited{background:#fee2e2;color:#991b1b}.groundwater-status-box,.aquifers-box,.water-quality-box{background:#fff;padding:1.5rem;border-radius:var(--border-radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);margin-bottom:2rem}.rainfall-grid,.water-quality-grid,.groundwater-analysis-grid{display:grid;grid-template-columns:1fr;gap:1rem;overflow-x:hidden}.data-analysis-sidebar.expanded-layout .groundwater-analysis-grid,.data-analysis-sidebar[data-expanded=true] .groundwater-analysis-grid,.data-analysis-sidebar.expanded-layout .rainfall-grid,.data-analysis-sidebar[data-expanded=true] .rainfall-grid,.data-analysis-sidebar.expanded-layout .water-quality-grid,.data-analysis-sidebar[data-expanded=true] .water-quality-grid{grid-template-columns:repeat(2,1fr)!important;grid-column:span 2;display:grid;gap:1.5rem}.data-analysis-sidebar.expanded-layout .analysis-card.full-width{grid-column:1 / -1}.rainfall-card,.water-quality-mini-card{background:#fff;padding:1.5rem;border-radius:var(--border-radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);margin-bottom:0;display:flex;flex-direction:column;align-items:center;text-align:center}.rainfall-card:hover,.water-quality-mini-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.view-switcher{display:flex;background:var(--bg-muted);padding:.35rem;border-radius:var(--border-radius-md);margin-bottom:1.5rem;border:1px solid var(--border-light);gap:.5rem}.view-tab{flex:1;text-align:center;padding:.65rem .5rem;font-size:.8rem;font-weight:600;color:var(--text-muted);border-radius:var(--border-radius-sm);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.view-tab:hover{color:var(--text-main);background:#ffffff80}.view-tab.active{background:#fff;color:var(--secondary-blue);border-color:var(--border-light);box-shadow:0 1px 3px #0000000d}.pie-chart-wrapper,.bar-chart-wrapper,.radar-chart-wrapper{margin:1rem 0;display:flex;justify-content:center;align-items:center;width:100%}.quality-legend-simple{margin-top:.5rem;padding-top:.75rem;border-top:1px dashed var(--border-light)}.aquifer-details-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.aquifer-detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-light)}.aquifer-detail-item:last-child{border-bottom:none}.detail-header{display:flex;align-items:center;gap:.75rem}.detail-header .dot{width:10px;height:10px;border-radius:50%}.detail-header .name{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.detail-stats{text-align:right;display:flex;flex-direction:column}.detail-stats .area{font-size:.9rem;font-weight:700;color:var(--dark-blue)}.detail-stats .percent{font-size:.7rem;color:var(--text-muted)}.custom-chart-tooltip{background:#fff;padding:1rem;border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);border:none}.tooltip-title{font-weight:700;color:var(--dark-blue);margin-bottom:.5rem;font-size:.9rem}.tooltip-item{font-size:.8rem;color:var(--text-secondary);margin:.25rem 0}.status-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.status-mini-card{background:var(--bg-muted);padding:1rem;border-radius:var(--border-radius-md);border-left:4px solid #ccc;display:flex;flex-direction:column;justify-content:center;transition:var(--transition-smooth);border:1px solid var(--border-light);border-left-width:4px}.status-mini-card .mini-val{font-size:1.25rem;font-weight:800;color:var(--dark-blue);line-height:1.2}.status-mini-card .mini-label{font-size:.65rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.source-badge{padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:10px;vertical-align:middle}.source-badge.db-source{background-color:#d1fae5;color:#047857;border:1px solid #059669}.source-badge.static-source{background-color:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}.aquifer-section{width:100%;animation:slideInRight .4s ease-out}.premium-aquifer-card{background:#fff;border-radius:20px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d;border:1px solid #f1f5f9;padding:1.5rem;margin-bottom:1.5rem}.aquifer-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-left:.25rem}.header-accent{width:4px;height:24px;background-color:#3b82f6;border-radius:4px}.aquifer-card-header h3{font-size:1.1rem;font-weight:800;color:#1e293b;letter-spacing:.05em;text-transform:uppercase;margin:0}.aquifer-chart-container{height:280px;margin-bottom:2rem}.aquifer-legend-list{display:flex;flex-direction:column}.aquifer-legend-item{padding:1rem 0;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease}.aquifer-legend-item:hover{background-color:#f8fafc}.legend-item-left{display:flex;align-items:center;gap:1rem}.legend-dot{width:12px;height:12px;border-radius:50%}.aquifer-name{font-weight:600;color:#475569;font-size:.95rem}.legend-item-right{text-align:right}.aquifer-value{font-weight:700;color:#1e293b;font-size:1rem}.unit-label{font-size:.75rem;color:#64748b;margin-left:2px}.aquifer-percent{font-size:.8rem;color:#94a3b8;font-weight:500;margin-top:2px}.well-inventory-section{padding:15px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;height:auto;display:flex;flex-direction:column;overflow-x:hidden;gap:15px}.well-detail-header{border-bottom:1px solid #e2e8f0;padding-bottom:10px}.well-detail-header h4{margin:0 0 8px;color:#1e293b;font-size:1.1rem;font-weight:600}.well-meta-badges{display:flex;gap:8px;flex-wrap:wrap}.badge{font-size:.75rem;padding:2px 8px;border-radius:12px;font-weight:500}.badge.location{background-color:#f1f5f9;color:#475569}.badge.depth{background-color:#e0f2fe;color:#0369a1}.well-chart-container{display:flex;flex-direction:column}.well-chart-container h5{margin:0 0 10px;font-size:.9rem;color:#64748b;font-weight:500}.chart-wrapper{width:100%;height:300px}.data-analysis-sidebar.expanded-layout .well-inventory-section.detailed-view{display:grid;grid-template-columns:1fr;gap:1.5rem}.data-analysis-sidebar.expanded-layout .detailed-view .well-profile-card,.data-analysis-sidebar.expanded-layout .detailed-view .well-chart-container{grid-column:1}.well-count-header{display:flex;justify-content:space-between;align-items:center}.well-count-header h3{margin:0;font-size:.95rem;color:#64748b}.region-badge{background:#f0fdf4;color:#15803d;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.table-container.small-list{flex:1;overflow-y:auto;border:1px solid #f1f5f9;border-radius:6px}.well-inventory-table{width:100%;border-collapse:collapse;font-size:.8rem}.well-inventory-table th,.well-inventory-table td{padding:8px 10px;text-align:left;border-bottom:1px solid #f8fafc}.well-inventory-table th{background:#f8fafc;color:#64748b;font-weight:600;position:sticky;top:0;z-index:10}.well-inventory-table tbody tr:hover{background-color:#f8fafc}.well-inventory-table td.font-medium{font-weight:500;color:#334155;font-family:monospace}.list-footer{padding:8px;text-align:center;font-size:.75rem;color:#94a3b8;border-top:1px solid #f1f5f9}.well-inventory-loading,.well-inventory-error,.well-inventory-empty{padding:20px;text-align:center;color:#64748b;font-size:.9rem;display:flex;align-items:center;justify-content:center;height:100%}.well-inventory-error{color:#ef4444}.well-inventory-section.dashboard-view{overflow-y:auto;gap:1.5rem;display:flex;flex-direction:column}.data-analysis-sidebar.expanded-layout .well-inventory-section.dashboard-view,.data-analysis-sidebar[data-expanded=true] .well-inventory-section.dashboard-view{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:1.5rem;width:100%}.data-analysis-sidebar.expanded-layout .well-count-header,.data-analysis-sidebar[data-expanded=true] .well-count-header{grid-column:span 2;padding-bottom:.5rem}.data-analysis-sidebar.expanded-layout .aggregated-chart-section,.data-analysis-sidebar[data-expanded=true] .aggregated-chart-section{grid-column:1;background:#fff;padding:1.25rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.data-analysis-sidebar.expanded-layout .aquifer-stats-card,.data-analysis-sidebar[data-expanded=true] .aquifer-stats-card{grid-column:2;background:#fff;padding:1.25rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.data-analysis-sidebar.expanded-layout .selection-summary-card,.data-analysis-sidebar[data-expanded=true] .selection-summary-card{grid-column:span 2}.aggregated-chart-section h5,.aquifer-stats-card h5{margin:0 0 12px;font-size:.9rem;color:#475569;font-weight:600;border-left:3px solid #3b82f6;padding-left:8px}.chart-wrapper.small-chart{height:220px}.aquifer-stats-card{background:#f8fafc;border-radius:8px;padding:12px;border:1px solid #e2e8f0}.pie-chart-wrapper{display:flex;flex-direction:column;align-items:center}.aquifer-legend{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:10px;width:100%}.legend-item{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:6px}.color-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.well-profile-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:8px;box-shadow:0 4px 6px -1px #0000000d}.profile-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.profile-icon{font-size:1.5rem;background:#e0f2fe;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;box-shadow:0 2px 4px #0369a11a}.profile-info{flex:1}.profile-info h4{margin:0 0 4px;color:#0f172a;font-size:1rem;font-weight:700;font-family:Inter,sans-serif;letter-spacing:-.01em}.profile-info p{margin:0;color:#64748b;font-size:.8rem;line-height:1.4}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:#f8fafc;padding:12px;border-radius:8px;border:1px solid #f1f5f9}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-item label{font-size:.65rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:4px}.stat-item strong{font-size:.85rem;color:#334155;font-weight:700}.well-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 4px 6px -1px #0000000d}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.table-header h5{margin:0;font-size:.9rem;color:#475569;font-weight:600}.download-btn-small{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.download-btn-small:hover{background:#eff6ff;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f61a}.download-btn-small svg{transition:transform .2s}.download-btn-small:hover svg{transform:translateY(1px)}.data-table-wrapper{overflow-x:auto;border-radius:10px;border:1px solid #f1f5f9}.analysis-table{width:100%;border-collapse:collapse;font-size:.8rem}.analysis-table th{background:#f8fafc;padding:12px;text-align:left;color:#64748b;font-weight:600;border-bottom:2px solid #f1f5f9}.analysis-table td{padding:10px 12px;border-bottom:1px solid #f8fafc;color:#1e293b;font-weight:500}.analysis-table tr:last-child td{border-bottom:none}.analysis-table tr:hover td{background:#f8fafc}.table-header.selection-integrated .title-group{display:flex;align-items:center;gap:12px}.table-batch-actions-compact{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;background:#fff}.batch-action-btn-primary{background:#3b82f6;color:#fff;border:none;padding:8px 12px;font-size:.8rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.batch-action-btn-primary:hover{background:#2563eb}.well-registry-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;margin-top:16px;overflow:hidden}.registry-table th{position:sticky;top:0;background:#f8fafc;z-index:10}.registry-table tr.selected-row{background-color:#f0f9ff}.registry-table tr:hover{background-color:#f8fafc}.registry-table input[type=checkbox]{width:16px;height:16px;cursor:pointer}.selection-toggle-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:.9rem;margin-left:8px;box-shadow:0 1px 2px #0000000d}.selection-toggle-btn:hover{transform:scale(1.1);box-shadow:0 4px 6px -1px #0000001a}.selection-toggle-btn.add{color:#10b981}.selection-toggle-btn.add:hover{background:#ecfdf5;border-color:#10b981}.selection-toggle-btn.remove{color:#ef4444;background:#fef2f2;border-color:#fee2e2}.selection-toggle-btn.remove:hover{background:#fee2e2;border-color:#ef4444}.selection-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:20px;box-shadow:0 4px 6px -1px #0000000d;border-top:4px solid #3b82f6}.horizontal-scroll{overflow-x:hidden;width:100%}.wide-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:auto}.wide-table th,.wide-table td{padding:8px 4px!important;font-size:10px!important;border-right:1px solid #f1f5f9;white-space:nowrap}.table-header.selection-integrated{display:flex;justify-content:space-between;align-items:center;gap:12px}.table-batch-actions{display:flex;align-items:center;gap:8px;padding:4px 8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.batch-count-indicator{font-size:.75rem;font-weight:700;color:#3b82f6;background:#eff6ff;padding:4px 10px;border-radius:6px;border:1px solid #dbeafe;white-space:nowrap}.batch-action-btn{padding:6px 12px;font-size:.75rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;white-space:nowrap}.batch-action-btn.download-all{background:#3b82f6;color:#fff;border:none;box-shadow:0 1px 2px #3b82f633}.batch-action-btn.download-all:hover{background:#2563eb;transform:translateY(-1px)}.batch-action-btn.clear-all{background:#fff;color:#64748b;border:1px solid #e2e8f0}.batch-action-btn.clear-all:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.well-inventory-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a66;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%)}.well-inventory-modal-content{background:#fff;width:95%;max-width:1400px;height:90%;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,inset 0 0 0 1px #ffffff1a;display:flex;flex-direction:column;overflow:hidden;animation:modalScaleUp .35s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.2)}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-bottom:1px solid #f1f5f9;background:#fff;z-index:30}.modal-header h2{margin:0;font-size:1.5rem;color:#0f172a;font-weight:800;letter-spacing:-.02em}.modal-close-btn{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.modal-close-btn:hover{background:#fee2e2;border-color:#fecaca;color:#ef4444;transform:rotate(90deg)}.modal-body{flex:1;overflow:hidden;display:flex;flex-direction:column;background:#fff;padding:0}.modal-body .data-table-wrapper{height:100%;overflow:auto;border:none;border-radius:0;padding:0 1.5rem 1.5rem}.modal-body .data-table-wrapper::-webkit-scrollbar{width:8px;height:8px}.modal-body .data-table-wrapper::-webkit-scrollbar-track{background:#f8fafc}.modal-body .data-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;border:2px solid #f8fafc}.modal-body .data-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.analysis-table.wide-table{border-spacing:0;width:100%;min-width:max-content;border-collapse:separate;table-layout:auto}.analysis-table.wide-table thead th{position:sticky;z-index:50;background:#f8fafc;color:#475569;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;padding:12px 8px;border-bottom:2px solid #edf2f7;white-space:nowrap}.analysis-table.wide-table thead tr:first-child th{top:0;height:44px}.analysis-table.wide-table thead th[rowspan="2"]{background:#f1f5f9;border-right:1px solid #e2e8f0}.analysis-table.wide-table thead tr:last-child th{top:44px;z-index:49;font-size:.6rem;padding:6px 4px;background:#fff;border-bottom:2px solid #e2e8f0}.col-check{width:40px;text-align:center}.col-sno{width:50px;text-align:center}.col-lat,.col-lon{width:90px;text-align:center}.col-aquifer{width:100px;text-align:center}.year-header{text-align:center;border-left:1px solid #e2e8f0}.sub-header{text-align:center;min-width:50px}.sub-header.pre{border-left:1px solid #e2e8f0}.analysis-table.wide-table tbody td{padding:10px 8px;font-size:.8rem;color:#334155;border-bottom:1px solid #f1f5f9;text-align:center}.data-cell.pre{border-left:1px solid #f1f5f9}.analysis-table.wide-table tbody tr:hover td{background:#f8fafc}.batch-action-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff!important;border:none;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 6px -1px #2563eb33;transition:all .2s cubic-bezier(.4,0,.2,1)}.batch-action-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px -2px #2563eb4d;filter:brightness(1.1)}.batch-action-btn-primary:active{transform:translateY(0)}.analysis-table input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer}.batch-action-btn-secondary{background:#fff;color:#64748b;border:1px solid #e2e8f0;padding:8px;border-radius:8px;cursor:pointer;transition:all .2s}.batch-action-btn-secondary:hover{background:#f1f5f9;color:#3b82f6;border-color:#cbd5e1}.recharge-section{width:100%;animation:slideInRight .4s ease-out}.summary-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;transition:all .3s ease}.recharge-section.is-expanded .summary-stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.charts-container{display:flex;flex-direction:column;gap:1.25rem}.recharge-section.is-expanded .charts-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.summary-stat-card{display:flex;align-items:center;gap:.75rem;padding:1rem!important}.stat-icon{font-size:1.5rem;background:#f1f5f9;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px}.stat-content{display:flex;flex-direction:column}.stat-label{font-size:.7rem;color:#64748b;text-transform:uppercase;font-weight:700}.stat-value{font-size:1.1rem;font-weight:800;color:#1e293b}.premium-recharge-card{background:#fff;border-radius:20px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d;border:1px solid #f1f5f9;padding:1.25rem}.recharge-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.header-accent{width:4px;height:24px;background-color:#0ea5e9;border-radius:4px}.recharge-card-header h3{font-size:.95rem;font-weight:800;color:#1e293b;letter-spacing:.05em;text-transform:uppercase;margin:0}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.recharge-table-container{overflow-x:auto;margin:-1rem;padding:1rem}.recharge-details-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem}.recharge-details-table th{background:#f8fafc;color:#64748b;font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;padding:1rem;border-bottom:2px solid #e2e8f0;text-align:left}.recharge-details-table td{padding:.85rem 1rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.recharge-details-table tbody tr:last-child td{border-bottom:none}.recharge-details-table tbody tr:hover td{background:#fdfdfd}.type-cell{display:flex;align-items:center;gap:12px;font-weight:600}.type-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.count-cell{text-align:center;font-family:inherit;font-weight:700;color:#3b82f6}.capacity-cell{text-align:right;font-family:inherit;font-weight:700;color:#10b981}.recharge-details-table tbody tr:nth-child(2n) td{background:#fafafa}.map-container{flex:1;position:relative;background:#eef2f7;min-width:0}.map-warning-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;pointer-events:none;max-width:450px;width:90%}.warning-content{background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1.5rem 2.5rem;border-radius:20px;border:1px solid rgba(245,158,11,.4);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;align-items:center;gap:1.5rem;pointer-events:auto}.warning-icon{font-size:2.5rem}.warning-text h3{margin:0;color:#92400e;font-size:1.15rem;font-weight:800}.warning-text p{margin:.5rem 0 0;color:#4b5563;font-size:.9rem;line-height:1.6}.warning-text strong{color:#d97706}@keyframes fadeInOverlay{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.animated-fade-in{animation:fadeInOverlay .6s cubic-bezier(.16,1,.3,1) forwards}.map-controls{position:absolute;top:2rem;right:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:1000}.map-control-btn{width:40px;height:40px;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--border-radius-md);cursor:pointer;font-size:1.1rem;font-weight:700;color:var(--text-secondary);box-shadow:var(--shadow-md);transition:var(--transition-smooth);display:flex;align-items:center;justify-content:center}.map-control-btn:hover{background:var(--bg-active);color:var(--secondary-blue);transform:scale(1.05);border-color:var(--secondary-blue)}.info-panel{position:absolute;bottom:2rem;left:2rem;width:340px;background:var(--bg-surface);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);z-index:1000;display:none;border:1px solid var(--border-light);overflow:hidden;animation:slideUp .3s ease-out}.info-panel.active{display:block}.info-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;background:var(--dark-blue);color:#fff}.info-header h4{margin:0;font-size:.9rem;font-weight:700;letter-spacing:.02em}.close-btn{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;opacity:.75;transition:opacity .2s}.close-btn:hover{opacity:1}.info-content{padding:1.5rem}.info-content p{margin:.6rem 0;font-size:.85rem;color:var(--text-secondary);line-height:1.5}.info-content strong{color:var(--secondary-blue)}.legend-widget{position:absolute;bottom:2rem;right:2rem;background:var(--bg-surface);padding:1.5rem;border-radius:var(--border-radius-lg);box-shadow:0 15px 40px #0000001f;z-index:1000;width:340px;border:1px solid var(--border-light)}.legend-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.legend-header .header-left{display:flex;align-items:center;gap:.75rem}.legend-header .header-icon{color:var(--secondary-blue)}.legend-header h4{margin:0;font-size:.9rem;font-weight:800;color:var(--dark-blue);text-transform:uppercase;letter-spacing:.05em}.legend-hide-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.8rem;transition:color .2s}.legend-hide-btn:hover{color:var(--secondary-blue)}.legend-context{font-size:.75rem;color:var(--text-muted);font-style:italic;margin-bottom:1rem}.legend-controls-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.legend-select{flex:1;min-width:0;padding:.4rem .6rem;border:1px solid var(--border-strong);border-radius:var(--border-radius-sm);font-size:.8rem;background:var(--bg-muted);color:var(--text-secondary);text-overflow:ellipsis}.classes-selector{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.classes-selector label{font-size:.7rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;white-space:nowrap}.tiny-select{padding:.25rem;border-radius:4px;border:1px solid var(--border-strong);font-size:.75rem;cursor:pointer}.legend-items{display:flex;flex-direction:column;gap:.65rem}.legend-row{display:flex;align-items:center;gap:1rem}.legend-swatch{width:32px;height:12px;border-radius:2px;box-shadow:inset 0 0 0 1px #0000001a}.legend-label{font-size:.8rem;font-weight:500;color:var(--text-secondary)}.animated-entry{animation:slideUp .3s ease-out}@media (max-width: 768px){.info-panel,.legend-widget{width:calc(100% - 4rem);left:2rem;right:2rem}}.custom-marker-dam{background:transparent!important;border:none!important;box-shadow:none!important}.dam-icon-svg{filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.dam-icon-svg:hover{transform:scale(1.2) translateY(-5px);z-index:1000}.dam-popup-container{min-width:280px;font-family:Inter,sans-serif;color:#334155}.dam-popup-header{background:linear-gradient(135deg,#0284c7,#0ea5e9);padding:12px 16px;border-radius:8px 8px 0 0;margin:-13px -20px 0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px -1px #0000001a}.dam-popup-header h3{margin:0;color:#fff;font-size:16px;font-weight:700;letter-spacing:.025em;flex:1}.dam-type-badge{background:#fff3;color:#fff;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;margin-left:8px;white-space:nowrap;border:1px solid rgba(255,255,255,.3)}.dam-popup-body{padding:12px 0 0}.dam-popup-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.dam-info-item{display:flex;flex-direction:column}.dam-info-item.full-width{grid-column:span 2}.dam-label{font-size:10px;text-transform:uppercase;color:#64748b;font-weight:600;letter-spacing:.05em;margin-bottom:2px}.dam-value{font-size:13px;color:#0f172a;font-weight:500}.dam-popup-footer{margin-top:12px;padding-top:10px;border-top:1px solid #e2e8f0;display:flex;gap:16px}.dam-spec{display:flex;align-items:center;gap:4px;font-size:12px;color:#475569;background:#f1f5f9;padding:4px 8px;border-radius:4px}.dam-spec svg{color:#0284c7}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:0}.leaflet-popup-content{margin:13px 20px}.leaflet-popup-tip{background:#fff}.animated-flow-line{animation:dash 20s linear infinite}@keyframes dash{to{stroke-dashoffset:-1000}}.flow-arrow-marker,.basin-info-label,.flow-indicator{background:transparent!important;border:none!important}@keyframes pulse-flow{0%,to{opacity:.4}50%{opacity:.8}}.map-legend-toggle{position:absolute;bottom:25px;right:25px;background:#fff;padding:10px 18px;border-radius:30px;box-shadow:0 4px 15px #0000001f;display:flex;align-items:center;gap:10px;cursor:pointer;z-index:1001;border:1px solid var(--border-light);transition:all .3s cubic-bezier(.175,.885,.32,1.275);-webkit-user-select:none;user-select:none}.map-legend-toggle:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000002e;border-color:var(--secondary-blue)}.map-legend-toggle.active{background:var(--dark-blue);border-color:var(--secondary-blue)}.map-legend-toggle.active .toggle-text{color:#fff}.map-legend-toggle.active span:last-child{color:#fff}.legend-widget{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffffff2}.legend-swatch{border:1px solid rgba(0,0,0,.15);width:24px;height:12px}.tiny-select{padding:2px 6px;border-radius:4px;border:1px solid var(--border-strong);background:var(--bg-muted);font-size:.7rem;font-weight:600}.color-picker-widget{position:absolute;top:140px;right:50px;background:#fff;padding:12px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:200px;border:1px solid #e2e8f0}.color-picker-widget .widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.color-picker-widget .widget-header h4{margin:0;font-size:.9rem;color:#334155;font-weight:600}.color-picker-widget .close-btn{background:none;border:none;font-size:1.2rem;line-height:1;color:#94a3b8;cursor:pointer;padding:0}.color-picker-widget .close-btn:hover{color:#475569}.color-picker-widget .color-option{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.color-picker-widget .color-option:last-child{margin-bottom:0}.color-picker-widget label{font-size:.85rem;color:#475569}.color-picker-widget input[type=color]{-webkit-appearance:none;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;padding:0;overflow:hidden;background:none}.color-picker-widget input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-picker-widget input[type=color]::-webkit-color-swatch{border:2px solid #e2e8f0;border-radius:50%}.export-menu{position:absolute;right:50px;top:0;width:200px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px 0;z-index:1000}.export-option{padding:10px 16px;font-size:14px;color:#334155;cursor:pointer;transition:background .2s}.export-option:hover{background:#f1f5f9;color:#0f172a}:root{--primary-blue: #005a9e;--secondary-blue: #0078d4;--dark-blue: #004578;--accent-cyan: #00e5ff;--bg-main: #f0f2f5;--bg-surface: #ffffff;--bg-muted: #f8fafc;--bg-active: #eff6ff;--text-main: #111827;--text-secondary: #4b5563;--text-muted: #9ca3af;--text-on-blue: #ffffff;--border-light: #e5e7eb;--border-strong: #d1d5db;--border-focus: var(--secondary-blue);--header-height: 64px;--sidebar-left-width: 420px;--sidebar-right-width: 420px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--transition-smooth: all .25s cubic-bezier(.4, 0, .2, 1);--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-main);color:var(--text-main);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{display:flex;flex-direction:column;height:100vh;width:100vw}.main-layout{display:flex;flex-direction:row;height:calc(100vh - var(--header-height));width:100%;overflow:hidden;background:var(--bg-main)}.workspace-container{display:flex;flex-direction:row;height:100%;overflow:hidden;min-width:0}.workspace-main{display:flex;flex-direction:column;overflow:hidden;flex:1;min-height:0;min-width:0}.map-viewport{flex:1;min-height:0;position:relative;display:flex}.workspace-bottom{background:#fff;border-top:3px solid var(--border-strong);z-index:10;height:auto;max-height:320px;overflow-y:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:20px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--text-muted);background-clip:content-box}.status-safe{color:#10b981;font-weight:600}.status-semi-critical{color:#f59e0b;font-weight:600}.status-critical{color:#f97316;font-weight:600}.status-over-exploited{color:#ef4444;font-weight:600}.leaflet-container{flex:1;z-index:1;background:#f1f1f1!important}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.global-loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.loader-content{background:#fff;padding:24px 40px;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;align-items:center;gap:16px}.loader-content p{font-weight:600;color:var(--text-secondary);margin:0}.spinner{width:40px;height:40px;border:4px solid var(--bg-muted);border-top:4px solid var(--secondary-blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f5f5f5;color:#333;overflow:hidden;height:100vh}.leaflet-container *:focus,.leaflet-container *:active,.leaflet-container :focus,.leaflet-container :active,.leaflet-interactive:focus,.leaflet-marker-icon:focus,.leaflet-popup-content-wrapper:focus,.leaflet-tooltip:focus{outline:none!important;box-shadow:none!important}.leaflet-popup-content-wrapper,.leaflet-tooltip{box-shadow:0 3px 14px #0006}#root{height:100vh;width:100vw}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.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}}
