.mode-switcher{cursor:pointer;display:inline-flex;height:100%}.mode-switcher,.mode-switcher__frame{align-items:center;justify-content:center}.mode-switcher__frame{background:#fff;background-clip:content-box,border-box;background-image:linear-gradient(#fff,#fff),var(--Default-Cigal-Gradient);background-origin:border-box;border:1.5px solid transparent;border-radius:40px;box-shadow:2px 2px 8px rgba(10,41,37,.2);display:flex;height:34px;transition:box-shadow .2s ease;width:60px}.mode-switcher__frame:hover{box-shadow:2px 2px 6px rgba(34,255,0,.4)}body.light-mode .mode-switcher__icons{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:0 8px 0 4px;width:100%}body.dark-mode .mode-switcher__icons{align-items:center;display:flex;gap:4px;justify-content:space-between;padding:0 4px 0 6px;width:100%}.mode-switcher__gear--dark,.mode-switcher__gear--light,.mode-switcher__moon--dark,.mode-switcher__moon--light{display:none!important}body.dark-mode .mode-switcher__gear--dark,body.dark-mode .mode-switcher__moon--dark,body.light-mode .mode-switcher__gear--light,body.light-mode .mode-switcher__moon--light{display:block!important}