*{box-sizing:border-box}body{background-color:#000;color:#fff;font-family:sans-serif;margin:0;padding:0}#startGame,body{height:100vh;width:100vw}#startGame{text-align:center}.landingContainer{display:flex}.landingContent{display:flex;flex-direction:column}@keyframes pulsate{0%{opacity:1}50%{opacity:.5}to{opacity:1}}#startGame h1{font-size:7vh;margin-top:10vh}#startGame a,#startGame h1{text-shadow:4px 4px 8px #00000080,8px 8px 16px #0000004d}#startGame a{animation:pulsate 2s infinite;background-color:initial;color:#fff;cursor:pointer;display:inline-block;font-size:13vh;text-align:center;transition:transform .3s ease-in-out}#startGame a:hover{animation:none;text-shadow:4px 4px 8px #00000080,8px 8px 16px #0000004d,0 0 10px #000000b3}.startGameBot,.startGameHuman{border:2px solid #fff;border-radius:50%;box-shadow:0 0 40px #000;height:15vh;overflow:hidden}.startGameVs{color:#fff;display:flex;font-size:5vh;padding-left:3vh;padding-right:3vh;text-shadow:4px 5px 4px #000,3px 5px 8px #000}.vsContainer{align-items:center;display:flex;flex:0 0 auto;justify-content:space-evenly;margin-top:5vh;width:100%}#startGame:before{background-color:#008030;background-image:linear-gradient(90deg,#0000001a 50%,#0000 0),linear-gradient(#0000001a 50%,#0000 0);background-size:40px 40px;content:"";height:100vh;left:0;position:absolute;top:0;width:100vw;z-index:-1}.toggle{align-items:center;display:flex;justify-content:center}.toggle-button{background-color:initial;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:16px;margin:.5vh;outline:none;padding:.5vh 1vh;text-shadow:0 0 5px #fff,0 0 15px #fff;transition:background-color .3s ease-in-out}.toggle-button.active{animation:borderAnimation 1s;background-color:initial;border:2px solid #ffffff9e;color:#fff}@keyframes borderAnimation{0%{border-color:#fff0}to{border-color:#ffffff9e}}#startGameButton{margin:3vh}#info_link{animation:none;background-color:initial;font-size:1.5vh;margin-top:2vh}#info_link:hover{cursor:pointer;text-shadow:4px 4px 8px #00000080,8px 8px 16px #0000004d,0 0 10px #000000b3}#infoModal{align-items:center;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background-color:#000000b3;display:flex;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100vw}#infoModal.show{opacity:1;visibility:visible}#infoText{display:flex;flex-direction:column;font-size:1.4vh;width:30vh}#infoText p{line-height:1.8vh;margin:1vh;padding:0}#infoText a{color:#fff}.viewportContainer{background-color:#008030;background-image:linear-gradient(90deg,#0000001a 50%,#0000 0),linear-gradient(#0000001a 50%,#0000 0);background-size:40px 40px;display:flex;flex-direction:row;height:100vh;justify-content:center}.gameContainer{align-items:center;display:flex;flex-direction:column;height:95vh;justify-content:space-between;max-width:90vw;padding:20px;width:800px}.sideColumn{flex:1 1}.row{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.column,.playerSection{align-items:center;display:flex;flex-direction:column;margin:0 20px}.playerImg{border:3px solid #0000;border-radius:50%;height:50px;transition:border-color .3s ease;width:50px}.playersTurn{border-color:#17e700;box-shadow:0 0 10px #17e700b3}.namePointsContainer{align-items:center;display:flex;font-size:1.5vh;margin-top:2px}.playerName{color:#fff;font-weight:700;text-shadow:2px 2px 4px #000c}.dot{color:#fff;margin:0 5px}.points{color:#17e700;font-weight:700;text-shadow:2px 2px 4px #000c;transition:transform .3s ease}.pointsAnimation{color:#ff0;transform:scale(1.2)}.card{border-radius:8px;box-shadow:2px 2px 8px #0000004d;cursor:default;height:12vh;margin:5px;transition:transform .2s ease,box-shadow .2s ease;width:8vh}.noShadow{box-shadow:none}.card:hover{box-shadow:2px 4px 12px #0006;transform:translateY(-5px)}.canThrow{border:2px solid #17e700;box-shadow:0 0 10px #ffd70080;cursor:pointer}.canThrow:focus,.canThrow:hover{box-shadow:0 0 15px #ffd700cc;transform:translateY(-8px)}.selectable{border:3px solid #33e70f;box-shadow:0 0 10px #33e70f80;cursor:pointer}.selectable:focus,.selectable:hover{box-shadow:0 0 15px #33e70f80;transform:translateY(-8px)}.selected{border:3px solid #e74c3c;box-shadow:0 0 20px #e74c3ccc;cursor:pointer;transform:translateY(-5px) scale(1.05)}.selected:focus,.selected:hover{box-shadow:0 0 25px #e74c3c;transform:translateY(-8px) scale(1.08)}.hand{justify-content:center;margin:10px 0}.botHand,.hand,.yourHand{align-items:center;display:flex}.botHand,.yourHand{min-height:120px}.tableCards{border-radius:15px;flex-direction:column;margin:0;min-height:25vh;padding:0}.tableCards,.tableCardsContainer{align-items:center;display:flex;justify-content:center}.tableCardsContainer{flex-wrap:wrap;gap:5px;min-height:100px}.tableCard{border-radius:8px;box-shadow:2px 2px 8px #0000004d;height:12vh;margin:5px;transition:all .2s ease;width:8vh}.tableCard.highlighted{border:3px solid #ff4757;box-shadow:0 0 20px #ff4757e6;position:relative;transform:scale(1.08);transition:all .2s ease;z-index:10}.tableCard.selectable{border:3px solid #33e70f;box-shadow:0 0 10px #33e70f80;cursor:pointer}.tableCard.selectable:hover{box-shadow:0 0 15px #3498dbcc;transform:translateY(-5px)}.tableCard.selected{border:3px solid #e74c3c;box-shadow:0 0 20px #e74c3ccc;cursor:pointer;transform:translateY(-3px) scale(1.03)}.tableCard.selected:hover{box-shadow:0 0 25px #e74c3c;transform:translateY(-5px) scale(1.05)}.pileInfo{align-items:center;background:#0000004d;border-radius:10px;display:flex;flex-direction:column;margin:0 20px;min-width:120px;padding:10px}.escobasCount,.pileCount{color:#fff;font-size:14px;margin:2px 0;text-shadow:1px 1px 2px #000c}.escobasCount{color:#17e700;font-weight:700}#cardRevealModalOverlay,#gameOverModalOverlay,#infoModal,#roundOverModalOverlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:1000}#cardRevealModalOverlay.show,#gameOverModalOverlay.show,#infoModal.show,#roundOverModalOverlay.show{opacity:1}.hidden{display:none!important}#infoText,#modal,#roundOverModal{background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000080;max-height:80vh;max-width:600px;overflow-y:auto;padding:30px;text-align:center}#roundOverContent h3{color:#333;font-size:24px;margin-bottom:20px}.setResults{display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.playerResults{flex:1 1;padding:10px 0 20px}.playerResults h4{color:#495057;font-size:18px;margin:10px 10px 10px 0;text-align:left}.playerResultsBot h4{margin-right:0;text-align:right}.resultItem{align-items:center;color:#495057;display:flex;justify-content:space-between;padding:4px 0}.resultItemBot{display:block;text-align:right}.resultItem:last-child{border-bottom:none}.resultItem.total{font-size:16px;padding-top:15px}.currentScores{background:#e8f5e8;border:2px solid #28a745;border-radius:10px;margin-top:20px;padding:20px}.currentScores h4{color:#155724;margin:0 0 15px}.scoreRow{color:#155724;display:flex;font-size:16px;font-weight:700;justify-content:space-around}#gameOverText{align-items:center;display:flex;font-size:32px;gap:20px;justify-content:center;margin-bottom:20px}#winnerImg{border:4px solid #17e700;border-radius:50%;height:80px;width:80px}#gameOverTextLines{line-height:1.6;margin-bottom:20px}#gameOverTextLines p{color:#495057;font-size:16px;margin:10px 0}#infoText{max-width:700px;text-align:left}#infoText p{color:#495057;line-height:1.6;margin:5px 0;text-align:justify}#infoText a{color:#007bff;text-decoration:none}#infoText a:hover{text-decoration:underline}#infoText hr{border:none;border-top:1px solid #dee2e6;margin:2px 0}#infoText button,#modal button,#roundOverModal button{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:8px;box-shadow:0 4px 8px #0003;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:20px;padding:12px 30px;transition:all .2s ease}#infoText button:hover,#modal button:hover,#roundOverModal button:hover{background:linear-gradient(135deg,#218838,#1c7430);box-shadow:0 6px 12px #0000004d;transform:translateY(-2px)}#infoText button:active,#modal button:active,#roundOverModal button:active{box-shadow:0 2px 4px #0003;transform:translateY(0)}#cardRevealModal{animation:modalPulse .5s ease-in-out;background:#fffffff2;border:3px solid #17e700;border-radius:15px;box-shadow:0 10px 30px #00000080;max-width:500px;padding:20px;text-align:center}@keyframes modalPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}#cardRevealModal h3{color:#333;font-size:18px;font-weight:700;margin:5px 5px 10px}.revealedCardsContainer{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:10px}.revealedCard{border:2px solid #17e700;border-radius:6px;box-shadow:2px 2px 8px #0000004d;height:90px;transition:transform .2s ease;width:60px}.revealedCard:hover{transform:scale(1.1)}#cardRevealModal.fadeOut{animation:modalFadeOut .3s ease-in-out forwards}@keyframes modalFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.diagnostics-container{background-color:#f0f0f0;border:1px solid #ccc;margin-bottom:15px;padding:10px}.diagnostics-container h4{border-bottom:1px solid #ccc;margin-top:0;padding-bottom:5px}.diagnostics-content p{font-size:14px;margin:5px 0}
/*# sourceMappingURL=main.65b92ea5.css.map*/