@keyframes bgShimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}html,body,#root{min-height:100vh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-size:400% 400%;animation:bgShimmer 24s ease infinite}body.light-mode:before{background:linear-gradient(-45deg,#e8f0fe,#fce4ec,#e8f5e9,#fff3e0,#ede7f6,#e3f2fd)}body.dark-mode:before{background:linear-gradient(-45deg,#0a0a1a,#130a2e,#0a1528,#1a0a2e,#0a0a1a)}body.light-mode{background-color:#e8f0fe}body.dark-mode{background-color:#0a0a1a}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}.dark-mode ::-webkit-scrollbar-thumb{background:#ffffff26}.dark-mode ::-webkit-scrollbar-thumb:hover{background:#ffffff40}
