* { font-family: 'Vazirmatn', Tahoma, sans-serif; }
body { margin: 0; }

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #d6ccc0; border-radius: 4px; }
::-webkit-scrollbar-track { background: transparent; }

/* entrance animation — only the first direct block, keeps big tables cheap */
main > div:first-of-type { animation: fadeUp .25s ease both; }
@keyframes fadeUp { from { opacity: 0; } to { opacity: 1; } }

/* print styles */
.print-title { display: none; }
@media print {
  .no-print { display: none !important; }
  body { background: #fff !important; }
  .print-title { display: block !important; font-size: 20px; margin-bottom: 16px; }
  main { width: 100% !important; }
  table { font-size: 11px; }
  .bg-white { box-shadow: none !important; border: 1px solid #ddd; }
}

select { background-position: left 0.5rem center; }
</parameter>
</invoke>