@import "https://fonts.googleapis.com/css2?family=Poppins&display=swap";@import "https://fonts.googleapis.com/css2?family=Lato&display=swap";:root{--deep-sky-blue:#00b9ff;--facebook-color:#1b74e4;--grey-100:#f5f5f5;--grey-200:#eee;--grey-300:#e5e5e5;--grey-400:#e1e1e1;--grey-500:#ccc;--grey-600:#a3a3a3;--grey-700:#767676;--grey-800:#252525;--mystack-color:#0091ea;--primary-100:#e6f0fa;--primary-200:#a4c6e8;--primary-500:#0069d0;--primary-600:#0080ff;--primary-700:#0060ff;--primary-buttontext:#fff}body,html{background-color:#21027e;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.container{align-items:center;gap:10px;padding:10px;display:flex}.stats{justify-content:center;align-items:center;gap:50px;padding:10px;display:flex}.table-display img{width:100%}.flop-cards-container{position:relative}.flop-cards{gap:5px;padding:10px;display:flex;position:absolute;bottom:160px;left:230px}.card-back{cursor:pointer;background-color:#8b0000;border:2px solid #fff;border-radius:10px;width:35px;height:50px;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000004d}.card-back:before{content:"";opacity:.3;background-image:radial-gradient(#fff 1px,#0000 1px);background-size:10px 10px;width:100%;height:100%;position:absolute}.card-back:hover{border:2px solid var(--primary-500)}.player-cards{position:relative}.card-backs{gap:5px;display:flex}.player-card{cursor:pointer;color:#fff;background:0 0;border-radius:8px;padding:10px;font-family:poppins;font-weight:700;position:absolute}.player-card:hover{background:var(--grey-200);color:#000}.player-card p{text-align:center;margin-bottom:10px;font-size:15px}.player-card-1{bottom:60px;left:360px}.player-card-2{bottom:60px;left:220px}.player-card-4{bottom:250px;left:220px}.player-card-5{bottom:250px;left:360px}.player-card-3{bottom:160px;left:95px}.player-card-6{bottom:160px;left:475px}.reset-btn{color:#add8e6;text-align:center;cursor:pointer;opacity:0;pointer-events:none;background:#0009;border-radius:50%;width:22px;height:22px;font-size:14px;line-height:18px;transition:opacity .2s;position:absolute;top:5px;right:5px}.player-card:hover .reset-btn{opacity:1;pointer-events:auto}.player-slot.highlighted{border:2px solid var(--primary-500);box-shadow:0 0 8px var(--primary-500);border-radius:8px}.sidebar .highlighted{border:2px solid var(--primary-500);box-shadow:0 0 8px var(--primary-500);border-radius:6px;transform:scale(1.05)}.flop-cards .player-slot.highlighted{border:2px solid var(--primary-500);box-shadow:0 0 8px var(--primary-500);border-radius:8px}.percentages-and-reset{flex-direction:column;gap:20px;font-family:lato;display:flex}.percentages{background-color:var(--grey-100);padding:5px}.player{align-items:center;gap:15px;margin-bottom:20px;display:flex}.player p{text-align:center;width:160px;padding:10px 30px;font-size:30px}.player p:first-child{color:#04c504;border-bottom:1px solid #04c504}.player p:nth-child(2){color:red;border-bottom:1px solid red}.percentage{justify-content:space-evenly;align-items:center;margin-bottom:20px;font-size:30px;display:flex}.percentage p:nth-child(2){font-size:20px}.reset{background:var(--primary-500);text-align:center;color:#fff;cursor:pointer;border-radius:15px;padding-block:15px;font-size:20px;font-weight:600}.poker-probability{background-color:var(--grey-100);width:350px;padding:7px;font-family:poppins;font-size:15px}.rank-header{justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:600;display:flex}.stat{justify-content:space-between;align-items:center;display:flex}.stat p:nth-child(2){margin-right:30px}.sidebar{background:var(--grey-100);border-radius:5px;grid-template-columns:repeat(4,1fr);justify-content:center;gap:2px;max-height:100vh;padding:10px;display:grid;overflow:hidden}.sidebar img{cursor:pointer;width:40px;transition:transform .3s}.sidebar img:hover{z-index:10;position:relative;transform:scale(1.2)}.out-combo{gap:4px;margin-bottom:4px;display:flex}.highlighted{outline:2px solid var(--primary-500);border-radius:6px}.out-hand-type{justify-content:space-between;padding:4px 0;font-family:Poppins,sans-serif;display:flex}.hand-type{font-weight:700}.probability{font-weight:400}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.card{cursor:pointer;background:#fff;border:1px solid #767676;border-radius:5px;width:35px;height:50px;font-family:Arial Black;position:relative;box-shadow:2px 2px 8px #0003}.rank{border:none;font-size:20px;font-weight:700;position:absolute;top:1px;left:3px}.suit{font-size:20px;font-weight:700;position:absolute;bottom:1px;right:3px}.card:hover{border:2px solid #0080ff}.card.disabled{opacity:.8;filter:brightness(.8);cursor:not-allowed}
