.delivery-chart { margin-top: 25px; border-top: 1px solid var(--line); padding-top: 22px; }
.delivery-chart-heading { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; font-weight: 700; }
.delivery-chart-heading span { color: var(--muted); font-weight: 500; white-space: nowrap; }
.delivery-chart-legend { display: flex; gap: 18px; margin-top: 15px; font-size: 11px; }
.delivery-chart-legend > span { display: flex; align-items: center; gap: 6px; }
.delivery-chart-legend i { width: 9px; height: 9px; border-radius: 2px; }
.human-key, .human-segment { background: #a9bad2; }
.genie-key, .genie-segment { background: var(--blue); }
.delivery-chart-plot { position: relative; padding-left: 23px; margin-top: 20px; }
.delivery-chart-axis { position: absolute; inset: 0 auto 29px 0; width: 18px; font-size: 10px; color: var(--muted); }
.delivery-chart-axis span { position: absolute; left: 0; }
.delivery-chart-axis span:nth-child(1) { bottom: 88.888%; }
.delivery-chart-axis span:nth-child(2) { bottom: 44.444%; }
.delivery-chart-axis span:nth-child(3) { bottom: 0; }
.delivery-chart-bars { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.delivery-chart-bars button { min-width: 0; border: 0; padding: 0; background: transparent; color: var(--muted); font: inherit; cursor: pointer; }
.delivery-chart-column { display: flex; align-items: flex-end; justify-content: center; height: 170px; border-bottom: 1px solid var(--line); background: linear-gradient(to top, transparent 44.1%, #e3eaf4 44.1%, #e3eaf4 44.6%, transparent 44.6%, transparent 88.5%, #e3eaf4 88.5%, #e3eaf4 89%, transparent 89%); }
.delivery-chart-stack { display: flex; flex-direction: column; width: min(100%, 40px); min-height: 1px; position: relative; opacity: .8; }
.delivery-chart-stack > span { display: block; }
.delivery-chart-stack b { position: absolute; top: -22px; width: 100%; text-align: center; font-size: 11px; font-weight: 650; color: var(--ink); }
.delivery-chart-bars button[aria-pressed="true"] .delivery-chart-stack, .delivery-chart-bars button:hover .delivery-chart-stack { opacity: 1; }
.delivery-chart-bars button[aria-pressed="true"] .delivery-chart-month { background: #eaf1ff; color: var(--blue); font-weight: 800; }
.delivery-chart-month { display: block; font-size: 11px; margin-top: 6px; padding: 3px 0; border-radius: 4px; }
.delivery-chart-basis { margin-top: 12px; color: var(--muted); font-size: 10px; }
.delivery-chart-readout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 18px; padding: 16px 0 0; margin-top: 14px; border-top: 1px solid var(--line); }
.delivery-chart-readout > div > span { display: block; font-size: 10px; color: var(--muted); }
.delivery-chart-readout strong { display: block; font-size: 22px; margin-top: 4px; color: var(--ink); }
.delivery-chart-readout small { font-size: 10px; font-weight: 500; color: var(--muted); }
@media (max-width: 600px) { .delivery-chart-bars { gap: 7px; } .delivery-chart-heading { flex-wrap: wrap; gap: 4px; } .delivery-chart-readout { gap: 12px; } }
