@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);*{color:#212121;overflow:hidden}h1{font-family:Lato,sans-serif}img{pointer-events:none}::placeholder{color:#e0e0e0}.playing-card-none{background:linear-gradient(45deg,#9e9e9e,#e0e0e0)}.playing-card-red{background:linear-gradient(45deg,#ff5722,#e91e63)}.playing-card-blue{background:linear-gradient(45deg,#3f51b5,#00bcd4)}.playing-card-green{background:linear-gradient(45deg,#009688,#8bc34a)}.playing-card-yellow{background:linear-gradient(45deg,#ff9800,#ffc107)}.playing-card-black{background:linear-gradient(45deg,#212121,#757575)}.color-vip{width:-moz-fit-content;width:fit-content;display:table;background-color:#009688;background-image:linear-gradient(-45deg,#00bcd4,#ff9800);background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:#0000;-moz-background-clip:text;-moz-text-fill-color:#0000}.bg-dimmed{background-color:#212121}.bg-dimmed,.bg-gradient{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:-100}.bg-gradient{background-color:#009688;background-image:linear-gradient(-45deg,#009688,#673ab7);background-size:400%;animation:bg-gradient-animation 20s ease infinite}@keyframes bg-gradient-animation{0%{background-position:0 100%}50%{background-position:100% 0}to{background-position:0 100%}}.material-icons-outlined{-webkit-user-select:none;user-select:none;cursor:pointer}.center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.center a,.center b,.center h1,.center h4,.center p{font-family:Lato,sans-serif;text-align:center;color:#fafafa;-webkit-user-select:none;user-select:none;cursor:help}button{font-family:Lato,sans-serif;border:.2rem solid #fafafa;border-radius:1rem;color:#fafafa;background:#0000;padding:.5rem 1rem;transition:all .3s ease-in-out;cursor:pointer}button:hover{background-color:#fafafa;color:#212121}button:disabled{border-color:#fafafa33;color:#fafafa33;cursor:not-allowed}button:disabled:hover{background-color:initial;color:#fafafa33}.button-bottom{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);border:none}