:root{--brand:#0d6efd;--soft:#f5f7fb;}
.bg-soft{background:var(--soft);}
.card-elev{border:0; box-shadow:0 10px 30px rgba(2,12,27,.06); border-radius:18px;}
.navbar-glass{backdrop-filter: blur(10px); background:rgba(255,255,255,.8);}
.sidebar{min-height:100vh; background:#0b1220; color:#cbd5e1;}
.sidebar a{color:#cbd5e1; text-decoration:none;}
.sidebar a:hover{color:#fff;}
.sidebar .active{background:rgba(255,255,255,.08); border-radius:12px;}
.kpi{border-radius:18px; border:0; box-shadow:0 10px 30px rgba(2,12,27,.06);}
.kpi .icon{width:44px;height:44px;border-radius:14px; display:flex; align-items:center; justify-content:center; background:rgba(13,110,253,.12);}
.table thead th{white-space:nowrap;}
