:root{--logo-color:#f0b930;--background:#42444a;--navbar-background:#2c2e33;--navbar-background-hover:#35373c;--darker-background:#2c2e33;--dark-background:#3a3d42;--white-background:#c8c8cf;--white-disabled-background:#8f8f96;--light-white-background:#e1e1e9;--white-text:#e1e1e9;--faded-white-text:#94949b;--black-text:#1c1c1d;--black-disabled-text:#4d4d50;--outline-gray:#626969;--blue:#4965f2;--light-blue:#6d83f2;--purple:#9d49f2;--dark-red:#a61129;--game-dark-blue:#24245e;--game-blue:#4965f2;--game-red:#cf556e;--game-green:#359a46;--game-yellow:#e7e732;--game-gray:#42444a}body,html{background-color:var(--background);padding:0;margin:0;font-family:Lato,sans-serif;color:var(--white-text)}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}a:visited{color:var(--purple)}button,input,select,textarea{font-family:inherit;font-size:80%;width:auto;padding:2px 2px 2px 6px;margin:0;box-sizing:border-box;background-color:var(--white-background);color:var(--black-text);border:var(--outline-gray) 1px solid}button:disabled,input:disabled,select:disabled,textarea:disabled{background-color:var(--white-disabled-background);color:var(--black-disabled-text);border:var(--outline-gray) 1px solid;cursor:not-allowed}button{width:fit-content;font-size:100%;padding-left:8px;padding-right:8px;font-weight:700;cursor:pointer}select{cursor:pointer}button:hover:not(:disabled){background-color:var(--light-white-background)}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:none}input:focus,textarea:focus{background-color:var(--light-white-background)}a:focus-visible,button:focus-visible,select:focus-visible,{outline:var(--light-blue) 2px solid}
