.Switcher{cursor:pointer;align-items:center;gap:5px;display:flex}@media (hover:hover) and (pointer:fine){.Switcher:hover .Switcher__label{color:var(--color-gray-800)}.dark-mode .Switcher:hover .Switcher__label{color:var(--font-color-gray)}}.Switcher__container{align-items:center;display:flex}.Switcher--left .Switcher__label{order:3;margin-left:11px}.Switcher--disabled{opacity:.5}.Switcher__label{color:var(--info-color);font-size:var(--main-font-size);-webkit-user-select:none;user-select:none;order:1;line-height:1;transition:color .2s}.Switcher__toggler{background:var(--icon-color);border:1px solid var(--border-color);border-radius:8px;flex-shrink:0;order:2;width:28px;height:16px;padding:2px;transition:border-color .2s,background-color .2s}.dark-mode .Switcher__toggler{background:var(--border-color)}.Switcher__toggler:after{background:var(--color-white);content:"";border-radius:50%;width:10px;height:10px;transition:transform .2s,background-color .2s;display:block}.Switcher input{display:none}.Switcher input:checked~.Switcher__toggler{background:var(--color-white);border-color:var(--link-color)}.dark-mode .Switcher input:checked~.Switcher__toggler{background:var(--border-color)}.Switcher input:checked~.Switcher__toggler:after{background:var(--link-color);transform:translate(12px)}
