.metis-app .scrollable-toolset{position:relative;flex:1 1 auto;min-width:0;display:flex;align-items:center}.metis-app .scrollable-toolset .toolset.scrollable-toolset__scroller{width:100%;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;padding:2px 0 3px;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.metis-app .scrollable-toolset .toolset.scrollable-toolset__scroller::-webkit-scrollbar{display:none}.metis-app .scrollable-toolset .toolset.scrollable-toolset__scroller>*{flex:0 0 auto}.metis-app .scrollable-toolset__fade{position:absolute;top:0;bottom:0;width:36px;z-index:6;display:flex;align-items:stretch;pointer-events:none}.metis-app .scrollable-toolset__fade--left{left:0;justify-content:flex-start;padding-left:1px;background:linear-gradient(90deg,rgb(255 255 255) 0,rgb(255 255 255/.72) 55%,transparent)}.metis-app .scrollable-toolset__fade--right{right:0;justify-content:flex-end;padding-right:1px;background:linear-gradient(270deg,rgb(255 255 255) 0,rgb(255 255 255/.72) 55%,transparent)}.metis-app .scrollable-toolset__arrow{width:16px;height:100%;display:grid;place-items:center;border:0;border-radius:6px;color:color-mix(in oklch,var(--fg) 72%,var(--muted));background:color-mix(in oklch,var(--card) 70%,var(--bg));box-shadow:0 0 0 1px color-mix(in oklch,var(--line) 70%,transparent),0 1px 2px rgb(25 36 58/.06);opacity:0;pointer-events:none;cursor:pointer;transition:opacity .14s ease,background .14s ease,color .14s ease}.metis-app .scrollable-toolset:hover .scrollable-toolset__arrow,.metis-app .scrollable-toolset__arrow:focus-visible{opacity:1;pointer-events:auto}.metis-app .scrollable-toolset__arrow:hover{color:var(--fg);background:color-mix(in oklch,var(--card) 55%,var(--bg))}.metis-app .scrollable-toolset__arrow:focus-visible{outline:2px solid color-mix(in oklch,var(--blue) 45%,transparent);outline-offset:1px}