.theme-toggle-bulb{top:4px;right:2px!important;opacity:1!important}html[data-theme=light] .theme-toggle-bulb{color:#000!important;background:#c2c2c2;border:2px solid #fff;box-shadow:inset 0 0 20px #fff;transition:all .3s}html[data-theme=light] .theme-toggle-bulb:hover{scale:1;filter:brightness(1.1);transform-origin:center;transition:all .3s}html[data-theme=dark] .theme-toggle-bulb{color:#f0f8ff!important;transition:all .3s ease-in-out;mix-blend-mode:difference;box-shadow:inset 0 0 10px rgba(7,7,8,.26);background:var(--black);border:1px solid var(--border);outline:1.5px solid #51505f}html[data-theme=dark] .theme-toggle-bulb:hover{scale:1;filter:brightness(1.1) contrast(1.5);transform-origin:center;backdrop-filter:blur(5px);box-shadow:inset 0 0 10px hsla(0,0%,100%,.1490196078);background:radial-gradient(rgba(255,255,255,.7294117647),transparent,transparent);transition:all .3s ease-in-out}