body { font-family: 'Vazirmatn', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.card { border: 0; border-radius: 1rem; }
.shadow-soft { box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.badge-soft { background: rgba(13,110,253,.12); color: #0d6efd; }
.table thead th { font-weight: 600; }


/* Mobile improvements */
@media (max-width: 576px) {
  .navbar .btn { width: 100%; }
  .card-body { padding: 1.25rem !important; }
  .table-responsive { border-radius: 1rem; }
  .actions-stack { display: flex; flex-direction: column; gap: .35rem; align-items: stretch; }
  .actions-stack .btn, .actions-stack form { width: 100%; }
  .actions-stack form { display: block; }
  .actions-stack .btn { justify-content: center; }
}
