
  #sneak-game-wrap {
    max-width: 950px;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
  }

  #sneakGame {
    width: 100%;
    max-width: 900px;
    height: auto;
    border: 3px solid #d97732;
    background: #0c2430;
    display: block;
    margin: 20px auto;
    touch-action: manipulation;
  }

  .game-controls button {
    background: #d97732;
    color: white;
    border: none;
    padding: 12px 22px;
    margin: 6px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
  }

  .game-controls button:hover {
    background: #b85f24;
  }

  .game-note {
    opacity: 0.85;
  }
