/* public/assets/css/app.css — dark tweaks */
body { background-color: #0b0f15; }
.navbar, .card { border-radius: 16px; }
.sidebar { min-height: 100vh; background: #0f1622; }
.badge-soft { background: rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.1); }
.table thead th { border-bottom-color: rgba(255,255,255,0.1); }
