/* Inflation Stress Lab — modest stylesheet. Layout cues only; the fixture
   is procedurally generated and the visual output is incidental to the
   compile-time stress goals. */
.scale-stress {
  color-scheme: light;
  --ink: #161616;
  --paper: #f4f3ee;
  --rule: #d6d3c7;
  --accent: #c0392b;
}

.scale-stress {
  margin: 0;
  font-family: ui-sans-serif, system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
}

.scale-stress .lab-header {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid var(--rule);
}

.scale-stress .lab-title {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  letter-spacing: -0.01em;
}

.scale-stress .lab-tagline {
  margin: 0;
  color: #555;
  max-width: 60ch;
}

.scale-stress .lab-main {
  padding: 1rem 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.scale-stress .lab-section {
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 1rem 1.25rem;
  background: white;
}

.scale-stress .lab-section__title {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  color: var(--accent);
}

.scale-stress .lab-section__body {
  border-top: 1px dashed var(--rule);
  padding-top: 0.75rem;
  /* Fixture bodies can be enormous; clip and let the reader scroll. */
  max-height: 18rem;
  overflow: auto;
}

.scale-stress .flat-p,
.scale-stress .kilo-li,
.scale-stress .ms-article {
  margin: 0;
}

.scale-stress .lab-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--rule);
  color: #777;
  font-size: 0.85rem;
}
