:root{
  --brand:#0d6efd;
  --bg:#f6f7fb;
  --card:#ffffff;
  --muted:#6c757d;
}
html,body{height:100%;}
body{background:var(--bg);}
.navbar{box-shadow:0 2px 6px rgba(0,0,0,.04);}
.card{border:0;border-radius:1rem;box-shadow:0 4px 18px rgba(0,0,0,.06);}
.card .card-title{font-weight:600;}
.table thead th{font-weight:600;border-bottom:2px solid #e9ecef;}
.badge-soft{background:#eef4ff;color:#2449a2;border:1px solid #e0eaff;}
.btn-rounded{border-radius:999px;}
.page-title{font-size:1.4rem;font-weight:700;}
.footer-small{color:var(--muted); font-size:.875rem;}
.auth-bg{
  min-height:100vh;display:flex;align-items:center;justify-content:center;
  background: radial-gradient(60rem 60rem at 100% -10%, #ebf1ff, transparent),
              radial-gradient(60rem 60rem at -10% 110%, #fef5ee, transparent),
              var(--bg);
}
.logo-dot{width:10px;height:10px;border-radius:50%;background:var(--brand);display:inline-block;margin-left:.25rem;}
