.theme-toggle{position:fixed;bottom:100px;right:32px;width:56px;height:56px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;border:1px solid rgba(225,29,72,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px #0000001a;transition:all .3s ease;z-index:1000}.theme-toggle:hover{transform:scale(1.1) rotate(10deg);box-shadow:0 12px 32px #e11d484d;background:linear-gradient(135deg,#e11d48,#f472b6)}.theme-toggle:hover svg{color:#fff}.theme-toggle svg{width:24px;height:24px;color:#e11d48;transition:all .3s ease}.sun-icon{display:block}.moon-icon{display:none}[data-theme=dark] .theme-toggle{background:#1f2937e6;border-color:#93c5fd4d}[data-theme=dark] .theme-toggle svg{color:#93c5fd}[data-theme=dark] .sun-icon{display:none}[data-theme=dark] .moon-icon{display:block}[data-theme=dark] .theme-toggle:hover{background:linear-gradient(135deg,#3b82f6,#60a5fa)}@media (max-width: 640px){.theme-toggle{bottom:80px;right:20px;width:48px;height:48px}.theme-toggle svg{width:20px;height:20px}}
