.tool-bar{backdrop-filter:blur(10px);background:rgba(var(--color-background),.6);box-shadow:0 0 .5rem 0 rgba(var(--color-shadow),.2);display:flex;flex-direction:column;gap:1rem;inset-block-end:4rem;inset-block-start:auto;inset-inline-end:auto;inset-inline-start:0;position:fixed;z-index:1}.tool-bar,.tool-bar .tool-bar-item{align-items:center;border-radius:9999px}.tool-bar .tool-bar-item{color:inherit;display:inline-flex;height:auto;justify-content:center;width:45px}.tool-bar .tool-bar-item .icon{transition:transform .3s ease;width:1.5rem}.tool-bar .tool-bar-item.to-top{background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:none;flex-direction:column;font-size:.875rem;font-weight:var(--font-body-weight-bold);gap:.5rem;height:85px;opacity:0;position:relative;visibility:hidden}.tool-bar .tool-bar-item.to-top .icon{width:1.25rem}.tool-bar .tool-bar-item.to-top .border-progress{height:100%;inset-block-start:0;inset-inline-start:0;position:absolute;width:100%}.tool-bar .tool-bar-item.to-top span{line-height:0;writing-mode:vertical-rl}.tool-bar .tool-bar-item:hover .icon{transform:scale(1.15)}.tool-bar.has-tool{padding-block:1rem;padding-inline:0}.tool-bar.to-top-active{padding-block-end:0}.tool-bar.to-top-active .tool-bar-item.to-top{animation:fadeIn .1s cubic-bezier(0,0,.3,1) forwards;display:inline-flex;visibility:visible}@media (prefers-reduced-motion:reduce){.tool-bar.to-top-active .tool-bar-item.to-top{opacity:1}}.tool-bar.tool-bar-position--left{inset-inline-end:auto;inset-inline-start:.5rem}.tool-bar.tool-bar-position--right{inset-inline-end:.5rem;inset-inline-start:auto}.tool-bar.tool-bar-position--left{animation:pushInFromLeft .3s cubic-bezier(0,0,.3,1) forwards}.tool-bar.tool-bar-position--right{animation:pushInFromRight .3s cubic-bezier(0,0,.3,1) forwards}.tool-bar.tool-bar--collapse.tool-bar-position--left{animation:pushOutToLeft .3s cubic-bezier(0,0,.3,1) forwards}.tool-bar.tool-bar--collapse.tool-bar-position--right{animation:pushOutToRight .3s cubic-bezier(0,0,.3,1) forwards}.tool-bar .tool-bar-language-switcher{display:flex;flex-direction:column;gap:.5rem;height:auto}.tool-bar .tool-bar-language-switcher .language-switch-link{align-items:center;border-radius:50%;display:flex;height:2.5rem;justify-content:center;transition:transform .2s ease,background-color .2s ease;width:2.5rem}.tool-bar .tool-bar-language-switcher .language-switch-link:hover{background-color:rgba(var(--color-foreground),.1);transform:scale(1.15)}.tool-bar .tool-bar-language-switcher .language-flag{font-size:1.5rem;line-height:1}