@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);.Error{display:flex;align-items:center;justify-content:center;text-align:center;height:100vh}.Error h3{font-size:18px}.CLoading{position:relative;border-radius:10px;width:56px;height:100vh;margin:14px auto}.CLoading__spinner{position:absolute;top:calc(50% - 14px);left:calc(50% - 14px);display:block;width:28px;height:28px;border-radius:30px;border:2px solid var(--base-color);border-top-color:transparent;-webkit-animation:spin .7s ease-in-out infinite;animation:spin .7s ease-in-out infinite}.CLoading-small{width:36px;height:36px}.CLoading-small .CLoading__spinner{width:18px;height:18px;top:calc(50% - 9px);left:calc(50% - 9px)}.CLoading-menu{width:28px;height:36px;margin:0}.CLoading-menu .CLoading__spinner{width:18px;height:18px;top:calc(50% - 9px);left:0}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}*{box-sizing:border-box}html{overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color:var(--black-color);background-color:var(--white-color)}body,html{height:100vh;height:-moz-available;height:-webkit-fill-available}body{scrollbar-gutter:stable;overflow:auto;margin:0;padding:0;font-family:var(--font)}#game{max-width:var(--max-width-content);margin:0 auto}h1,h2,h3,p{margin:0}:root{--base-color:#1e5cfb;--white-color:#fff;--black-color:#000;--gray-072:rgba(60,60,67,0.72);--gray-dark-color:#9296ad;--gray-light-color:#dfe1ec;--gray-light--40:#f0f1f6;--max-width-content:1064px;--font:"Inter",sans-serif}