canvas{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y}.chart-controls{margin:1.5rem 0}.chart-controls__row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;margin-bottom:1rem}.chart-controls__group{display:flex;flex-direction:column;align-items:flex-start}.chart-controls__label{margin-bottom:.25rem;font-weight:600;font-size:clamp(.8rem,2vw,.9rem)}.chart-controls__select{padding:.5rem;font-size:.9rem}.chart-controls__button{padding:.5rem 1rem;font-size:.9rem}.chart-controls__checkbox{display:flex;align-items:center;column-gap:.5rem;font-weight:600;cursor:pointer;user-select:none}.chart-controls__stats{text-align:center;font-size:.9rem;color:var(--text-light);margin-bottom:.5rem}.cursor-grab{cursor:grab}.chart-canvas-grab:active,.cursor-grabbing{cursor:grabbing}.chart-canvas-grab{cursor:grab}@media only screen and (max-width:768px){.chart-controls__row{gap:.75rem}.chart-controls__button,.chart-controls__group,.chart-controls__select{width:100%}}