* { font-family: 'Sarabun', sans-serif; }

body {
  background: #f4f6f9;
}

.app-navbar {
  background: linear-gradient(90deg, #7a1f2b 0%, #a12a38 100%);
}

.app-navbar .nav-link.active {
  font-weight: 600;
  color: #fff !important;
  border-bottom: 2px solid #fff;
}

.login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7a1f2b 0%, #2b3a67 100%);
}

.login-card {
  max-width: 420px;
  width: 100%;
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

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

.stat-card {
  border-radius: 14px;
  color: #fff;
  padding: 1.25rem 1.5rem;
}
.stat-card .stat-num { font-size: 2rem; font-weight: 700; }
.bg-maroon { background: linear-gradient(135deg,#7a1f2b,#a12a38); }
.bg-navy { background: linear-gradient(135deg,#2b3a67,#3d5296); }
.bg-teal { background: linear-gradient(135deg,#0f766e,#14b8a6); }
.bg-amber { background: linear-gradient(135deg,#b45309,#d97706); }

.badge-pending { background:#ffe8cc; color:#b45309; }
.badge-passed { background:#d1fae5; color:#047857; }

.table thead th { background:#f8f5f1; white-space:nowrap; }

@media print {
  .no-print { display:none !important; }
  .app-navbar, footer { display:none !important; }
  body { background:#fff; }
}
