body {
    background-color: #f4f6f9;
}

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

.login-wrapper {
    width: 100%;
    max-width: 420px;
    padding: 16px;
}

.login-card {
    border: none;
    border-radius: 16px;
}

.login-logo {
    font-size: 40px;
}

.stat-card {
    border: none;
    border-radius: 12px;
    background: #fff;
}

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

.navbar-brand {
    letter-spacing: 0.3px;
}

table thead th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}
