@import url(https://unpkg.com/leaflet@1.9.4/dist/leaflet.css);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}#root,.app{height:100vh;width:100vw}.app{display:flex}.sidebar{background:#f8f9fa;border-right:1px solid #e0e0e0;height:100vh;overflow-y:auto;width:350px}.map-container{flex:1 1;height:100vh}.leaflet-container{z-index:1}.leaflet-container,.map-container{height:100%!important;width:100%!important}.leaflet-popup-content{font-family:inherit;font-size:14px;line-height:1.4;margin:8px 12px;max-width:350px}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 4px 12px #00000026}.leaflet-popup-tip{background:#fff;border:1px solid #ccc}.custom-popup{max-width:350px}.custom-popup .popup-header{border-bottom:2px solid #667eea;margin-bottom:12px;padding-bottom:8px}.custom-popup .popup-header h4{color:#333;font-size:16px;font-weight:600;margin:0 0 4px}.custom-popup .popup-subtitle{color:#666;font-size:12px;font-weight:500}.custom-popup .popup-content{font-size:13px}.custom-popup .popup-section{margin-bottom:16px}.custom-popup .popup-section:last-child{margin-bottom:0}.custom-popup .popup-section h5{border-bottom:1px solid #eee;color:#555;font-size:13px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;padding-bottom:4px;text-transform:uppercase}.custom-popup .stat-row{align-items:center;border-bottom:1px solid #f5f5f5;margin-bottom:6px;padding:4px 0}.custom-popup .stat-row:last-child{border-bottom:none;margin-bottom:0}.custom-popup .stat-label{flex:1 1;font-size:12px}.custom-popup .stat-value{flex:1 1;font-size:12px;text-align:right}.custom-popup .stat-value.highlight{color:#667eea;font-weight:700}.custom-popup .status-success{color:#27ae60;font-weight:600}.custom-popup .status-failed{color:#e74c3c;font-weight:600}.custom-popup .status-unknown{color:#95a5a6;font-weight:600}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 4px #0000001a!important}.leaflet-control-zoom a{background:#fff!important;border:1px solid #ccc!important;color:#333!important;font-weight:700!important}.leaflet-control-zoom a:hover{background:#f4f4f4!important}.leaflet-control-layers{background:#fff!important;border:1px solid #ccc!important;border-radius:4px!important;box-shadow:0 2px 4px #0000001a!important}.map-loading{text-align:center}.map-loading .loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:24px;margin:0 auto 10px;width:24px}.chat-interface{background:#fff;border-radius:12px;bottom:20px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;max-height:600px;overflow:hidden;position:fixed;right:20px;width:450px;z-index:1000}.chat-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:15px 20px}.chat-header h2{font-size:18px;font-weight:600;margin:0}.chat-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:28px;height:30px;justify-content:center;padding:0;transition:background .2s;width:30px}.chat-close:hover{background:#fff3}.chat-messages{background:#f8f9fa;flex:1 1;max-height:400px;overflow-y:auto;padding:20px}.chat-message{display:flex;flex-direction:column;margin-bottom:15px}.chat-message.user{align-items:flex-end}.chat-message.bot{align-items:flex-start}.chat-message-content{word-wrap:break-word;border-radius:18px;max-width:85%;padding:12px 16px}.chat-message.user .chat-message-content{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.chat-message.bot .chat-message-content{background:#fff;border:1px solid #e0e0e0;border-bottom-left-radius:4px;color:#333}.chat-message-text{line-height:1.5;white-space:pre-wrap}.chat-message-data{margin-top:10px}.chat-data-table{border:1px solid #e0e0e0;border-radius:8px;margin-top:10px;overflow-x:auto}.chat-data-table table{border-collapse:collapse;font-size:12px;width:100%}.chat-data-table th{background:#f5f5f5;border-bottom:2px solid #e0e0e0;font-weight:600;padding:8px;text-align:left}.chat-data-table td{border-bottom:1px solid #f0f0f0;padding:6px 8px}.chat-data-table tr:hover{background:#f9f9f9}.chat-data-more{background:#f5f5f5;color:#666;font-size:11px;padding:8px;text-align:center}.chat-sql{font-size:11px;margin-top:10px}.chat-sql summary{color:#667eea;cursor:pointer;padding:5px}.chat-sql pre{background:#f5f5f5;border-radius:4px;color:#333;font-size:10px;margin-top:5px;overflow-x:auto;padding:10px}.chat-message-time{color:#999;font-size:10px;margin-top:4px;padding:0 4px}.chat-loading{display:flex;gap:4px;padding:10px}.chat-loading span{animation:chat-bounce 1.4s ease-in-out infinite both;background:#667eea;border-radius:50%;height:8px;width:8px}.chat-loading span:first-child{animation-delay:-.32s}.chat-loading span:nth-child(2){animation-delay:-.16s}@keyframes chat-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-examples{background:#fff;border-top:1px solid #e0e0e0;max-height:150px;overflow-y:auto;padding:15px 20px}.chat-examples-label{color:#666;font-size:12px;font-weight:600;margin-bottom:8px}.chat-examples-list{display:flex;flex-direction:column;gap:6px}.chat-example-btn{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;font-size:12px;padding:8px 12px;text-align:left;transition:all .2s}.chat-example-btn:hover:not(:disabled){background:#e8e8e8;border-color:#667eea}.chat-example-btn:disabled{cursor:not-allowed;opacity:.5}.chat-input-container{align-items:flex-end;background:#fff;border-top:1px solid #e0e0e0;display:flex;gap:10px;padding:15px}.chat-input{border:1px solid #e0e0e0;border-radius:20px;flex:1 1;font-family:inherit;font-size:14px;outline:none;padding:10px 15px;resize:none;transition:border-color .2s}.chat-input:focus{border-color:#667eea}.chat-input:disabled{background:#f5f5f5;cursor:not-allowed}.chat-send-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:40px;justify-content:center;transition:transform .2s,opacity .2s;width:40px}.chat-send-btn:hover:not(:disabled){transform:scale(1.1)}.chat-send-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.chat-interface{bottom:10px;left:10px;margin:0 auto;max-width:450px;right:10px;width:calc(100% - 40px)}}.sidebar.collapsed{width:60px}.sidebar.collapsed .sidebar-content{display:none}.sidebar.collapsed .sidebar-header h1{font-size:16px;text-align:center}.sidebar.collapsed .sidebar-header p{display:none}.sidebar-toggle{align-items:center;background:#fff;border:1px solid #ddd;border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:-15px;top:20px;transition:all .2s;width:30px;z-index:1001}.sidebar-toggle:hover{background:#f8f9fa;transform:scale(1.05)}.sidebar-toggle:before{color:#666;content:"←";font-size:14px;font-weight:700}.sidebar.collapsed .sidebar-toggle:before{content:"→"}.map-container{position:relative}.map-loading{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1000}.leaflet-control-container .leaflet-top.leaflet-left{left:20px;top:20px}.leaflet-control-container .leaflet-top.leaflet-right{right:20px;top:20px}.custom-popup{font-family:inherit}.custom-popup .popup-header{border-bottom:1px solid #eee;color:#333;font-size:16px;font-weight:600;margin-bottom:8px;padding-bottom:4px}.custom-popup .popup-content{font-size:14px;line-height:1.4}.custom-popup .popup-stats{margin-top:8px}.custom-popup .stat-row{display:flex;justify-content:space-between;margin-bottom:4px;padding:2px 0}.custom-popup .stat-label{color:#666;font-weight:500}.custom-popup .stat-value{color:#333;font-weight:600}.stats-panel{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:16px}.stats-panel h3{color:#333;font-size:16px;font-weight:600;margin-bottom:12px}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.stat-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:12px;text-align:center}.stat-card h4{color:#667eea;font-size:20px;font-weight:700;margin-bottom:4px}.stat-card p{color:#666;font-size:11px;letter-spacing:.5px;margin:0;text-transform:uppercase}.filters-panel{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:16px}.filters-panel h3{color:#333;font-size:16px;font-weight:600;margin-bottom:12px}.filter-group{margin-bottom:16px}.filter-group:last-child{margin-bottom:0}.filter-group label{color:#555;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.filter-group input,.filter-group select{background:#fff;border:1px solid #ddd;border-radius:6px;font-size:14px;padding:8px 12px;transition:all .2s;width:100%}.filter-group input:focus,.filter-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-actions{display:flex;gap:8px;margin-top:16px}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px)}.btn-secondary{background:#f8f9fa;border:1px solid #dee2e6;color:#6c757d}.btn-secondary:hover:not(:disabled){background:#e9ecef}.btn-sm{font-size:12px;padding:6px 12px}.loading-overlay{align-items:center;background:#fffc;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33}.error-message,.success-message{font-size:14px;margin-bottom:16px;padding:12px}.success-message{background:#efe;border:1px solid #cfc;border-radius:6px;color:#363}.metric-selector{margin-bottom:16px}.metric-select{background:#fff;border:1px solid #ddd;border-radius:6px;font-size:14px;padding:8px 12px;width:100%}.metric-details{margin-top:16px}.metric-details h4{border-bottom:1px solid #eee;color:#333;font-size:14px;font-weight:600;margin-bottom:12px;padding-bottom:4px}.list-stats{max-height:200px;overflow-y:auto}.list-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:8px 0}.list-item:last-child{border-bottom:none}.item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px;width:100%}.rank{align-items:center;background:#667eea;border-radius:50%;box-shadow:0 1px 2px #00000026;color:#fff;display:inline-flex;font-size:16px;font-weight:800;height:36px;justify-content:center;line-height:1;margin-right:12px;width:36px}.item-details{color:#666;display:flex;font-size:12px;justify-content:space-between;width:100%}.performance-metrics{margin-top:8px}.metric-row{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:6px 0}.metric-row:last-child{border-bottom:none}.metric-label{color:#666;font-size:13px}.metric-value{color:#333;font-size:13px;font-weight:600}.stats-info{border-top:1px solid #eee;margin-top:16px;padding-top:12px}.info-text{color:#999;font-size:11px;margin:0}.active-filters{border-top:1px solid #eee;margin-top:16px;padding-top:16px}.active-filters h4{color:#333;font-size:14px;font-weight:600;margin-bottom:8px}.filter-tags{display:flex;flex-wrap:wrap;gap:6px}.filter-tag{background:#e3f2fd;border-radius:12px;color:#1976d2;font-size:11px;font-weight:500;padding:4px 8px}.custom-marker{background:#0000!important;border:none!important}.chat-toggle-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:20px;box-shadow:0 4px 16px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:28px;height:60px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:60px;z-index:999}.chat-toggle-btn:hover{box-shadow:0 6px 20px #667eea99;transform:scale(1.1)}.chat-toggle-btn:active{transform:scale(.95)}@media (max-width:768px){.app{flex-direction:column}.sidebar{height:auto;max-height:50vh;width:100%}.map-container{height:50vh}.stats-grid{grid-template-columns:1fr}.filter-actions{flex-direction:column}.btn{justify-content:center;width:100%}.list-item{align-items:flex-start;flex-direction:column}.item-header{margin-bottom:4px;width:100%}.item-details{justify-content:space-between;width:100%}}
/*# sourceMappingURL=main.5f58319e.css.map*/