:root{--smarters-accent: #2563eb;--smarters-bg: #0a0f1d}body{margin:0;background-color:var(--smarters-bg);color:#fff;font-family:sans-serif;overflow:hidden}.smarters-main-bg{background:radial-gradient(circle at center,#1e293b,#0a0f1d);height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center}.animate-fadeIn{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
