/**
 * @license
 * SPDX-License-Identifier: Apache-2.0
 */*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}#root{width:100%;height:100%}canvas{max-width:100%;max-height:100%;display:block}@media(max-width:1024px){html{font-size:14px}}@media(max-width:768px){html{font-size:12px}}.game-container{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.responsive-transition{transition:all .3s ease-in-out}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#1e1e1e}.custom-scrollbar::-webkit-scrollbar-thumb{background:#444746;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}
