@import"https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--background:#141418;--background1:#171719;--background2:#1a1a1a;--background3:#222224;--background4:#28282b;--foreground:#ebebeb;--foreground2:#dedede;--foreground3:#d1d1d1;--foreground4:#c4c4c4;--foreground5:#aaa;--foreground_shadow:#787878;--minheight_subnav:calc(100vh - var(--nav_height));--minheight_subnav_mob:calc(100dvh - var(--nav_height));--col3:#0a74da;--col3_hover:#1a89ff;--col3_darker:#085cae;--col4:#b0b0b0;--nav_height:70px;--custom_green:#18db1b}@keyframes mini_bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-8px)}}body,html{-webkit-tap-highlight-color:rgba(0,0,0,0);max-width:100vw;overflow-x:hidden;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Atkinson Hyperlegible,sans-serif}input{font-size:16px}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.notfound{margin-top:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:sans-serif}.notfound img{height:100px;width:auto;filter:invert(.9);margin-bottom:15px}.notfound .home{margin-top:15px;border-radius:10px;border:1px solid gray;background-color:var(--foreground);color:#000;padding:5px 10px;font-size:14px;font-weight:700}.errorboundary{width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:50px;gap:20px}.errorboundary button{padding:5px 20px;background-color:var(--foreground);border-radius:10px;font-weight:700;cursor:pointer;border:2px solid gray}