*{box-sizing:border-box;margin:0;padding:0}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}#root,.App{height:100vh;width:100vw}.App{display:flex;position:relative}.loading{align-items:center;color:#667eea;display:flex;flex-direction:column;font-size:24px;font-weight:700;gap:20px;height:100vh;justify-content:center}.loading-icon{animation:spin 4s linear infinite;height:64px;width:64px}@keyframes spin{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@media (max-width:768px){.App{flex-direction:column}}@media (max-width:768px) and (orientation:landscape){.App{flex-direction:row}}.sidebar-toggle{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 6px #0000004d;cursor:pointer;display:none;height:45px;position:fixed;right:15px;top:15px;transition:transform .2s;width:45px;z-index:1100}.sidebar-toggle:active{transform:scale(.95)}.hamburger-icon{color:#fff;font-size:24px;font-weight:700;line-height:1}.sidebar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:2px 0 10px #0000001a;color:#fff;overflow-y:auto;padding:20px;width:20%;z-index:1000}.sidebar h1{align-items:center;display:flex;font-size:24px;gap:10px;justify-content:center;margin-bottom:20px;text-align:center;text-shadow:2px 2px 4px #0003}.title-icon{height:32px;object-fit:contain;width:32px}.stats{background:#ffffff1a;border-radius:8px;margin-bottom:20px;padding:15px}.stats p{font-size:14px;margin:8px 0}.filters{margin-bottom:20px}.filter-section{background:#ffffff0d;border-radius:8px;margin-bottom:15px;padding:10px}.filter-section:last-child{margin-bottom:0}.filters h3{font-size:14px;font-weight:600;margin-bottom:8px}.filters select{background:#fff;border:none;border-radius:6px;color:#333;cursor:pointer;font-size:13px;padding:8px;width:100%}.switch-container{align-items:center;display:flex;gap:12px;padding:5px 0}.switch{display:inline-block;flex-shrink:0;height:26px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ffffff4d;border-radius:26px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:20px;left:3px;width:20px}input:checked+.slider{background-color:#4caf50}input:checked+.slider:before{transform:translateX(24px)}.switch-label{color:#fff;font-size:13px;font-weight:500}.legend{background:#ffffff1a;border-radius:8px;padding:15px}.legend h3{font-size:16px;margin-bottom:10px}.legend-item{align-items:center;display:flex;font-size:12px;margin:8px 0}.legend-color{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;height:20px;margin-right:10px;width:20px}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.sidebar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width:768px){.sidebar-toggle{align-items:center;display:flex;justify-content:center}.sidebar{box-shadow:-2px 0 15px #0000004d;height:100vh;max-height:100vh;max-width:none;overflow-y:auto;padding:15px;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:50%;z-index:1050}.sidebar.open{right:0}.sidebar h1{flex-wrap:wrap;font-size:20px;margin-bottom:15px}.title-icon{height:28px;width:28px}.stats{display:flex;gap:15px;justify-content:space-around;margin-bottom:15px;padding:12px}.stats p{font-size:13px;margin:0}.filters{margin-bottom:15px}.filter-section{margin-bottom:12px;padding:8px}.filters h3{font-size:13px;margin-bottom:6px}.filters select{font-size:12px;padding:6px}.switch-container{gap:10px}.switch{height:24px;width:45px}.slider:before{bottom:3px;height:18px;left:3px;width:18px}input:checked+.slider:before{transform:translateX(21px)}.switch-label{font-size:12px}.legend{padding:12px}.legend h3{font-size:14px;margin-bottom:8px}.legend-item{font-size:11px;margin:6px 0}.legend-color{height:16px;margin-right:8px;width:16px}}@media (max-width:480px){.sidebar{max-width:none;width:50%}.sidebar.open{right:0}.sidebar-toggle{height:40px;right:12px;top:12px;width:40px}.hamburger-icon{font-size:20px}.sidebar h1{font-size:18px;margin-bottom:12px}.title-icon{height:24px;width:24px}.stats{flex-direction:column;gap:8px;padding:10px}.stats p{font-size:12px}.filter-section{padding:6px}.filters h3{font-size:12px}.filters select,.switch-label{font-size:11px}.legend{padding:10px}.legend h3{font-size:13px}}@media (max-width:768px) and (orientation:landscape){.sidebar-toggle{display:flex}.sidebar{height:100vh;max-height:100vh;position:fixed;right:-100%;width:20%}.sidebar.open{right:0}.stats{flex-direction:column}}@media (max-width:768px){.sidebar.open:before{background:#00000080;bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:-1}}.leaflet-container{flex:1 1}.popup-content{max-width:300px}.popup-content h3{color:#667eea;font-size:18px;margin:0 0 10px}.popup-content p{font-size:13px;line-height:1.4;margin:5px 0}.popup-content .description{border-top:1px solid #eee;color:#666;font-style:italic;margin-top:10px;padding-top:10px}.custom-marker{background:none;border:none}@media (max-width:768px){.leaflet-container{height:55vh}.popup-content{max-width:250px}.popup-content h3{font-size:16px}.popup-content p{font-size:12px}}@media (max-width:480px){.leaflet-container{height:50vh}}@media (max-width:768px) and (orientation:landscape){.leaflet-container{height:100vh;width:100%}}.location-button-container{align-items:flex-end;bottom:30px;display:flex;flex-direction:column;gap:10px;position:absolute;right:10px;z-index:1000}.location-button{align-items:center;background:#fff;border:2px solid #0003;border-radius:50%;box-shadow:0 2px 8px #0000004d;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;transition:all .3s ease;width:50px}.location-button:hover:not(:disabled){background:#f0f0f0;box-shadow:0 4px 12px #0006;transform:scale(1.05)}.location-button:active:not(:disabled){transform:scale(.95)}.location-button:disabled{cursor:not-allowed;opacity:.6}.location-error{animation:slideIn .3s ease-out;background:#f44;border-radius:8px;box-shadow:0 2px 8px #0000004d;color:#fff;font-size:12px;max-width:250px;padding:10px 15px;text-align:center}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.current-location-marker{background:none;border:none}
/*# sourceMappingURL=main.a0a4bfe3.css.map*/