:root { --brand:#0b5ed7; }
body { background:#f7f8fb; }
.navbar-brand { font-weight:700; letter-spacing:.2px; }
.card { border:0; border-radius:16px; box-shadow: 0 6px 18px rgba(0,0,0,.06); }
.btn { border-radius: 12px; }
.form-control, .form-select { border-radius: 12px; }
.badge { border-radius: 999px; }
.table { background:#fff; }
.small-muted { color:#6c757d; font-size:.92rem; }
.hero { background: linear-gradient(135deg, rgba(11,94,215,.12), rgba(25,135,84,.10)); border-radius: 20px; padding: 24px; }


/* Auth pages */
.auth-wrap{
  min-height: calc(100vh - 120px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 24px 12px;
}
.auth-card{
  width: 100%;
  max-width: 440px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.auth-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 8px;
}
.auth-logo img{
  max-width: 120px;
  height:auto;
}
.btn-brand{
  background:#0a6b5a;
  border-color:#0a6b5a;
  color:#fff;
}
.btn-brand:hover{ filter:brightness(.95); color:#fff; }
