.switch_switch__v3CFJ{all:unset;position:relative;right:auto;top:auto;display:inline-block;color:currentColor;border-radius:9999px;border:1px dashed;cursor:pointer;--size:24px;height:var(--size);width:var(--size);transition:all .3s ease-in-out 0s!important}[data-mode=system] .switch_switch__v3CFJ:after{position:absolute;height:100%;width:100%;top:0;left:0;font-weight:600;font-size:calc(var(--size) / 2);line-height:1;display:flex;align-items:center;justify-content:center;content:"A"}[data-mode=light] .switch_switch__v3CFJ{box-shadow:0 0 50px 10px yellow;background-color:yellow;border:1px solid orangered}[data-mode=dark] .switch_switch__v3CFJ{box-shadow:calc(var(--size) / 4) calc(var(--size) / -4) calc(var(--size) / 8) inset #fff;border:none;background:transparent;animation:switch_n__Jl1Sp .5s linear}@keyframes switch_n__Jl1Sp{40%{transform:rotate(-15deg)}80%{transform:rotate(10deg)}0%,to{transform:rotate(0deg)}}