body { background-color: #f5f6f8; display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1 0 auto; }
.app-footer code { color: inherit; }

.badge-GREEN  { background-color: #198754; }
.badge-YELLOW { background-color: #ffc107; color: #212529; }
.badge-ORANGE { background-color: #fd7e14; }
.badge-RED    { background-color: #dc3545; }
.badge-UNSCORED { background-color: #6c757d; }

.kpi-card .kpi-value { font-size: 1.75rem; font-weight: 600; }
.kpi-card .kpi-label { font-size: .8rem; text-transform: uppercase; color: #6c757d; }

.factor-bar {
    height: 6px;
    border-radius: 3px;
    background-color: #e9ecef;
    overflow: hidden;
}
.factor-bar > span { display: block; height: 100%; background-color: #dc3545; }

.table-sortable th a { color: inherit; text-decoration: none; }
.table-sortable th a:hover { text-decoration: underline; }
