@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Lato,sans-serif}body{background-color:#f5f5f5;color:#333}header{background-color:#1b1c1d;height:45px;width:100%;position:relative;z-index:10}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;height:100%;display:flex;align-items:center}.logo{height:18px}main{flex:1;padding:0px 1rem;max-width:1200px;margin:0 auto;width:100%;height:calc(100vh - 45px)}h1{font-size:2rem;font-weight:400;margin:0 0 1.5rem;color:#333;line-height:1.2}h2{font-size:1.5rem;font-weight:500;margin-bottom:1.25rem}h3{font-size:1.25rem;font-weight:500;margin-bottom:1rem}p{line-height:1.6;margin-bottom:1rem}button{font-family:Lato,sans-serif}.start-over-button:hover{background-color:#0003;color:#333}.navigation-buttons{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:#1b1c1d;z-index:100;position:absolute;padding:16px;left:0;bottom:0;right:0}.logo-context-menu{position:fixed;z-index:9999;background:#222;color:#fff;border-radius:6px;box-shadow:0 2px 12px #0000002e;min-width:240px;padding:4px 0;font-size:15px}.logo-context-menu ul{list-style:none;margin:0;padding:0}.logo-context-menu li{padding:10px 18px;cursor:pointer;transition:background .15s}.logo-context-menu li:hover{background:#42b883;color:#fff}: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{margin-bottom:1.5rem}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}.card{padding:2em}#app{width:100%;margin:0 auto;padding:0;height:100vh;display:flex;flex-direction:column}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{height:100vh;margin:0;padding:0}
