:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh}a{text-decoration:inherit}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.navbar{width:100vw;height:80px;background-color:#d9d9d9;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 2em;box-sizing:border-box}.paper{width:75%;max-width:90vw;display:flex;flex-direction:column;justify-content:start;align-items:start;padding:2em;margin:1em 0;column-gap:5px;box-shadow:0 4px 8px #0003;border-radius:8px;transition:.3s}.paper:hover{box-shadow:0 8px 16px #0003}.card{box-shadow:0 4px 8px #0003;border-radius:8px;transition:.3s;margin:1em}.card:hover{box-shadow:0 8px 16px #0003}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:col}.code-block{background-color:#f1f3f5;padding:1em;border-radius:5px;font-size:small;font-weight:300;font-family:monospace;text-wrap:wrap;word-break:break-all;overflow-wrap:normal}.login-body{display:flex;flex-direction:row;width:100vw;height:calc(100% - 80px);justify-content:space-evenly;align-items:center}.login-card{width:40%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:start}.login-btn{width:100%;margin-top:2em;padding:1em 2em;font-weight:400;font-size:small;background-color:#d9d9d9}.sidebar{width:200px;display:flex;flex-direction:column;column-gap:5px;justify-content:start;align-items:center;padding:1em;background-color:#f5f5f5}.sidebar-card{font-weight:500;font-size:medium;margin:1em 0;color:#1e1e1e}.sidebar-card:hover{color:#4259e5}.home-body{display:flex;flex-direction:column;max-width:90%;padding:2em;justify-content:start;align-items:start}
