/* Sistema Marendaz - Personalizações sobre o tema Metrica */

:root {
  --mz-primary: #4f46e5;
  --mz-primary-soft: rgba(79,70,229,.12);
}

.report-card .card-body { padding: 1.25rem 1.25rem 1rem; }
.report-main-icon {
  width: 48px; height: 48px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--mz-primary-soft); color: var(--mz-primary); font-size: 22px;
}

.bg-soft-primary { background: var(--mz-primary-soft) !important; }
.text-primary    { color: var(--mz-primary) !important; }

.badge { font-weight: 600; letter-spacing:.3px; }
.card { border: 0; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.card-header { background: transparent; border-bottom: 1px solid #eef1f6; }

table thead th { font-size: 12px; text-transform: uppercase; letter-spacing:.4px; color:#6c757d; }
table.table-sm td, table.table-sm th { padding: .5rem .75rem; }

pre { background:#0f172a; color:#e2e8f0; border-radius:8px; }

/* Dark mode toggle */
body.mz-dark, body.mz-dark .card, body.mz-dark .page-wrapper { background:#0f172a !important; color:#e2e8f0; }
body.mz-dark .card { background:#1e293b; color:#e2e8f0; }
body.mz-dark table { color:#e2e8f0; }
body.mz-dark .table-light { background:#334155 !important; color:#f1f5f9; }
body.mz-dark pre { background:#020617; }

.footer {
  padding: 16px 20px; border-top: 1px solid #eef1f6; margin-top: 20px;
  font-size: 12px; color:#6c757d;
}
