/* assets/css/style.css */
body{ background:#f6f7fb; }
.card{ border-radius:1rem; box-shadow:0 8px 24px rgba(0,0,0,.06); }
.badge-mat{ background:#eef2ff; color:#3730a3; font-weight:600; }
.question{ border-bottom:1px dashed #e5e7eb; padding-bottom:.75rem; margin-bottom:1rem; }
.timer{ font-variant-numeric:tabular-nums; }
@media print{
.navbar, .btn, .no-print{ display:none !important; }
body{ background:#fff; }
.card{ box-shadow:none; }
}