:root{color:#172026;background:#8dc6d8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#game-shell{width:100%;height:100%;margin:0}body{overflow:hidden}#game-shell{display:block;background:#8dc6d8}#game-container{position:relative;width:100vw;height:100vh;background:#8dc6d8}#boot-loading{position:absolute;inset:0;display:grid;grid-template-rows:auto auto auto;place-content:center;gap:14px;color:#fff;text-align:center;text-shadow:0 3px 0 #172026,0 0 18px rgba(23,32,38,.42);background:linear-gradient(180deg,#8dc6d8,#47624f);font-family:Arial,sans-serif;z-index:1}.boot-loading-image{width:min(370px,58vw);aspect-ratio:1;justify-self:center;background:url(./loadingScreenImage-Bo5Z4Vxb.png) center / contain no-repeat}.boot-progress{position:relative;width:min(430px,68vw);height:28px;justify-self:center;overflow:hidden;border:3px solid #172026;background:#ffffffad;box-shadow:0 3px #17202638}#boot-progress-fill{width:0%;height:100%;background:linear-gradient(90deg,#f3c646,#fff1a8 52%,#f3c646);box-shadow:inset 0 0 0 3px #ffffff38;transition:width .12s linear}#boot-progress-text{position:absolute;inset:0;display:grid;place-items:center;color:#172026;font:800 15px/1 Arial,sans-serif;text-shadow:0 1px 0 #ffffff}#boot-loading strong{font-size:34px}canvas{display:block;margin:0 auto}
