:root{--page-header-offset:44px;--table-page-th-padding-y:8px;--table-page-td-padding-y:6px;--table-action-th-padding-y:6px;--table-action-td-padding-y:4px}.chart-legend .legend-item{display:flex;align-items:center;gap:8px;white-space:nowrap;border-bottom:1px solid rgba(15,23,42,.1);padding:10px 4px 10px 0;box-sizing:border-box}.chart-legend .legend-label,.chart-legend .legend-value{white-space:nowrap}.donut-chart-legend{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:4px 0;gap:0}.donut-chart-legend__row{display:flex;align-items:center;gap:10px;font-size:12px;line-height:1.25;min-width:0;padding:8px 0;border-bottom:1px solid rgba(15,23,42,.1);box-sizing:border-box}.chart-tooltip{background:#fff;border:1px solid #e0e0e0;border-radius:7px;padding:8px 12px;font-size:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);min-width:100px}.chart-tooltip__time{font-size:11px;color:#697ba9;margin:0 0 4px;font-weight:500}.chart-tooltip__value{margin:2px 0;color:#1d2437}.chart-tooltip__value strong{font-weight:600}.donut-chart{position:relative;flex-shrink:0}.donut-chart svg{width:100%;height:100%}.donut-chart .chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-chart .chart-center .chart-value{font-size:24px;font-weight:700;color:#1d2437}.donut-chart .chart-center .chart-label{font-size:14px;color:#697ba9;margin-top:4px}