body { background:#f6f7fb; }
.navbar-brand { font-weight:700; }
.card { border:0; border-radius:16px; box-shadow:0 8px 24px rgba(20,30,60,.06); }
.table thead th { font-size:.82rem; text-transform:uppercase; letter-spacing:.03em; color:#667; }
.badge-soft { background:#eef2ff; color:#3730a3; }
.sidebar-link { display:block; padding:.7rem .9rem; border-radius:12px; color:#1f2937; text-decoration:none; }
.sidebar-link:hover, .sidebar-link.active { background:#e9efff; color:#111827; }
.required:after { content:' *'; color:#dc3545; }
.print-document { background:white; padding:32px; max-width:900px; margin:auto; }
@media print {
  .no-print { display:none !important; }
  body { background:white; }
  .print-document { padding:0; box-shadow:none; max-width:none; }
}
