html,body{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:8px}html.light ::-webkit-scrollbar-track{background:#667eea1a;border-radius:4px}html.light ::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#667eeacc,#ff6b6bcc);border-radius:10px;transition:background .3s ease}html.light ::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#667eea,#ff6b6b)}html.dark ::-webkit-scrollbar-track{background:#7877c61a;border-radius:4px}html.dark ::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#7877c6cc,#ff6b6bcc);border-radius:10px;transition:background .3s ease}html.dark ::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#7877c6,#ff6b6b)}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease,transform .3s ease}body{opacity:1;animation:fadeInBody .5s ease-in}@keyframes fadeInBody{0%{opacity:0}to{opacity:1}}
