.analytics-section .performance-stats {
    margin-top: 0;
}

.analytics-section .performance-stats .stat-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.analytics-section .performance-stats strong {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.analytics-section .performance-stats span {
    display: block;
    margin-top: 6px;
}

.analytics-section .performance-chart-wrapper {
    position: relative;
    height: 420px;
    margin-top: 38px;
}

@media (max-width: 768px) {
    .analytics-section .performance-chart-wrapper {
        height: 360px;
        overflow-x: auto;
    }

    .analytics-section .performance-chart-wrapper canvas {
        min-width: 720px;
    }
}
