body { background: #f4f6f9; }
.card-stat { border: none; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.card-stat .value { font-size: 1.8rem; font-weight: 700; }
.badge-status { text-transform: capitalize; }
.login-wrapper { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #1c2530; }
.login-card { max-width: 380px; width: 100%; }
