/**
 * Mock hero comptables — reporting de pilotage (dossier client)
 * Étend mkt-hero-consult-mock · accents EC vert #236b44
 */
.mkt-hero-reporting-mock.product-shell {
  border-radius: 22px;
  border: 1px solid rgba(35, 107, 68, 0.12);
  box-shadow:
    0 1px 2px rgba(28, 26, 20, 0.04),
    0 8px 32px rgba(28, 26, 20, 0.08),
    0 24px 64px rgba(35, 107, 68, 0.07);
}

.mkt-hero-reporting-mock .shell-chrome {
  background: linear-gradient(180deg, #f9f8f5 0%, #f7f5f0 100%);
}

.mkt-hero-reporting-mock .shell-appbrand--client {
  color: #236b44;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 15px;
}

.mkt-hero-reporting-mock .shell-appbrand--client::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #236b44;
  box-shadow: 0 0 0 3px rgba(35, 107, 68, 0.18);
}

.mkt-hero-reporting-mock .shell-appmeta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #6b6560;
}

.mkt-hero-reporting-mock .shell-fec-pill {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(35, 107, 68, 0.1);
  color: #236b44;
}

.mkt-hero-reporting-mock .shell-toolbar {
  gap: 4px;
}

.mkt-hero-reporting-mock .shell-chip.is-active {
  background: rgba(35, 107, 68, 0.12);
  color: #236b44;
  border: 1px solid rgba(35, 107, 68, 0.2);
}

.mkt-hero-reporting-mock .shell-chip.muted {
  background: rgba(28, 26, 20, 0.04);
  color: #6b6560;
  border: 1px solid transparent;
}

.mkt-hero-reporting-mock .rpt-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 10px;
}

.mkt-hero-reporting-mock .rpt-kpi {
  padding: 8px 9px;
  border-radius: 10px;
  border: 1px solid rgba(28, 26, 20, 0.06);
  background: #fff;
}

.mkt-hero-reporting-mock .rpt-kpi.is-warn {
  background: linear-gradient(145deg, #fff8f7, #fef4f3);
  border-color: rgba(200, 57, 42, 0.12);
}

.mkt-hero-reporting-mock .rpt-kpi.is-ok {
  background: linear-gradient(145deg, #f4f9f6, #ecf5f0);
  border-color: rgba(35, 107, 68, 0.14);
}

.mkt-hero-reporting-mock .rpt-kpi-val {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.1;
  font-weight: 500;
}

.mkt-hero-reporting-mock .rpt-kpi.is-warn .rpt-kpi-val { color: #c8392a; }
.mkt-hero-reporting-mock .rpt-kpi.is-ok .rpt-kpi-val { color: #236b44; }

.mkt-hero-reporting-mock .rpt-kpi-lbl {
  font-size: 9px;
  color: #6b6560;
  margin-top: 2px;
  line-height: 1.25;
}

.mkt-hero-reporting-mock .rpt-section-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6560;
  margin: 0 0 6px;
}

.mkt-hero-reporting-mock .rpt-postes {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.mkt-hero-reporting-mock .rpt-poste {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 9px;
  border: 1px solid rgba(28, 26, 20, 0.06);
  background: rgba(255, 255, 255, 0.9);
}

.mkt-hero-reporting-mock .rpt-poste-name {
  font-size: 11px;
  font-weight: 600;
  color: #1c1a14;
}

.mkt-hero-reporting-mock .rpt-poste-pct {
  font-size: 10px;
  font-weight: 600;
  color: #1c1a14;
}

.mkt-hero-reporting-mock .rpt-poste-badge {
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 999px;
}

.mkt-hero-reporting-mock .rpt-poste-badge.ok {
  background: rgba(35, 107, 68, 0.1);
  color: #236b44;
}

.mkt-hero-reporting-mock .rpt-poste-badge.warn {
  background: rgba(201, 122, 0, 0.12);
  color: #c97a00;
}

.mkt-hero-reporting-mock .rpt-journal {
  padding: 8px 9px;
  border-radius: 10px;
  border: 1px dashed rgba(35, 107, 68, 0.25);
  background: rgba(35, 107, 68, 0.04);
}

.mkt-hero-reporting-mock .rpt-journal-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 10px;
  line-height: 1.45;
  color: #4a4540;
}

.mkt-hero-reporting-mock .rpt-journal-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: rgba(35, 107, 68, 0.15);
  color: #236b44;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}

.mkt-hero-reporting-mock .rpt-journal-row strong {
  color: #1c1a14;
  font-weight: 600;
}

@media (max-width: 768px) {
  .mkt-hero-reporting-mock .rpt-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .mkt-hero-reporting-mock .rpt-kpis .rpt-kpi:last-child {
    grid-column: 1 / -1;
  }

  .mkt-hero-reporting-mock .shell-fec-pill {
    display: none;
  }
}
