body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--color1:#00e7ff;--color2:#ff00e7;--back:url(https://cdn2.bulbagarden.net/upload/1/17/Cardback.jpg);--charizard1:#fac;--charizard2:#dca;--charizardfront:url(https://i.ibb.co/R39VcT0/tichu-logo.jpg);--pika1:#54a29e;--pika2:#a79d66;--pikafront:url(https://assets.codepen.io/13471/pikachu-gx.webp);--eevee1:#efb2fb;--eevee2:#acc6f8;--eeveefront:url(https://assets.codepen.io/13471/eevee-gx.webp);--mewtwo1:#efb2fb;--mewtwo2:#acc6f8;--mewtwofront:url(https://assets.codepen.io/13471/mewtwo-gx.webp)}.card{width:71.5vw;height:90vw;@media screen and (min-width:394px) and (max-width:499px){height:80vw}@media screen and (min-width:500px) and (max-width:599px){height:70vw}@media screen and (min-width:600px){width:clamp(12.9vw,61vh,18vw);height:clamp(18vw,85vh,25.2vw)}position:relative;margin:20px;overflow:hidden;z-index:10;touch-action:none;border-radius:5%/3.5%;box-shadow:-5px -5px 5px -5px var(--color1),5px 5px 5px -5px var(--color2),-7px -7px 10px -5px transparent,7px 7px 10px -5px transparent,0 0 5px 0 hsla(0,0%,100%,0),0 55px 35px -20px rgba(0,0,0,.5);transition:transform .5s ease,box-shadow .2s ease;will-change:transform,filter;background-color:#040712;background-image:var(--front);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;transform-origin:center}.card:hover{box-shadow:-20px -20px 30px -25px var(--color1),20px 20px 30px -25px var(--color2),-7px -7px 10px -5px var(--color1),7px 7px 10px -5px var(--color2),0 0 13px 4px hsla(0,0%,100%,.3),0 55px 35px -20px rgba(0,0,0,.5)}.card.charizard{--color1:var(--charizard1);--color2:var(--charizard2);--front:var(--charizardfront)}.card.pika{--color1:var(--pika1);--color2:var(--pika2);--front:var(--pikafront)}.card.mewtwo{--color1:var(--mewtwo1);--color2:var(--mewtwo2);--front:var(--mewtwofront)}.card.eevee{--color1:#ec9bb6;--color2:#ccac6f;--color3:#69e4a5;--color4:#8ec5d6;--color5:#b98cce;--front:var(--eeveefront)}.card:after,.card:before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background-repeat:no-repeat;opacity:.5;mix-blend-mode:color-dodge;transition:all .33s ease}.card:before{background-position:50% 50%;background-size:300% 300%;background-image:linear-gradient(115deg,transparent,var(--color1) 25%,transparent 47%,transparent 53%,var(--color2) 75%,transparent);opacity:.5;filter:brightness(.5) contrast(1);z-index:1}.card:after{opacity:1;background-image:url(https://assets.codepen.io/13471/sparkles.gif),url(https://assets.codepen.io/13471/holo.png),linear-gradient(125deg,rgba(255,0,132,.3137254901960784) 15%,rgba(252,164,0,.25098039215686274) 30%,rgba(255,255,0,.18823529411764706) 40%,rgba(0,255,138,.12549019607843137) 60%,rgba(0,207,255,.25098039215686274) 70%,rgba(204,76,250,.3137254901960784) 85%);background-position:50% 50%;background-size:160%;background-blend-mode:overlay;z-index:2;filter:brightness(1) contrast(1);transition:all .33s ease;mix-blend-mode:color-dodge;opacity:.75}.card.active:after,.card:hover:after{filter:brightness(1) contrast(1);opacity:1}.card.active,.card:hover{animation:none;transition:box-shadow .1s ease-out}.card.active:before,.card:hover:before{animation:none;background-image:linear-gradient(110deg,transparent 25%,var(--color1) 48%,var(--color2) 52%,transparent 75%);background-position:50% 50%;background-size:250% 250%;opacity:.88;filter:brightness(.66) contrast(1.33);transition:none}.card.active:after,.card.active:before,.card:hover:after,.card:hover:before{animation:none;transition:none}.card.animated{transition:none;animation:holoCard 12s ease 0s 1;&:before{transition:none;animation:holoGradient 12s ease 0s 1}&:after{transition:none;animation:holoSparkle 12s ease 0s 1}}@keyframes holoSparkle{0%,to{opacity:.75;background-position:50% 50%;filter:brightness(1.2) contrast(1.25)}5%,8%{opacity:1;background-position:40% 40%;filter:brightness(.8) contrast(1.2)}13%,16%{opacity:.5;background-position:50% 50%;filter:brightness(1.2) contrast(.8)}35%,38%{opacity:1;background-position:60% 60%;filter:brightness(1) contrast(1)}55%{opacity:.33;background-position:45% 45%;filter:brightness(1.2) contrast(1.25)}}@keyframes holoGradient{0%,to{opacity:.5;background-position:50% 50%;filter:brightness(.5) contrast(1)}5%,9%{background-position:100% 100%;opacity:1;filter:brightness(.75) contrast(1.25)}13%,17%{background-position:0 0;opacity:.88}35%,39%{background-position:100% 100%;opacity:1;filter:brightness(.5) contrast(1)}55%{background-position:0 0;opacity:1;filter:brightness(.75) contrast(1.25)}}@keyframes holoCard{0%,to{transform:rotate(0deg) rotateX(0deg) rotateY(0deg)}5%,8%{transform:rotate(0deg) rotateX(6deg) rotateY(-20deg)}13%,16%{transform:rotate(0deg) rotateX(-9deg) rotateY(32deg)}35%,38%{transform:rotate(3deg) rotateX(12deg) rotateY(20deg)}55%{transform:rotate(-3deg) rotateX(-12deg) rotateY(-27deg)}}.card.eevee:hover{box-shadow:0 0 30px -5px #fff,0 0 10px -2px #fff,0 55px 35px -20px rgba(0,0,0,.5)}.card.eevee.active:before,.card.eevee:hover:before{background-image:linear-gradient(115deg,transparent 20%,var(--color1) 36%,var(--color2) 43%,var(--color3) 50%,var(--color4) 57%,var(--color5) 64%,transparent 80%)}.demo .card{background-image:var(--back);font-size:2vh}.demo .card>span{position:relative;top:45%}.demo .card:first-of-type,.demo .card:nth-of-type(2),.demo .card:nth-of-type(3){width:20vh;height:27.5vh;box-shadow:inset 0 0 0 1px rgba(white,.4),0 25px 15px -10px rgba(0,0,0,.5);animation:none}.demo .card:first-of-type{&:after,&:before{display:none}}.demo .card:nth-of-type(2){background:none;&:before{display:none}}.demo .card:nth-of-type(3){background:none;&:after{display:none}}.operator{display:inline-block;vertical-align:middle;font-size:6vh}body,html{height:100%;padding:0;z-index:1;transform:translateZ(.1px)}body,html{background-color:#333844}body{color:#fff;font-family:"Heebo",sans-serif;text-align:center}h1{display:block;margin:30px 0}p{margin-top:5px;font-weight:200}#app,.cards,.demo{position:relative}.cards,.demo{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;perspective:2000px;z-index:1;transform:translate3d(.1px,.1px,.1px)}.demo{flex-direction:row;justify-content:center}@media screen and (min-width:600px){.cards{flex-direction:row}}.cards .card{&:nth-child(2){&,&:after,&:before{animation-delay:.25s}}&:nth-child(3){&,&:after,&:before{animation-delay:.5s}}&:nth-child(4){&,&:after,&:before{animation-delay:.75s}}}p{font-weight:400;font-size:18px;padding:1em;background:rgba(0,0,0,.3);margin-top:0;animation:rubberBand 1.5s linear 3s 1}.promo{margin-top:50px}.promo img{margin-top:10px;max-width:80%}p a{color:#0ff}body,html,main{min-height:100%}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}button{font-weight:700;font-size:1.5vh}.Components_disabledButton__1IMAg{opacity:.5}.Components_gameContainer__1PJgl{width:100%;height:100%;display:grid;grid-row-gap:2%;row-gap:2%;grid-template-columns:100%;grid-template-rows:10% 90%}.Components_winScoreSelector__12Utd{height:-webkit-max-content;height:max-content;padding:3% 0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:2vh}.Components_scoreSelectionForm__3m5nU{padding-top:1%}.Components_enteringSceneContainer__1b26k{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-content:center}.Components_gameLogo__2Ql_R{height:30vh}.Components_demoCheckboxContainer__ECkz_{font-size:2vh}.Components_demoCheckbox__3oqMu{height:2vh;width:2vh}.Components_scoreboardEntry__2CxYX{width:100%;display:flex;flex-flow:row;justify-content:center;align-items:center;text-align:center;text-decoration:none;outline:none;border:none}.Components_scoreboardNormalEntry__1pLAn{height:50%;grid-column-gap:28.75%;column-gap:28.75%;background-color:#706f6f;font-size:2vh}.Components_scoreboardMainEntry__KZNN0{height:100%;grid-column-gap:30%;column-gap:30%;background-color:#505050;font-size:3.25vh}.Components_innerScore__IEXKo{width:5%;text-align:center;-webkit-user-select:none;user-select:none}.Components_mainScore__1aACP{display:flex;flex-flow:column;-webkit-user-select:none;user-select:none}.Components_gameboardPreTradesStyle__1raNx{display:flex;grid-column-gap:.25%;column-gap:.25%;flex-direction:row}.Components_gameboardPreTradesStyle__1raNx,.Components_gameboardStyle__3MLGP{width:100%;height:95%;justify-content:center;overflow:hidden;font-size:1.75vh}.Components_gameboardStyle__3MLGP{display:grid;grid-template-rows:32.5% 32.5% 32.5%;grid-template-columns:32.5% 32.5% 32.5%;grid-column-gap:1%;grid-row-gap:1%}.Components_player1__1lxn3{grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3}.Components_player2__2Eam8{grid-row-start:2;grid-row-end:3;grid-column-start:1;grid-column-end:2}.Components_player3__3A1Ug{grid-row-start:3;grid-row-end:4;grid-column-start:2;grid-column-end:3}.Components_player4__20znR{grid-row-start:2;grid-row-end:3;grid-column-start:3;grid-column-end:4}.Components_tableStyle__1YEY5{grid-row-start:2;grid-row-end:3;grid-column-start:2;grid-column-end:3}.Components_dragonSelection__1Miaw{position:absolute;top:0;width:15%;min-width:-webkit-min-content;min-width:min-content;height:100%}.Components_selection1__3uNuH{left:34%}.Components_selection2__1QvSy{left:49%}.Components_tableBox__1Q2l6{border:1px solid #fff;border-radius:max(.3vw,.5vh);width:100%;height:90%}.Components_dragonSelectionTableContainer__3S96N,.Components_tableCardList__wCFeC{display:flex;width:100%;height:90%;position:relative}.Components_requestedCardTable__3tKEY{padding-left:2%}.Components_playerBox__7ZN55{display:flex;flex-direction:column;width:100%;border-radius:max(.3vw,.5vh);border:1px solid #fff}.Components_playerInfo__2lcCm{padding-top:1%;padding-right:1%;display:flex;flex-direction:row;justify-content:space-between;height:10%}.Components_playerIDSpan__nUIf9{padding-left:2%;-webkit-user-select:none;user-select:none}.Components_inGamePlayerBox__1yz9i{height:90%}.Components_playerCardList__1yt7Q{display:flex;height:70%;position:relative}.Components_selectionsContainer__RpMPT{display:flex;flex-direction:column;justify-content:center;height:20%}.Components_actionButtonsMainContainer__i-mzc{display:flex;flex-direction:row;justify-content:space-between}.Components_sideActionButtonsContainer__wb0NF{display:flex;flex-direction:row}.Components_leftActionButtonsContainer__2zf8A{justify-content:left}.Components_rightActionButtonsContainer__3z7iP{justify-content:right}.Components_selectionBoxStyle__2GqAO{display:flex;width:100%;height:-webkit-min-content;height:min-content;overflow:visible}.Components_selectionButtonStyle__10juF{overflow:visible}.Components_phoenixSelectionContainer__2YW0K{display:flex;flex-direction:row}.Components_phoenixSelectMenu__3wJSL{font-size:1.5vh}.Components_preTradePlayerBox__10e0y{height:45%}.Components_preTradesCol__1maMh{display:flex;grid-row-gap:.25%;row-gap:.25%;flex-direction:column;justify-content:center;width:33%;height:100%}.Components_preTradeCardList__3yQfE{display:flex;height:40%;position:relative;-webkit-user-select:none;user-select:none}.Components_tradingCardSlots__1vkyo{display:flex;flex-direction:row;width:100%;height:40%}.Components_tradingCardSlot__3ZMcR{display:flex;flex-direction:column;grid-row-gap:5%;row-gap:5%;align-items:center;margin-left:3%;width:100%;height:100%}.Components_tradePhaseButtonContainer__ywBF2{width:100%;display:flex;flex-direction:row;justify-content:center}.Components_tradePhaseButton__311O5{width:35%}.Components_inactiveButton__3jjHA{width:35%;opacity:.5}.Components_inactiveButton__3jjHA:active{border-style:outset}.Components_betMessage__3OS6m{-webkit-user-select:none;user-select:none;height:-webkit-min-content;height:min-content;color:#000;font-weight:700;padding:0 1%;border-radius:max(.1vw,.3vh)}.Components_tichuBetMessage__2reeR{background-color:#daa520}.Components_grandTichuBetMessage__zMnFy{background-color:#ad0202}.Components_roomContainer__236NS{padding-inline:20px;position:relative;z-index:11;overflow-y:auto;height:280px}.Components_roomContainer__236NS::-webkit-scrollbar{display:none}.Components_roomContainer__236NS{-ms-overflow-style:none;scrollbar-width:none}.Components_room__vPy1i{background-color:rgba(30,41,59,.8);border:1px inset #b4b2b2;border-radius:12px;width:71.5vw;margin-bottom:10px;display:flex;align-items:center;grid-gap:1rem;gap:1rem;padding:10px}@media screen and (min-width:600px){.Components_room__vPy1i{width:clamp(12.9vw,61vh,18vw)}}.Components_signInContainer__3H1PO{position:absolute;top:20px;right:20px;z-index:12}.Components_signInButton__2BUPz{margin:0;padding:.625rem 1.25rem;border:0;outline:0;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:var(--accent);color:#fff;border-radius:.375rem;display:inline-flex;justify-content:center;align-items:center;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:.1s;font-family:inherit;font-weight:600;font-size:.6875rem;letter-spacing:.5px;line-height:1;text-transform:uppercase;min-height:2.25rem;width:100%;--accentLightest:rgba(60,99,241,0.3);--accentLighter:rgba(17,65,238,0.3);--accent:#103fef;--accentDark:#0d33bf;--accentDarker:#0a268f;-webkit-font-smoothing:auto!important}.Components_createRoomContainer__3YxZO{width:35px;height:35px;background-color:#d3d3d3;border-radius:100%;position:absolute;bottom:20px;right:20px;z-index:12;cursor:pointer}.Components_avatar__2IVDt{width:32px;height:32px;border-radius:100%}.Components_oneUserIcon__2e57x{width:19px;height:19px;min-width:19px;min-height:19px;padding-bottom:5px;padding-right:7px;margin-left:auto}.Components_twoUsersIcon__3kjky{width:26px;height:26px;min-width:26px;min-height:26px;padding-right:2px;margin-left:auto}.Components_threeUsersIcon__1t-ll{width:32px;height:32px;min-width:32px;min-height:32px;margin-left:auto}.Components_fourUsersIcon__3rknI{width:26px;height:26px;min-width:26px;min-height:26px;padding-left:5px;margin-left:auto}.Components_joinRoomButton__1sSMr{padding-top:4px;padding-bottom:6px;background:linear-gradient(90deg,#1e8569,#1fb112);cursor:pointer}.Components_inactiveJoinRoomButton__2Svlf,.Components_joinRoomButton__1sSMr{width:20px;height:20px;min-width:20px;min-height:20px;padding-inline:10px;border-radius:6px}.Components_inactiveJoinRoomButton__2Svlf{position:relative;bottom:15px;cursor:not-allowed}.Components_leaveRoomButton__24xR-{padding-top:2px;padding-bottom:8px;padding-inline:10px;background:linear-gradient(90deg,#c53a3a,#ee2b4b);cursor:pointer}.Components_fullRoomButton__rsM4K,.Components_leaveRoomButton__24xR-{width:20px;height:20px;min-width:20px;min-height:20px;border-radius:6px}.Components_fullRoomButton__rsM4K{padding-left:5px;padding-right:15px;cursor:not-allowed}.Components_ldsRing__35-uf{display:inline-block;width:35px;height:35px;position:absolute;bottom:20px;right:20px;z-index:12}.Components_ldsRing__35-uf div{box-sizing:border-box;display:block;position:absolute;width:30px;height:30px;margin:8px;border-radius:50%;animation:Components_ldsRing__35-uf 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#d3d3d3}.Components_ldsRing__35-uf div:first-child{animation-delay:-.45s}.Components_ldsRing__35-uf div:nth-child(2){animation-delay:-.3s}.Components_ldsRing__35-uf div:nth-child(3){animation-delay:-.15s}@keyframes Components_ldsRing__35-uf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Components_ldsFacebook__BgcHz{display:inline-block;position:relative;width:20px;height:30px}.Components_ldsFacebook__BgcHz div{display:inline-block;position:absolute;bottom:10px;width:7px;background:#d3d3d3;border-radius:12px;animation:Components_ldsFacebook__BgcHz 1.2s cubic-bezier(0,.5,.5,1) infinite}.Components_ldsFacebook__BgcHz div:first-child{left:-4px;animation-delay:-.24s}.Components_ldsFacebook__BgcHz div:nth-child(2){left:6px;animation-delay:-.12s}.Components_ldsFacebook__BgcHz div:nth-child(3){left:16px;animation-delay:0}@keyframes Components_ldsFacebook__BgcHz{0%{top:8px;height:32px}50%,to{top:16px;height:16px}}#root,.App,body,html{height:100%}.App-body{background-color:#61656f;background-image:url(../../static/media/casino.e2616013.webp);background-size:cover;background-position:50%;background-blend-mode:multiply;height:100%!important;width:100%;color:#fff}.cl-userButtonPopoverActionButton__manageAccount,.cl-userButtonPopoverFooter{display:none}
/*# sourceMappingURL=main.1782c22b.chunk.css.map */