/* Same graphite theme and 18px interactive rail as the selected reference. */
.os-theme-xprso{
 --os-size:18px;--os-padding-perpendicular:3px;--os-padding-axis:4px;
 --os-track-border-radius:5px;--os-track-bg:transparent;--os-track-bg-hover:rgba(66,62,58,.05);
 --os-handle-border-radius:4px;--os-handle-bg:rgba(66,62,58,.45);--os-handle-bg-hover:rgba(66,62,58,.65);--os-handle-bg-active:rgba(66,62,58,.8);
 --os-handle-min-size:44px;--os-handle-perpendicular-size:80%;--os-handle-perpendicular-size-hover:100%;--os-handle-perpendicular-size-active:100%;--os-handle-interactive-area-offset:3px;
}
html:has(body[data-overlayscrollbars]){scrollbar-gutter:auto}
.xprso-dashboard .sidebar[data-overlayscrollbars]{height:100dvh;scrollbar-width:none!important}
body:has(dialog[open])>.os-scrollbar{visibility:hidden;pointer-events:none}
/* Give horizontal document controls room without covering the last line of a row. */
.table-wrap[data-overlayscrollbars]{min-width:0}
@media(prefers-reduced-motion:reduce){.os-theme-xprso,.os-theme-xprso *{transition:none!important;animation:none!important}}
