/* TAB 06 // ECONOMIC RECOVERY INTELLIGENCE — fragment-specific styles.
   Layout/panel/typography come from the global stylesheet in index.html
   (.flow-card, .honesty-*, .cap-*, .matrix-box, .value-*, .strat-*);
   only additions unique to this tab live here, prefixed eri-. */

.eri-map {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
  text-align: left;
}

.eri-total-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  padding: 14px 16px;
  background: var(--bg-base);
  border: 1px solid var(--line);
}

.eri-total-label {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.eri-total-sub {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--text-muted);
  margin-top: 3px;
}

.eri-total-value {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 700;
  color: var(--terminal-green);
  white-space: nowrap;
}

.eri-qa {
  border: 1px solid var(--line);
  background: var(--bg-base);
  padding: 14px 16px;
  margin-bottom: 10px;
}

.eri-q {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--terminal-amber);
  margin-bottom: 6px;
}

.eri-a {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .eri-total-row {
    grid-template-columns: 1fr auto;
  }
}
