.game-module__Y2oTkG__container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:sans-serif;display:flex}.game-module__Y2oTkG__title{margin-bottom:1rem}.game-module__Y2oTkG__status{margin-bottom:1rem;font-size:1.2rem}.game-module__Y2oTkG__board{aspect-ratio:1;background:#444;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:5px;width:100%;max-width:350px;padding:10px;display:grid;box-shadow:0 4px 6px #0000001a}.game-module__Y2oTkG__square{cursor:pointer;background:#fff;border:none;border-radius:5px;justify-content:center;align-items:center;font-size:clamp(1.5rem,10vw,2.5rem);font-weight:700;transition:background .2s;display:flex}.game-module__Y2oTkG__square:hover{background:#f0f0f0}.game-module__Y2oTkG__x{color:#0070f3}.game-module__Y2oTkG__o{color:#e00}.game-module__Y2oTkG__controls{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.game-module__Y2oTkG__reset,.game-module__Y2oTkG__back,.game-module__Y2oTkG__mode{cursor:pointer;border-radius:5px;padding:.5rem 1rem;font-size:1rem}.game-module__Y2oTkG__mode{color:#fff;background-color:#0070f3;border:none}.game-module__Y2oTkG__mode:hover{background-color:#005bb5}.game-module__Y2oTkG__select{cursor:pointer;border:1px solid #ccc;border-radius:5px;padding:.5rem;font-size:1rem}.game-module__Y2oTkG__scoreboard{background:#eee;border-radius:8px;justify-content:space-around;gap:2rem;width:100%;max-width:350px;margin-bottom:1rem;padding:.8rem 1.5rem;display:flex;box-shadow:inset 0 2px 4px #0000000d}.game-module__Y2oTkG__scoreItem{flex-direction:column;align-items:center;display:flex}.game-module__Y2oTkG__scoreLabel{color:#555;font-size:.8rem;font-weight:700}.game-module__Y2oTkG__scoreValue{color:#333;font-size:1.5rem;font-weight:700}
