body {
  background: #f4f6f9;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}
.pmr-navbar {
  background: #14213d;
}
.pmr-sidebar {
  width: 220px;
  min-height: calc(100vh - 56px);
  background: #ffffff;
  border-right: 1px solid #e5e7eb;
}
.pmr-sidebar .nav-link {
  color: #374151;
  border-radius: 6px;
  padding: 0.55rem 0.75rem;
}
.pmr-sidebar .nav-link:hover {
  background: #f1f3f9;
}
.pmr-sidebar .nav-link.active {
  background: #14213d;
  color: #fff;
}
.pmr-main {
  min-height: calc(100vh - 56px);
}
.card-stat {
  border: none;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.status-badge-new { background:#0d6efd; }
.status-badge-contacted { background:#fd7e14; }
.status-badge-qualified { background:#6f42c1; }
.status-badge-converted { background:#198754; }
.status-badge-lost { background:#6c757d; }
.login-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,#14213d,#233863);
}
.login-card {
  width: 100%;
  max-width: 380px;
  border-radius: 14px;
  border: none;
}
table td, table th { vertical-align: middle; }
