.pokemon-container[data-v-b7a41a86]{height:200px;display:flex;justify-content:center;position:relative;width:100%}img[data-v-b7a41a86]{height:200px;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.hidden-pokemon[data-v-b7a41a86]{filter:brightness(0)}.options-container[data-v-73ddf4e0]{display:flex;justify-content:center}ul[data-v-73ddf4e0]{list-style-type:none;padding:0}li[data-v-73ddf4e0]{background-color:#fff;border-radius:5px;border:1px solid rgba(0,0,0,.2);cursor:pointer;margin-bottom:10px;width:250px;padding:5px;transition:all .3s}li[data-v-73ddf4e0]:hover{background-color:rgba(0,0,0,.05)}.text-correct[data-v-73ddf4e0]{color:#2e7d32;font-weight:700;border-color:#2e7d32}.text-incorrect[data-v-73ddf4e0]{color:#d32f2f;font-weight:700;border-color:#d32f2f}.disabled[data-v-73ddf4e0]{pointer-events:none}.skeleton-container[data-v-9b08614e]{display:flex;flex-direction:column;align-items:center;justify-content:center}.skeleton-image[data-v-9b08614e]{width:200px;height:200px;background:linear-gradient(#e0e0e0 45%,#bdbdbd 0,#bdbdbd 55%,#e0e0e0 0);border-radius:50%;margin-bottom:20px;border:4px solid #bdbdbd}.skeleton-text[data-v-9b08614e]{width:250px;height:30px;background-color:#e0e0e0;margin-bottom:40px;border-radius:4px}.skeleton-button[data-v-9b08614e]{width:250px;height:45px;background-color:#e0e0e0;margin-bottom:10px;border-radius:5px}.pulse[data-v-9b08614e]{animation:pulse-9b08614e 1.5s ease-in-out infinite}@keyframes pulse-9b08614e{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.poke-game{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:20px}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:0;max-width:100vw;min-height:50vw}body,html{background-color:#f1f1f1;margin:0}.fade-in{animation:fadeIn .5s;-webkit-animation:fadeIn .3s;-moz-animation:fadeIn .3s;-o-animation:fadeIn .3s;-ms-animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}