/* ═══════════════════════════════════════════════════════════
   mobile/admin.css — Overrides Mobile
   Dolce Olive — carregado depois de pages/admin.css
═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .admin-wrap { padding: 1rem; }
  table { font-size: 12px; }
  td, thead th { padding: 10px 10px; }
  .toolbar { gap: .5rem; }
  .search-input { min-width: 100%; }
}

@media (max-width: 560px) {
  .admin-nav { padding: 0 1rem; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .modal { max-width: 100%; border-radius: 0; max-height: 100vh; }
  .table-wrap { overflow-x: auto; }
  table { min-width: 640px; }
}
