/**handles:theme-classic,theme-orbit**/
.theme-toggle.theme-toggle--reversed .theme-toggle__classic{transform:scale(-1,1)}.theme-toggle{--theme-toggle__classic--duration:500ms;border:none;background:0 0;cursor:pointer}.theme-toggle__classic path{transition-timing-function:cubic-bezier(0,0,0.15,1.25);transform-origin:center;transition-duration:calc(var(--theme-toggle__classic--duration) * .8)}.theme-toggle__classic g path{transition-property:opacity,transform;transition-delay:calc(var(--theme-toggle__classic--duration) * 0.2)}.theme-toggle__classic :first-child path{transition-property:transform,d}.darkify_dark_mode_enabled .theme-toggle:not(label) .theme-toggle__classic g path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__classic g path{transform:scale(.5) rotate(45deg);opacity:0;transition-delay:0s}.darkify_dark_mode_enabled .theme-toggle:not(label) .theme-toggle__classic :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__classic :first-child path{d:path("M-12 5h30a1 1 0 0 0 9 13v24h-39Z");transition-delay:calc(var(--theme-toggle__classic--duration) * 0.2)}@supports not (d:path("")){.darkify_dark_mode_enabled .theme-toggle:not(label) .theme-toggle__classic :first-child path,.theme-toggle input[type=checkbox]:checked~.theme-toggle__classic :first-child path{transform:translate3d(-12px,10px,0)}}.theme-toggle input[type=checkbox]{display:none}.theme-toggle .theme-toggle-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (prefers-reduced-motion:reduce){.theme-toggle:not(.theme-toggle--force-motion) *{transition:none!important}}
.darkify_switch_style.switch-orbit{width:calc(70px * var(--darkify-switch-scale, 1));height:calc(30px * var(--darkify-switch-scale, 1));display:inline-block}.darkify_switch_style.switch-orbit .theme-toggle{display:inherit;width:100%;height:100%}.darkify_switch_style.switch-orbit .toggle-track{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;position:relative}.darkify_switch_style.switch-orbit .theme-toggle svg{width:calc(20px * var(--darkify-switch-scale, 1));height:calc(20px * var(--darkify-switch-scale, 1));fill:var(--darkify_switch_light_mode_color)}.darkify_switch_style.switch-orbit .theme-toggle .toggle-sun svg{fill:var(--darkify_switch_dark_mode_color)}.darkify_switch_style.switch-orbit .toggle-sun,.darkify_switch_style.switch-orbit .toggle-moon{display:flex;align-items:center;justify-content:center;z-index:9;padding:0 calc(8px * var(--darkify-switch-scale, 1));border-radius:50%}.darkify_switch_style.switch-orbit .toggle-thumb{position:absolute;width:calc(24px * var(--darkify-switch-scale, 1));height:calc(24px * var(--darkify-switch-scale, 1));margin:0 calc(6px * var(--darkify-switch-scale, 1));background-color:var(--darkify_switch_dark_mode_bg);border-radius:50%;transition-duration:0.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.darkify_dark_mode_enabled .darkify_switch_style.switch-orbit .toggle-thumb{background-color:var(--darkify_switch_light_mode_bg);transform:translateX(calc(100% - -13px * var(--darkify-switch-scale, 1))) scale(1)}