/* Minimal tweaks */
body { background: #f6f7fb; }
.navbar-brand { font-weight: 700; }
.card { border: 0; border-radius: 16px; box-shadow: 0 10px 25px rgba(16,24,40,.08); }
.btn { border-radius: 12px; }
.badge { border-radius: 999px; }
.table { background: white; border-radius: 16px; overflow: hidden; }

/* --- Privacy / anti-screenshot (deterrent only; cannot fully prevent screenshots in browsers) --- */
.no-select, .no-select * { user-select: none; -webkit-user-select: none; -ms-user-select: none; }

.wm-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
}

.visasys-blur main { filter: blur(10px); }
.visasys-blur .wm-overlay { opacity: 0.08; }

@media print {
  body { display: none !important; }
}
