*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e3c72,#2a5298);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.App-header{background:#000c;box-shadow:0 4px 6px #0000001a;color:#fff;padding:2rem 1rem;text-align:center}.App-header h1{font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px #00000080}.App-header p{font-size:1.1rem;opacity:.9}.App-main{margin:0 auto;max-width:1400px;padding:2rem}.game-container{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;margin-bottom:2rem;padding:2rem}.players-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.controls-section{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.iterations-control{align-items:center;display:flex;gap:.5rem}.iterations-control label{color:#495057;font-weight:600}.iterations-control input{border:2px solid #dee2e6;border-radius:5px;font-size:1rem;padding:.5rem;width:100px}.action-buttons{display:flex;gap:1rem}.calculate-btn,.reset-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.calculate-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.calculate-btn:hover:not(:disabled){box-shadow:0 5px 15px #28a74566;transform:translateY(-2px)}.calculate-btn:disabled{background:#6c757d;box-shadow:none;cursor:not-allowed;transform:none}.reset-btn{background:linear-gradient(135deg,#dc3545,#fd7e14);color:#fff}.reset-btn:hover{box-shadow:0 5px 15px #dc354566;transform:translateY(-2px)}.deck-section{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;padding:2rem}.deck-section h3{color:#495057;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.deck{grid-gap:.5rem;background:#f8f9fa;border-radius:10px;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));max-height:400px;overflow-y:auto;padding:1rem}@media (max-width:768px){.App-header h1{font-size:2rem}.players-section{gap:1rem;grid-template-columns:1fr}.controls-section{align-items:stretch;flex-direction:column}.action-buttons{justify-content:center}.deck{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}}@media (max-width:480px){.App-main,.deck-section,.game-container{padding:1rem}.deck{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}}.card{align-items:center;background:#fff;border:2px solid #dee2e6;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:100px;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;width:70px}.card:hover:not(.disabled){border-color:#007bff;box-shadow:0 8px 20px #0003;transform:translateY(-5px)}.card.selected{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-color:#28a745;box-shadow:0 5px 15px #28a7454d;transform:translateY(-3px)}.card.disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.card-content{font-weight:700;text-align:center;-webkit-user-select:none;user-select:none}.card-value{font-size:1.2rem;line-height:1;margin-bottom:.2rem}.card-suit{font-size:1.5rem;line-height:1}@media (max-width:768px){.card{height:85px;width:60px}.card-value{font-size:1rem}.card-suit{font-size:1.3rem}}@media (max-width:480px){.card{height:70px;width:50px}.card-value{font-size:.9rem}.card-suit{font-size:1.1rem}}.player-hand{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:all .3s ease}.player-hand:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26}.player-title{color:#495057;font-size:1.3rem;font-weight:600;margin-bottom:1rem;text-align:center}.hand-cards{align-items:center;justify-content:center;margin-bottom:1rem;min-height:120px}.empty-hand,.hand-cards{display:flex;gap:1rem}.empty-card{align-items:center;background:#e9ecef;border:2px dashed #adb5bd;border-radius:8px;color:#6c757d;display:flex;font-size:2rem;font-weight:700;height:120px;justify-content:center;width:80px}.hand-card,.hand-card-container{position:relative}.hand-card{align-items:center;background:#fff;border:2px solid #28a745;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;height:120px;justify-content:center;width:80px}.hand-card .card-value{font-size:1.4rem;font-weight:700;line-height:1;margin-bottom:.3rem}.hand-card .card-suit{font-size:1.8rem;line-height:1}.remove-card-btn{align-items:center;background:#dc3545;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:24px;justify-content:center;line-height:1;position:absolute;right:-8px;top:-8px;transition:all .2s ease;width:24px}.remove-card-btn:hover{background:#c82333;transform:scale(1.1)}.hand-status{min-height:20px;text-align:center}.status-text{border-radius:15px;display:inline-block;font-size:.9rem;font-weight:500;padding:.3rem .8rem}.status-text:not(.status-complete):not(.status-error){background:#e9ecef;color:#6c757d}.status-complete{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.hand-cards{min-height:100px}.empty-card,.hand-card{height:105px;width:70px}.hand-card .card-value{font-size:1.2rem}.hand-card .card-suit{font-size:1.6rem}}@media (max-width:480px){.player-hand{padding:1rem}.empty-card,.hand-card{height:90px;width:60px}.hand-card .card-value{font-size:1rem}.hand-card .card-suit{font-size:1.4rem}.remove-card-btn{font-size:1rem;height:20px;right:-6px;top:-6px;width:20px}}.results-container{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;margin-top:1rem;padding:1.5rem}.results-title{color:#495057;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.results-summary{background:#fff;border:1px solid #dee2e6;border-radius:8px;display:flex;justify-content:center;margin-bottom:1.5rem;padding:1rem}.summary-item{align-items:center;display:flex;gap:.5rem}.summary-label{color:#6c757d;font-weight:600}.summary-value{color:#495057;font-size:1.1rem;font-weight:700}.win-rates h4{color:#495057;font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-align:center}.rates-list{display:flex;flex-direction:column;gap:1rem}.rate-item{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .3s ease}.rate-item.winner{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-color:#28a745;box-shadow:0 4px 12px #28a74533}.rate-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.player-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.player-number{color:#495057;font-size:1.1rem;font-weight:600}.player-cards{align-items:center;display:flex;gap:.5rem}.player-cards-display{font-size:1.2rem;font-weight:700;letter-spacing:.5px}.win-rate{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;min-width:120px}.percentage{color:#495057;font-size:1.2rem;font-weight:700}.progress-bar{background:#e9ecef;border-radius:4px;height:8px;overflow:hidden;width:100px}.progress-fill{background:linear-gradient(90deg,#28a745,#20c997);border-radius:4px;height:100%;transition:width .8s ease}.rate-item.winner .progress-fill{background:linear-gradient(90deg,#155724,#1e7e34)}.results-footer{border-top:1px solid #dee2e6;margin-top:1.5rem;padding-top:1rem;text-align:center}.disclaimer{color:#6c757d;font-size:.85rem;font-style:italic;margin:0}@media (max-width:768px){.rate-item{align-items:stretch;flex-direction:column;gap:1rem}.win-rate{align-items:center;min-width:auto}.player-cards-display{font-size:1.1rem}}@media (max-width:480px){.results-container{padding:1rem}.results-title{font-size:1.2rem}.player-cards-display{font-size:1rem}.percentage{font-size:1.1rem}.progress-bar{width:80px}}
/*# sourceMappingURL=main.fe0b920c.css.map*/