#footer{color:#666;font-size:13px;display:flex;justify-content:center;padding:30px 40px}#footer .placeholder:before{content:"...";visibility:hidden}#header{display:flex;justify-content:space-between;align-items:center;padding:30px 40px}#header>*{flex:1}#header .md{display:flex;justify-content:center}#header .rt{display:fleX;justify-content:flex-end}#header .links{display:flex;gap:30px}#header .user{display:flex;gap:20px}#layout{display:flex;flex-direction:column;height:100vh}#layout .layout-inner{flex-grow:1;padding:30px 40px}#admin,#community{display:flex;justify-content:center}#error{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding-bottom:10vh}.button{cursor:pointer;background:#000;color:#fff;display:inline-flex;border-radius:99px;font-size:15px;padding:16px 36px}@keyframes shake{0%{transform:translate(12px)}20%{transform:translate(-12px)}40%{transform:translate(6px)}60%{transform:translate(-6px)}80%{transform:translate(3px)}to{transform:translate(0)}}.shake{animation:shake .4s 1}#login{display:flex;justify-content:center;align-items:center;padding-bottom:10vh;height:100%}#marketplace,#profile{display:flex;justify-content:center}#start{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:10vh;height:100%}#start .button{background:#ddd;color:#000}#store{display:flex;justify-content:center}*{box-sizing:border-box}html,body{height:100%}body{font:15px DM Sans,sans-serif;margin:0}
