body{margin:0;padding:0;overflow:hidden;font-family:Arial,sans-serif}#game-container{width:100vw;height:100vh;cursor:pointer}#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;justify-content:center;align-items:center;z-index:1000}.loading-content{text-align:center;color:#fff}.loading-content h1{font-size:48px;margin-bottom:30px;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loading-spinner{border-right:4px solid hsla(0,0%,100%,.1);border-top:4px solid hsla(0,0%,100%,.1);border-color:#3498db #2ecc71 hsla(0,0%,100%,.1) hsla(0,0%,100%,.1);border-style:solid;border-width:4px;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-content p{font-size:18px;color:#95a5a6}