.hbar{display:flex;flex-direction:column;gap:10px;min-width:0}.hbar-row{display:grid;grid-template-columns:minmax(90px,.9fr) minmax(0,2fr) auto;align-items:center;gap:12px}.hbar-label{min-width:0;font-size:13px;color:var(--text)}.hbar-label,.hbar-sublabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbar-sublabel{display:block;font-size:11px;color:var(--text-subtle)}.hbar-track{position:relative;height:10px;border-radius:5px;background:var(--muted);overflow:hidden}.hbar-fill{height:100%;border-radius:5px;background:var(--hbar-color,var(--accent));min-width:2px}.hbar-value{font-size:13px;font-variant-numeric:tabular-nums;color:var(--text);white-space:nowrap;text-align:right}.hbar-meta{display:block;font-size:11px;color:var(--text-subtle);white-space:nowrap}.hbar-row[data-warning=true] .hbar-track{background:transparent}.hbar-warning{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--warn-fg,var(--text-muted))}.hbar-empty{font-size:13px;color:var(--text-subtle);padding:16px 0;text-align:center}@media (max-width:560px){.hbar-row{grid-template-columns:minmax(0,1fr) auto}.hbar-track{grid-column:1/-1;order:3}}.line-chart{display:flex;flex-direction:column;gap:10px;min-width:0}.line-chart-plot{display:grid;grid-template-columns:auto 1fr;gap:0 10px}.line-chart-yaxis{position:relative;display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-end;font-size:11px;font-variant-numeric:tabular-nums;color:var(--text-subtle)}.line-chart-ytick{transform:translateY(50%);line-height:1;white-space:nowrap}.line-chart-area{position:relative;min-width:0}.line-chart-svg{display:block;width:100%;overflow:visible}.line-chart-gridline{stroke:var(--border);stroke-width:1}.line-chart-baseline{stroke:var(--border-strong);stroke-width:1}.line-chart-fill{fill:var(--line-chart-color,var(--accent));opacity:.1}.line-chart-line{fill:none;stroke:var(--line-chart-color,var(--accent));stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.line-chart-dot{fill:var(--line-chart-color,var(--accent));stroke:var(--surface);stroke-width:2}.line-chart-crosshair{stroke:var(--border-strong);stroke-width:1}.line-chart-dot-active{fill:var(--line-chart-color,var(--accent));stroke:var(--surface);stroke-width:2}.line-chart-xaxis{display:flex;margin-top:6px}.line-chart-xlabel{flex:1 1 0;min-width:0;text-align:center;font-size:11px;color:var(--text-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.line-chart-tip{position:absolute;z-index:5;pointer-events:none;transform:translate(-50%,-100%);white-space:nowrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 6px 20px rgb(0 0 0/12%);padding:6px 9px;display:flex;flex-direction:column;gap:2px}.line-chart-tip-label{font-size:11px;color:var(--text-subtle)}.line-chart-tip-value{font-size:13px;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.line-chart-toggle{align-self:flex-start;font-size:12px;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.line-chart-empty{font-size:13px;color:var(--text-subtle);padding:24px 0;text-align:center}.line-chart-table{width:100%;border-collapse:collapse;font-size:13px}.line-chart-table td,.line-chart-table th{text-align:left;padding:6px 8px;border-bottom:1px solid var(--border)}.line-chart-table td:last-child,.line-chart-table th:last-child{text-align:right;font-variant-numeric:tabular-nums}.line-chart-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-subtle);font-weight:600}.heat{--occ-1:#86b6ef;--occ-2:#5598e7;--occ-3:#2a78d6;--occ-4:#1c5cab;--occ-5:#0d366b;display:flex;flex-direction:column;gap:10px;min-width:0}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .heat{--occ-1:#cde2fb;--occ-2:#9ec5f4;--occ-3:#6da7ec;--occ-4:#3987e5;--occ-5:#184f95}}:root[data-theme=dark] .heat{--occ-1:#cde2fb;--occ-2:#9ec5f4;--occ-3:#6da7ec;--occ-4:#3987e5;--occ-5:#184f95}.heat-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:4px;margin:-4px}.heat-grid{display:grid;grid-template-columns:auto repeat(24,minmax(22px,1fr));gap:2px;min-width:620px}.heat-daylabel{display:flex;align-items:center;justify-content:flex-end;padding-right:8px;font-size:11px;color:var(--text-subtle);white-space:nowrap}.heat-hourlabel{font-size:10px;color:var(--text-subtle);text-align:center;font-variant-numeric:tabular-nums;padding-top:4px}.heat-cell{position:relative;aspect-ratio:1;min-height:20px;border-radius:3px;border:0;padding:0;cursor:default;background:var(--muted)}.heat-cell[data-state=closed]{background:var(--surface);border:1px solid var(--border)}.heat-cell[data-state=empty]{background:var(--muted)}.heat-cell[data-step="1"]{background:var(--occ-1)}.heat-cell[data-step="2"]{background:var(--occ-2)}.heat-cell[data-step="3"]{background:var(--occ-3)}.heat-cell[data-step="4"]{background:var(--occ-4)}.heat-cell[data-step="5"]{background:var(--occ-5)}.heat-cell:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.heat-tip{position:absolute;z-index:6;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .12s ease,visibility .12s;white-space:nowrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 6px 20px rgb(0 0 0/12%);padding:6px 9px;display:flex;flex-direction:column;gap:2px;text-align:left}.heat-cell:focus-visible .heat-tip,.heat-cell:hover .heat-tip{opacity:1;visibility:visible}.heat-cell[data-tip-y=above] .heat-tip{bottom:100%;margin-bottom:6px}.heat-cell[data-tip-y=below] .heat-tip{top:100%;margin-top:6px}.heat-cell[data-tip-x=center] .heat-tip{left:50%;transform:translateX(-50%)}.heat-cell[data-tip-x=start] .heat-tip{left:0}.heat-cell[data-tip-x=end] .heat-tip{right:0}.heat-tip-label{font-size:11px;color:var(--text-subtle)}.heat-tip-value{font-size:13px;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.heat-foot{flex-wrap:wrap;justify-content:space-between;gap:10px}.heat-foot,.heat-legend{display:flex;align-items:center}.heat-legend{gap:6px;font-size:11px;color:var(--text-subtle)}.heat-legend-swatch{width:14px;height:14px;border-radius:3px}.heat-legend-swatch[data-state=closed]{background:var(--surface);border:1px solid var(--border)}.heat-note{font-size:11px;color:var(--text-subtle);line-height:1.45}.heat-toggle{font-size:12px;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.heat-table{width:100%;border-collapse:collapse;font-size:13px}.heat-table td,.heat-table th{text-align:left;padding:6px 8px;border-bottom:1px solid var(--border)}.heat-table td:last-child,.heat-table th:last-child{text-align:right;font-variant-numeric:tabular-nums}.heat-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-subtle);font-weight:600}