@import"https://fonts.googleapis.com/css?family=Inter";.LoginPage form>*{margin:10px 10px 0 0}.LoginPage .error{color:red}.IndexPage{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;padding:6rem 0}.IndexPage h1{font-size:3rem;font-weight:300;padding:20px;margin-bottom:100px}.grid{display:grid;grid-template-columns:repeat(4,minmax(25%,auto));max-width:100%;width:var(--max-width)}.card{padding:1rem 1.2rem;background:rgba(var(--white),0);transition:background .2s,border .2s;color:inherit;text-decoration:none}.card span{display:inline-block;transition:transform .2s}.card h2{font-weight:600;margin-bottom:.7rem}.card p{margin:0;opacity:.6;font-size:.9rem;line-height:1.5}.card:hover{background:rgba(0,0,0,.05)}.card:hover span{transform:translate(4px)}.main{display:flex;width:100%;min-height:calc(100vh - var(--nav-height));padding:20px}.nav{height:var(--nav-height);display:flex;align-items:center;justify-content:space-between;background:var(--black);color:var(--white);padding:10px}.navLinks{display:flex;align-items:center}.navLinks a{margin-right:20px;color:inherit;text-decoration:none}.navLinks a:hover{text-decoration:underline}:root{--max-width: 1100px;--nav-height: 50px;--black: #111111;--white: #EEEEE1;font-family:Inter,sans-serif;color:var(--black);background:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box;padding:0;margin:0}html,body,#root{max-width:100vw;overflow-x:hidden}ul{padding-left:20px}input,button{padding:5px 8px;border-radius:3px;border:1px solid var(--black);color:var(--black)}button{background:var(--white);cursor:pointer}.mono{font-family:monospace}
