.theme-toggle{align-items:center;background-color:var(--primary);border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 10px #0003;color:var(--accent);cursor:pointer;display:flex;height:50px;justify-content:center;position:fixed;right:20px;transition:background-color .3s,transform .2s;width:50px;z-index:1000}.theme-toggle:hover{transform:scale(1.05)}.theme-toggle.dark-mode{background-color:var(--secondary);color:var(--primary)}@media screen and (max-width:768px){.theme-toggle{bottom:15px;right:15px}}@media screen and (max-width:480px){.theme-toggle{bottom:10px;height:40px;right:10px;width:40px}}
