
/* "Create Workout Ritual" and "Start routine" were still NAVY #243447 while the
   Start pills on the workout tiles below them were already sage — she asked for
   them matched to the green pill.
   The existing sage rule is scoped to `#dwRoot .dw-w .dw-btn--primary`, i.e. only
   buttons INSIDE a workout tile, so these two (which sit in the landing and
   Today's Movement blocks) were never reached. Same treatment, applied to every
   primary in the section. */
#dwRoot .dw-btn--primary{
  background:#5F7350 !important;
  border-color:#5F7350 !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  border-radius:999px !important;
  padding:11px 22px !important;
  min-height:44px !important;
  box-shadow:0 4px 12px rgba(95,115,80,.28);
}
#dwRoot .dw-btn--primary:hover{
  background:#4E6640 !important;
  border-color:#4E6640 !important;
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(95,115,80,.36);
}
#dwRoot .dw-btn--primary:focus-visible{ outline:3px solid #CF9E3F; outline-offset:2px; }
@media (prefers-reduced-motion:reduce){
  #dwRoot .dw-btn--primary:hover{ transform:none !important; }
}
