/* pages/rotation.css — owns Build Your Rotation: the contents box, the cadence
   grid, the controls row and the ink summary rail. */

.am-rot__contents {
  border: 1px solid var(--am-line-15);
  margin-bottom: 26px;
}
.am-rot__empty {
  padding: var(--am-gap-2xl) 18px;
  font-size: var(--am-size-body-s);
  color: var(--am-text-muted);
  line-height: var(--am-leading-body);
}
.am-rot__empty[hidden] { display: none; }

.am-rot__cadence { margin-bottom: var(--am-gap-m); }
.am-rot__dates { font-size: var(--am-size-meta); color: var(--am-text-muted); margin-bottom: 26px; }

.am-rot__controls { font-size: var(--am-size-meta); color: var(--am-text-muted); line-height: var(--am-leading-body); }

/* ---- Ink summary ---- */
.am-rot__summary-lines {
  font-size: var(--am-size-body-s);
  line-height: 2;
  color: var(--am-text-on-ink-muted);
  border-bottom: 1px solid var(--am-line-on-ink-15);
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
}
.am-rot__summary-lines li { display: flex; justify-content: space-between; gap: var(--am-gap-l); }

.am-rot__charge-note { font-size: var(--am-size-micro); color: var(--am-text-on-ink-meta); margin-bottom: 26px; }
.am-rot__cancel-note { font-size: var(--am-size-label); color: var(--am-text-on-ink-meta); line-height: var(--am-leading-body); }

.am-rot__gift-lead {
  font-size: var(--am-size-small);
  color: var(--am-text-on-ink-muted);
  line-height: var(--am-leading-body);
  margin-bottom: 12px;
}

.am-rot__lead { margin-bottom: 28px; }
