body[data-workspace-active="today"] [data-cc-content] {
  --tch-workspace-scope: today;
}

/* Page-owned styles for the today workspace. Shared shell primitives remain in src/styles.css. */

/* Page-owned styles for the today workspace. Shared shell primitives remain in src/styles.css. */

body[data-workspace-active="today"] .cc-today-hero {
  align-items: stretch;
  border: 1px solid #d8e5dc;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f1f7f3 100%);
  padding: 22px;
  box-shadow: var(--cc-card-shadow);
}

@media (max-width: 900px) {

  body[data-workspace-active="today"] .cc-today-hero {
    padding: 16px;
  }
}
