File: assets/style.css
/* Minimal extras on top of Bootstrap */
body { background: #f5f7fb; }
.card { border: none; border-radius: 16px; box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.card .card-header { border-bottom: none; border-top-left-radius: 16px; border-top-right-radius: 16px; }
.badge-soft { background: #eef2ff; color: #3b82f6; }
.table thead th { background: #0d6efd; color: #fff; }
.form-section-title { font-weight: 700; color: #0d274d; margin-top: 1rem; }