/* Hexagon Module Styles */
.hexagon-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hexagon-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.chart-container {
    position: relative;
    height: 300px;
    width: 100%;
}
