.native-price-chart{position:relative;display:flex;flex-direction:column;min-height:24rem;height:100%;padding:1rem;gap:.65rem}.native-price-chart header{padding:0;font-size:.875rem}.native-chart-intervals{border:0;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.65rem}.native-chart-intervals button{padding:.35rem .6rem;border-radius:.5rem;color:var(--muted-foreground);font-size:.875rem}.native-chart-intervals button[aria-pressed=true]{color:var(--foreground);background:var(--muted)}.native-chart-intervals button:focus-visible{outline:2px solid var(--route-signal);outline-offset:2px}.native-chart-ohlc{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.75rem;font-variant-numeric:tabular-nums;color:var(--muted-foreground)}.native-chart-canvas-wrap{position:relative;width:100%;min-width:0;flex:1;min-height:18rem}.native-chart-canvas{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.native-chart-placeholder{position:absolute;inset:0;display:grid;place-content:center;padding:2rem;text-align:center;color:var(--muted-foreground);pointer-events:none;font-size:.875rem}.native-chart-credit{position:absolute;top:8px;right:10px;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem;font-size:.75rem;color:var(--muted-foreground)}.native-price-chart header{padding-right:32px}.limit-design .limit-chart.native-price-chart{padding-bottom:0}.native-chart-credit a{text-decoration:underline;text-underline-offset:.2em}.native-chart-info{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:var(--muted-foreground)}.native-chart-info:hover{background:var(--muted)}@media (max-width:600px){.native-price-chart{padding:.65rem}}