.la-ball-pulse,.la-ball-pulse>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.la-ball-pulse{display:block;font-size:0;color:#fff}.la-ball-pulse.la-dark{color:#333}.la-ball-pulse>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-ball-pulse{width:54px;height:18px}.la-ball-pulse>div:nth-child(1){-webkit-animation-delay:-.2s;-moz-animation-delay:-.2s;-o-animation-delay:-.2s;animation-delay:-.2s}.la-ball-pulse>div:nth-child(2){-webkit-animation-delay:-.1s;-moz-animation-delay:-.1s;-o-animation-delay:-.1s;animation-delay:-.1s}.la-ball-pulse>div:nth-child(3){-webkit-animation-delay:0ms;-moz-animation-delay:0ms;-o-animation-delay:0ms;animation-delay:0ms}.la-ball-pulse>div{width:10px;height:10px;margin:4px;border-radius:100%;-webkit-animation:ball-pulse 1s ease infinite;-moz-animation:ball-pulse 1s ease infinite;-o-animation:ball-pulse 1s ease infinite;animation:ball-pulse 1s ease infinite}.la-ball-pulse.la-sm{width:26px;height:8px}.la-ball-pulse.la-sm>div{width:4px;height:4px;margin:2px}.la-ball-pulse.la-2x{width:108px;height:36px}.la-ball-pulse.la-2x>div{width:20px;height:20px;margin:8px}.la-ball-pulse.la-3x{width:162px;height:54px}.la-ball-pulse.la-3x>div{width:30px;height:30px;margin:12px}@-webkit-keyframes ball-pulse{0%,60%,to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}30%{opacity:.1;-webkit-transform:scale(.01);transform:scale(.01)}}@-moz-keyframes ball-pulse{0%,60%,to{opacity:1;-moz-transform:scale(1);transform:scale(1)}30%{opacity:.1;-moz-transform:scale(.01);transform:scale(.01)}}@-o-keyframes ball-pulse{0%,60%,to{opacity:1;-o-transform:scale(1);transform:scale(1)}30%{opacity:.1;-o-transform:scale(.01);transform:scale(.01)}}@keyframes ball-pulse{0%,60%,to{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}30%{opacity:.1;-webkit-transform:scale(.01);-moz-transform:scale(.01);-o-transform:scale(.01);transform:scale(.01)}}:root{--color-text-1: #000;--color-text-2: #000;--color-loading-spinner: #444;--color-background-1: #fff;--color-background-2: #666;--color-foreground-1: #fff;--color-foreground-1-mouseover: #ccf;--color-foreground-1-click: #aaf;--color-foreground-2: #aaa;--color-border: #000;--color-highlight-desaturated: #67cf67;--color-highlight-saturated: #36bf36}@font-face{font-family:Inconsolata;src:url(/common-dependencies/inconsolata-font/Inconsolata-VariableFont_wdth,wght.ttf)}*{box-sizing:border-box}html,body{min-width:fit-content;min-width:-moz-fit-content;min-height:fit-content;min-height:-moz-fit-content}body{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh;margin:0;padding:.4em;background:var(--color-background-1);color:var(--color-text-1);font-family:Inconsolata,Consolas,monospace;cursor:default}#app{display:grid;grid-auto-flow:column;column-gap:.5em;font-weight:700;font-size:2.4em}div.app-section{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:.4em;padding:.5em;height:100%;background:var(--color-background-2);border:thin solid var(--color-border)}#app-left{flex:1}#playarea{flex:1;display:grid;gap:.4em;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(4,1fr);grid-auto-flow:row;width:100%}#app-right{width:4.6em;min-width:4.6em}#payouts-disp{flex:1;display:flex;flex-direction:column;row-gap:.15em;width:100%}#payouts-disp>div{flex:1;display:flex;align-items:center;justify-content:center;column-gap:.15em}#payouts-disp>div>div{display:flex;align-items:center;justify-content:flex-end;height:100%;background:var(--color-foreground-2);font-size:60%}div.payouts-score-box{width:2em;padding:0 .2em;color:var(--color-text-2);border:thin solid var(--color-border)}div.payouts-mgp-box{flex:1;border:thin solid var(--color-border)}div.payouts-mgp-box>input{width:100%;height:100%;background:transparent;border:none;font:inherit;text-align:right;padding:0 .2em;background:var(--color-foreground-1);color:var(--color-text-1)}div.cell{display:flex;align-items:center;justify-content:center;flex-direction:column;border:thin solid var(--color-border);width:3.8em;height:3.8em}div.cell>*{display:flex;align-items:center;justify-content:center;height:100%;width:100%}#cell-g{grid-column:1}div.button{display:flex;align-items:center;justify-content:center;background:var(--color-foreground-1)}div.button{cursor:pointer}div.button:hover{background:var(--color-foreground-1-mouseover)}div.button:active{background:var(--color-foreground-1-click)}div.svg-in-cell>div{display:flex;align-items:center;justify-content:center;height:3em;width:3em}div.svg-in-cell>div>svg{fill:var(--color-text-1);height:100%;width:100%}div.icon-in-cell>div{display:flex;align-items:center;justify-content:center;height:1.8em;width:1.8em}div.icon-in-cell>div>svg{fill:var(--color-text-1);height:100%;width:100%}div.line-box{font-size:75%;color:var(--color-text-2);background:var(--color-foreground-2)}div.line-box.highlight-best{background:var(--color-highlight-desaturated)}div.num-box{display:flex;align-items:center;justify-content:center;flex-direction:column}div.num-box>div{width:100%}div.num-box.num-selectable{background:var(--color-foreground-2)}div.num-box.num-revealed{display:flex;align-items:center;justify-content:center;font-size:200%;background:var(--color-foreground-1)}div.num-box.num-selectable.highlight-best{background:var(--color-highlight-saturated)}div.num-score-box{display:flex;align-items:center;justify-content:center;padding:.1em 0 0;font-size:45%;color:var(--color-text-2)}div.num-box-buttongrid{flex:1;display:grid;gap:.1em;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-auto-flow:row;padding:.1em .2em .2em}div.num-box-buttongrid>div{display:flex;align-items:center;justify-content:center;font-size:75%;height:100%;width:100%}div.num-box-buttongrid>div.button{border:thin solid var(--color-border)}div.num-box-buttongrid-simplemode{padding:.2em}#info-cell{border:none}#info-cell>div{width:100%;height:100%;padding:.5em;font-size:42%}.loading-spinner-custom{color:var(--color-loading-spinner)}div.app-simple-mode #app-right,div.app-simple-mode #info-cell{display:none}@media only screen and (max-width:66em),only screen and (max-height:44em){#app.app-advanced-mode{font-size:2em}}@media only screen and (max-width:55em),only screen and (max-height:44em){div.app-simple-mode #playarea{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr)}div.app-simple-mode #cell-a,div.app-simple-mode #cell-b,div.app-simple-mode #cell-c,div.app-simple-mode #cell-d,div.app-simple-mode #cell-e,div.app-simple-mode #cell-f,div.app-simple-mode #cell-g,div.app-simple-mode #cell-h{display:none}div.app-simple-mode #cell-3{grid-column:1}div.app-simple-mode div.num-box.num-revealed.highlight-best,div.app-simple-mode div.num-box.num-unknown.highlight-best{background:var(--color-highlight-desaturated)}}@media only screen and (max-width:45em){div.app-simple-mode #playarea{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr)}div.app-simple-mode #advanced-cell{grid-row:4;grid-column:2}div.app-simple-mode #reset-cell{grid-row:4;grid-column:3}}@media only screen and (max-width:34em),only screen and (max-height:33em){#app.app-simple-mode{font-size:1.6em}}
