:root { --card-radius: 16px; }
body { background: #f6f7fb; }
.card { border-radius: var(--card-radius); }
.navbar-brand { font-weight: 700; letter-spacing: 0.2px; }
.badge-soft { background: #eef2ff; color: #3730a3; }
@media print {
  .no-print { display:none !important; }
  body { background: white; }
  .print-page { box-shadow:none !important; border: none !important; }
}
