@import"https://fonts.googleapis.com/css2?family=Sour+Gummy:wght@780&display=swap";.game-container.svelte-15mq45w{width:100%;height:100vh;background-color:#228b22;display:flex;justify-content:center;align-items:center}.game-grid.svelte-15mq45w{display:grid;grid-template-columns:repeat(3,100px);grid-template-rows:repeat(3,100px);gap:20px}.hole.svelte-15mq45w{width:100px;height:100px;background-color:#4a2810;border-radius:50%;position:relative;overflow:hidden}.mole.svelte-15mq45w{position:absolute;bottom:0;left:0;width:100%;height:100%;transition:transform .1s;transform:translateY(100%)}.mole.svelte-15mq45w img:where(.svelte-15mq45w){width:100%;height:100%;object-fit:cover;object-position:center top}.mole.active.svelte-15mq45w{transform:translateY(0)}
