body {
    background: #f4f6f9;
}

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

.stat-card.highlight {
    border-left: 4px solid #0d6efd;
}

.stat-label {
    color: #6c757d;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

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

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e293b, #334155);
}

.login-card {
    width: 100%;
    max-width: 400px;
    border: 0;
}
