﻿.CargoIQ-dashboard {
    background: #f8fafc;
}

.CargoIQ-kpi {
    border-left: 4px solid #0d9488;
}

    .CargoIQ-kpi .label {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #64748b;
    }

    .CargoIQ-kpi .value {
        font-size: 2rem;
        font-weight: 600;
        color: #0f172a;
    }

.CargoIQ-card {
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.CargoIQ-card-header {
    font-weight: 600;
    background: transparent;
    border-bottom: 1px solid #e5e7eb;
}

.CargoIQ-badge-ok {
    background: #dcfce7;
    color: #166534;
}

.CargoIQ-badge-warn {
    background: #fef3c7;
    color: #92400e;
}
