@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100vh;min-width:355px;width:100%}body{background-color:rgba(0,0,0,.824);font-family:Roboto,sans-serif}.main,body{display:flex;flex-direction:column}.main{padding:60px 50px}@media(max-width:768px){.main{padding:50px 15px}}@media(max-width:482px){.main{padding:35px 8px}}.chart{display:flex;gap:0 50px}.chart__main{display:flex;flex-direction:column;width:100%}.chart__table{grid-gap:6px;display:grid;flex-direction:column;gap:6px;grid-template-columns:repeat(13,1fr);grid-template-rows:repeat(13,1fr)}.chart__table__item{background-color:#0000;border:1px solid hsla(0,0%,100%,.181);border-radius:3px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:100%;outline:none;padding:12px 7px;text-align:center;transition:.2s ease-in-out;width:100%}.chart__table__item:nth-child(14n+1){border:1px solid hsla(0,7%,92%,.599)}.chart__table__item:focus:not(.active){border:1px solid #fff;border-radius:5px;color:#ffffffc2}.chart__table__item.active:focus{border:1px solid hsla(0,0%,100%,.386);border-radius:5px}.chart__table__item.rfi{background-color:#1717d7}.chart__table__item.threebet{background-color:#a60a2e}.chart__table__item.call{background-color:#089408}.chart__table__item:hover:not(.active){opacity:.8}.chart__table__item:hover{opacity:.9}.chart__table__bottom{align-items:center;display:flex;justify-content:space-between;margin:12px auto 0;width:100%}.chart__table__clear{background-color:#0000;border:1px solid hsla(0,0%,100%,.462);border-radius:5px;color:hsla(0,0%,100%,.823);cursor:pointer;font-size:16px;outline:none;padding:3px 15px;transition:.3s linear}.chart__table__clear:hover{border-radius:3px;opacity:.8}.chart__table__clear:active:not(.chart__table__clear:disabled){border:1px solid #fff}.chart__table__clear:disabled{cursor:default;opacity:.3}.chart__table__insert{background-color:#0000;border:1px solid hsla(0,0%,100%,.685);color:hsla(0,0%,100%,.685);font-size:16px;outline:none;padding:6px 15px;transition:.3s ease-in-out;width:70%}.chart__table__insert:focus{border:1px solid hsla(0,0%,100%,.793);color:#fffc}.chart__table__percentage{color:hsla(0,0%,100%,.826);font-size:15px}.chart__actions,.chart__actions__main{display:flex;flex-direction:column;gap:20px 0;width:100%}.chart__actions__group{align-items:center;display:flex;gap:0 20px}.chart__actions__select{display:flex;flex-direction:column;gap:12px 0}.chart__actions__select__title{color:#fff;font-size:22px;font-weight:500}.chart__actions__select__input{background-color:#0000;color:#fff;font-size:16px;font-weight:500;outline:none;padding:4px}.chart__actions__select__input:disabled{cursor:default}.chart__actions__select.villain .chart__actions__select__input,.chart__actions__select.villain .chart__actions__select__title{color:#f8e5e5}.chart__actions__select.villain .chart__actions__switch{border:1px solid hsla(0,73%,90%,.617)}.chart__actions__select.villain .chart__actions__switch__item.active{background-color:hsla(0,73%,90%,.617)}.chart__actions__separator{background-color:hsla(0,0%,100%,.142);content:"";display:block;height:1px;margin:20px 0;width:100%}.chart__actions__practice{display:flex;flex-direction:column}.chart__actions__practice__items{align-items:center;display:flex;gap:0 15px;list-style:none;width:-webkit-fit-content;width:fit-content}.chart__actions__practice__items li label{align-items:center;color:hsla(0,0%,100%,.844);display:flex;font-size:16px;gap:0 10px}.chart__actions__practice__items li label:hover:not(.chart__actions__practice__items li label.disabled) input{opacity:.8}.chart__actions__practice__items li label.disabled{opacity:.5}.chart__actions__practice__items li label.disabled input{cursor:default}.chart__actions__practice__items li label input{accent-color:#131313;cursor:pointer;height:15px;margin-top:-1px;transition:.3s linear;width:15px}.chart__actions__practice__btn{background-color:#434343;border:none;color:#fff;cursor:pointer;font-size:17px;margin-top:10px;padding:8px 15px;transition:.3s ease-in-out;width:-webkit-fit-content;width:fit-content}.chart__actions__practice__btn:hover{opacity:.8}.chart__actions__practice__btn:active:not(.chart__actions__practice__btn:disabled){border-radius:5px;scale:.98}.chart__actions__practice__btn:disabled{cursor:default;opacity:.3}.chart__actions__switch{align-items:center;border:1px solid hsla(0,0%,100%,.394);border-radius:10px;display:flex;gap:0;list-style:none;width:-webkit-fit-content;width:fit-content}.chart__actions__switch__item{height:100%;text-align:center;width:-webkit-fit-content;width:fit-content}.chart__actions__switch__item button{background-color:#0000;border:1px solid hsla(0,0%,100%,.227);border-radius:5px;color:#fff;cursor:pointer;font-size:16px;outline:none;padding:3px 8px;transition:.2s ease-in-out}.chart__actions__switch__item button:hover{opacity:.8}.chart__actions__switch__item.active button{background-color:hsla(0,0%,100%,.731);color:#000000c9}.chart__actions__switch__item.active button:hover{opacity:1}@media(max-width:1400px){.chart__actions__group{align-items:start;flex-direction:column;gap:20px 0}}@media(max-width:1120px){.chart{align-items:center;flex-direction:column;gap:15px 0;margin:0 auto;max-width:670px}.chart__table__item{padding:8px 6px}.chart__table__bottom{max-width:670px}.chart__actions__main .chart__actions__select__title{font-size:17px}.chart__actions__group{flex-direction:row;gap:0 20px}}@media(max-width:768px){.chart{gap:25px 0}.chart__table__item{font-size:14px;padding:6px 2px}.chart__table__bottom{max-width:670px}.chart__actions__select__title{font-size:17px}.chart__actions__practice{align-items:center}.chart__actions__practice__btn{font-size:16px}.chart__actions__practice .chart__actions__select{align-items:center}}@media(max-width:576px){.chart__table{gap:1px}.chart__table__clear{font-size:15px}.chart__table__insert{display:none}.chart__actions__group{flex-direction:column;gap:20px 0}}@media(max-width:482px){.chart__table{gap:0}.chart__table__item{font-size:12px;font-weight:400;padding:6px 2px}.chart__table__clear,.chart__table__percentage{font-size:13px}.chart__actions__main .chart__actions__select__title{font-size:15px}.chart__actions__select__title{font-size:16px}.chart__actions__select__input,.chart__actions__switch__item button{font-size:14px}}@media(max-width:410px){.chart__table{gap:0}.chart__table__item{font-size:10px}.chart__actions__main .chart__actions__select__title,.chart__actions__select__title{font-size:14px}.chart__actions__select__input{font-size:12px}.chart__actions__separator{margin:15px 0}.chart__actions__switch__item button{font-size:13px}.chart__actions__practice__btn{font-size:14px}}.gameboard{display:flex;flex-direction:column;position:relative;width:100%}.gameboard__menu{left:0;position:absolute;top:0}.gameboard__menu__back{background-color:rgba(0,0,0,.306);border:none;color:#fff;cursor:pointer;font-size:18px;font-weight:500;padding:6px 15px;transition:.1s linear}.gameboard__menu__back:hover{opacity:.9}.gameboard__table{animation:gradient-shift 5s ease-in-out infinite;background:linear-gradient(135deg,#33303f99,rgba(27,48,40,.275),rgba(63,48,48,.565));background-size:200% 200%;border-radius:250px;box-shadow:0 0 25px #00000073;height:60vh;margin:30px auto 0;max-height:550px;min-height:430px;position:relative;width:1000px}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.gameboard__table__bank{text-wrap:nowrap;animation:gradientShift 3s ease-in-out infinite;background:linear-gradient(135deg,rgba(77,118,75,.248),#40366799,rgba(38,96,73,.275));background-size:200% 200%;color:hsla(0,0%,79%,.931);font-size:16px;left:50%;padding:5px 10px;position:absolute;right:50%;top:46%;transform:translate(-50%,-50%);width:-webkit-fit-content;width:fit-content}.gameboard__seat{align-items:center;display:flex;flex-direction:column;justify-content:center;position:absolute;text-align:center}.gameboard__seat__info{display:flex}.gameboard__seat__info span{background:#222;border:1px solid #6f6f6f;border-radius:4px;color:#0000;cursor:default;font-size:16px;height:-webkit-fit-content;height:fit-content;margin:auto 0 4px;padding:18px 64px;z-index:2}.gameboard__seat__info div{background:#222;border:2px solid #6f6f6f;border-radius:80%;content:"";display:block;height:95px;margin-left:-35px;width:95px;z-index:3}.gameboard__seat__actions{perspective:400px;position:relative;z-index:5}.gameboard__seat__actions__button{align-items:center;background:radial-gradient(circle at 30% 10%,hsla(0,0%,100%,.741),hsla(0,0%,68%,.624));border-radius:50%;color:#8c0505;cursor:default;display:flex;font-size:16px;font-weight:500;height:33px;justify-content:center;position:absolute;width:33px}.gameboard__seat__actions__bet{background-color:rgba(0,0,0,.247);color:#c9c9c9;cursor:default;font-size:16px;font-weight:500;padding:3px 8px;position:absolute;width:-webkit-max-content;width:max-content}.gameboard__seat__cards{align-items:center;display:flex;gap:0;position:absolute;top:-32px}.gameboard__seat__cards img{height:123px;width:85px}.gameboard__seat.active .gameboard__seat__cards{filter:brightness(.82);gap:0 1px;top:-45px}.gameboard__seat.active .gameboard__seat__cards img{height:142px;object-fit:contain;transition:margin-top .5s linear;width:88px}.gameboard__seat.active .gameboard__seat__cards img:hover{margin-top:-5px}.gameboard__seat.active.fold .gameboard__seat__info span{border:1px solid hsla(0,1%,68%,.184)}.gameboard__seat.active.fold .gameboard__seat__info div{border:2px solid hsla(0,0%,78%,.227)}.gameboard__seat.active.fold .gameboard__seat__cards{opacity:.5}.gameboard__seat.active.fold .gameboard__seat__cards img{height:142px!important;width:88px!important}.gameboard__seat.turn .gameboard__seat__info span{border:1px solid #aeadad}.gameboard__seat.turn .gameboard__seat__info div{border:2px solid #c6c6c6}.gameboard__seat.fold .gameboard__seat__info span{border:1px solid hsla(0,1%,68%,.184)}.gameboard__seat.fold .gameboard__seat__info div{border:2px solid hsla(0,0%,78%,.227)}.gameboard__seat.fold .gameboard__seat__cards{opacity:.2}.gameboard__seat.fold .gameboard__seat__cards img{height:100px;width:75px}.gameboard__seat:first-child{left:-35px;top:70px}.gameboard__seat:first-child .gameboard__seat__actions__bet{left:140px;top:-20px}.gameboard__seat:first-child .gameboard__seat__actions__button{left:80px;top:30px}.gameboard__seat:nth-child(2){left:50%;top:-20px;transform:translateX(-50%)}.gameboard__seat:nth-child(2) .gameboard__seat__actions__bet{left:30px;top:35px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-45px;top:60px}.gameboard__seat:nth-child(2) .gameboard__seat__info div{margin:0 -35px 0 0}.gameboard__seat:nth-child(3){right:-35px;top:70px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{right:140px;top:-20px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__button{right:80px;top:30px}.gameboard__seat:nth-child(3) .gameboard__seat__info div{margin:0 -35px 0 0}.gameboard__seat:nth-child(4){bottom:70px;right:-35px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{bottom:45px;right:150px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__button{bottom:110px;right:110px}.gameboard__seat:nth-child(4) .gameboard__seat__info div{margin:0 -35px 0 0}.gameboard__seat:nth-child(5){bottom:-20px;left:50%;transform:translateX(-50%)}.gameboard__seat:nth-child(5) .gameboard__seat__actions__bet{bottom:170px;right:10px}.gameboard__seat:nth-child(5) .gameboard__seat__actions__button{bottom:195px;right:-60px}.gameboard__seat:nth-child(6){bottom:70px;left:-35px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__bet{bottom:45px;left:150px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__button{bottom:110px;left:110px}.gameboard__actions{display:flex;flex-direction:column;gap:25px 0;margin:60px auto 0;width:100%}.gameboard__actions__container{align-items:center;display:flex;gap:0 15px;justify-content:center;width:100%}.gameboard__actions__header{display:flex;flex-direction:column}.gameboard__actions__message{color:#dbdbdb;font-size:20px;font-weight:400;text-align:center}.gameboard__actions__message b{color:#e6e6e6;font-weight:500}.gameboard__actions__message span{opacity:.8}.gameboard__actions__button{border:none;border:2px solid hsla(0,0%,100%,.269);border-radius:5px;cursor:pointer;font-size:19px;padding:12px 32px;transition:.3s ease-in-out}.gameboard__actions__button:disabled{cursor:default;opacity:.6}.gameboard__actions__button:hover:not(:disabled){opacity:.8}.gameboard__actions__button.fold{background-color:#bababa}.gameboard__actions__button.open{background-color:#1f1f43;color:#fff}.gameboard__actions__button.call{background-color:#086f08;color:#fff}.gameboard__actions__button.threebet{background-color:#b01c1c;color:#fff}.gameboard__modal{align-items:center;background-color:rgba(0,0,0,.678);display:flex;height:100%;justify-content:center;opacity:0;position:fixed;right:0;top:0;transition:.3s ease-in-out;width:100%;z-index:-1}.gameboard__modal.visible{opacity:1;z-index:50}.gameboard__modal__container{align-items:center;background-color:#1e1e1e;border-radius:25px;display:flex;flex-direction:column;height:600px;max-width:500px;padding:40px 15px;position:relative;width:100%}.gameboard__modal__close{background-color:#0000;border:none;cursor:pointer;opacity:.8;outline:none;position:absolute;right:15px;top:15px;transition:.3s ease-in-out}.gameboard__modal__close:hover{opacity:.6}.gameboard__modal__title{color:hsla(0,0%,100%,.827);font-size:24px;font-weight:500}.gameboard__modal__title span{color:hsla(0,0%,85%,.827);font-weight:400}.gameboard__modal__table{grid-gap:2.5px;display:grid;gap:2.5px;grid-template-columns:repeat(13,1fr);grid-template-rows:repeat(13,1fr);margin:30px 0}.gameboard__modal__table__item{background-color:rgba(0,0,0,.608);border:1px solid hsla(0,0%,100%,.094);border-radius:3px;color:hsla(0,0%,100%,.731);cursor:default;font-size:14px;height:100%;outline:none;padding:5px 2px;text-align:center;width:100%}.gameboard__modal__table__item.active{background-color:#000;border:1px solid #ffffff96;color:#ffffffc4;font-weight:500}.gameboard__modal__table__item.error{background-color:#3e0707;border:1px solid #e6717196;color:#ffffffc4;font-weight:500}.gameboard__modal__actions{align-items:center;display:flex;gap:0 20px}.gameboard__modal__btn{background-color:#bbb;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:16px;font-weight:500;padding:8px 22px;transition:.3s ease-in-out}.gameboard__modal__btn:hover:not(:disabled){border-radius:7px;opacity:.9}.gameboard__modal__btn.disabled{cursor:default;opacity:.8}@media(max-width:1200px){.gameboard__table{width:700px}.gameboard__seat__info div{height:75px;width:75px}.gameboard__seat__cards img{height:100px;width:75px}.gameboard__seat.active .gameboard__seat__cards{top:-50px}.gameboard__seat.active .gameboard__seat__cards img{height:120px;width:83px}.gameboard__seat.active.fold .gameboard__seat__cards img{height:110px!important;width:79px!important}.gameboard__seat:first-child{top:115px}.gameboard__seat:first-child .gameboard__seat__actions__button{left:80px;top:23px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-34px;top:53px}.gameboard__seat:nth-child(3){top:115px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{top:2px}.gameboard__seat:nth-child(4){bottom:115px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{bottom:60px;right:123px}.gameboard__seat:nth-child(5) .gameboard__seat__actions__button{bottom:152px}.gameboard__seat:nth-child(5) .gameboard__seat__actions__bet{bottom:149px;right:-3px}.gameboard__seat:nth-child(6){bottom:115px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__bet{bottom:45px;left:123px}}@media(max-width:1200px)and (max-height:768px){.gameboard__table{min-height:360px;width:700px}.gameboard__seat__info div{height:55px;width:55px}.gameboard__seat__info span{padding:8px 64px}.gameboard__seat__actions__bet{font-size:14px}.gameboard__seat__actions__button{font-size:14px;height:25px;width:25px}.gameboard__seat__cards img{height:80px;width:65px}.gameboard__seat.active .gameboard__seat__cards{top:-57px}.gameboard__seat.active .gameboard__seat__cards img{height:108px;width:75px}.gameboard__seat.active.fold .gameboard__seat__cards img{height:103px!important;width:73px!important}.gameboard__seat.fold .gameboard__seat__cards img{height:79px;width:54px}.gameboard__seat:first-child{top:115px}.gameboard__seat:first-child .gameboard__seat__actions__button{top:25px}.gameboard__seat:first-child .gameboard__seat__actions__bet{left:117px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-39px;top:23px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__bet{left:19px}.gameboard__seat:nth-child(3){top:115px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{right:112px;top:-13px}.gameboard__seat:nth-child(4){bottom:115px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{right:98px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__button{bottom:12px;right:131px}.gameboard__seat:nth-child(5) .gameboard__seat__actions__button{bottom:130px}.gameboard__seat:nth-child(6){bottom:115px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__button{bottom:89px;left:92px}.gameboard__modal__container{height:-webkit-fit-content;height:fit-content;max-width:433px;padding-bottom:25px}.gameboard__modal__table{font-size:12px;gap:.5px;padding:2px}.gameboard__modal__title{font-size:20px}.gameboard__modal__close img{height:32px;width:35px}}@media(max-width:1200px)and (max-height:650px){.gameboard__actions{margin-top:40px}.gameboard__actions__message{font-size:18px}.gameboard__actions__button{font-size:17px;padding:8px 25px}.gameboard__seat__info span{padding:8px 44px}.gameboard__seat.active .gameboard__seat__info span{padding:8px 53px}.gameboard__seat:first-child{top:85px}.gameboard__seat:first-child .gameboard__seat__actions__button{top:15px}.gameboard__seat:first-child .gameboard__seat__actions__bet{left:100px;top:-28px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-39px;top:33px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__bet{left:19px;top:25px}.gameboard__seat:nth-child(3){top:85px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{right:112px;top:-13px}.gameboard__seat:nth-child(4){bottom:85px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{right:98px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__button{bottom:12px;right:101px}.gameboard__seat:nth-child(5) .gameboard__seat__actions__button{bottom:130px}.gameboard__seat:nth-child(6){bottom:85px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__bet{left:107px}.gameboard__modal__container{height:-webkit-fit-content;height:fit-content;max-width:-webkit-fit-content;max-width:fit-content}.gameboard__modal__table__item{font-size:12px;padding:4px 1px}.gameboard__modal__btn{font-size:14px}}@media(max-width:930px){.gameboard__table{width:600px}.gameboard__seat__info div{height:55px;width:55px}.gameboard__seat__info span{padding:8px 64px}.gameboard__seat__actions__bet{font-size:14px}.gameboard__seat__actions__button{font-size:14px;height:25px;width:25px}.gameboard__seat__cards img{height:80px;width:65px}.gameboard__seat.active .gameboard__seat__cards{top:-57px}.gameboard__seat.active .gameboard__seat__cards img{height:108px;width:75px}.gameboard__seat.active.fold .gameboard__seat__cards img{height:103px!important;width:73px!important}.gameboard__seat.fold .gameboard__seat__cards img{height:79px;width:54px}.gameboard__seat:first-child{top:115px}.gameboard__seat:first-child .gameboard__seat__actions__button{top:25px}.gameboard__seat:first-child .gameboard__seat__actions__bet{left:117px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-39px;top:23px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__bet{left:19px}.gameboard__seat:nth-child(3){top:115px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{right:112px;top:-13px}.gameboard__seat:nth-child(4){bottom:115px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{right:98px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__button{bottom:12px;right:131px}.gameboard__seat:nth-child(5) .gameboard__seat__actions__button{bottom:130px}.gameboard__seat:nth-child(6){bottom:115px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__button{bottom:89px;left:92px}.gameboard__actions{gap:18px 0}.gameboard__actions__message{font-size:18px}.gameboard__actions__button{font-size:17px;padding:10px 25px}.gameboard__menu{left:-15px;top:-15px}.gameboard__menu__back{font-size:16px}.gameboard__modal__container{height:-webkit-fit-content;height:fit-content;max-width:433px;padding-bottom:25px}.gameboard__modal__table{font-size:12px;gap:.5px;padding:2px}.gameboard__modal__title{font-size:20px}.gameboard__modal__close img{height:32px;width:35px}}@media(max-width:768px){.gameboard__table{min-height:475px;width:450px}.gameboard__table__bank{font-size:14px}.gameboard__seat__info span{padding:8px 44px}.gameboard__seat.active .gameboard__seat__info span{padding:8px 53px}.gameboard__seat:first-child{top:135px}.gameboard__seat:first-child .gameboard__seat__actions__button{top:15px}.gameboard__seat:first-child .gameboard__seat__actions__bet{left:100px;top:-28px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-39px;top:33px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__bet{left:19px;top:25px}.gameboard__seat:nth-child(3){top:135px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{right:112px;top:-13px}.gameboard__seat:nth-child(4){bottom:135px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{right:98px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__button{bottom:12px;right:101px}.gameboard__seat:nth-child(5) .gameboard__seat__actions__button{bottom:130px}.gameboard__seat:nth-child(6){bottom:135px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__bet{left:107px}.gameboard__actions{gap:18px 0}.gameboard__actions__message{font-size:18px}.gameboard__actions__button{font-size:17px;padding:10px 25px}.gameboard__menu{left:15px;top:0}}@media(max-width:576px){.gameboard__table{width:350px}.gameboard__seat__info span{padding:8px 24px}.gameboard__seat__cards img{height:64px;width:45px}.gameboard__seat.fold .gameboard__seat__cards img{height:60px;width:40px}.gameboard__seat:first-child .gameboard__seat__actions__button{left:55px;top:10px}.gameboard__seat:first-child .gameboard__seat__actions__bet{left:80px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-39px;top:33px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__bet{left:19px;top:25px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{right:72px;top:-13px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__button{right:60px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{right:68px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__button{right:81px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__bet{left:71px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__button{left:62px}.gameboard__actions{gap:18px 0}.gameboard__actions__message{font-size:18px}.gameboard__actions__button{font-size:17px;padding:10px 25px}.gameboard__menu{left:15px;top:0}.gameboard__modal__container{height:-webkit-fit-content;height:fit-content;max-width:-webkit-fit-content;max-width:fit-content}.gameboard__modal__table__item{font-size:12px;padding:4px 1px}.gameboard__modal__btn{font-size:14px}}@media(max-width:576px)and (max-height:720px){.gameboard__table{min-height:440px;width:250px}.gameboard__seat__info span{padding:8px 14px}.gameboard__seat__cards img{height:58px;width:40px}.gameboard__seat__actions__bet{padding:1px 2px}.gameboard__seat.fold .gameboard__seat__cards img{height:57px;width:37px}.gameboard__seat:first-child{top:110px}.gameboard__seat:first-child .gameboard__seat__actions__button{left:20px;top:12px}.gameboard__seat:first-child .gameboard__seat__actions__bet{left:60px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-39px;top:33px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__bet{left:19px;top:25px}.gameboard__seat:nth-child(3){top:110px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{right:58px;top:-63px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__button{right:39px;top:10px}.gameboard__seat:nth-child(4){bottom:110px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{right:48px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__button{right:63px;top:-32px}.gameboard__seat:nth-child(5){bottom:-40px}.gameboard__seat:nth-child(6){bottom:110px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__bet{left:61px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__button{left:57px}.gameboard__actions{gap:15px 0!important;margin-top:60px}.gameboard__actions__message{font-size:16px!important}.gameboard__actions__button{font-size:14px!important;padding:8px 20px}.gameboard__menu{left:15px;top:0}}@media(max-width:482px){.gameboard__table{width:250px}.gameboard__seat__info span{padding:8px 14px}.gameboard__seat__cards img{height:58px;width:40px}.gameboard__seat__actions__bet{padding:1px 2px}.gameboard__seat.fold .gameboard__seat__cards img{height:57px;width:37px}.gameboard__seat:first-child .gameboard__seat__actions__button{left:20px;top:12px}.gameboard__seat:first-child .gameboard__seat__actions__bet{left:60px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-39px;top:33px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__bet{left:19px;top:25px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{right:58px;top:-63px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__button{right:39px;top:10px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{right:48px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__button{right:63px;top:-32px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__bet{left:61px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__button{left:57px}.gameboard__actions{gap:18px 0}.gameboard__actions__message{font-size:18px}.gameboard__actions__button{font-size:17px;padding:10px 25px}.gameboard__menu{left:15px;top:0}.gameboard__modal__table{gap:0;margin:18px 0}.gameboard__modal__table__item{font-size:11px;padding:2px 1px}.gameboard__modal__title{font-size:18px}.gameboard__modal__close img{height:27px;width:30px}}@media(max-width:410px){.gameboard__modal__container{padding:30px 5px 22px}.gameboard__modal__table{gap:0;margin:18px 0}.gameboard__modal__table__item{font-size:11px;padding:2px 1px}.gameboard__modal__btn{font-size:12px}.gameboard__seat__info span{padding:5px 10px}.gameboard__seat__info div{height:45px;width:45px}.gameboard__seat__cards{top:-16px}.gameboard__seat__cards img{height:48px;width:30px}.gameboard__seat__actions__bet{font-size:12px}.gameboard__seat__actions__button{font-size:12px;height:20px;width:20px}.gameboard__seat.active .gameboard__seat__cards{top:-69px}.gameboard__seat:first-child .gameboard__seat__actions__button{left:20px;top:12px}.gameboard__seat:first-child .gameboard__seat__actions__bet{left:50px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__button{left:-39px;top:13px}.gameboard__seat:nth-child(2) .gameboard__seat__actions__bet{left:15px;top:15px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__bet{right:48px;top:-63px}.gameboard__seat:nth-child(3) .gameboard__seat__actions__button{right:39px;top:10px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__bet{right:48px}.gameboard__seat:nth-child(4) .gameboard__seat__actions__button{right:63px;top:-32px}.gameboard__seat:nth-child(5) .gameboard__seat__actions__bet{bottom:125px}.gameboard__seat:nth-child(5) .gameboard__seat__actions__button{bottom:130px;right:-41px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__bet{bottom:32px;left:55px}.gameboard__seat:nth-child(6) .gameboard__seat__actions__button{bottom:70px;left:37px}.gameboard__menu__back{font-size:14px}}
/*# sourceMappingURL=main.c5f32ee3.css.map*/