#phaser-container-wrapper{display:flex;flex-direction:column;align-items:center;height:150vh;background:radial-gradient(circle,#add8e6,#87ceeb 80%);padding:20px;color:#333;font-family:Arial,sans-serif}.game-area{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;width:100%;margin-top:20px}.game-description{font-size:1.2rem;font-weight:700;text-align:left;margin-bottom:20px}#phaser-container{width:550px;height:300px;border:10px solid #87ceeb;border-radius:15px;box-shadow:5px 5px 20px #0000004d;background:linear-gradient(to bottom,#add8e6,#87ceeb);margin-left:20px}.controls{display:flex;flex-direction:column;align-items:flex-start;padding:10px;background:#fff;border:2px solid #87ceeb;border-radius:10px;box-shadow:3px 3px 10px #0003;width:200px}.controls button{margin-bottom:10px;padding:10px 15px;font-size:1rem;font-weight:700;color:#fff;background:#87cefa;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.controls button:hover{background:#4682b4}.status p{margin:5px 0;font-size:1rem;font-weight:700}#game-rules-container{display:flex;gap:20px;margin-top:20px}.game-rules-box{flex:1;padding:15px;background-color:#f9f9f9;border:2px solid #ccc;border-radius:10px;box-shadow:0 4px 8px #0003;text-align:left;font-family:Arial,sans-serif;font-size:.9rem;color:#333}.game-rules-box h2{font-size:1rem;color:#444;text-decoration:underline;margin-bottom:10px}.game-rules-box ul{padding-left:20px;line-height:1.4}
