:root{color:#3c3835;background:#1f1714;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:geometricPrecision;--atelier-viewport-width: 100vw;--atelier-viewport-height: 100dvh}*{box-sizing:border-box}html,body,#game-shell,#game{width:var(--atelier-viewport-width);height:var(--atelier-viewport-height);margin:0;overflow:hidden;overscroll-behavior:none}html,body{min-width:320px;max-width:100vw;min-height:var(--atelier-viewport-height);background:#1f1714;position:fixed;top:0;right:0;bottom:0;left:0;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}#game-shell{position:fixed;top:0;right:0;bottom:0;left:0;width:var(--atelier-viewport-width);min-height:var(--atelier-viewport-height);background:#1f1714;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}#game{position:absolute;top:0;right:0;bottom:0;left:0}canvas{display:block;width:100%;height:100%;background:#1f1714}
