.ThemeSwitcher{background:var(--bg-tertiary-opaque);border-radius:60px;display:flex;gap:2px;height:44px;padding:4px;position:relative}.ThemeSwitcher__slider{background:var(--text-white);border-radius:20px;box-shadow:0 0 1px #0000003d;height:36px;left:4px;pointer-events:none;position:absolute;top:4px;transition:transform .3s cubic-bezier(.4,0,.2,1);width:36px}.ThemeSwitcher__item{border-radius:20px;cursor:pointer;height:36px;padding:8px;position:relative;width:36px;z-index:1}.ThemeSwitcher__item--active{cursor:default}.ThemeSwitcher__item--active .ThemeSwitcher__icon svg path{fill:var(--fill-accent);transition:fill .3s cubic-bezier(.4,0,.2,1) .15s}.ThemeSwitcher__icon{display:flex}.ThemeSwitcher__icon svg path{fill:var(--text-secondary);transition:fill .3s cubic-bezier(.4,0,.2,1)}
