.app-shell{display:flex;height:100%}.app-sidebar{display:none}.app-main{flex:1;min-width:0;height:100%;overflow-y:auto;padding-bottom:70px}.app-content-column{height:100%}.app-bottomnav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:50}@media (min-width: 900px){.app-sidebar{display:flex}.app-bottomnav{display:none}.app-main{padding-bottom:0}.app-content-column{max-width:720px;margin:0 auto}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:var(--f, "DM Sans", system-ui, sans-serif);-webkit-font-smoothing:antialiased}a{color:var(--pm)}a:hover{color:var(--pl);text-decoration:underline}button{font-family:inherit}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--bd);border-radius:8px}
