/*
  Dynamic Agility Website
  Brighter green palette for Exercise 2.1 · Portfolio Contributions
*/

.da-subpage.da-portfolio-page {
  --da-detail-ink: #0f2f1b;
  --da-detail-muted: #476d55;
  --da-detail-muted-light: #6fa27d;
  --da-detail-paper: #f4fff7;
  --da-detail-paper-soft: #dcfce7;
  --da-detail-line: rgba(34, 197, 94, 0.16);
  --da-exercise-accent: #22c55e;
  --da-exercise-accent-dark: #15803d;
  --da-exercise-accent-soft: #bbf7d0;
  --da-exercise-bg: #f0fdf4;
  --da-exercise-accent-rgb: 34, 197, 94;
  --da-exercise-accent-soft-rgb: 187, 247, 208;
}

.da-subpage.da-portfolio-page .da-subpage-section,
.da-subpage.da-portfolio-page .da-subpage-north-star,
.da-subpage.da-portfolio-page .da-output-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(187, 247, 208, 0.32), transparent 18rem),
    rgba(255, 255, 255, 0.76);
}

/*
  Keep the local Exercise sidebar green, but do not recolor the global
  Workshop Map sidebar. The Workshop Map should stay in the blue main-page
  palette on all exercise pages.
*/
.da-subpage.da-portfolio-page .da-detail-sidebar:not(.da-workshop-map-sidebar) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(187, 247, 208, 0.36)),
    rgba(240, 253, 244, 0.96);
}
