.global-theme-toggle{position:fixed;top:140px;right:20px;z-index:9999;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;background:linear-gradient(135deg,#f8f8f8 0%,#e8e8e8 50%,#d8d8d8 100%);border:2px solid #d1d5db;box-shadow:0 4px 16px rgb(0 0 0 / .1),0 0 20px rgb(248 248 248 / .5)}[data-theme="dark"] .global-theme-toggle{background:linear-gradient(135deg,#1A1A1A 0%,#2D2D2D 100%);border:2px solid #333;box-shadow:0 4px 16px rgb(0 0 0 / .3),0 0 20px rgb(255 205 57 / .3)}.global-theme-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px rgb(0 0 0 / .15),0 0 25px rgb(248 248 248 / .7)}[data-theme="dark"] .global-theme-toggle:hover{box-shadow:0 6px 20px rgb(0 0 0 / .4),0 0 25px rgb(255 205 57 / .5)}.global-theme-toggle .theme-icon{font-size:24px;transition:opacity 0.3s ease;position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#4a5568}[data-theme="dark"] .global-theme-toggle .theme-icon{color:#ffcd39}.global-theme-toggle .light-icon{opacity:1}.global-theme-toggle .dark-icon{opacity:0}[data-theme="dark"] .global-theme-toggle .light-icon{opacity:0}[data-theme="dark"] .global-theme-toggle .dark-icon{opacity:1}@media (max-width:768px){.global-theme-toggle{top:120px;right:15px;width:45px;height:45px}.global-theme-toggle .theme-icon{font-size:20px}}