body {
    font-family: 'Cairo', sans-serif;
    background-color: #f4f6f9;
}

.app-navbar {
    background: linear-gradient(90deg, #0d3b66, #145da0);
}

.stat-card {
    border: none;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: transform .15s ease;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-3px);
}

.stat-card .stat-icon {
    font-size: 1.8rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-card .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
}

.card {
    border-radius: 14px;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.table thead th {
    background-color: #f0f3f8;
    font-weight: 600;
    white-space: nowrap;
}

.badge-account-type {
    font-size: .75rem;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d3b66, #145da0);
}

.login-card {
    border-radius: 18px;
    max-width: 420px;
    width: 100%;
}
