body, .body-wrapper {
  background-image: url('https://9321751.fs1.hubspotusercontent-na1.net/hubfs/9321751/%5BSANAR%5D-BG-simulado-ENAMED-GESTORES.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

-----

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.dash-mock * { box-sizing: border-box; margin: 0; padding: 0; }
.dash-mock {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f8f9fb;
  border-radius: 16px;
  padding: 28px 32px 32px;
  max-width: 1100px;
  margin: 0 auto;
  color: #1a1a2e;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
}

.dash-mock .dm-header { margin-bottom: 18px; }
.dash-mock .dm-title { font-size: 22px; font-weight: 700; letter-spacing: -0.3px; }
.dash-mock .dm-subtitle { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 4px; font-size: 13px; color: #64748b; }
.dash-mock .dm-subtitle strong { color: #1a1a2e; }
.dash-mock .dm-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 600;
  background: #fef3c7; color: #92400e;
  padding: 3px 10px; border-radius: 999px;
}
.dash-mock .dm-badge svg { width: 12px; height: 12px; }

.dash-mock .dm-filters {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  margin-bottom: 14px;
}
.dash-mock .dm-select {
  font-size: 12px; font-weight: 500; color: #1a1a2e;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 8px;
  padding: 6px 28px 6px 10px; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 5 3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 8px center;
}
.dash-mock .dm-chip {
  font-size: 11px; font-weight: 500; color: #64748b;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 8px;
  padding: 5px 12px; cursor: default;
}

.dash-mock .dm-alert {
  display: flex; align-items: center; gap: 10px;
  background: rgba(239,68,68,.06); border: 1px solid rgba(239,68,68,.12);
  border-radius: 10px; padding: 10px 14px; margin-bottom: 14px;
  font-size: 12px;
}
.dash-mock .dm-alert svg { width: 16px; height: 16px; color: #ef4444; flex-shrink: 0; }
.dash-mock .dm-alert strong { font-weight: 600; }
.dash-mock .dm-alert span { color: #64748b; }

.dash-mock .dm-tabs {
  display: flex; gap: 4px; margin-bottom: 16px;
  overflow-x: auto; scrollbar-width: none;
}
.dash-mock .dm-tabs::-webkit-scrollbar { display: none; }
.dash-mock .dm-tab {
  font-size: 12px; font-weight: 500; white-space: nowrap;
  padding: 7px 14px; border-radius: 8px; color: #94a3b8;
  border: none; background: transparent; cursor: default;
}
.dash-mock .dm-tab--active {
  color: #1a1a2e; background: #fff;
  border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.dash-mock .dm-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; margin-bottom: 16px;
}
.dash-mock .dm-kpi {
  background: #fff; border-radius: 10px;
  border: 1px solid #f1f5f9; border-left: 3px solid;
  padding: 14px 16px;
}
.dash-mock .dm-kpi-label {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; color: #94a3b8; margin-bottom: 6px;
}
.dash-mock .dm-kpi-label svg { width: 14px; height: 14px; }
.dash-mock .dm-kpi-value { font-size: 28px; font-weight: 700; letter-spacing: -0.5px; line-height: 1; }
.dash-mock .dm-kpi-desc { font-size: 11px; color: #94a3b8; margin-top: 6px; }
.dash-mock .dm-kpi-link { font-size: 11px; color: #6366f1; font-weight: 500; margin-top: 8px; display: flex; align-items: center; gap: 3px; }
.dash-mock .dm-kpi-link svg { width: 12px; height: 12px; }

.dm-border-amber  { border-left-color: #f59e0b; }
.dm-border-red    { border-left-color: #ef4444; }
.dm-border-green  { border-left-color: #10b981; }

.dm-icon-amber svg { color: #d97706; }
.dm-icon-red   svg { color: #ef4444; }
.dm-icon-green svg { color: #10b981; }

.dash-mock .dm-dist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.dash-mock .dm-dist {
  background: #fff; border-radius: 10px;
  border: 1px solid #f1f5f9; padding: 16px;
  display: flex; align-items: flex-start; gap: 12px;
}
.dash-mock .dm-dist-icon {
  width: 36px; height: 36px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.dash-mock .dm-dist-icon svg { width: 20px; height: 20px; }
.dash-mock .dm-dist-label { font-size: 11px; color: #94a3b8; }
.dash-mock .dm-dist-value { font-size: 24px; font-weight: 700; margin-top: 2px; }
.dash-mock .dm-dist-desc  { font-size: 10px; color: #94a3b8; margin-top: 4px; }

.dm-dist-green .dm-dist-icon { background: #ecfdf5; }
.dm-dist-green .dm-dist-icon svg { color: #10b981; }
.dm-dist-green .dm-dist-value { color: #10b981; }

.dm-dist-gray .dm-dist-icon { background: #f1f5f9; }
.dm-dist-gray .dm-dist-icon svg { color: #94a3b8; }
.dm-dist-gray .dm-dist-value { color: #94a3b8; }

.dm-dist-red .dm-dist-icon { background: #fef2f2; }
.dm-dist-red .dm-dist-icon svg { color: #ef4444; }
.dm-dist-red .dm-dist-value { color: #ef4444; }

@media (max-width: 768px) {
  .dash-mock { padding: 18px 14px; }
  .dash-mock .dm-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .dash-mock .dm-dist-grid { grid-template-columns: 1fr; }
  .dash-mock .dm-kpi-value { font-size: 22px; }
}