body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.debug{border:2px dashed red}.App{align-items:center;-webkit-animation:gradientShift 15s ease infinite;animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2 25%,#f093fb 50%,#4facfe 75%,#00f2fe);background-size:400% 400%;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh;padding:20px;text-align:center}@-webkit-keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.parent{grid-column-gap:8px;grid-row-gap:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);border-radius:20px;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);display:grid;grid-template-columns:repeat(4,150px);grid-template-rows:repeat(4,150px);padding:15px}.bingo-button-locked{background:linear-gradient(135deg,#434343,#000);border:2px solid hsla(0,0%,100%,.3);border-radius:15px;cursor:not-allowed;height:150px;opacity:.5;width:150px}.bingo-button,.bingo-button-locked{word-wrap:break-word;align-items:center;color:#fff;display:flex;font-size:16px;-webkit-hyphens:auto;hyphens:auto;justify-content:center;line-height:1.3;overflow-wrap:break-word;padding:10px;text-align:center;word-break:break-word}.bingo-button{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid hsla(0,0%,100%,.5);border-radius:15px;box-shadow:0 4px 15px 0 rgba(31,38,135,.3);cursor:pointer;font-weight:500;height:100%;transition:all .3s ease;width:100%}.bingo-button:hover{background:linear-gradient(135deg,#f093fb,#f5576c);border-color:hsla(0,0%,100%,.8);box-shadow:0 8px 25px 0 rgba(245,87,108,.5);-webkit-transform:translateY(-3px) scale(1.02);transform:translateY(-3px) scale(1.02)}.bingo-button:active{background:linear-gradient(135deg,#4facfe,#00f2fe);box-shadow:0 2px 10px 0 rgba(79,172,254,.5);-webkit-transform:translateY(0) scale(.98);transform:translateY(0) scale(.98)}.bingo-button-clicked{background:linear-gradient(135deg,#4facfe,#00f2fe);border:3px solid hsla(0,0%,100%,.8);border-radius:20px;box-shadow:0 0 20px rgba(79,172,254,.6),inset 0 0 10px hsla(0,0%,100%,.3);color:#fff;font-size:16px;font-weight:600;-webkit-transform:scale(.95);transform:scale(.95)}.bingo-button-bingo{word-wrap:break-word;align-items:center;-webkit-animation:bingoGlow 1.5s ease-in-out infinite;animation:bingoGlow 1.5s ease-in-out infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a6f 50%,#c44569);border:3px solid gold;border-radius:50%;box-shadow:0 0 30px hsla(0,100%,71%,.8),0 0 60px hsla(0,100%,71%,.4);color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:150px;-webkit-hyphens:auto;hyphens:auto;justify-content:center;line-height:1.3;overflow-wrap:break-word;padding:10px;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.5);transition:all .3s ease;width:150px;word-break:break-word}@-webkit-keyframes bingoGlow{0%,to{box-shadow:0 0 30px hsla(0,100%,71%,.8),0 0 60px hsla(0,100%,71%,.4);-webkit-transform:scale(1);transform:scale(1)}50%{box-shadow:0 0 40px gold,0 0 80px hsla(0,100%,71%,.6);-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes bingoGlow{0%,to{box-shadow:0 0 30px hsla(0,100%,71%,.8),0 0 60px hsla(0,100%,71%,.4);-webkit-transform:scale(1);transform:scale(1)}50%{box-shadow:0 0 40px gold,0 0 80px hsla(0,100%,71%,.6);-webkit-transform:scale(1.05);transform:scale(1.05)}}.select-button{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid hsla(0,0%,100%,.5);border-radius:25px;box-shadow:0 4px 15px 0 rgba(102,126,234,.4);color:#fff;cursor:pointer;font-size:18px;font-weight:600;height:50px;letter-spacing:.5px;margin:5px 5px 25px;transition:all .3s ease;width:140px}.select-button:hover{background:linear-gradient(135deg,#f093fb,#f5576c);border-color:hsla(0,0%,100%,.8);box-shadow:0 6px 20px 0 rgba(245,87,108,.6);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.select-button:active{-webkit-transform:translateY(0) scale(.98);transform:translateY(0) scale(.98)}.bingo-card{align-items:center;display:flex;flex-direction:column;justify-content:center}.select-words{display:flex;gap:10px;margin-bottom:10px}.div1{grid-area:1/1/2/2}.div2{grid-area:1/2/2/3}.div3{grid-area:1/3/2/4}.div4{grid-area:1/4/2/5}.div5{grid-area:2/1/3/2}.div6{grid-area:2/2/3/3}.div7{grid-area:2/3/3/4}.div8{grid-area:2/4/3/5}.div9{grid-area:3/1/4/2}.div10{grid-area:3/2/4/3}.div11{grid-area:3/3/4/4}.div12{grid-area:3/4/4/5}.div13{grid-area:4/1/5/2}.div14{grid-area:4/2/5/3}.div15{grid-area:4/3/5/4}.div16{grid-area:4/4/5/5}
/*# sourceMappingURL=main.85c2d281.css.map*/