:root{color:#fff;background:#201322;font-family:Arial,sans-serif}*{box-sizing:border-box}html,body{overscroll-behavior:none;width:100%;min-height:100%;margin:0;overflow:hidden}body{background:radial-gradient(circle at top,#693055,#201322 70%)}#game-shell{width:100%;height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);place-items:center;display:grid;overflow:hidden}#game-root{aspect-ratio:9/16;touch-action:none;width:100%;max-height:100%;overflow:hidden}@media (aspect-ratio>=9/16){#game-root{width:auto;height:100%}}#game-root canvas{touch-action:none;max-width:100%;max-height:100%;margin:auto;display:block}#fatal-error{z-index:10;text-align:center;background:linear-gradient(145deg,#591c49,#ef647a);place-content:center;gap:14px;padding:32px;display:grid;position:fixed;inset:0}#fatal-error[hidden]{display:none}#fatal-error strong{font-size:clamp(30px,8vw,54px)}#fatal-error small{max-width:620px;font-size:clamp(17px,4vw,25px)}
