body { font-family: 'Plus Jakarta Sans', sans-serif; }
#map { height: 100%; width: 100%; z-index: 1; cursor: crosshair; }
.custom-scrollbar::-webkit-scrollbar { width: 4px; height: 4px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 10px; }
.active-tab { color: #059669; border-bottom: 3px solid #059669; }

#filterPanel {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
.filter-hidden {
    transform: translateX(-20px) scale(0.95);
    opacity: 0;
    pointer-events: none;
}

.data-table thead th {
    background-color: #f8fafc;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 10px;
    font-weight: 800;
    color: #64748b;
    padding: 12px 16px;
    border-bottom: 2px solid #f1f5f9;
}
.data-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

.user-location-marker {
    background-color: #3b82f6;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.6);
}

.img-preview {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px dashed #e2e8f0;
}
