::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: rgba(241, 245, 249, 0.5);
}

.dark ::-webkit-scrollbar-track {
    background: #0f172a;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.dark ::-webkit-scrollbar-thumb {
    background: #334155;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.dark ::-webkit-scrollbar-thumb:hover {
    background: #475569;
}

.dark .leaflet-tile {
    filter: brightness(0.7) invert(1) contrast(1.2) hue-rotate(200deg) saturate(0.3);
}

.dark .leaflet-container {
    background: #090d16 !important;
}

.leaflet-container {
    background: #f8fafc !important;
}
