html,body{height:100%;margin:0;overflow:hidden}.app-container{display:flex;flex-direction:column;align-items:center;height:100vh;width:100%}#root{height:100%;width:100%}.header{display:flex;justify-content:center;align-items:center;height:80px;width:100%;position:fixed;top:0;background-color:#fff;z-index:1000;padding:10px 0}.navbar{display:flex;justify-content:center;align-items:center;height:60px;width:100%;position:fixed;top:80px;background-color:#fff;z-index:999;padding:10px 0}.navbar .links{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap}.navbar a{margin:0 15px;text-decoration:none;color:#333;font-weight:700}.navbar a:hover,.navbar a.active{color:coral;text-decoration:underline}.app-logo{width:200px;height:auto}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{padding:2em}.read-the-docs{color:#888}ul{list-style-type:none;padding:0}li{margin-bottom:20px;padding:15px;border:1px solid #ccc;border-radius:8px;box-shadow:2px 2px 8px #0000001a}h2{margin:0;font-size:1.5rem}p{margin:5px 0}body{margin-top:140px}h1{text-align:center;margin-top:10px;position:fixed;top:70px;left:50%;transform:translate(-50%);width:100%;background-color:#fff;z-index:999;padding:10px 0;box-shadow:0 2px 4px #0000001a}.page-content{position:absolute;bottom:0;text-align:center;width:90%;height:80%;display:flex;justify-content:center;align-items:center}.onboarding-page-content{flex:1;width:100%;display:flex;justify-content:center;align-items:flex-start;padding:20px;box-sizing:border-box;margin-top:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;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{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}#root{height:100vh;width:100vw}
