/* ===========================================================================
   08-PAGES / APP PROJECTS  (Projects index + NPM detail — P5.3c)
   Page-scoped layout glue for the Projects views. Rows/badges/table/stepper/
   timeline come from components; these are only page chrome (section spacing,
   the meta line, the brainstorm/reference plain lists). All under .app-projects*
   so the alphabetical glob is safe. Existing tokens only; no inline style.
   =========================================================================== */

.app-projects__meta {
  font-size: var(--fs-sm);
  margin: 0;
}

.app-projects__section + .app-projects__section { margin-top: var(--space-5); }

.app-projects__ideas,
.app-projects__reference {
  margin: 0;
  padding-left: var(--space-5);
}
.app-projects__ideas > li + li,
.app-projects__reference > li + li {
  margin-top: var(--space-1);
}
