:root{ --brand:#0d6efd; }
body{ background:#f5f7fb; }
.navbar.brandbar{ background:var(--brand); }
.navbar-brand img{ height:28px; margin-right:8px; vertical-align:middle; }
.card{ border:0; box-shadow:0 6px 16px rgba(13,110,253,.08); border-radius:12px; }
.badge-pill{ border-radius:50px; padding:.35rem .6rem; }
.form-label{ font-weight:600; }
.table thead th{ font-weight:600; background:#f0f4ff; }
.success-hero{ background:linear-gradient(135deg, #dff5e5, #e6f3ff); border-radius:14px; padding:14px 18px; }
.success-hero .title{ font-size:1.8rem; font-weight:700; display:flex; align-items:center; gap:.5rem; }
.success-hero .title .chk{ font-size:1.6rem; }
