*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:#0d0d0d;color:#fff;-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}body{background-color:#0d0d0d!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#444}a{color:inherit;text-decoration:none}#root{height:100vh;display:flex}.app-container{width:100%;height:100%}.fade-in{animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0;translate:0 5px}to{opacity:1;translate:0 0}}
