body {
    background-color: #f4f6f9;
    font-family: "Segoe UI", system-ui, sans-serif;
}

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
}

.login-card {
    width: 100%;
    max-width: 420px;
    border: none;
    border-radius: 12px;
}

.stat-card .stat-label {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.stat-card .stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.location-select {
    min-width: 150px;
}

.badge.status-requested { background-color: #ffc107; color: #000; }
.badge.status-allocated { background-color: #0dcaf0; color: #000; }
.badge.status-dispatched { background-color: #6f42c1; }
.badge.status-received { background-color: #198754; }
.badge.status-rejected { background-color: #dc3545; }
.badge.status-cancelled { background-color: #6c757d; }

.card {
    border-radius: 10px;
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}
