/* assets/css/style.css — minimal blue/white */
:root { --brand:#0d6efd; }
.navbar.bg-primary{background:var(--brand)!important;}
code { background: #f4f7ff; padding: .1rem .35rem; border-radius: .35rem; }
.card { border-radius: 12px; }
.btn { border-radius: 10px; }
.badge { border-radius: 8px; }
.table thead th { font-weight:600; }
