html {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: #2E2E2E !important;
    color: white !important;
}

@media (min-width: 1400px) {
    .metrics-row {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1rem;
    }

    .metric-item {
        flex: none !important;
        max-width: none !important;
    }
}


.bg-dark-subtle {
    background-color: #4A4A4A !important;
    color: white !important;
    border-radius: 12px;
}

#main-chart {
    background-color: #3A3A3A !important;
    border-radius: 12px;
}

.metric-real h3 {
    margin-bottom: 0;
    line-height: 1.2;
}

.metric-sim {
    margin-top: 4px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #f5c542;  
}

