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}.game-container{background-color:#cfade0;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;min-height:100vh;overflow:hidden;padding:8px}.waiting-container{display:flex;justify-content:space-around;width:200px}.game-starting{color:#fff}.game-starting-container{align-items:center;align-self:center;color:#fff}.recent-called-numbers{background-color:#440c5e;border-radius:15px;margin-left:10px;margin-right:10px;margin-top:10px;padding:5px}.recent-called-numbers-grid{display:flex;flex-direction:row;gap:5px;justify-content:space-between;min-width:200px}.recent-called-number{align-items:center;background-color:#626e63;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:600;height:20px;justify-content:center;padding:5px;width:20px}.bingo-modal{background-color:#fff;border-radius:10px;box-shadow:0 0 10px #00000080;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%)}.selected-number{align-items:center;background-color:#e0c007e6;border-radius:10px;display:flex;flex-direction:row;gap:10px;justify-content:center;margin-right:10px;max-height:50px;min-width:50px}.selected-number-value{font-size:24px;font-weight:700;text-align:center}.stats-bar{background-color:#ffffffe6;border-radius:20px;display:flex;justify-content:space-around;margin-bottom:20px;padding:10px}.stat-item{align-items:center;display:flex;flex-direction:column}.stat-item span:first-child{color:#333;font-weight:700}.ball-display{display:flex;justify-content:space-between;padding:20px;perspective:1000px;width:100%}.current-call-text{align-items:center;color:#fff;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;text-align:center}.ball{align-items:center;animation:float 3s ease-in-out infinite;background:radial-gradient(circle at 30% 30%,#fff,#e0e0e0);border-radius:50%;box-shadow:inset -5px -5px 15px #0000004d,inset 5px 5px 15px #fffc,8px 8px 15px #0000004d;color:#333;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;transform:rotateX(15deg) rotateY(-15deg);transform-style:preserve-3d;width:60px}@keyframes float{0%,to{transform:rotateX(15deg) rotateY(-15deg) translateY(0)}50%{transform:rotateX(15deg) rotateY(-15deg) translateY(-10px)}}.bingo-content{align-items:center;display:flex;flex-direction:row;gap:10px}.called{background-color:#4caf50;color:#fff}.playing-section{align-items:center;display:flex;flex-direction:column;gap:4px;margin-left:-20px}.called-numbers{background-color:#cfade0;border-radius:10px;margin-left:-12px;max-width:600px;padding:13px;width:100%}.called-numbers-grid{display:flex;justify-content:space-between}.column{align-items:center;display:flex;flex-direction:column;gap:5px}.column-header{color:#333;font-size:24px;font-weight:700;margin-bottom:5px}.number{align-items:center;background-color:#ccc;border-radius:5px;color:#fff;display:flex;font-size:.7rem;justify-content:center;padding:5px}.number.called{background-color:#4caf50;color:#fff}.bingo-header{background-color:#ffffffe6;border-radius:10px;max-width:300px;padding:5px;width:90%}.bingo-letters{display:flex;justify-content:space-around}.current-call{background-color:#471212;border-radius:10px;height:50px;justify-content:center;object-fit:contain;width:200px}.call-display,.current-call{align-items:center;display:flex}.call-display{gap:5px}.call-letter,.call-number{color:#333;font-size:24px;font-weight:700}.bingo-letters span{color:#333;font-size:16px;font-weight:700}.bingo-board{border:5px solid #ccc;border-radius:10px;margin-left:-6px;padding:15px}.board-row{display:flex;gap:10px;margin-bottom:5px}.board-cell{align-items:center;border:1px solid #ccc!important;border-radius:5px;color:#fff;font-size:13px;justify-content:center;padding:4px}.game-controls{display:flex;flex-direction:column;gap:20px;max-width:400px;width:100%}.bingo-button{background-color:#ff9800;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;margin-left:10px;margin-top:20px;padding:10px}.action-buttons{display:flex;gap:5px}.refresh-button{background-color:#2196f3;flex:1 1;max-width:120px}.leave-button,.refresh-button{border:none;border-radius:20px;color:#fff;cursor:pointer}.leave-button{background-color:#f44336;padding:10px 20px;width:100px}.back-container{display:flex;justify-content:flex-start;margin-bottom:20px}.back-button{background-color:#6c757d;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:5px 20px;transition:background-color .3s ease}.back-button:hover{background-color:#5a6268}.bingo-winner-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.bingo-winner-card{background-color:#fff;border-radius:10px;box-shadow:0 0 20px #0000004d;max-width:80%;padding:2rem;text-align:center}.bingo-winner-card h2{color:#4caf50;font-size:2.5rem;margin-bottom:1.5rem}.winning-card{display:flex;flex-direction:column;gap:5px;margin-bottom:1.5rem}.winning-card-row{display:flex;gap:5px;justify-content:center}.winning-card-cell{align-items:center;background-color:#f0f0f0;border-radius:5px;display:flex;font-weight:700;height:40px;justify-content:center;width:40px}.close-winner-button,.winning-card-cell.marked{background-color:#4caf50;color:#fff}.close-winner-button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;padding:.5rem 1.5rem;transition:background-color .3s}.close-winner-button:hover{background-color:#45a049}@media screen and (max-width:330px) and (max-height:638px){.column{width:20px}.board-cell{height:15px;padding:2px;width:15px}.refresh-button{margin-left:20px;max-width:100px}}.bingo-card{grid-gap:10px;background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);margin:50px auto;padding:20px;width:500px}.bingo-cell{align-items:center;aspect-ratio:1;background-color:#f5f5f5;border:2px solid #ddd;border-radius:5px;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;justify-content:center;transition:background-color .2s}.bingo-cell:hover{background-color:#e0e0e0}.bingo-cell.marked{background-color:#4caf50;color:#fff}#root,body{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0;overflow:hidden;padding:0;width:100vw}.backcontainer{flex-direction:row;justify-content:space-between;margin-top:10px}.backcontainer,.loading-container{align-items:center;display:flex;width:100%}.loading-container{background-color:#cfade0;flex-direction:column;height:100%;justify-content:center}.loading-spinner{border:16px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:120px;width:120px}.loading-text{color:#fff;font-size:1em;font-weight:700;padding:5px}.balance-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.balance-text{border:1px solid #fff;border-radius:10px;color:#fff;font-size:1em;font-weight:700;padding:5px}.combination-board{align-items:center;display:flex;flex-direction:column;max-height:45vh;max-width:90vw}.board-grid{max-height:100%;max-width:100%}.selections-container{align-items:center;background-color:#cfade0;display:flex;flex-direction:column;height:100%;padding:10px;width:100%}.numbers-grid{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(10,1fr);margin-bottom:20px}.number-cell{background-color:#dad8e0;border:1px solid #ccc;border-radius:5px;cursor:pointer;height:25px;text-align:center;width:35px}.combination-board-header{display:flex;flex-direction:row;justify-content:space-around;width:100%}.combination-number-cell{border:1px solid #ccc;cursor:pointer;height:25px;margin-left:2px;text-align:center;width:40px}.number-cell-text{color:#312f2f}.number-cell:hover{background:#f0f0f0}.number-cell.selected{background:#e0e0ff;border-color:#00f}.board-grid{background:#fff;border:2px solid #333;display:inline-block;padding:10px}.board-grid-selections{display:flex;flex-direction:row;justify-content:space-between;width:40vh}.board-cell-selections{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);height:20px;width:20px}.board-cell{border:1px solid #333;display:flex;height:20px;width:20px}.start-game-button{background-color:#00f;border:none;border-radius:5px;color:#fff;margin-top:5px;padding:10px 20px}.number-cell.picked{background-color:#fcc;color:#999;position:relative}.picked-badge{background:red;border-radius:3px;bottom:2px;color:#fff;font-size:.6em;padding:1px 3px;position:absolute;right:2px}.number-cell.selected{border:3px solid #4caf50;box-shadow:0 0 10px #4caf5080}.board-cell.picked-on-board{background-color:#ffe6e6;position:relative}.picked-indicator{color:green;font-weight:700;position:absolute;right:2px;top:2px}.start-game-button:disabled{background-color:#ccc;cursor:not-allowed}.game-status{margin-bottom:15px;text-align:center}.status-badge{border-radius:5px;display:inline-block;font-size:1.1em;font-weight:700;padding:6px 16px}.status-badge.in-progress{background-color:#4caf50;box-shadow:0 2px 4px #0003;color:#fff}.status-badge.waiting{background-color:orange;color:#fff}.status-badge.finished{background-color:#f44336;color:#fff}.combination-bingo-letters-text{align-items:center;background-color:#dad8e0;border-radius:5px;display:flex;height:25px;justify-content:center;margin:6px;width:42px}.combination-bingo-letters{display:flex;flex-direction:row;justify-content:space-between;width:100%}.landing-container{background-color:#00539c;flex-direction:column;min-height:100vh;padding:20px 0;width:100%}.header,.landing-container{align-items:center;display:flex}.header{background-color:#ea580c;border-radius:10px;height:50px;justify-content:space-around;margin-bottom:20px;width:90%}.header p{color:#fff;font-size:1rem}.rooms-container{flex-direction:column;gap:15px;width:100%}.room-card,.rooms-container{align-items:center;display:flex}.room-card{background-color:#102c57;border-radius:10px;justify-content:space-around;min-height:80px;padding:10px;position:relative;width:90%}.room-card p{color:#fff;font-size:1rem}.play-button{background-color:#978e88;border-radius:5px;color:#fff;font-size:.9rem;height:30px;justify-content:center;width:70px}.play-button,.room-card-bonus{align-items:center;display:flex}.room-card-bonus{flex-direction:row}.bonus{align-items:center;background-color:#0c22eac9;border-radius:5px;color:#fff;display:flex;font-size:.9rem;height:22px;justify-content:center;left:-5px;position:absolute;top:20px;transform:rotate(-45deg);width:50px}.bet-amount{color:#fff;font-size:1rem}@media (min-width:768px){.header{height:60px}.header p{font-size:1.2rem}.room-card{max-width:700px;min-height:100px}.room-card p{font-size:1.1rem}.play-button{font-size:1rem;height:35px;width:80px}.bonus{height:25px;width:57px}.bet-amount,.bonus{font-size:1.1rem}.rooms-container{gap:20px}}@media (min-width:1024px){.header{height:70px;max-width:1200px}.header p{font-size:1.3rem}.room-card{max-width:800px;min-height:120px}.room-card p{font-size:1.2rem}.play-button{font-size:1.1rem;height:40px;width:90px}.bonus{height:28px;left:-10px;top:20px;width:65px}.bet-amount,.bonus{font-size:1.2rem}.rooms-container{gap:25px}}.room-card-status-container{align-items:center;display:flex;flex-direction:column;justify-content:space-around}.room-card-active-game{background-color:#993737;border-radius:5px;padding:5px}.room-card-active-game,.room-card-status{color:#fff;font-size:1rem;font-weight:700}
/*# sourceMappingURL=main.c54ad9e8.css.map*/