.poker-card{width:66px;height:90px;border-radius:8px;position:relative;perspective:1000px}.poker-card .poker-card-back,.poker-card .poker-card-front{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;transition:transform .7s ease}.poker-card .poker-card-front{display:flex;flex-direction:column;align-items:center;justify-content:space-between;font-size:18px;font-weight:700;padding:6px;box-sizing:border-box;box-shadow:0 2px 4px rgba(0,0,0,.1);background:#fff;border:1px solid #d6d6d6;z-index:1;transform:rotateY(0deg);border-radius:4px;line-height:14px}.poker-card .poker-card-front .poker-card-suit{font-size:20px}.poker-card .poker-card-front .poker-card-rank{width:100%;text-align:left}.poker-card .poker-card-front .poker-card-rank-bottom{transform:rotate(180deg)}.poker-card .poker-card-back{background-image:url(/back.png);background-size:100% 100%;background-repeat:no-repeat}.poker-card .poker-card-back,.poker-card.poker-card-flipped .poker-card-front{z-index:0;transform:rotateY(180deg)}.poker-card.poker-card-flipped .poker-card-back{transform:rotateY(0deg);z-index:2}.game-page-container{width:100%;height:100vh;position:relative;overflow:hidden;z-index:0}.desktop-background{width:94%;height:88%;background:radial-gradient(circle at center,rgba(0,0,0,.1) 0,rgba(0,0,0,.5) 100%),#183f25;border:17px solid #462f1e;outline:4px solid #553926;box-sizing:border-box;box-shadow:inset 0 0 15px rgba(0,0,0,.9);border-radius:208px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;z-index:-1}.custom-modal{min-width:82vw;max-width:400px;position:fixed;top:40%;left:50%;transform:translate(-50%,-50%);z-index:9;background:#614427;box-shadow:inset 0 0 25px rgba(0,0,0,.5);border:2px solid #4d3015;border-radius:16px}.custom-modal:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;box-shadow:0 0 15px rgba(0,0,0,.6);border-radius:16px}.custom-button{background:#955d29;box-shadow:inset 0 0 12px rgba(0,0,0,.411);color:#dbac6e;border:1px solid #4d3015;font-weight:700;border-radius:6px}.custom-button-general{background:#77512d}.text-chips{color:#dbb81c}.placeholder-sm{font-size:14px}.placeholder-sm::placeholder{font-size:12px}.community-cards-container{width:80vw;max-width:400px;position:absolute;top:42%;left:0;right:0;margin:auto}.community-cards-container .community-cards-wrapper{display:flex;justify-content:space-between;align-items:center}.community-cards-container .community-cards-wrapper .card-slot{width:19.2307692308%;height:88px;border:1px dashed rgba(248,248,248,.1764705882);border-radius:6px;display:flex;align-items:center;justify-content:center}.community-cards-container .community-cards-wrapper .poker-card{width:92%;height:95%;max-width:100%;max-height:100%}.player-area-container{width:100%;position:absolute;top:66%}.players{width:100%;font-size:12px;display:flex;justify-content:space-between;flex-wrap:wrap}.players .player-item{width:23%;background:#66492c;padding:5px;border-radius:10px;border:1px solid #825933;box-sizing:border-box;display:flex;flex-direction:column;gap:3px}.players .player-current{position:relative}.winner-community-cards{display:flex;align-items:center;gap:6px}.winner-community-cards .poker-card{width:18.8679245283%;height:78px}.title-color{color:#eebe46}