@tailwind base;
@tailwind components;
@tailwind utilities;

.sidebar-toggle { 
    display: none; 
}

@media (max-width: 768px) {
    .sidebar-toggle { 
        display: block; 
    }
}

.chart-container { 
    height: 300px; 
}

.dragging { 
    opacity: 0.5; 
    background-color: #f8fafc; 
}

.shadow-card {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}