*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-height:100vh}#root{width:100%}.top{display:flex;justify-content:space-between}.top div{padding:5px 5px 5px 0}.top div button,label{margin-left:5px}button{width:200px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;height:35px;text-align:center;border:none;border-radius:50px;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;background-color:#25aae1;box-shadow:0 4px 15px #31c4bebf}button:hover{background-color:#2528e1;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}input{border:none;-webkit-appearance:none;-ms-appearance:none;-moz-appearance:none;appearance:none;background:#f2f2f2;padding:12px;border-radius:3px;width:250px;font-size:16px;font-weight:600;font-family:Arial,Helvetica,sans-serif}label{font-size:16px;font-weight:600;font-family:Arial,Helvetica,sans-serif;color:#444}.bottom-panel{background:#999;text-align:center;box-shadow:inset 0 8px 30px #000;overflow:auto;white-space:nowrap}@media all and (min-width: 960px){.card{font-size:28pt}.card>span.badge{font-size:20pt;display:flex;align-items:center;justify-content:center;background:green;border:thin black solid;text-shadow:1px 1px 5px black;border-radius:50%;width:40px;height:40px;color:#0f0}.large{font-size:56pt}}@media all and (max-width: 960px){.text-right-sm{text-align:right}.card{font-size:24pt}.card>span.badge{font-size:16pt;background:green;border:thin black solid;text-shadow:1px 1px 5px black}.large{font-size:28pt}}.container{height:100vh;display:flex;flex-direction:column;justify-content:space-between}.card{position:relative;border:thin solid black;width:1.65em;height:2.3em;margin:5px;border-radius:5px;font-family:Arial,Helvetica,sans-serif;font-weight:700;box-shadow:5px 5px 5px gray;background-color:#f8f8ff;display:inline-flex;justify-content:center;align-items:center;transition:background-color .25s,transform .25s}.card>span{position:absolute;bottom:-10px;right:-10px}.selectable{cursor:pointer}.cardSelected{background-color:#d3d3d3;transform:translateY(3px);transition:background-color .25s,transform .25s}.status{display:flex;min-height:8px;margin:25px}.status>div{transition:all .5s ease;border:solid grey thin;flex-wrap:nowrap;flex:1;background-color:#d3d3d3;margin:1px;box-shadow:2px 2px 2px gray}.userName{display:none;text-align:center;margin:2px;font-weight:700}.status:hover .userName{display:block}.player-status-container{display:flex;justify-content:space-evenly}.player-status-container>div{font-size:24pt;font-weight:700;padding:5px;transition:all .5s ease;border:solid grey thin;background-color:#d3d3d3;box-shadow:2px 2px 2px gray}.player-status-container>div.highlighted{background-color:#adff2f}.results-panel{height:100%;display:flex;justify-content:center;align-items:center;filter:blur(24px);transition:all .5s ease}.reveal{filter:none}
