.login-wrapper {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    min-height: 100vh;
}

.login-card {
    width: 100%;
    max-width: 400px;
    border: none;
    border-radius: 12px;
}

.stat-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.stat-card .stat-value {
    font-size: 2rem;
    font-weight: 700;
}

.stat-card .stat-label {
    color: #6c757d;
    font-size: 0.875rem;
}

.stat-success { border-left: 4px solid #198754; }
.stat-warning { border-left: 4px solid #ffc107; }
.stat-info { border-left: 4px solid #0dcaf0; }

.table td { vertical-align: middle; }
