@import url("../../cosmos/lessons/style.css");

/* ───────────────────────────────────────────────────────────────
   训练的逻辑 / training track  (The Logic of Training — how the body adapts)
   A SCIENCE track (not a competition) in 通识·科学与人文 (grp-tongshi),
   sibling to cooking / chemistry / psychology; the "how athletes are built"
   prequel to the 运动·竞技的逻辑 sports group. Reuses the cosmos component
   sheet verbatim (kicker / source-note / takeaway / position-grid /
   lesson-flow / mini-flow / trade-table / toc-grid / widget / kpi-grid /
   dist-canvas). Widgets draw the stimulus-recovery-adaptation curve,
   dose-response, rep continuum, energy systems, etc. procedurally on a
   .train-canvas — no images.
   ─────────────────────────────────────────────────────────────── */

/* A neutral dark canvas for training curves — same sizing contract as .dist-canvas. */
.train-canvas {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-top: 12px;
  background: #0b1622;            /* deep slate */
  border: 1px solid rgba(150, 190, 220, 0.16);
}

.key-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 10px; font-size: 12px; color: var(--text-mute); }
.key-row .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; vertical-align: middle; }
