.AdminBingo-module__z3r5gq__container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.AdminBingo-module__z3r5gq__navbar{background:#fff;padding:1.5rem 2rem;box-shadow:0 4px 12px #0000001a}.AdminBingo-module__z3r5gq__navContent{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.AdminBingo-module__z3r5gq__navTitle{color:#2d3748;align-items:center;gap:.5rem;margin:0;font-size:1.8rem;font-weight:700;display:flex}.AdminBingo-module__z3r5gq__userInfo{align-items:center;gap:1rem;display:flex}.AdminBingo-module__z3r5gq__userImage{border:2px solid #667eea;border-radius:50%;width:48px;height:48px}.AdminBingo-module__z3r5gq__logoutBtn{color:#fff;cursor:pointer;background:#e53e3e;border:none;border-radius:10px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;transition:all .2s}.AdminBingo-module__z3r5gq__logoutBtn:hover{background:#c53030;transform:translateY(-2px);box-shadow:0 4px 12px #e53e3e4d}.AdminBingo-module__z3r5gq__content{max-width:1400px;margin:0 auto;padding:2.5rem 2rem}.AdminBingo-module__z3r5gq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}.AdminBingo-module__z3r5gq__statCard{text-align:center;background:#fff;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.AdminBingo-module__z3r5gq__statCard:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:4px;position:absolute;top:0;left:0;right:0}.AdminBingo-module__z3r5gq__statCard:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0003}.AdminBingo-module__z3r5gq__statCard h3{color:#718096;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.95rem;font-weight:600}.AdminBingo-module__z3r5gq__statNumber{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3rem;font-weight:800}.AdminBingo-module__z3r5gq__actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.AdminBingo-module__z3r5gq__createGameBtn,.AdminBingo-module__z3r5gq__refreshBtn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000001a}.AdminBingo-module__z3r5gq__createGameBtn{color:#fff;background:linear-gradient(135deg,#48bb78 0%,#38a169 100%)}.AdminBingo-module__z3r5gq__createGameBtn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #48bb7866}.AdminBingo-module__z3r5gq__refreshBtn{color:#4a5568;background:#fff;border:2px solid #e2e8f0}.AdminBingo-module__z3r5gq__refreshBtn:hover{background:#f7fafc;border-color:#cbd5e0;transform:translateY(-2px)}.AdminBingo-module__z3r5gq__gamesSection{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #00000026}.AdminBingo-module__z3r5gq__gamesSection h2{color:#2d3748;align-items:center;gap:.5rem;margin:0 0 2rem;font-size:1.8rem;font-weight:700;display:flex}.AdminBingo-module__z3r5gq__tableContainer{border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.AdminBingo-module__z3r5gq__table{border-collapse:collapse;width:100%}.AdminBingo-module__z3r5gq__table thead{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.AdminBingo-module__z3r5gq__table th{text-align:left;color:#fff;text-transform:uppercase;letter-spacing:.5px;padding:1.25rem 1.5rem;font-size:.9rem;font-weight:600}.AdminBingo-module__z3r5gq__table td{color:#2d3748;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem;font-size:.95rem}.AdminBingo-module__z3r5gq__table tbody tr{transition:all .2s}.AdminBingo-module__z3r5gq__table tbody tr:hover{background:#f7fafc}.AdminBingo-module__z3r5gq__table tbody tr:last-child td{border-bottom:none}.AdminBingo-module__z3r5gq__noData{text-align:center;color:#718096;font-size:1.1rem;padding:3rem!important}.AdminBingo-module__z3r5gq__noWinner{color:#a0aec0;font-style:italic}.AdminBingo-module__z3r5gq__badge{text-transform:uppercase;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.AdminBingo-module__z3r5gq__waiting{color:#742a2a;background:#fed7d7}.AdminBingo-module__z3r5gq__playing{color:#22543d;background:#c6f6d5}.AdminBingo-module__z3r5gq__finished{color:#4a5568;background:#e2e8f0}.AdminBingo-module__z3r5gq__loading{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;font-size:1.8rem;font-weight:600;display:flex}@media (max-width:768px){.AdminBingo-module__z3r5gq__navContent{flex-direction:column;align-items:flex-start;gap:1rem}.AdminBingo-module__z3r5gq__navTitle{font-size:1.5rem}.AdminBingo-module__z3r5gq__userInfo{justify-content:space-between;width:100%}.AdminBingo-module__z3r5gq__statsGrid{grid-template-columns:1fr;gap:1.5rem}.AdminBingo-module__z3r5gq__actions{flex-direction:column}.AdminBingo-module__z3r5gq__createGameBtn,.AdminBingo-module__z3r5gq__refreshBtn{justify-content:center;width:100%}.AdminBingo-module__z3r5gq__table{font-size:.85rem}.AdminBingo-module__z3r5gq__table th,.AdminBingo-module__z3r5gq__table td{padding:1rem .75rem}}.AdminBingo-module__z3r5gq__toggleSwitch{width:50px;height:28px;display:inline-block;position:relative}.AdminBingo-module__z3r5gq__toggleSwitch input{opacity:0;width:0;height:0}.AdminBingo-module__z3r5gq__slider{cursor:pointer;background-color:#cbd5e0;border-radius:28px;transition:all .4s;position:absolute;inset:0}.AdminBingo-module__z3r5gq__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:4px;left:4px}.AdminBingo-module__z3r5gq__toggleSwitch input:checked+.AdminBingo-module__z3r5gq__slider{background:linear-gradient(135deg,#48bb78 0%,#38a169 100%)}.AdminBingo-module__z3r5gq__toggleSwitch input:checked+.AdminBingo-module__z3r5gq__slider:before{transform:translate(22px)}.AdminBingo-module__z3r5gq__inactiveRow{opacity:.5;background-color:#f7fafc}
.JoinForm-module__XdfXcW__main{background-color:#e5e5e5;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:4rem 0;display:flex}.JoinForm-module__XdfXcW__label{margin-bottom:10px}.JoinForm-module__XdfXcW__input{background-color:#e5e5e5;border:2px solid #262b29;border-radius:15px;width:300px;height:50px;margin-bottom:10px;font-size:20px}.JoinForm-module__XdfXcW__bgc_green{background-color:#619b8a}.JoinForm-module__XdfXcW__bgc_dark_blue{background-color:#233d4d}.JoinForm-module__XdfXcW__btn_enter{color:#e5e5e5;border:none;border-radius:15px;width:300px;height:50px;margin-top:10px;font-size:18px}.JoinForm-module__XdfXcW__btn_enter:hover{cursor:pointer;background-color:#fe7f2d}.JoinForm-module__XdfXcW__division{color:#233d4d4d;margin-bottom:14px;font-size:40px}
.BingoDisplay-module__7CMzUW__main{text-align:center;margin-bottom:30px}.BingoDisplay-module__7CMzUW__first_ball{color:#e5e5e5;float:left;background-color:#262b29;border-radius:35px;flex-direction:column;flex:1;justify-content:center;align-items:center;width:70px;height:70px;margin:5px;display:flex}.BingoDisplay-module__7CMzUW__balls{color:#e5e5e5;float:left;background-color:#262b29;border-radius:25px;flex-direction:column;flex:1;justify-content:center;align-items:center;width:50px;height:50px;margin:14px 5px 0;display:flex}.BingoDisplay-module__7CMzUW__number_click{background-color:#fe7f2d}.BingoDisplay-module__7CMzUW__main_all{padding:10px}.BingoDisplay-module__7CMzUW__all_balls{float:left;background-color:#e5e5e5;border:2px solid #262b29;border-radius:25px;flex-direction:column;flex:1;justify-content:center;align-items:center;width:50px;height:50px;margin:14px 5px 0;display:flex}.BingoDisplay-module__7CMzUW__all_balls_sorted{color:#e5e5e5;float:left;background-color:#262b29;border-radius:25px;flex-direction:column;flex:1;justify-content:center;align-items:center;width:50px;height:50px;margin:14px 5px 0;display:flex}.BingoDisplay-module__7CMzUW__first_main_ball{color:#e5e5e5;float:left;background-color:#262b29;border-radius:200px;flex-direction:column;flex:1;justify-content:center;align-items:center;width:400px;height:400px;margin:5px;font-size:200px;display:flex}.BingoDisplay-module__7CMzUW__four_main_ball{color:#e5e5e5;float:left;background-color:#262b29;border-radius:100px;flex-direction:column;flex:1;justify-content:center;align-items:center;width:200px;height:200px;margin:5px;font-size:100px;display:flex}
.ChatDisplay-module__l8l6xW__main{background:#fff;border-radius:16px;flex-direction:column;width:100%;height:70vh;max-height:700px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.ChatDisplay-module__l8l6xW__display{scroll-behavior:smooth;background:#f7fafc;flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow:hidden auto}.ChatDisplay-module__l8l6xW__display::-webkit-scrollbar{width:8px}.ChatDisplay-module__l8l6xW__display::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}.ChatDisplay-module__l8l6xW__display::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px}.ChatDisplay-module__l8l6xW__display::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3 0%,#653a8b 100%)}.ChatDisplay-module__l8l6xW__name{color:#667eea;margin:0 0 .25rem;font-size:.85rem;font-weight:600}.ChatDisplay-module__l8l6xW__msg_sent{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px 16px 4px;align-self:flex-end;max-width:75%;padding:.75rem 1rem;animation:.3s ChatDisplay-module__l8l6xW__slideInRight;box-shadow:0 2px 8px #667eea4d}@keyframes ChatDisplay-module__l8l6xW__slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.ChatDisplay-module__l8l6xW__msg_sent p{overflow-wrap:break-word;word-break:break-word;margin:0;line-height:1.5}.ChatDisplay-module__l8l6xW__msg_received{color:#2d3748;background:#fff;border-radius:16px 16px 16px 4px;align-self:flex-start;max-width:75%;padding:.75rem 1rem;animation:.3s ChatDisplay-module__l8l6xW__slideInLeft;box-shadow:0 2px 8px #0000001a}@keyframes ChatDisplay-module__l8l6xW__slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.ChatDisplay-module__l8l6xW__msg_received_p{overflow-wrap:break-word;word-break:break-word;margin:.25rem 0;line-height:1.5}.ChatDisplay-module__l8l6xW__joined{text-align:center;align-self:center;width:100%;margin:.5rem 0}.ChatDisplay-module__l8l6xW__joined_box{background:#667eea1a;border:1px solid #667eea33;border-radius:20px;padding:.5rem 1rem;display:inline-block}.ChatDisplay-module__l8l6xW__joined_box_p{color:#667eea;margin:0;font-size:.85rem;font-weight:600}.ChatDisplay-module__l8l6xW__input{background:#fff;border-top:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:1rem;display:flex}.ChatDisplay-module__l8l6xW__input_box{color:#2d3748;background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.ChatDisplay-module__l8l6xW__input_box::placeholder{color:#a0aec0}.ChatDisplay-module__l8l6xW__input_box:focus{background:#fff;border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.ChatDisplay-module__l8l6xW__input_btn{cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;box-shadow:0 4px 12px #667eea4d}.ChatDisplay-module__l8l6xW__input_btn:hover{transform:scale(1.05);box-shadow:0 6px 16px #667eea66}.ChatDisplay-module__l8l6xW__input_btn:active{transform:scale(.95)}.ChatDisplay-module__l8l6xW__icon_box{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ChatDisplay-module__l8l6xW__icon{color:#fff;font-size:24px}@media (max-width:768px){.ChatDisplay-module__l8l6xW__main{height:60vh}.ChatDisplay-module__l8l6xW__display{gap:.75rem;padding:1rem}.ChatDisplay-module__l8l6xW__msg_sent,.ChatDisplay-module__l8l6xW__msg_received{max-width:85%}.ChatDisplay-module__l8l6xW__input{padding:.75rem}.ChatDisplay-module__l8l6xW__input_box{padding:.6rem .85rem;font-size:.95rem}.ChatDisplay-module__l8l6xW__input_btn{width:44px;height:44px}.ChatDisplay-module__l8l6xW__icon{font-size:22px}}
.Home-module__g21JLG__main{background-color:#e5e5e5;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:4rem 0;display:flex}.Home-module__g21JLG__btn_create{color:#e5e5e5;background-color:#619b8a;border:none;border-radius:15px;min-width:300px;height:70px;font-size:20px}.Home-module__g21JLG__btn_create:hover,.Home-module__g21JLG__btn_join:hover{cursor:pointer;background-color:#fe7f2d}.Home-module__g21JLG__btn_join{color:#e5e5e5;background-color:#233d4d;border:none;border-radius:15px;min-width:300px;height:90px;margin-bottom:10px;font-size:20px}.Home-module__g21JLG__img{width:300px;margin-bottom:10px}@media (max-width:600px){.Home-module__g21JLG__grid{flex-direction:column;width:100%}}
.BingoWinner-module__CXIGFG__main{background-color:#fe7f2d;background-image:url(/cartographer.png);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:4rem 0;display:flex}.BingoWinner-module__CXIGFG__title{text-align:center;-webkit-user-select:none;user-select:none;font-family:Permanent Marker,cursive;font-size:10vh}.BingoWinner-module__CXIGFG__btnHome{color:#fff;cursor:pointer;background-color:#262b29;border:none;border-radius:12px;margin-top:40px;padding:20px 40px;font-size:24px;font-weight:600;transition:all .3s;box-shadow:0 4px 8px #0000004d}.BingoWinner-module__CXIGFG__btnHome:hover{background-color:#619b8a;transform:scale(1.05);box-shadow:0 6px 12px #0006}
.HostScreen-module__c8yySG__container{background-color:#e5e5e5;justify-content:center;align-items:center;max-width:1980px}.HostScreen-module__c8yySG__main{background-color:#e5e5e5;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:4rem 0;display:flex}.HostScreen-module__c8yySG__label{margin-bottom:10px}.HostScreen-module__c8yySG__title{margin-top:-30px;margin-bottom:40px;font-family:Gloria Hallelujah,cursive;font-size:2.5rem}.HostScreen-module__c8yySG__input{background-color:#e5e5e5;border:2px solid #262b29;border-radius:15px;width:300px;height:50px;margin-bottom:10px;font-size:20px}.HostScreen-module__c8yySG__btn_enter{color:#e5e5e5;background-color:#619b8a;border:none;border-radius:15px;width:200px;height:40px;margin-top:10px;font-size:18px}.HostScreen-module__c8yySG__btn_enter:hover{cursor:pointer;background-color:#fe7f2d}.HostScreen-module__c8yySG__main_wait{background:linear-gradient(129deg,#c84f00 43%,#fe7f2d 100%);flex:1;justify-content:center;align-items:center;min-height:100vh;display:flex}.HostScreen-module__c8yySG__title_wait{font-family:Gloria Hallelujah,cursive;font-size:3rem}.HostScreen-module__c8yySG__room{margin-top:-30px;margin-bottom:10px;font-size:200px}.HostScreen-module__c8yySG__div_grid_3{float:left;width:30%;max-width:660px;min-height:80vh;padding:0 2rem}.HostScreen-module__c8yySG__btn_start{color:#e5e5e5;background-color:#262b29;border:none;border-radius:15px;width:300px;height:80px;margin-top:10px;font-size:40px}.HostScreen-module__c8yySG__btn_start:hover{cursor:pointer;color:#262b29;background-color:#e5e5e5}@media screen and (max-width:900px){.HostScreen-module__c8yySG__main_wait{justify-content:none;align-items:none;flex:none;min-height:240vh;display:block}.HostScreen-module__c8yySG__div_grid_3{clear:both;width:100%;padding:0 30px;display:inline-block}}.HostScreen-module__c8yySG__main_play{background-color:#619b8a;background-image:url(/cartographer.png);flex:1;justify-content:center;align-items:center;min-height:100vh;display:flex}.HostScreen-module__c8yySG__div_grid_2{float:left;width:50%;max-width:960px;min-height:80vh;padding:0 2rem}@media screen and (max-width:900px){.HostScreen-module__c8yySG__main_play{justify-content:none;align-items:none;flex:none;min-height:240vh;display:block}.HostScreen-module__c8yySG__div_grid_2{clear:both;width:100%;padding:0 30px;display:inline-block}}.HostScreen-module__c8yySG__bingo{background:linear-gradient(129deg,#c84f00 43%,#fe7f2d 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:4rem 0;display:flex}.HostScreen-module__c8yySG__bingo_winner{font-size:50px}.HostScreen-module__c8yySG__header{background:#f5f5f5;border-radius:10px;margin:20px;padding:20px;box-shadow:0 2px 8px #0000001a}.HostScreen-module__c8yySG__header h2{color:#262b29;margin:0 0 15px;font-size:28px}.HostScreen-module__c8yySG__gameInfo{flex-wrap:wrap;gap:30px;margin-top:10px;font-size:18px;display:flex}.HostScreen-module__c8yySG__gameInfo p{color:#333;margin:5px 0;font-weight:500}.HostScreen-module__c8yySG__players{background:#fff;border-radius:10px;margin:20px;padding:20px;box-shadow:0 2px 8px #0000001a}.HostScreen-module__c8yySG__players h3{color:#262b29;margin:0 0 15px;font-size:22px}.HostScreen-module__c8yySG__noPlayers{color:#999;text-align:center;padding:20px;font-style:italic}.HostScreen-module__c8yySG__playerCard{background:#f9f9f9;border-radius:8px;align-items:center;gap:15px;margin:8px 0;padding:12px 20px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.HostScreen-module__c8yySG__playerCard:hover{background:#f0f0f0;transform:translate(5px)}.HostScreen-module__c8yySG__playerCard span{color:#619b8a;font-size:18px;font-weight:700}.HostScreen-module__c8yySG__playerCard p{color:#333;margin:0;font-size:16px}.HostScreen-module__c8yySG__startButton{color:#fff;cursor:pointer;background-color:#619b8a;border:none;border-radius:12px;width:300px;height:60px;margin:20px;font-size:22px;font-weight:600;transition:all .3s;box-shadow:0 4px 6px #0000001a}.HostScreen-module__c8yySG__startButton:hover:not(:disabled){background-color:#4a7a6b;transform:scale(1.05);box-shadow:0 6px 12px #00000026}.HostScreen-module__c8yySG__startButton:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc}.HostScreen-module__c8yySG__gameHeader{color:#fff;background:#4a5568;border-radius:10px;justify-content:space-between;margin:20px;padding:20px;display:flex;box-shadow:0 4px 8px #0003}.HostScreen-module__c8yySG__infoBox{text-align:center}.HostScreen-module__c8yySG__infoBox h3{margin:0 0 10px;font-size:22px}.HostScreen-module__c8yySG__infoBox p{margin:5px 0;font-size:16px}.HostScreen-module__c8yySG__drawButton{color:#fff;cursor:pointer;background:#48bb78;border:none;border-radius:12px;margin:20px 0;padding:20px 40px;font-size:26px;font-weight:600;transition:all .3s;box-shadow:0 4px 8px #0003}.HostScreen-module__c8yySG__drawButton:hover{background:#38a169;transform:scale(1.05);box-shadow:0 6px 12px #00000040}.HostScreen-module__c8yySG__controlButtons{flex-wrap:wrap;justify-content:center;gap:20px;margin:30px 20px;display:flex}.HostScreen-module__c8yySG__btnRestart,.HostScreen-module__c8yySG__btnEnd{cursor:pointer;border:none;border-radius:10px;padding:15px 30px;font-size:18px;font-weight:600;transition:all .3s;box-shadow:0 4px 8px #00000026}.HostScreen-module__c8yySG__btnRestart{color:#fff;background:#4299e1}.HostScreen-module__c8yySG__btnRestart:hover{background:#3182ce;transform:scale(1.05)}.HostScreen-module__c8yySG__btnEnd{color:#fff;background:#f56565}.HostScreen-module__c8yySG__btnEnd:hover{background:#e53e3e;transform:scale(1.05)}.HostScreen-module__c8yySG__winnerBanner{text-align:center;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-radius:15px;margin:30px 20px;padding:30px;animation:2s infinite HostScreen-module__c8yySG__pulse;box-shadow:0 8px 20px #0000004d}.HostScreen-module__c8yySG__winnerBanner h2{color:#fff;text-shadow:2px 2px 4px #0000004d;margin:0;font-size:32px;font-weight:700}@keyframes HostScreen-module__c8yySG__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@media screen and (max-width:900px){.HostScreen-module__c8yySG__gameInfo{flex-direction:column;gap:10px}.HostScreen-module__c8yySG__gameHeader{flex-direction:column;gap:15px}.HostScreen-module__c8yySG__controlButtons{flex-direction:column;align-items:center}.HostScreen-module__c8yySG__btnRestart,.HostScreen-module__c8yySG__btnEnd{width:100%;max-width:300px}}
.GameSelection-module__w2xqUq__container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.GameSelection-module__w2xqUq__content{text-align:center;width:100%;max-width:1000px}.GameSelection-module__w2xqUq__title{color:#fff;text-shadow:2px 2px 4px #0000004d;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.GameSelection-module__w2xqUq__subtitle{color:#ffffffe6;margin-bottom:3rem;font-size:1.2rem}.GameSelection-module__w2xqUq__gameCards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.GameSelection-module__w2xqUq__gameCard{cursor:pointer;background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0003}.GameSelection-module__w2xqUq__gameCard:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000004d}.GameSelection-module__w2xqUq__iconWrapper{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:1.5rem;transition:all .3s;display:flex}.GameSelection-module__w2xqUq__gameCard:hover .GameSelection-module__w2xqUq__iconWrapper{transform:scale(1.1)}.GameSelection-module__w2xqUq__icon{color:#fff;font-size:3rem}.GameSelection-module__w2xqUq__gameTitle{color:#333;margin-bottom:1rem;font-size:2rem;font-weight:700}.GameSelection-module__w2xqUq__gameDescription{color:#666;flex-grow:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.GameSelection-module__w2xqUq__selectButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #667eea66}.GameSelection-module__w2xqUq__selectButton:hover{transform:scale(1.05);box-shadow:0 6px 20px #667eea99}.GameSelection-module__w2xqUq__selectButton:active{transform:scale(.98)}@media (max-width:768px){.GameSelection-module__w2xqUq__title{font-size:2rem}.GameSelection-module__w2xqUq__subtitle{font-size:1rem}.GameSelection-module__w2xqUq__gameCards{grid-template-columns:1fr;gap:1.5rem}.GameSelection-module__w2xqUq__gameCard{padding:2rem 1.5rem}.GameSelection-module__w2xqUq__iconWrapper{width:80px;height:80px}.GameSelection-module__w2xqUq__icon{font-size:2.5rem}.GameSelection-module__w2xqUq__gameTitle{font-size:1.5rem}}
.PlayerDisplay-module__O9L14q__main{background:#fff;border:8px solid #2d3748;border-radius:20px;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(9,1fr);gap:8px;max-width:800px;margin:2rem auto;padding:2rem;display:grid;position:relative;box-shadow:0 20px 60px #0000004d,inset 0 1px #fff9}.PlayerDisplay-module__O9L14q__main:before{content:"BINGO CARD";color:#fff;letter-spacing:3px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px 10px 0 0;padding:.5rem 2rem;font-size:1.2rem;font-weight:800;position:absolute;top:-2.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.PlayerDisplay-module__O9L14q__number{aspect-ratio:1;color:#2d3748;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);border:3px solid #cbd5e0;border-radius:12px;justify-content:center;align-items:center;font-size:1.8rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PlayerDisplay-module__O9L14q__number:before{content:"";opacity:0;background:linear-gradient(135deg,#fff6 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.PlayerDisplay-module__O9L14q__number:hover:before{opacity:1}.PlayerDisplay-module__O9L14q__number p{z-index:1;text-shadow:0 1px 2px #0000001a;margin:0;position:relative}.PlayerDisplay-module__O9L14q__number:empty{cursor:default;pointer-events:none;background:repeating-linear-gradient(45deg,#e2e8f0,#e2e8f0 10px,#edf2f7 10px 20px);border:3px dashed #cbd5e0}.PlayerDisplay-module__O9L14q__number:not(:empty):hover{z-index:10;border-color:#667eea;transform:scale(1.08);box-shadow:0 8px 20px #667eea66}.PlayerDisplay-module__O9L14q__number_click{animation:.4s cubic-bezier(.68,-.55,.265,1.55) PlayerDisplay-module__O9L14q__markNumber;transform:scale(.95);color:#fff!important;background:linear-gradient(135deg,#48bb78 0%,#38a169 100%)!important;border-color:#2f855a!important}@keyframes PlayerDisplay-module__O9L14q__markNumber{0%{transform:scale(1)}50%{transform:scale(1.15)rotate(5deg)}to{transform:scale(.95)}}.PlayerDisplay-module__O9L14q__number_click:after{content:"✓";color:#fff;opacity:.3;pointer-events:none;font-size:2.5rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PlayerDisplay-module__O9L14q__number_click:hover{transform:scale(1)!important;box-shadow:0 8px 20px #48bb7899!important}.PlayerDisplay-module__O9L14q__number[style*="opacity: 0.5"]{color:#a0aec0;cursor:not-allowed;background:linear-gradient(135deg,#f7fafc 0%,#e2e8f0 100%)}.PlayerDisplay-module__O9L14q__number[style*="opacity: 0.5"]:hover{box-shadow:none;border-color:#cbd5e0;transform:none}@media (max-width:768px){.PlayerDisplay-module__O9L14q__main{border-width:6px;gap:6px;max-width:95%;padding:1rem}.PlayerDisplay-module__O9L14q__main:before{padding:.4rem 1.5rem;font-size:1rem;top:-2rem}.PlayerDisplay-module__O9L14q__number{border-width:2px;border-radius:8px;font-size:1.4rem}.PlayerDisplay-module__O9L14q__number_click:after{font-size:2rem}}@media (max-width:480px){.PlayerDisplay-module__O9L14q__main{border-width:4px;gap:4px;padding:.75rem}.PlayerDisplay-module__O9L14q__main:before{letter-spacing:2px;padding:.3rem 1rem;font-size:.8rem;top:-1.5rem}.PlayerDisplay-module__O9L14q__number{border-radius:6px;font-size:1.2rem}.PlayerDisplay-module__O9L14q__number_click:after{font-size:1.5rem}}@keyframes PlayerDisplay-module__O9L14q__slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.PlayerDisplay-module__O9L14q__main{animation:.6s cubic-bezier(.4,0,.2,1) PlayerDisplay-module__O9L14q__slideIn}.PlayerDisplay-module__O9L14q__number:not(:empty):not([style*="opacity: 0.5"]):hover{box-shadow:0 0 20px #667eea99,0 8px 20px #667eea66}.PlayerDisplay-module__O9L14q__number_click:hover{box-shadow:0 0 20px #48bb7899,0 8px 20px #48bb7899!important}
