/* SATRIA - Custom Stylesheet */
:root {
  --satria-primary: #0b6e4f;
  --satria-dark: #064a35;
}
body { background-color: #f4f6f8; }
.satria-navbar { background-color: var(--satria-dark) !important; }
.satria-navbar .nav-link:hover { color: #ffd166 !important; }
.card { border: none; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.card-stat h2 { font-weight: 700; }
.login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--satria-dark), var(--satria-primary));
}
.login-card { max-width: 420px; width: 100%; border-radius: 14px; }
.table thead { background-color: var(--satria-dark); color: #fff; }
.badge { font-weight: 500; }
