body {
    background-color: #f4f6f9;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.navbar-brand {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
}

.card-dashboard {
    border: none;
    border-radius: 10px;
}

.card-dashboard .card-value {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.card-dashboard .card-label {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-top: 4px;
}

.card {
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.card.shadow-sm {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07) !important;
}

.table th {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.footer {
    font-size: 0.85rem;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0d6efd;
}
