:root {
  --card-radius: 1.25rem;
}
body {
  background: linear-gradient(180deg, #f5f7fb 0%, #eef2f9 100%);
  min-height: 100vh;
}
.card-soft {
  border: 0;
  border-radius: var(--card-radius);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.stat-card {
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
}
.hero-panel {
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  color: white;
  border-radius: 1.5rem;
}
.photo-thumb {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 1rem;
}
.table thead th {
  white-space: nowrap;
}
.badge-soft {
  padding: .55rem .8rem;
  border-radius: 999px;
  font-weight: 600;
}
.login-box {
  max-width: 460px;
}
