body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--red:#f14b3d;--white:#f8f9fa;--grey:#595f65;--yellow:#fdd85d;--blue:#072ac8}.app-container{background-color:#f14b3d;background-color:var(--red);color:#595f65;color:var(--grey)}.app{flex-direction:column;font-size:2vh;margin:auto;max-width:1200px;min-height:100vh;text-align:center}.app,.app .buttons{align-items:center;display:flex;justify-content:center}.app .buttons{flex-direction:row;width:60%}.app .buttons .show-if-pokemon-ready{display:none}.app .buttons button{font-size:2rem;height:100px;margin:10px;padding:10px;width:30%}.pokemon-font{color:#fdd85d;color:var(--yellow);font-weight:700;text-shadow:3px 0 #072ac8,-3px 0 #072ac8,0 3px #072ac8,0 -3px #072ac8;text-shadow:3px 0 var(--blue),-3px 0 var(--blue),0 3px var(--blue),0 -3px var(--blue)}.capitalize{text-transform:capitalize}.pokemon-data>*{background-color:#f8f9fa;background-color:var(--white);border-color:#595f65;border-color:var(--grey);border-radius:20px;border-width:10px;margin:10px;padding:10px}table{font-size:80%;margin-left:auto;margin-right:auto;padding:20px}table td,table th{padding-right:2vw;padding-top:10px;text-align:left}table td:first-child,table th:first-child{white-space:nowrap}.pokemon-stats{grid-area:stats}.pokemon-profile{grid-area:profile}.pokemon-bio{grid-area:bio}.pokemon-moves{grid-area:moves}.pokemon-data{display:grid;grid-template-areas:"stats profile bio" "moves moves moves";grid-template-columns:25% 50% 25%;grid-template-rows:auto;justify-content:space-evenly;max-width:1200px;width:100%}@media screen and (max-width:900px){.pokemon-data{grid-template-columns:33% 34% 33%}}.type-tag{border-radius:500px;height:2vh;margin-right:5px}.clue .revealed{animation:clue-animation 3s;display:none}@keyframes clue-animation{0%{text-align:center}20%,40%,60%,80%{color:var(--red)}10%,30%,50%,70%{color:var(--yellow)}90%{color:var(--yellow);font-weight:700;scale:3;text-align:center;text-shadow:1px 0 var(--blue),-1px 0 var(--blue),0 1px var(--blue),0 -1px var(--blue)}}.pokemon-stats{padding-top:2vh}.move-list{font-size:80%}.pokemon-profile .selected-pokemon img{margin:3rem;scale:2}.pokemon-profile .selected-pokemon .revealed{display:none}.pokemon-bio{padding-top:2vh}
/*# sourceMappingURL=main.b52452f5.css.map*/