.theme-toggle-wrapper{position:fixed;bottom:70px;left:20px;z-index:9999}.theme-toggle{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid rgb(255 255 255 / .15);background:rgb(30 30 30 / .6);backdrop-filter:blur(10px);color:#fff;cursor:pointer;transition:all 0.3s ease}.theme-toggle:hover{transform:translateY(-2px);background:rgb(50 50 50 / .75)}.theme-toggle .icon{font-size:16px}.theme-toggle .text{font-size:10px;font-weight:500}.theme-toggle::after{content:"";width:10px;height:10px;border-radius:50%;background:#f1b562;margin-left:auto;box-shadow:0 0 10px rgb(241 181 98 / .6);transition:all 0.3s ease}body.dark .theme-toggle{background:rgb(241 181 98 / .15);border:1px solid rgb(241 181 98 / .35)}body.dark .theme-toggle::after{background:#fff3df;box-shadow:0 0 12px rgb(255 255 255 / .4)}html:has(.dark-mode),html:has(body.dark-mode),html.dark-mode,body.dark-mode{background:#0f0f0f!important;background-color:#0f0f0f!important;color:#e5e5e5!important}::view-transition-old(root),::view-transition-new(root){animation:none!important;mix-blend-mode:normal!important;display:block}::view-transition-old(root){z-index:1!important}::view-transition-new(root){z-index:9999!important}@media (prefers-reduced-motion:reduce){body{transition:none}}body.dark-mode:not(.pg-homepage-body) a{color:#7ab8ff}body.dark-mode:not(.pg-homepage-body) a:hover{color:#9cc8ff}