*,:before,:after{box-sizing:border-box}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;padding:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}html[data-theme=light],html:not([data-theme]){color:#17171a;background-color:#fff}html[data-theme=dark]{color:#e8eaed;background-color:#0f1117}a{color:#533cdd;text-decoration:none;transition:color .2s}a:hover{color:#6b55e8}::selection{background-color:#533cdd33}::-webkit-scrollbar{width:8px;height:8px}html[data-theme=light] ::-webkit-scrollbar-track{background:#f8f9fa}html:not([data-theme]) ::-webkit-scrollbar-track{background:#f8f9fa}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#cdd5de;border-radius:4px}html:not([data-theme]) ::-webkit-scrollbar-thumb{background:#cdd5de;border-radius:4px}html[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#8da1b2}html:not([data-theme]) ::-webkit-scrollbar-thumb:hover{background:#8da1b2}html[data-theme=dark] ::-webkit-scrollbar-track{background:#1a1d27}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3f4554;border-radius:4px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#6b7280}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}main{animation:.3s ease-out fadeIn}
