*{margin:0;padding:0;box-sizing:border-box}body{background:#1a1a2e;font-family:"Press Start 2P",monospace;overflow:hidden}#root{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.game-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e)}.mobile-warning{position:fixed;top:0;left:0;width:100%;height:100%;background:#1a1a2ef2;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;padding:20px;text-align:center}.mobile-warning h2{color:#fff8f0;font-size:16px;margin-bottom:20px;line-height:1.8}.mobile-warning p{color:#a8b5a0;font-size:10px;margin-bottom:30px;line-height:1.8}.mobile-warning button{background:#d4735e;color:#fff8f0;border:none;padding:15px 30px;font-family:"Press Start 2P",monospace;font-size:10px;cursor:pointer;transition:all .3s ease}.mobile-warning button:hover{background:#d4af37;transform:scale(1.05)}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#1a1a2e;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:999}.loading-screen h1{color:#d4735e;font-size:24px;margin-bottom:40px;text-shadow:2px 2px 0 #8B7355}.loading-bar-container{width:300px;height:20px;background:#2d2d2d;border:3px solid #D4AF37;border-radius:0}.loading-bar{height:100%;background:linear-gradient(90deg,#d4735e,#d4af37);transition:width .3s ease}.loading-text{color:#a8b5a0;font-size:10px;margin-top:20px}
