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}.App{text-align:center;border:4px solid #282c34;width:calc(100vw - 25px)}nav{padding:.5em 0;background-color:#222}ul.nav-links{list-style-type:none;display:flex;justify-content:space-around;margin:0;padding:0}.nav-links a{color:#fff}.card{font-size:2em;display:flex;border-radius:5px;border:1px solid #777;background-color:#fff;padding:1em .5em;min-width:1.2em;justify-content:center;color:#282c34}.decision{position:fixed;z-index:12;right:0;padding:.5em;border-radius:10px 0 0 10px;border:1px solid #222;background:#555;color:#fff;cursor:pointer}.decision.first{top:4em}.decision.second{top:7em}.decision.third{top:10em}.decision.fourth{top:13em}.decision.fifth{top:16em}.decision.sixth{top:19em}.decision.seventh{top:22em}.score-bar{z-index:2;width:90%}.score-bar .bar{width:100%;border-radius:2px;background-color:#ddd}.score-bar .score{font-size:2em}.dealer-hand,.player-hand{display:flex;margin-right:30%}.dealer-hand{margin-bottom:1em}.basic-trainer{background-color:#282c34;height:calc(100vh - 2em);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;font-size:calc(10px + 2vmin);color:#fff}.basic-trainer.incorrect{-webkit-animation:incorrectBlink .5s linear 1 forwards;animation:incorrectBlink .5s linear 1 forwards}.basic-trainer.correct{-webkit-animation:correctBlink .5s linear 1 forwards;animation:correctBlink .5s linear 1 forwards}.basic-trainer-section{display:flex;flex-direction:column;align-items:center;margin-right:4em;margin-top:1em}@-webkit-keyframes correctBlink{0%{border-color:#90ee90}to{border-color:#282c34}}@keyframes correctBlink{0%{border-color:#90ee90}to{border-color:#282c34}}@-webkit-keyframes incorrectBlink{0%{border-color:red}to{border-color:#282c34}}@keyframes incorrectBlink{0%{border-color:red}to{border-color:#282c34}}.basic-strategy-chart{background-color:#222;color:#fdfdf1;padding-top:1em}.basic-strategy-chart h3{cursor:pointer}.strategy-chart-cell.green-bg{background-color:#61cd14}.strategy-chart-cell.red-bg{background-color:#ff6262}.strategy-chart-cell.purple-bg{background-color:#b100b4}.strategy-chart-cell.blue-bg{background-color:#0096ee}.strategy-chart-cell.yellow-bg{background-color:#c2cc49}.strategy-chart-cell.white-bg{background-color:#fff}.strategy-chart-key .title.green-bg{background-color:#61cd14}.strategy-chart-key .name.green-fg{color:#61cd14}.strategy-chart-key .title.red-bg{background-color:#ff6262}.strategy-chart-key .name.red-fg{color:#ff6262}.strategy-chart-key .title.purple-bg{background-color:#b100b4}.strategy-chart-key .name.purple-fg{color:#b100b4}.strategy-chart-key .title.blue-bg{background-color:#0096ee}.strategy-chart-key .name.blue-fg{color:#0096ee}.strategy-chart-key .title.yellow-bg{background-color:#c2cc49}.strategy-chart-key .name.yellow-fg{color:#c2cc49}.strategy-chart-key .title.white-bg{background-color:#fff}.strategy-chart-key .name.white-fg{color:#fff}.strategy-chart-key .title{padding:4px 8px}.strategy-chart-key{display:flex;flex-direction:column;align-items:center}.key-names{display:flex;flex-wrap:wrap;justify-content:space-evenly;width:66%;margin:auto}div.collapsed{max-height:0}div.expanded{max-height:1000px}div.collapsing{-webkit-animation:collapse .25s linear forwards;animation:collapse .25s linear forwards}div.expanding{-webkit-animation:expand .5s linear forwards;animation:expand .5s linear forwards}@-webkit-keyframes collapse{0%{max-height:1000px}to{max-height:0}}@keyframes collapse{0%{max-height:1000px}to{max-height:0}}@-webkit-keyframes expand{0%{max-height:0}to{max-height:1000px}}@keyframes expand{0%{max-height:0}to{max-height:1000px}}
/*# sourceMappingURL=main.49bce745.chunk.css.map */