@media (max-width: 768px) {
    .card-title {
        font-size: 1.25rem;
    }
    
    .card-subtitle {
        font-size: 0.75rem;
    }
    
    .nav-link {
        padding: 0.75rem 1rem;
    }
    
    .js-plotly-plot .plotly .modebar {
        display: none !important;
    }
}

.navbar .nav-link {
    transition: all 0.2s ease;
    border-radius: 4px;
    margin: 0 2px;
}

.navbar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.navbar .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.dash-table-container {
    font-size: 14px;
}

@media (max-width: 576px) {
    .dash-table-container {
        font-size: 12px;
    }
    
    .dash-table-container .dash-header {
        font-size: 11px;
    }
}

.offcanvas {
    max-width: 85vw;
}

.Select-control {
    min-height: 38px;
}

.badge {
    font-weight: 500;
}

h4, h5 {
    color: #2c3e50;
}

.text-muted {
    color: #7f8c8d !important;
}
