:root{
  --ptk-bg: #0b0b0c;
}
body{
  background: #f6f7f9;
}
.card{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
}
.navbar{
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.form-control, .btn{
  border-radius: 12px;
}

.dashboard-stat .stat-value{font-size:34px;font-weight:700;line-height:1.1;margin-top:6px;}
.dashboard-stat{background: linear-gradient(180deg, rgba(255,255,255,1), rgba(248,249,251,1));}
