.today-workspace {
  overflow-y: auto;
}

.today-root {
  display: grid;
  gap: 16px;
  padding: 0 24px 32px;
}

.today-header {
  align-items: flex-start;
}

.today-card-heading,
.today-intervention-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.today-status-chip,
.today-score-chip {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  white-space: nowrap;
  opacity: .84;
}

.today-slider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.today-slider-row,
.today-after-row {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(120px, 1.2fr) 32px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 12px;
}

.today-slider-row span,
.today-after-row span {
  display: grid;
  gap: 2px;
}

.today-slider-row small,
.today-after-row small {
  opacity: .6;
}

.today-slider-row output,
.today-after-row output {
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.today-range,
.today-after-row input[type="range"] {
  width: 100%;
}

.today-baseline-note {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  opacity: .78;
}

.today-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.today-intervention-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.today-intervention-card {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, .025);
}

.today-intervention-card h3,
.today-effect-card h3,
.today-checkin-card h3,
.today-recommendations h3 {
  margin: 4px 0 8px;
}

.today-reason {
  font-size: 13px;
  opacity: .8;
}

.today-history {
  margin-top: 10px;
  font-size: 12px;
  opacity: .65;
}

.today-run-card {
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 14px;
}

.today-run-card ol {
  padding-left: 22px;
}

.today-run-card li + li {
  margin-top: 7px;
}

.today-effect-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.today-effect-row {
  display: grid;
  gap: 3px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding-top: 10px;
}

.today-effect-row span {
  font-size: 13px;
  opacity: .68;
}

@media (max-width: 800px) {
  .today-root {
    padding: 0 14px 24px;
  }

  .today-slider-grid {
    grid-template-columns: 1fr;
  }

  .today-slider-row,
  .today-after-row {
    grid-template-columns: 1fr 44px;
  }

  .today-slider-row span,
  .today-after-row span {
    grid-column: 1 / -1;
  }

  .today-card-heading,
  .today-intervention-top {
    align-items: flex-start;
  }
}
