body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.snake-game-container{font-family:Arial,sans-serif;margin:0 auto;text-align:center;width:700px}.score-display{color:#2c3e50;font-size:2rem;margin-bottom:10px}.score{color:#f39c12;font-weight:700}.game-area{background:linear-gradient(45deg,#2c3e50,#34495e);border:2px solid #ecf0f1;border-radius:10px;box-shadow:0 0 20px #00000080;height:600px;margin:20px auto;position:relative;width:600px}.snake-segment{background-color:#2ecc71;border-radius:5px}.food,.snake-segment{box-shadow:inset 0 0 5px #00000080;height:30px;position:absolute;width:30px}.food{background-color:#e74c3c;border-radius:50%}.game-over{color:#e74c3c;font-family:Arial,sans-serif;font-size:2rem;margin-top:250px;text-align:center}.restart-button{background-color:#27ae60;border:none;border-radius:5px;box-shadow:0 0 10px #0000004d;color:#fff;cursor:pointer;font-size:1rem;margin:20px;padding:10px 20px}.restart-button:hover{background-color:red}.claim-button{background-color:#000;border:none;border-radius:5px;box-shadow:0 0 10px #0000004d;color:#fff;cursor:pointer;font-size:1rem;margin:20px;padding:10px 20px}.claim-button:hover{background-color:red}.mobile-controls{margin-top:20px}.mobile-controls button{background-color:#34495e;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.5rem;margin:5px;padding:10px 20px}.mobile-controls button:hover{background-color:#2c3e50}.quests-and-rewards{color:#2c3e50;margin-top:20px}.quests-and-rewards h2{font-size:1.8rem}.quests-and-rewards ul{list-style-type:none;padding:0}.quests-and-rewards li{background:linear-gradient(135deg,red,#ff7f00,#ff0,#0f0,#00f,#8b00ff)}.lvls-and-rewards li,.quests-and-rewards li{border-radius:5px;box-shadow:0 0 10px #0000004d;color:#ecf0f1;margin:10px 0;padding:10px;text-align:left}.lvls-and-rewards li{background:#34495e}
/*# sourceMappingURL=main.784d613d.css.map*/