.flex-vertical{display:flex;flex-direction:column;justify-content:space-around}.y-axis{height:100%;position:absolute;left:0;top:0;width:45px;box-sizing:unset}.y-label{display:flex;align-items:center;font-size:var(--Caption-font-size, 12px);padding-right:5px;position:absolute;left:0;width:100%}.graph-area{display:flex;flex-direction:column-reverse;width:100%;position:relative;border-bottom:1px solid var(--Stroke-On-Surface-Enabled,#a9adb1)}.chart-grid{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.chart-grid .line{border:1px solid var(--Stroke-On-Surface-Subtle);position:absolute;left:0;width:100%}.chart-grid.lines-1 .line{top:0}.y-axis.labels-1 .y-label{top:-12px}.chart-grid.lines-2 .line:first-child{top:0}.y-axis.labels-2 .y-label:first-child{top:-12px}.chart-grid.lines-2 .line:nth-child(2){top:50%}.y-axis.labels-2 .y-label:nth-child(2){top:30%}.chart-grid.lines-3 .line:first-child{top:0}.y-axis.labels-3 .y-label:first-child{top:-12px}.chart-grid.lines-3 .line:nth-child(2){top:33.33%}.y-axis.labels-3 .y-label:nth-child(2){top:12%}.chart-grid.lines-3 .line:nth-child(3){top:66.66%}.y-axis.labels-3 .y-label:nth-child(3){top:46%}.bar-container{display:flex;align-items:flex-end;height:98%;gap:2px;position:relative;z-index:2;justify-content:space-around}.bar{min-width:4px;width:100%;width:-webkit-fill-available;max-width:30px;border-radius:4px;border:1px solid var(--Chart-Stroke-Blue,#1461a1);background:var(--Chart-Fill-Blue,#89c2f0)}.x-axis{position:absolute;bottom:-20px;width:100%;display:flex;justify-content:space-between;padding:0 5px}#minutecast-legend{display:none}.minute-container{display:flex;font-family:var(--font-primary);height:87px;width:100%;position:relative;padding-left:50px;padding-bottom:16px}@media (min-width:840px){.minute-container{height:140px}}