:root{
  --card-radius: 16px;
}
.card{
  border-radius: var(--card-radius);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}
.table thead th{
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.badge-soft{
  background: rgba(13,110,253,.12);
  color: #0d6efd;
}
.kpi{
  min-height: 105px;
}
.kpi .icon{
  width: 44px; height:44px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 14px;
  background: rgba(255,255,255,.15);
}
.sheet-table{
  font-size: 0.9rem;
}
.sheet-table input{
  min-width: 90px;
}

.brand-dot{
  width:10px;height:10px;border-radius:999px;
  background: linear-gradient(135deg,#0d6efd,#20c997);
  display:inline-block;
  box-shadow: 0 0 0 4px rgba(13,110,253,.15);
}
.navbar .badge-soft{
  background: rgba(255,255,255,.15);
  color: #fff;
}
