:root{--primary-blue: #009BF5;--secondary-cyan: #00DBCE;--bg-light: #F2F4F9;--bg-dark: #0B121E}body{margin:0;padding:0;min-height:100vh;width:100vw;font-family:Poppins,Inter,sans-serif;transition:background-color .3s ease,color .3s ease;overflow:hidden}#root{height:100vh;width:100vw}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#009bf533;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#009bf566}.fade-in{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.glass-effect{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
