html{--app-width: 100dvw;--app-height: 100dvh;--safe-area-bottom: env(safe-area-inset-bottom, 0px);height:100%;min-height:calc(100dvh + var(--safe-area-bottom))}html,body,#game-shell,#game{height:var(--app-height);margin:0;overflow:hidden;width:100%}html{background:#10100f}body{background:radial-gradient(circle at 50% 35%,rgba(67,47,61,.55),transparent 34rem),linear-gradient(180deg,#141412,#0b0b0a);color:#f0e4c8;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}#game-shell{align-items:stretch;background:#10100f;box-sizing:border-box;display:flex;height:var(--app-height);justify-content:center;inset:0;padding:0;position:fixed;width:var(--app-width)}canvas{display:block;height:var(--app-height)!important;image-rendering:auto;width:100%!important}
