/* ParentHQ FIX39 V2 — CSS-only surgical correction. No layout/behaviour changes. */
/* TODAY TASKS = GREEN/TEAL */
.screen[data-screen="today"] #tasks > .phq28TaskCard,
.screen[data-screen="today"] #tasks > .phqCompactEventCard,
.screen[data-screen="today"] #tasks > .phq37TodayTask {
  border-color:#CBEDE6!important;
  border-left:4px solid #29A38F!important;
  border-left-color:#29A38F!important;
  background:linear-gradient(90deg,#F7FFFC 0,#fff 30%)!important;
}
/* TODAY EVENTS = PURPLE */
.screen[data-screen="today"] #todayBriefing > .todayHero,
.screen[data-screen="today"] #todayBriefing > .phqCompactEventCard,
.screen[data-screen="today"] #todayBriefing > .card,
.screen[data-screen="today"] #todayBriefing > .phq37TodayEvent {
  border-color:#DDD7F8!important;
  border-left:4px solid #7A67D9!important;
  border-left-color:#7A67D9!important;
  background:linear-gradient(90deg,#FAF8FF 0,#fff 30%)!important;
}
