:root {
    --portal-primary: #0B6FB7;
    --portal-dark: #084a7a;
    --portal-light: #e8f4fc;
}

.bg-portal {
    background-color: var(--portal-primary);
}

.text-light-50 {
    color: rgba(255, 255, 255, 0.6);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #f8f9fa;
}

.badge.bg-success { background-color: #198754 !important; }
.badge.bg-warning { background-color: #ffc107 !important; color: #000; }
.badge.bg-danger  { background-color: #dc3545 !important; }
.badge.bg-info    { background-color: #0dcaf0 !important; color: #000; }

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #6c757d;
}
