.rw-spinner{justify-content:center;align-items:center;display:inline-flex}.rw-spinner__ring{width:var(--rw-spinner-2);height:var(--rw-spinner-2);border:2px solid var(--rw-line);border-radius:var(--rw-radius-pill);animation:rw-spinner-turn var(--rw-motion-spin)linear infinite;border-top-color:currentColor;display:block}.rw-spinner--sm .rw-spinner__ring{width:var(--rw-spinner-1);height:var(--rw-spinner-1)}.rw-spinner--lg .rw-spinner__ring{width:var(--rw-spinner-3);height:var(--rw-spinner-3)}@keyframes rw-spinner-turn{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.rw-spinner__ring{animation-duration:2s}}
.rw-button{justify-content:center;align-items:center;gap:var(--rw-space-2);min-height:var(--rw-control-md);padding:0 var(--rw-space-3);border:var(--rw-border)solid transparent;border-radius:var(--rw-radius-1);font-family:var(--rw-font-sans);font-size:var(--rw-text-base);font-weight:var(--rw-weight-medium);line-height:var(--rw-leading-tight);text-align:center;cursor:pointer;transition:background-color var(--rw-motion-fast)var(--rw-motion-ease),border-color var(--rw-motion-fast)var(--rw-motion-ease),color var(--rw-motion-fast)var(--rw-motion-ease);display:inline-flex}.rw-button:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-button:disabled{cursor:not-allowed;opacity:.55}.rw-button__icon{align-items:center;display:inline-flex}.rw-button__icon .rw-icon{width:var(--rw-icon-2);height:var(--rw-icon-2)}.rw-button__label:empty{display:none}.rw-button--sm{min-height:var(--rw-control-sm);padding:0 var(--rw-space-2)}.rw-button--md{min-height:var(--rw-control-md)}.rw-button--lg{min-height:var(--rw-control-lg);padding:0 var(--rw-space-4);font-size:var(--rw-text-2)}.rw-button--primary{background:var(--rw-accent);border-color:var(--rw-accent);color:var(--rw-accent-ink)}.rw-button--secondary{background:var(--rw-card);border-color:var(--rw-line);color:var(--rw-ink)}.rw-button--secondary:hover:not(:disabled){background:var(--rw-surface-2);border-color:var(--rw-ink-3)}.rw-button--ghost{color:var(--rw-ink-2);background:0 0;border-color:#0000}.rw-button--ghost:hover:not(:disabled){background:var(--rw-surface-2);color:var(--rw-ink)}.rw-button--danger{background:var(--rw-critical);border-color:var(--rw-critical);color:var(--rw-critical-ink)}.rw-button--primary:hover:not(:disabled),.rw-button--danger:hover:not(:disabled){filter:brightness(.92)}.rw-button--loading{cursor:progress}.rw-button.rw-button--record{padding:var(--rw-rep-pad-button);font-size:var(--rw-rep-text-sm);white-space:nowrap;transition:background-color var(--rw-motion-fast)var(--rw-motion-ease);flex:none;line-height:1;text-decoration:none}.rw-button--record.rw-button--sm{min-height:var(--rw-rep-compact-h);padding:var(--rw-rep-pad-compact)}.rw-button.rw-button--record:disabled{opacity:.6}.rw-button--record .rw-button__icon .rw-icon{width:var(--rw-icon-1);height:var(--rw-icon-1)}.rw-button--record.rw-button--primary{background:var(--rw-rep-primary);color:var(--rw-rep-primary-ink);border-color:#0000}.rw-button--record.rw-button--primary:hover:not(:disabled){background:var(--rw-rep-primary-hover);filter:none}.rw-button--record.rw-button--secondary,.rw-button--record.rw-button--secondary:hover:not(:disabled){background:var(--rw-rep-primary-light);color:var(--rw-rep-primary-light-ink);border-color:#0000}.rw-button--record.rw-button--ghost{color:var(--rw-rep-gray-ink);background:0 0;border-color:#0000}.rw-button--record.rw-button--ghost:hover:not(:disabled){background:var(--rw-rep-gray-bg);color:var(--rw-rep-gray-ink)}.rw-button--record.rw-button--danger{background:var(--rw-rep-red-bg);color:var(--rw-rep-red-ink);border-color:#0000}.rw-button--record.rw-button--danger:hover:not(:disabled){filter:none}
.rw-card{background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-radius:var(--rw-radius-2);min-width:0;box-shadow:var(--rw-shadow-1);flex-direction:column;display:flex}.rw-card__header{align-items:center;gap:var(--rw-space-3);padding:var(--rw-space-3)var(--rw-space-4);border-bottom:var(--rw-border)solid var(--rw-line-2);display:flex}.rw-card__title{min-width:0;font-size:var(--rw-text-3);font-weight:var(--rw-weight-bold);line-height:var(--rw-leading-tight);letter-spacing:-.01em;flex:1;margin:0}.rw-card__actions{align-items:center;gap:var(--rw-space-2);flex:none;display:flex}.rw-card__body{min-width:0}.rw-card__body--padded{padding:var(--rw-space-4)}.rw-card__body--flush{padding:0}
.rw-empty-state{justify-content:center;align-items:center;gap:var(--rw-space-3);padding:var(--rw-space-7)var(--rw-space-5);text-align:center;color:var(--rw-ink-2);flex-direction:column;display:flex}.rw-empty-state__icon{width:var(--rw-control-lg);height:var(--rw-control-lg);border-radius:var(--rw-radius-pill);background:var(--rw-neutral-bg);color:var(--rw-ink-3);justify-content:center;align-items:center;display:inline-flex}.rw-empty-state__title{font-size:var(--rw-text-3);font-weight:var(--rw-weight-bold);line-height:var(--rw-leading-tight);color:var(--rw-ink);margin:0}.rw-empty-state__description{max-width:var(--rw-dialog-w);font-size:var(--rw-text-1);line-height:var(--rw-leading-base);margin:0}.rw-empty-state__action{gap:var(--rw-space-2);display:flex}
.rw-unit-head{justify-content:space-between;align-items:flex-start;gap:var(--rw-space-3);margin-bottom:var(--rw-unit-gap);font-family:var(--rw-font-sans);flex-wrap:wrap;display:flex}.rw-unit-head__line{align-items:center;gap:var(--rw-unit-title-gap);flex-wrap:wrap;min-width:0;display:flex}.rw-unit-head__title{color:var(--rw-ink);font-size:var(--rw-unit-title);font-weight:var(--rw-weight-bold);margin:0;line-height:1.1}.rw-unit-head__meta{color:var(--rw-ink-2);font-size:var(--rw-unit-text)}.rw-unit-head__chips{gap:var(--rw-unit-chip-gap);flex-wrap:wrap;margin:0;display:flex}.rw-unit-chip{padding:var(--rw-unit-chip-pad);background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-radius:var(--rw-radius-pill);color:var(--rw-ink-2);font-size:var(--rw-stock-text-meta);white-space:nowrap;align-items:center;display:inline-flex}.rw-unit-chip__label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.rw-unit-chip__value{align-items:center;gap:var(--rw-unit-chip-gap);margin:0;display:inline-flex}.rw-unit-chip svg{width:var(--rw-unit-icon);height:var(--rw-unit-icon);flex:none}.rw-unit-chip--ok,.rw-unit-chip--warn,.rw-unit-chip--critical,.rw-unit-chip--info{font-weight:var(--rw-weight-medium);border-color:#0000}.rw-unit-chip--ok{background:var(--rw-ok-bg);color:var(--rw-ok)}.rw-unit-chip--warn{background:var(--rw-warn-bg);color:var(--rw-warn)}.rw-unit-chip--critical{background:var(--rw-critical-bg);color:var(--rw-critical)}.rw-unit-chip--info{background:var(--rw-info-bg);color:var(--rw-info)}.rw-unit-head__action .rw-button{min-height:var(--rw-unit-control-h)}.rw-unit-columns{min-width:0;container-type:inline-size}.rw-unit-columns__grid{align-items:start;gap:var(--rw-unit-gap);grid-template-columns:minmax(0,1fr);display:grid}@container (min-width:40rem){.rw-unit-columns__grid:not(.rw-unit-columns__grid--single){grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}}.rw-unit-columns__col{align-content:start;gap:var(--rw-unit-gap);min-width:0;display:grid}.rw-unit-group{align-content:start;gap:var(--rw-space-2);min-width:0;font-family:var(--rw-font-sans);display:grid}.rw-unit-group__head{justify-content:space-between;align-items:center;gap:var(--rw-space-2);min-height:var(--rw-unit-group-head);flex-wrap:wrap;display:flex}.rw-unit-group__label{color:var(--rw-ink-3);font-size:var(--rw-stock-text-xs);font-weight:var(--rw-weight-medium);letter-spacing:var(--rw-tracking-caps);text-transform:uppercase;margin:0}.rw-unit-group__aside{color:var(--rw-ink-3);font-size:var(--rw-stock-text-meta)}.rw-unit-card{align-content:start;gap:var(--rw-unit-card-gap);min-width:0;padding:var(--rw-unit-card-pad);background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-radius:var(--rw-radius-2);font-family:var(--rw-font-sans);display:grid}.rw-unit-mono{font-family:var(--rw-font-mono);font-variant-numeric:tabular-nums}.rw-unit-meter{gap:var(--rw-unit-card-gap);display:grid}.rw-unit-meter__row{justify-content:space-between;align-items:center;gap:var(--rw-space-3);flex-wrap:wrap;display:flex}.rw-unit-meter__read{gap:var(--rw-space-1);min-width:0;display:grid}.rw-unit-meter__value{color:var(--rw-ink);font-family:var(--rw-font-mono);font-size:var(--rw-unit-meter);font-weight:var(--rw-weight-medium);font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1}.rw-unit-meter__unit{color:var(--rw-ink-3);font-size:var(--rw-unit-meter-unit)}.rw-unit-meter__sub{color:var(--rw-ink-3);font-size:var(--rw-stock-text-meta)}.rw-unit-entry{justify-items:end;gap:var(--rw-space-1);display:grid}.rw-unit-entry__row{align-items:center;gap:var(--rw-space-2);flex-wrap:wrap;display:flex}.rw-unit-entry__input{box-sizing:border-box;width:var(--rw-unit-input-w);min-height:var(--rw-unit-control-h);padding:0 var(--rw-unit-input-pad);background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-radius:var(--rw-radius-1);color:var(--rw-ink);font-family:var(--rw-font-mono);font-size:var(--rw-stock-text-body)}.rw-unit-entry__input::placeholder{color:var(--rw-ink-3);font-family:var(--rw-font-sans)}.rw-unit-entry__input:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-unit-entry__input[aria-invalid=true]{border-color:var(--rw-critical)}.rw-unit-entry .rw-button{min-height:var(--rw-unit-control-h);padding:0 var(--rw-space-3);border-radius:var(--rw-radius-1);font-size:var(--rw-stock-text-body)}.rw-unit-entry__message{padding:var(--rw-unit-note-pad);background:var(--rw-warn-bg);border-radius:var(--rw-radius-1);color:var(--rw-ink);font-size:var(--rw-stock-text-meta)}.rw-unit-note{align-items:center;gap:var(--rw-space-2);padding:var(--rw-unit-note-pad);background:var(--rw-surface-2);border-radius:var(--rw-radius-1);color:var(--rw-ink-2);font-size:var(--rw-stock-text-meta);margin:0;display:flex}.rw-unit-note svg{width:var(--rw-unit-icon-md);height:var(--rw-unit-icon-md);color:var(--rw-ok);flex:none}.rw-unit-note b{color:var(--rw-ink)}.rw-unit-plans{gap:var(--rw-unit-card-gap);margin:0;padding:0;list-style:none;display:grid}.rw-unit-plan{gap:var(--rw-space-2);padding:var(--rw-unit-plan-pad);background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-radius:var(--rw-radius-2);font-family:var(--rw-font-sans);display:grid}.rw-unit-plan--warn{border-color:color-mix(in oklab,var(--rw-warn)45%,var(--rw-line))}.rw-unit-plan--critical{border-color:color-mix(in oklab,var(--rw-critical)45%,var(--rw-line))}.rw-unit-plan__top{justify-content:space-between;align-items:flex-start;gap:var(--rw-space-2);display:flex}.rw-unit-plan__code{color:var(--rw-ink);font-size:var(--rw-text-2);font-weight:var(--rw-weight-bold);line-height:1.2}.rw-unit-plan__name{color:var(--rw-ink-3);font-size:var(--rw-stock-text-switch)}.rw-unit-plan__run{justify-content:space-between;gap:var(--rw-space-2);color:var(--rw-ink-2);font-size:var(--rw-stock-text-switch);display:flex}.rw-unit-plan__over{color:var(--rw-warn);font-weight:var(--rw-weight-medium)}.rw-unit-plan--critical .rw-unit-plan__over{color:var(--rw-critical)}.rw-unit-plan__foot{justify-content:space-between;align-items:center;gap:var(--rw-space-2);padding-top:var(--rw-space-2);border-top:var(--rw-border)solid var(--rw-line-2);font-size:var(--rw-stock-text-meta);flex-wrap:wrap;display:flex}.rw-unit-state{align-items:center;gap:var(--rw-space-1);padding:var(--rw-unit-state-pad);border-radius:var(--rw-radius-pill);font-size:var(--rw-stock-text-sm);font-weight:var(--rw-weight-medium);white-space:nowrap;display:inline-flex}.rw-unit-state svg{width:var(--rw-unit-icon-sm);height:var(--rw-unit-icon-sm)}.rw-unit-state--ok{background:var(--rw-ok-bg);color:var(--rw-ok)}.rw-unit-state--warn{background:var(--rw-warn-bg);color:var(--rw-warn)}.rw-unit-state--critical{background:var(--rw-critical-bg);color:var(--rw-critical)}.rw-unit-when,.rw-unit-who{align-items:center;gap:var(--rw-unit-chip-gap);min-width:0;display:inline-flex}.rw-unit-when svg,.rw-unit-who svg{width:var(--rw-unit-icon);height:var(--rw-unit-icon);flex:none}.rw-unit-when{color:var(--rw-ok);font:inherit;font-weight:var(--rw-weight-medium);cursor:pointer;background:0 0;border:0;padding:0}button.rw-unit-when:hover{text-decoration:underline}.rw-unit-when:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-unit-when--projected{color:var(--rw-ink-2);font-weight:var(--rw-weight-regular);cursor:default}.rw-unit-who{color:var(--rw-ink-2)}.rw-unit-who--none{color:var(--rw-ink-3);font-style:italic}.rw-unit-chart{min-width:0;font-family:var(--rw-font-sans);position:relative}.rw-unit-legend{gap:var(--rw-unit-legend-gap);margin-bottom:var(--rw-unit-chip-gap);color:var(--rw-ink-2);font-size:var(--rw-stock-text-switch);flex-wrap:wrap;display:flex}.rw-unit-legend span{align-items:center;gap:var(--rw-unit-chip-gap);display:inline-flex}.rw-unit-legend__line{width:var(--rw-unit-line-swatch);background:var(--rw-ok);height:2px;display:inline-block}.rw-unit-legend__bar{width:var(--rw-unit-swatch);height:var(--rw-unit-swatch);background:var(--rw-unit-bars);border-radius:2px;display:inline-block}.rw-unit-chart__plot{position:relative}.rw-unit-chart svg{width:100%;display:block;overflow:visible}.rw-unit-chart text{fill:var(--rw-ink-3);font-family:var(--rw-font-sans);font-size:var(--rw-stock-text-xs)}.rw-unit-chart .rw-unit-chart__title{fill:var(--rw-ink-2);font-size:var(--rw-stock-text-sm);font-weight:var(--rw-weight-medium)}.rw-unit-chart__grid{stroke:var(--rw-line);stroke-width:1px}.rw-unit-chart__area{fill:color-mix(in oklab,var(--rw-ok)10%,transparent);stroke:none}.rw-unit-chart__line{fill:none;stroke:var(--rw-ok);stroke-width:2px}.rw-unit-chart__bar{fill:var(--rw-unit-bars)}.rw-unit-chart__bar--hot{fill:color-mix(in oklab,var(--rw-ok)45%,transparent)}.rw-unit-chart__end{fill:var(--rw-ok);stroke:var(--rw-card);stroke-width:2px}.rw-unit-chart .rw-unit-chart__end-label{fill:var(--rw-ink);font-family:var(--rw-font-mono);font-size:var(--rw-stock-text-switch);font-weight:var(--rw-weight-medium)}.rw-unit-chart__cross{stroke:var(--rw-ink-3);stroke-width:1px;stroke-dasharray:3 3}.rw-unit-chart__hit{fill:#0000;cursor:crosshair}.rw-unit-chart__tip{padding:var(--rw-unit-tip-pad);background:var(--rw-ink);border-radius:var(--rw-radius-1);color:var(--rw-card);font-size:var(--rw-stock-text-switch);white-space:nowrap;pointer-events:none;line-height:1.4;position:absolute;transform:translate(-50%,-100%)}.rw-unit-chart__tip b{font-family:var(--rw-font-mono)}
.rw-readout{margin-bottom:var(--rw-mach-meter-bottom);font-family:var(--rw-font-sans)}.rw-readout__label{margin-bottom:var(--rw-mach-gap-label);color:var(--rw-ink-3);font-size:var(--rw-stock-text-xs);font-weight:var(--rw-weight-bold);letter-spacing:var(--rw-tracking-caps);text-transform:uppercase}.rw-readout__row{align-items:baseline;gap:var(--rw-stock-gap-row);flex-wrap:wrap;display:flex}.rw-readout__value{color:var(--rw-ink);font-family:var(--rw-font-mono);font-size:var(--rw-mach-text-meter);font-weight:var(--rw-stock-weight-heavy);letter-spacing:var(--rw-stock-tracking-tighter);line-height:var(--rw-leading-base)}.rw-readout__sub{color:var(--rw-ink-3);font-size:var(--rw-stock-text-sm);margin-top:2px}.rw-readout-entry{align-items:stretch;gap:var(--rw-space-4);margin:var(--rw-mach-gap-form)0 var(--rw-space-4);flex-direction:column;display:flex}.rw-readout-entry__field{gap:var(--rw-mach-gap-field);flex-direction:column;min-width:0;display:flex}.rw-readout-entry__label{color:var(--rw-ink-2);font-size:var(--rw-stock-text-body);font-weight:var(--rw-weight-medium)}.rw-readout-entry__suffix{align-items:center;gap:var(--rw-space-2);color:var(--rw-ink-2);font-size:var(--rw-mach-text-unit);font-weight:var(--rw-weight-regular);display:flex}.rw-readout-entry__input{box-sizing:border-box;width:var(--rw-mach-entry-w);min-height:var(--rw-mach-entry-h);padding:var(--rw-mach-pad-entry);background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-radius:var(--rw-mach-radius-entry);color:var(--rw-ink);font-family:var(--rw-font-mono);font-size:var(--rw-mach-text-entry);font-weight:var(--rw-weight-regular);text-align:right}.rw-readout-entry__input:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-readout-entry__input[aria-invalid=true]{border-color:var(--rw-critical)}.rw-readout-entry__message{padding:var(--rw-mach-pad-message);background:var(--rw-warn-bg);border:var(--rw-border)solid var(--rw-warn);border-radius:var(--rw-mach-radius-button);color:var(--rw-ink);font-size:var(--rw-mach-text-entry);margin:0}.rw-readout-entry__actions{align-items:center;gap:var(--rw-space-2);flex-wrap:wrap;display:flex}.rw-readout-entry .rw-button{min-height:0;padding:var(--rw-mach-pad-button);border-radius:var(--rw-mach-radius-button);font-size:var(--rw-stock-text-switch);font-weight:var(--rw-weight-medium);line-height:var(--rw-leading-base)}
.rw-scan-screen{background:var(--rw-scan-cam-bg);color:var(--rw-scan-ink);font-family:var(--rw-font-sans);flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.rw-scan-tray{z-index:2;max-height:var(--rw-scan-sheet-max);background:var(--rw-scan-tray-bg);border-top:var(--rw-border)solid var(--rw-scan-control-line);border-radius:var(--rw-scan-radius-sheet)var(--rw-scan-radius-sheet)0 0;box-shadow:var(--rw-scan-sheet-shadow);color:var(--rw-scan-ink);flex-direction:column;flex:none;display:flex;position:relative;overflow:hidden}.rw-scan-tray__grab{width:var(--rw-scan-grab-w);height:var(--rw-scan-grab-h);margin:var(--rw-scan-grab-top)auto 0;background:var(--rw-scan-grab);border-radius:var(--rw-scan-grab-h);flex:none}.rw-scan-tray__flash{padding:var(--rw-scan-pad-flash);background:var(--rw-scan-item-pulse);color:var(--rw-scan-ok-ink);font-size:var(--rw-scan-text-small-body);flex:none;margin:0}.rw-scan-tray__flash--warn{background:var(--rw-scan-warn-bg);color:var(--rw-scan-unknown-ink)}.rw-scan-tray__head{align-items:center;gap:var(--rw-scan-gap-head);width:100%;padding:var(--rw-scan-pad-head);color:inherit;text-align:start;cursor:pointer;background:0 0;border:0;flex:none;font-family:inherit;display:flex}.rw-scan-tray__head b{font-size:var(--rw-scan-text-count);font-weight:var(--rw-weight-medium)}.rw-scan-tray__chev{width:var(--rw-scan-chev);height:var(--rw-scan-chev);color:var(--rw-scan-ink-2);transition:transform var(--rw-motion-fast)var(--rw-motion-ease);margin-inline-start:auto}.rw-scan-tray[data-open=false] .rw-scan-tray__chev{transform:rotate(180deg)}.rw-scan-tray[data-open=false] .rw-scan-tray__scroll,.rw-scan-tray[data-open=false] .rw-scan-tray__foot{display:none}.rw-scan-tray__scroll{min-height:0;padding:0 var(--rw-scan-pad-list);flex:auto;overflow-y:auto}.rw-scan-tray__list{margin:0;padding:0;list-style:none}.rw-scan-tray__empty{padding:var(--rw-scan-pad-empty);color:var(--rw-scan-ink-2);font-size:var(--rw-scan-text-small-body);line-height:var(--rw-leading-base);text-align:center;margin:0}.rw-scan-tray__item{align-items:flex-start;gap:var(--rw-scan-gap-row);padding:var(--rw-scan-pad-row);border-top:var(--rw-border)solid var(--rw-scan-control-line);display:flex}.rw-scan-tray__item--pulse{animation:rw-scan-tray-pulse var(--rw-scan-pulse)var(--rw-motion-ease)}@keyframes rw-scan-tray-pulse{0%{background:var(--rw-scan-item-pulse)}}.rw-scan-tray__mark{width:var(--rw-scan-mark);height:var(--rw-scan-mark);background:var(--rw-scan-item-pulse);border-radius:var(--rw-scan-radius-mark);color:var(--rw-scan-ok-ink);flex:none;place-items:center;display:grid}.rw-scan-tray__item[data-kind=drawn] .rw-scan-tray__mark{background:var(--rw-scan-warn-bg);color:var(--rw-scan-unknown-ink)}.rw-scan-tray__mark svg{width:var(--rw-scan-mark-icon);height:var(--rw-scan-mark-icon)}.rw-scan-tray__body{min-width:0;color:inherit;font:inherit;text-align:start;background:0 0;border:0;flex:1;padding:0;display:block}.rw-scan-tray__body--button{cursor:pointer}.rw-scan-tray__body--button:hover .rw-scan-tray__name{text-decoration:underline}.rw-scan-tray__top{align-items:baseline;gap:var(--rw-scan-gap-top);display:flex}.rw-scan-tray__code{color:var(--rw-scan-ok-ink);font-family:var(--rw-font-mono);font-size:var(--rw-scan-text-small);font-weight:var(--rw-weight-medium);letter-spacing:.02em}.rw-scan-tray__qty{color:var(--rw-scan-ink-2);font-size:var(--rw-scan-text-small);font-variant-numeric:tabular-nums}.rw-scan-tray__name{font-size:var(--rw-scan-text-item);text-overflow:ellipsis;white-space:nowrap;line-height:1.3;display:block;overflow:hidden}.rw-scan-tray__tag{color:var(--rw-scan-ink-2);font-family:var(--rw-font-mono);font-size:var(--rw-scan-text-small);flex:none;padding-top:2px}.rw-scan-tray__remove{width:var(--rw-scan-remove);height:var(--rw-scan-remove);border-radius:var(--rw-scan-radius-remove);color:var(--rw-scan-ink-2);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;padding:0;display:grid}.rw-scan-tray__remove:hover{background:var(--rw-scan-item-bg);color:var(--rw-scan-ink)}.rw-scan-tray__remove .rw-icon{width:var(--rw-scan-remove-icon);height:var(--rw-scan-remove-icon)}.rw-scan-tray__foot{padding:var(--rw-scan-pad-foot);padding-bottom:calc(var(--rw-scan-pad-foot-bottom) + env(safe-area-inset-bottom));border-top:var(--rw-border)solid var(--rw-scan-control-line);flex:none}.rw-scan-tray__foot>p{margin:0 0 var(--rw-space-2);color:var(--rw-scan-ink-2);font-size:var(--rw-scan-text-small-body)}.rw-scan-tray__done{width:100%;height:var(--rw-scan-done-h);background:var(--rw-scan-done-bg);border-radius:var(--rw-scan-radius-done);color:var(--rw-scan-done-ink);font-family:inherit;font-size:var(--rw-scan-text-done);font-weight:var(--rw-weight-bold);letter-spacing:.03em;text-transform:uppercase;cursor:pointer;border:0}.rw-scan-tray__done:disabled{background:var(--rw-scan-off-bg);color:var(--rw-scan-off-ink);cursor:not-allowed}.rw-scan-tray__done:focus-visible,.rw-scan-tray__head:focus-visible,.rw-scan-tray__remove:focus-visible,.rw-scan-tray__body--button:focus-visible{outline:2px solid var(--rw-scan-ink);outline-offset:2px}@media (prefers-reduced-motion:reduce){.rw-scan-tray__item--pulse{animation:none}}
.rw-toolbar{align-items:center;gap:var(--rw-space-3)var(--rw-space-4);margin-bottom:var(--rw-space-4);flex-wrap:wrap;min-width:0;display:flex}.rw-toolbar__start{align-items:center;gap:var(--rw-space-3);flex-wrap:wrap;flex:auto;min-width:0;display:flex}.rw-toolbar__end{align-items:center;gap:var(--rw-space-2);flex:none;margin-left:auto;display:flex}.rw-toolbar[data-layout=stacked] .rw-toolbar__start,.rw-toolbar[data-layout=stacked] .rw-toolbar__end{flex-basis:100%;margin-left:0}.rw-toolbar__group{align-items:center;gap:var(--rw-space-1);flex-wrap:wrap;flex:none;display:flex}
.rw-data-toolbar{align-items:center;gap:var(--rw-space-3);margin-bottom:var(--rw-space-4);flex-wrap:wrap;display:flex}.rw-data-toolbar__search{flex:1 1 var(--rw-search-w);min-width:min(100%,var(--rw-search-w));max-width:var(--rw-search-w);align-items:center;display:flex;position:relative}.rw-data-toolbar__search-icon{left:var(--rw-space-2);color:var(--rw-ink-3);pointer-events:none;align-items:center;display:inline-flex;position:absolute}.rw-data-toolbar__search-icon .rw-icon{width:var(--rw-icon-2);height:var(--rw-icon-2)}.rw-data-toolbar__input{width:100%;min-height:var(--rw-control-md);padding:0 var(--rw-space-3)0 var(--rw-space-7);background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-radius:var(--rw-radius-1);color:var(--rw-ink);font-family:var(--rw-font-sans);font-size:var(--rw-text-2)}.rw-data-toolbar__input::placeholder{color:var(--rw-ink-3)}.rw-data-toolbar__input:focus-visible{outline:2px solid var(--rw-focus);outline-offset:-2px}.rw-data-toolbar__chips{gap:var(--rw-space-2);flex-wrap:wrap;min-width:0;display:flex}.rw-data-toolbar__chip{min-height:var(--rw-control-sm);padding:0 var(--rw-space-3);background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-radius:var(--rw-radius-pill);color:var(--rw-ink-2);font-family:var(--rw-font-sans);font-size:var(--rw-text-1);font-weight:var(--rw-weight-medium);cursor:pointer;align-items:center;display:inline-flex}.rw-data-toolbar__chip:hover{background:var(--rw-surface-2);color:var(--rw-ink)}.rw-data-toolbar__chip:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-data-toolbar__chip--active{background:var(--rw-selected);border-color:var(--rw-selected);color:var(--rw-selected-ink)}.rw-data-toolbar__chip--active:hover{background:var(--rw-selected);color:var(--rw-selected-ink)}.rw-data-toolbar__action{gap:var(--rw-space-2);flex:none;margin-left:auto;display:flex}
.rw-field-home{grid-template-columns:repeat(var(--rw-field-home-columns),minmax(0,1fr));gap:var(--rw-space-4);min-width:0;display:grid}.rw-field-home__empty{grid-column:1/-1}.rw-field-home__tile{justify-content:flex-start;align-items:center;gap:var(--rw-space-2);min-height:var(--rw-touch-min);min-width:var(--rw-touch-min);padding:var(--rw-space-2)var(--rw-space-3);background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-radius:var(--rw-radius-3);box-shadow:var(--rw-shadow-1);color:var(--rw-ink);font-family:var(--rw-font-sans);text-align:left;cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;text-decoration:none;display:grid}.rw-field-home__tile:hover{background:var(--rw-surface-2)}.rw-field-home__tile:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-field-home__icon{width:var(--rw-control-sm);height:var(--rw-control-sm);border-radius:var(--rw-radius-2);background:var(--rw-info-bg);color:var(--rw-info);flex:none;justify-content:center;align-items:center;display:inline-flex}.rw-field-home__icon .rw-icon{width:var(--rw-icon-2);height:var(--rw-icon-2)}.rw-field-home__text{gap:var(--rw-space-1);flex-direction:column;flex:1;min-width:0;display:flex}.rw-field-home__label{font-size:var(--rw-text-3);font-weight:var(--rw-weight-bold);line-height:var(--rw-leading-tight);overflow-wrap:anywhere}.rw-field-home__hint{color:var(--rw-ink-3);font-size:.75rem;line-height:var(--rw-leading-base);overflow-wrap:anywhere}.rw-field-home__count{border-radius:var(--rw-radius-pill);min-inline-size:1.875rem;font-weight:var(--rw-weight-bold);text-align:center;font-variant-numeric:tabular-nums;padding:.125rem .625rem}.rw-field-home__count[data-tone=due]{background:var(--rw-chosen-bg);color:var(--rw-chosen)}.rw-field-home__count[data-tone=bad]{background:var(--rw-critical-bg);color:var(--rw-critical)}.rw-field-home-stack{gap:var(--rw-space-4);flex-direction:column;min-width:0;display:flex}.rw-field-owed{gap:var(--rw-space-2);flex-direction:column;min-width:0;margin:0;padding:0;list-style:none;display:flex}.rw-field-owed__card{align-items:center;gap:var(--rw-space-2)var(--rw-space-3);min-width:0;padding:var(--rw-space-3);background:var(--rw-card);border:var(--rw-border)solid var(--rw-line);border-left:var(--rw-field-owed-edge)solid var(--rw-info);border-radius:var(--rw-radius-2);box-shadow:var(--rw-shadow-1);font-family:var(--rw-font-sans);flex-wrap:wrap;display:flex}.rw-field-owed__card[data-tone=bad]{border-left-color:var(--rw-critical)}.rw-field-owed__card[data-tone=due]{border-left-color:var(--rw-warn)}.rw-field-owed__text{gap:var(--rw-space-1);flex-direction:column;flex:12rem;min-width:0;display:flex}.rw-field-owed__title{color:var(--rw-ink);font-size:var(--rw-text-3);font-weight:var(--rw-weight-bold);line-height:var(--rw-leading-tight);overflow-wrap:anywhere}.rw-field-owed__line{color:var(--rw-ink-3);font-size:var(--rw-text-1);line-height:var(--rw-leading-base);overflow-wrap:anywhere}.rw-field-owed__card .rw-button{min-height:var(--rw-touch-min);flex:none;text-decoration:none}
.rw-file-drop{min-width:0;position:relative}.rw-file-drop__target{align-items:center;gap:var(--rw-space-2);width:100%;padding:var(--rw-space-8)var(--rw-space-5);background:var(--rw-card);border:var(--rw-border-strong)dashed var(--rw-line);border-radius:var(--rw-radius-3);color:var(--rw-ink);font:inherit;text-align:center;cursor:pointer;flex-direction:column;display:flex}.rw-file-drop__target:hover,.rw-file-drop[data-over=true] .rw-file-drop__target{background:var(--rw-surface-2);border-color:var(--rw-ink-3)}.rw-file-drop__target:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-file-drop__target:disabled{cursor:not-allowed;opacity:.5}.rw-file-drop__icon{background:var(--rw-surface-2);width:3.25rem;height:3.25rem;color:var(--rw-ink-2);border-radius:50%;place-items:center;display:grid}.rw-file-drop__icon .rw-icon{width:var(--rw-icon-2);height:var(--rw-icon-2)}.rw-file-drop__title{margin-top:var(--rw-space-1);font-size:var(--rw-text-3);font-weight:var(--rw-weight-bold);line-height:var(--rw-leading-tight)}.rw-file-drop__description{max-width:52ch;color:var(--rw-ink-3);line-height:var(--rw-leading-base)}.rw-file-drop__kinds{justify-content:center;gap:var(--rw-space-2);margin-top:var(--rw-space-1);flex-wrap:wrap;display:flex}.rw-file-drop__kind{padding:0 var(--rw-space-2);background:var(--rw-surface-2);color:var(--rw-ink-2);font-size:var(--rw-text-1);font-weight:var(--rw-weight-medium);line-height:var(--rw-leading-base);border-radius:50rem}.rw-file-drop__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}
.rw-rec-head{justify-content:space-between;align-items:center;gap:var(--rw-space-3);font-family:var(--rw-font-sans);flex-wrap:wrap;display:flex}.rw-rec-head__title{color:var(--rw-ink);font-size:var(--rw-rep-text-title);font-weight:var(--rw-weight-bold);line-height:var(--rw-leading-tight);margin:0}.rw-rec-filters{gap:var(--rw-space-3);font-family:var(--rw-font-sans);flex-direction:column;display:flex}.rw-rec-filters__search,.rw-rec-filters__select{min-width:0;display:block;position:relative}.rw-rec-filters__control{width:100%;min-height:var(--rw-control-md);padding:0 var(--rw-space-3);background:var(--rw-rep-card);border:var(--rw-border)solid var(--rw-rep-line);border-radius:var(--rw-radius-1);color:var(--rw-ink);font-family:inherit;font-size:var(--rw-rep-text-sm);line-height:var(--rw-leading-base);appearance:none}.rw-rec-filters__control::placeholder{color:var(--rw-rep-dimmed)}.rw-rec-filters__control:focus-visible{outline:1px solid var(--rw-rep-primary);border-color:var(--rw-rep-primary)}.rw-rec-filters__search .rw-rec-filters__control{padding-left:var(--rw-rep-pad-search)}.rw-rec-filters__select .rw-rec-filters__control{padding-right:var(--rw-rep-pad-search);cursor:pointer}.rw-rec-filters__control[data-empty=true]{color:var(--rw-rep-dimmed)}.rw-rec-filters__icon{color:var(--rw-rep-dimmed);pointer-events:none;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.rw-rec-filters__icon .rw-icon{width:var(--rw-icon-1);height:var(--rw-icon-1)}.rw-rec-filters__search .rw-rec-filters__icon{left:var(--rw-space-3)}.rw-rec-filters__select .rw-rec-filters__icon{right:var(--rw-space-3)}.rw-rec-filters__grid{gap:var(--rw-rep-gap-10);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.rw-rec-filters__count{color:var(--rw-rep-dimmed);font-size:var(--rw-rep-text-xs);margin:0}.rw-rec-cards{gap:var(--rw-rep-gap-10);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.rw-rec-card{padding:var(--rw-space-3);background:var(--rw-rep-card);border:var(--rw-border)solid var(--rw-rep-line);border-radius:var(--rw-radius-1);color:var(--rw-ink);font-family:var(--rw-font-sans);cursor:pointer;transition:background-color var(--rw-motion-fast)var(--rw-motion-ease);flex-direction:column;display:flex}.rw-rec-card:hover{background:var(--rw-rep-hover)}.rw-rec-card:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-rec-card--selected{border-color:var(--rw-rep-primary);box-shadow:inset 0 0 0 1px var(--rw-rep-primary)}.rw-rec-card__top{justify-content:space-between;align-items:flex-start;gap:var(--rw-space-2);display:flex}.rw-rec-card__title{min-width:0;font-size:var(--rw-rep-text-sm);font-weight:var(--rw-weight-medium);line-height:var(--rw-leading-base);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;display:-webkit-box;overflow:hidden}.rw-rec-card__badge{flex:none;display:inline-flex}.rw-rec-card__row{align-items:center;gap:var(--rw-rep-gap-6);margin-top:var(--rw-space-1);flex-wrap:wrap;display:flex}.rw-rec-card__row--first{margin-top:var(--rw-rep-gap-6)}.rw-rec-card__meta{color:var(--rw-rep-dimmed);font-size:var(--rw-rep-text-xs);line-height:var(--rw-leading-base)}.rw-rec-card__meta--dot:before{content:"・"}
.rw-msg{background:var(--rw-rep-chat-wall);height:100%;color:var(--rw-rep-bubble-ink);font-family:var(--rw-font-sans);flex-direction:column;display:flex;overflow:hidden}.rw-msg--bleed{height:auto;position:absolute;inset:0}.rw-msg__head{align-items:center;gap:var(--rw-space-3);padding:var(--rw-rep-pad-head);background:var(--rw-rep-chat-head);color:var(--rw-rep-chat-head-ink);flex:none;display:flex}.rw-msg__avatar{width:var(--rw-rep-avatar);height:var(--rw-rep-avatar);background:var(--rw-rep-chat-avatar);border-radius:var(--rw-radius-pill);color:var(--rw-rep-chat-avatar-ink);flex:none;justify-content:center;align-items:center;display:inline-flex}.rw-msg__who{flex:1;min-width:0}.rw-msg__title{font-size:var(--rw-rep-text-md);font-weight:var(--rw-weight-medium);line-height:var(--rw-leading-base);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.rw-msg__status{color:var(--rw-rep-chat-head-dim);font-size:var(--rw-rep-text-xs);margin:0}.rw-msg__action{width:var(--rw-touch-min);height:var(--rw-touch-min);border-radius:var(--rw-radius-1);color:var(--rw-rep-chat-head-ink);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.rw-msg__action:focus-visible{outline:2px solid var(--rw-rep-chat-head-ink);outline-offset:-2px}.rw-msg__dot{top:var(--rw-space-2);right:var(--rw-space-2);width:var(--rw-rep-dot);height:var(--rw-rep-dot);background:var(--rw-rep-chat-avatar);border:var(--rw-border-strong)solid var(--rw-rep-chat-head);border-radius:var(--rw-radius-pill);position:absolute}.rw-msg__body{gap:var(--rw-rep-gap-6);min-height:0;padding:var(--rw-space-3);scrollbar-width:none;flex-direction:column;flex:1;display:flex;overflow-y:auto}.rw-msg__foot{flex:none}.rw-msg-bubble{max-width:var(--rw-rep-bubble-max);padding:var(--rw-rep-pad-bubble);background:var(--rw-rep-bubble-in);border-radius:var(--rw-radius-3);box-shadow:var(--rw-rep-shadow-bubble);font-size:var(--rw-rep-text-sm);line-height:var(--rw-leading-base);align-self:flex-start}.rw-msg-bubble--out{background:var(--rw-rep-bubble-out);align-self:flex-end}.rw-msg-bubble__text{white-space:pre-wrap;overflow-wrap:anywhere}.rw-msg-bubble__time{margin:var(--rw-border-strong)0 0;color:var(--rw-rep-bubble-time);font-size:var(--rw-rep-text-2xs);text-align:right}.rw-msg-replies{align-self:flex-start;gap:var(--rw-rep-gap-6);width:100%;max-width:var(--rw-rep-replies-max);padding:var(--rw-rep-pad-replies);background:var(--rw-rep-bubble-in);border-radius:var(--rw-radius-3);box-shadow:var(--rw-rep-shadow-bubble);font-size:var(--rw-rep-text-sm);flex-direction:column;display:flex}.rw-msg-choice{justify-content:center;align-items:center;gap:var(--rw-space-2);width:100%;min-height:max(var(--rw-rep-choice-h),var(--rw-touch-min));padding:var(--rw-rep-pad-button);background:var(--rw-rep-choice-bg);border-radius:var(--rw-radius-1);color:var(--rw-rep-choice-ink);font-family:inherit;font-size:var(--rw-rep-text-md);font-weight:var(--rw-weight-medium);line-height:var(--rw-leading-tight);cursor:pointer;border:0;display:inline-flex}.rw-msg-choice .rw-icon{width:var(--rw-icon-1);height:var(--rw-icon-1)}.rw-msg-choice:hover:not(:disabled){background:var(--rw-rep-choice-hover)}.rw-msg-choice--on:hover:not(:disabled),.rw-msg-choice--next:hover:not(:disabled){background:var(--rw-rep-choice-on);filter:brightness(.94)}.rw-msg-choice--quiet:hover:not(:disabled){background:var(--rw-rep-choice-bg)}.rw-msg-choice:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-msg-choice:disabled{cursor:not-allowed;opacity:.55}.rw-msg-choice--inline{flex:none;width:auto}.rw-msg-choice--quiet{background:var(--rw-rep-gray-bg);color:var(--rw-rep-gray-ink)}.rw-msg-choice--on,.rw-msg-choice--next{background:var(--rw-rep-choice-on);color:var(--rw-rep-choice-on-ink)}.rw-msg-choice--next{margin-top:var(--rw-space-1)}.rw-msg-note{margin:0 0 0 var(--rw-space-1);color:var(--rw-rep-bubble-time);font-size:var(--rw-rep-text-xs)}.rw-msg-input{align-items:flex-end;gap:var(--rw-space-2);padding:var(--rw-rep-gap-10);background:var(--rw-rep-chat-bar);display:flex}.rw-msg-input__field{min-width:0;min-height:max(var(--rw-control-md),var(--rw-touch-min));max-height:var(--rw-rep-input-max);padding:var(--rw-space-2)var(--rw-space-4);background:var(--rw-rep-card);border:var(--rw-border)solid var(--rw-rep-line);border-radius:var(--rw-radius-3);color:var(--rw-ink);font-family:inherit;font-size:var(--rw-rep-text-md);line-height:var(--rw-leading-base);resize:none;field-sizing:content;flex:1}.rw-msg-input__field:focus-visible{outline:1px solid var(--rw-rep-chat-send);border-color:var(--rw-rep-chat-send)}.rw-msg-input__round{width:max(var(--rw-rep-send),var(--rw-touch-min));height:max(var(--rw-rep-send),var(--rw-touch-min));background:var(--rw-rep-chat-send);border-radius:var(--rw-radius-pill);color:var(--rw-rep-chat-send-ink);cursor:pointer;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.rw-msg-input__round:focus-visible{outline:2px solid var(--rw-focus);outline-offset:2px}.rw-msg-input__round:disabled{background:var(--rw-rep-gray-bg);color:var(--rw-rep-dimmed);cursor:not-allowed}.rw-msg-input__round--mic{background:var(--rw-rep-card);border:var(--rw-border)solid var(--rw-rep-line);color:var(--rw-rep-gray-ink)}.rw-msg-input__round--recording{background:var(--rw-critical);border-color:var(--rw-critical);color:var(--rw-critical-ink)}
.rw-table__scroll{width:100%;max-height:100%;overflow:auto}.rw-table{border-collapse:collapse;width:100%;min-width:100%;font-family:var(--rw-font-sans);font-size:var(--rw-text-1);color:var(--rw-ink)}.rw-table__caption{padding:var(--rw-space-2)var(--rw-space-3);text-align:left;font-size:var(--rw-text-1);color:var(--rw-ink-3)}.rw-table__th{z-index:1;padding:var(--rw-space-2)var(--rw-space-3);background:var(--rw-card);border-bottom:var(--rw-border)solid var(--rw-line);color:var(--rw-ink-3);font-size:var(--rw-text-1);font-weight:var(--rw-weight-medium);letter-spacing:var(--rw-tracking-caps);text-transform:uppercase;text-align:left;white-space:nowrap;position:sticky;top:0}.rw-table__td{padding:var(--rw-space-2)var(--rw-space-3);border-bottom:var(--rw-border)solid var(--rw-line-2);vertical-align:middle}.rw-table__row--hover:hover .rw-table__td{background:var(--rw-surface-2)}.rw-table__cell--num{text-align:right;font-family:var(--rw-font-mono);font-variant-numeric:tabular-nums}.rw-table__empty{padding:var(--rw-space-6)var(--rw-space-3);text-align:center;color:var(--rw-ink-3)}.rw-table__strong{font-weight:var(--rw-weight-bold)}.rw-table__sub{margin-top:var(--rw-border-strong);color:var(--rw-ink-3);font-family:var(--rw-font-sans);font-size:var(--rw-stock-text-sm);display:block}.rw-table__cell--toned .rw-table__sub{font-size:var(--rw-stock-text-xs);font-weight:var(--rw-weight-bold)}.rw-table__cell--num .rw-table__sub{font-family:inherit}.rw-table__row--selectable{cursor:pointer}.rw-table__row--selectable:focus-visible{outline:2px solid var(--rw-focus);outline-offset:-2px}.rw-table__row--critical .rw-table__td{background:var(--rw-critical-bg)}.rw-table__row--warn .rw-table__td{background:var(--rw-warn-bg)}.rw-table__row--critical .rw-table__cell--toned,.rw-table__row--critical .rw-table__strong,.rw-table__row--critical .rw-table__cell--toned .rw-table__sub{color:var(--rw-critical)}.rw-table__row--warn .rw-table__cell--toned,.rw-table__row--warn .rw-table__strong,.rw-table__row--warn .rw-table__cell--toned .rw-table__sub{color:var(--rw-stock-warn-ink)}.rw-table__row--selected .rw-table__td{background:var(--rw-selected-bg);box-shadow:inset 0 1px 0 var(--rw-selected),inset 0 -1px 0 var(--rw-selected)}.rw-table__row--selected .rw-table__td:first-child{box-shadow:inset 0 1px 0 var(--rw-selected),inset 0 -1px 0 var(--rw-selected),inset 1px 0 0 var(--rw-selected)}.rw-table__row--selected .rw-table__td:last-child{box-shadow:inset 0 1px 0 var(--rw-selected),inset 0 -1px 0 var(--rw-selected),inset -1px 0 0 var(--rw-selected)}.rw-table__scroll--dense{max-height:none}.rw-table--dense{min-width:auto;font-size:var(--rw-stock-text-body)}.rw-table--dense .rw-table__th{z-index:auto;padding:var(--rw-stock-pad-th);font-size:var(--rw-stock-text-caps);white-space:normal;background:0 0;position:static;top:auto}.rw-table--dense .rw-table__td{padding:var(--rw-stock-pad-td)}.rw-table--dense .rw-table__cell--num{font-size:var(--rw-stock-text-meta)}.rw-table--dense .rw-table__empty{padding:var(--rw-space-3)0;font-size:var(--rw-stock-text-meta)}.rw-table--dense .rw-badge{padding:var(--rw-stock-pad-pill);border-radius:var(--rw-stock-radius-pill);font-size:var(--rw-stock-text-xs);line-height:var(--rw-leading-tight)}.rw-table--dense .rw-button{min-height:0;padding:var(--rw-mach-pad-button);border-radius:var(--rw-mach-radius-button);font-size:var(--rw-stock-text-switch);font-weight:var(--rw-weight-medium);line-height:var(--rw-leading-base)}.rw-table--dense .rw-table__cell--num .rw-button{font-family:inherit}
.rw-progress{appearance:none;inline-size:100%;block-size:var(--rw-progress-h);background:var(--rw-line-2);border-radius:var(--rw-radius-pill);color:var(--rw-ok);border:0;display:block;overflow:hidden}.rw-progress::-webkit-progress-bar{background:var(--rw-line-2);border-radius:var(--rw-radius-pill)}.rw-progress::-webkit-progress-value{border-radius:var(--rw-radius-pill);background:currentColor}.rw-progress::-moz-progress-bar{border-radius:var(--rw-radius-pill);background:currentColor}.rw-progress--warn{color:var(--rw-warn)}.rw-progress--critical{color:var(--rw-critical)}.rw-progress--neutral{color:var(--rw-ink-3)}
.rw-notice{align-items:center;gap:var(--rw-space-3);margin:var(--rw-space-1)0 var(--rw-stock-gap-row);padding:var(--rw-stock-pad-notice);border:var(--rw-border)solid transparent;border-radius:var(--rw-stock-radius-card);font-family:var(--rw-font-sans);font-size:var(--rw-stock-text-body);display:flex}.rw-notice--warn{background:var(--rw-warn-bg);border-color:var(--rw-stock-warn-line);color:var(--rw-stock-warn-ink)}.rw-notice--warn b{color:var(--rw-stock-warn-strong)}.rw-notice--ok{background:var(--rw-ok-bg);border-color:var(--rw-stock-ok-line);color:var(--rw-stock-ok-ink)}.rw-notice--ok b{color:var(--rw-stock-ok-ink)}.rw-notice--critical{background:var(--rw-critical-bg);border-color:var(--rw-stock-critical-line);color:var(--rw-stock-critical-ink)}.rw-notice--critical b{color:var(--rw-stock-critical-strong)}
