/* Additive runtime states only; approved Dashboard Section B remains unchanged. */
.ck-dash-loading, .ck-dash-unavailable { color: var(--ink-3); padding: 16px; font-size: 13px; }
.ck-td-allday.is-removed { opacity: .5; }
.ck-td-allday.is-removed .ck-td-allday-name { text-decoration: line-through; }
.ck-aw-card button:disabled { opacity: .5; cursor: wait; }
.ck-td-chip.missed { background: #FAEEDA; color: #BA7517; }
.ck-dash-card-link { text-decoration: none; }
.ck-dash-zone1 { grid-template-columns: minmax(300px, 1fr) minmax(400px, 640px); }
@media (max-width: 1060px) {
  .ck-dash-zone1 { grid-template-columns: minmax(0, 1fr); }
}
