/* =============================================
   MAHI ERP — RESPONSIVE CSS
   Desktop-focused; minimal mobile adjustments
   ============================================= */

/* ERP is desktop-only — these are just safeguards */
@media (max-width: 900px) {
  .sidebar { display: none; }
  .tb-nav .tb-nav-item { padding: 0 6px; font-size: 10px; }
  .main-c { padding: 4px 6px; }
}

@media (max-width: 600px) {
  .login-left  { display: none; }
  .login-right { width: 100%; }
  .tb-nav { display: none; }
}

/* Print styles */
@media print {
  .topbar, .sidebar, .pg-title, .act-row, .tbl-hd .tbl-actions { display: none !important; }
  .main-c { padding: 0; background: white; }
  .tbl-card { border: 1px solid #000; box-shadow: none; }
  .label-preview { display: block !important; }
}
