:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#242424}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}.earthquake-marker{color:#fff;font-weight:900;font-size:11px;padding:2px 6px;border-radius:3px;border:1px solid rgba(0,0,0,.2);box-shadow:0 2px 4px #00000080;text-align:center;white-space:nowrap;display:flex;justify-content:center;align-items:center;height:100%;width:100%;box-sizing:border-box;text-shadow:0 1px 2px rgba(0,0,0,.5);transition:transform .2s}.earthquake-marker.flashing{animation:marker-flash 1s infinite alternate;border:2px solid white}.earthquake-marker-dot.flashing{animation:marker-flash 1s infinite alternate}@keyframes marker-flash{0%{transform:scale(1);box-shadow:0 0 10px #ffffff80}to{transform:scale(1.15);box-shadow:0 0 20px #ffffffe6}}.earthquake-info-popup .maplibregl-popup-content{padding:0!important;background:transparent!important;border-radius:8px!important;box-shadow:none!important;overflow:visible!important}.earthquake-info-popup .maplibregl-popup-close-button{display:none!important}.earthquake-info-popup .maplibregl-popup-tip{border-top-color:#0f131a!important}.earthquake-info-popup.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:#0f131a!important;border-bottom-color:transparent!important}.earthquake-info-popup.maplibregl-popup-anchor-top .maplibregl-popup-tip{border-bottom-color:#0f131a!important;border-top-color:transparent!important}.maplibregl-ctrl-bottom-right .maplibregl-ctrl-attribution{margin-bottom:80px!important;margin-right:10px!important}.earthquake-marker-x{position:relative;display:flex;justify-content:center;align-items:center}.earthquake-marker-x:before,.earthquake-marker-x:after{content:"";position:absolute;width:100%;height:4px;background-color:currentColor;border-radius:2px;box-shadow:0 0 2px #00000080}.earthquake-marker-x:before{transform:rotate(45deg)}.earthquake-marker-x:after{transform:rotate(-45deg)}.earthquake-marker-x.flashing{animation:marker-flash 1s infinite alternate}.multi-range-slider-container{position:relative;width:100%;height:30px;display:flex;align-items:center;justify-content:center}.multi-range-slider{position:relative;width:100%;max-width:100%;height:5px}.multi-range-slider__track{position:absolute;border-radius:3px;height:5px;background-color:#444;width:100%;z-index:1}.multi-range-slider__range{position:absolute;border-radius:3px;height:5px;background-color:#3b82f6;z-index:2}.multi-range-slider__thumb{position:absolute;width:250px}.thumb{pointer-events:none;position:absolute;height:0;width:250px;width:100%;outline:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;z-index:3;left:0;margin:0}.thumb::-webkit-slider-thumb{-webkit-appearance:none;-webkit-tap-highlight-color:transparent;background-color:#0f172a;border:2px solid #3b82f6;border-radius:50%;box-shadow:0 0 1px 1px #ced4da;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}.thumb::-moz-range-thumb{background-color:#0f172a;border:2px solid #3b82f6;border-radius:50%;box-shadow:0 0 1px 1px #ced4da;cursor:pointer;height:18px;width:18px;pointer-events:all;position:relative}.thumb-left{z-index:4}.thumb-right{z-index:5}
