/* "How I got here" (src/features/progress/task-story.js, 2026-09-23). Closed by default; quiet type. */
.task-story { margin-top: 10px; font-size: 0.9rem; }
.task-story__summary { cursor: pointer; font-weight: 600; opacity: 0.85; }
.task-story__body { margin-top: 8px; padding-left: 12px; border-left: 2px solid color-mix(in srgb, currentColor 18%, transparent); }
.ts-section { margin: 10px 0; }
.ts-heading { font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.7; margin-bottom: 3px; }
.ts-text { margin: 2px 0; overflow-wrap: anywhere; }
.ts-sub { margin-top: 4px; opacity: 0.8; }
.ts-quote { margin: 4px 0; font-style: italic; opacity: 0.85; overflow-wrap: anywhere; }
.ts-list { margin: 2px 0; padding-left: 18px; }
.ts-history { list-style: none; padding-left: 0; }
.ts-when { display: inline-block; min-width: 4.5em; opacity: 0.65; }
