.shell, .cell { animation: none; }

html, body {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.stage, .cal-core, .agenda {
  overflow: visible;
  max-height: none;
}
.drawer { display: none !important; }

.cell.picked {
  background: rgba(79, 97, 73, 0.18);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--sage);
}
.cell.picked .dots i { background: var(--sage); }
.cell.picked .chip {
  background: var(--ink);
  color: var(--cream);
}

.island button[aria-current="page"] {
  background: #3a322c;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
