@import"https://fonts.googleapis.com/css2?family=Happy+Monkey&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,800;1,900&display=swap";.main-div{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:90vh;padding:20px;gap:20px;background:linear-gradient(135deg,#2e2e3a,#1e1e28)}.playOnline{font-weight:700;border:none;background-color:#ffd369;font-size:40px;cursor:pointer;padding:12px 24px;border-radius:10px;outline:none;transition:all .3s ease;box-shadow:0 4px 15px #ffd36966}.playOnline:hover{background-color:#fc0;transform:scale(1.05)}.water-background{background-color:#2f2f41}.game-heading{padding:10px 30px;border-radius:10px;background-color:#fff;font-size:36px;font-weight:700;color:#2f2f41;text-align:center}.square-wrapper{display:grid;grid-template-columns:repeat(3,minmax(80px,1fr));gap:10px;width:100%;max-width:320px;margin-top:20px}.square-wrapper button{aspect-ratio:1 / 1;font-size:2rem;border:none;background-color:#fff;border-radius:10px;cursor:pointer;transition:transform .2s ease}.square-wrapper button:hover{transform:scale(1.05)}.move-detection{display:flex;justify-content:space-between;align-items:center;max-width:320px;width:100%;margin-top:15px;gap:10px}.finished-state{font-size:26px;text-align:center;color:#fff;margin-top:20px}.left,.right{flex:1;height:40px;background-color:#444;border-radius:25px;color:#fff;padding-top:8px;text-align:center;font-size:16px;transition:background-color .3s ease}.waiting{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0009;font-size:32px;color:#fff;display:flex;align-items:center;justify-content:center;z-index:1000}.current-move-cross{background-color:#3fa7f0!important;color:#fff}.current-move-circle{background-color:#dd7f9f!important;color:#fff}.square{width:100px;height:100px;background-color:#4b495f;border-radius:5px}.square:hover{cursor:pointer}.not-allowed{cursor:not-allowed!important}.circle-won{background-color:#dd7f9f}.grey-background{background-color:gray!important}.cross-won{background-color:#3fa7f0}body{background-color:#1f1f2f;color:#fff;font-family:Poppins,sans-serif}
