html,body{overscroll-behavior:none;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:#070b18;width:100%;height:100%;min-height:100%;margin:0;padding:0;overflow:hidden}body{min-height:100dvh}#game-root{width:100vw;height:100vh;height:100dvh;min-height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);box-sizing:border-box;contain:layout paint size;justify-content:center;align-items:center;display:flex;overflow:hidden}#game-root canvas{aspect-ratio:16/9;object-fit:contain;image-rendering:auto;max-width:100%;max-height:100%;display:block;box-shadow:0 0 90px #79ff4814;width:min(100%,177.778vh)!important;height:min(100%,56.25vw)!important}@supports (height:100dvh){#game-root canvas{width:min(100%,177.778dvh)!important}}#orientation-hint{z-index:9999;box-sizing:border-box;color:#eef1ff;text-align:center;background:radial-gradient(circle at 50% 34%,#ffd23f2e,#0000 30%),#0b0e1af5;justify-content:center;align-items:center;padding:28px;font-family:Trebuchet MS,Verdana,sans-serif;display:none;position:fixed;top:0;bottom:0;left:0;right:0}#orientation-hint>div{max-width:360px}#orientation-hint strong{color:#ffd23f;text-shadow:0 4px #1a1405;margin-bottom:12px;font-size:32px;line-height:1.05;display:block}#orientation-hint span{color:#c9d1f5;font-size:16px;line-height:1.35;display:block}@media (orientation:portrait){#orientation-hint{display:flex}}
