*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#eee}#game{width:100%;height:100%;display:flex;align-items:center;justify-content:center}#game canvas{display:block}.loading,.error{text-align:center;padding:2rem}.loading{color:#4ecdc4}.error{color:#ff6b6b}#game:has(canvas:focus){cursor:none}
