body { font-family: 'Inter', sans-serif; }
#map { height: 100%; width: 100%; z-index: 1; }
.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
.quake-card { transition: all 0.2s ease; }
.quake-card:hover { transform: translateY(-2px); }
.legend-item { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; }
.legend-color { width: 12px; height: 12px; border-radius: 2px; }

/* Custom Popup Styles */
.leaflet-popup-content-wrapper {
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.leaflet-popup-content {
    margin: 0 !important;
    width: auto !important;
}
.leaflet-popup-tip {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}