h1,h2,h3,h4,h5,h6,p,div{margin:0;padding:0;box-sizing:border-box}:root{--background-color: rgba(255, 255, 255, .8);--pokeball: url(/assets/cursors/pokeball) 4 4, pointer}.box{background-color:var(--background-color);margin:40px 0;padding:10px 20px;border:2px solid black}.fade-in{opacity:0;animation:fadeIn .6s ease-out forwards}.fade-out{opacity:1;animation:fadeOut .6s ease-out forwards}@keyframes fadeIn{to{opacity:1}}@keyframes fadeOut{to{opacity:0}}#start_screen{width:inherit;height:inherit;align-content:center;justify-items:center;text-align:center}#Game{grid-template-rows:auto 1fr}#start_instructions{display:inline-block;padding:20px;background-color:var(--background-color)}#pokemonHeaderDiv img{width:600px}@keyframes blinker{50%{opacity:0}}.blinking-text{animation:blinker 1s linear infinite}#region_screen{display:flex;flex-direction:column;width:inherit;height:inherit;justify-content:space-evenly;align-items:center;text-align:center;overflow:scroll}#regions{display:grid;gap:20px;grid-template-rows:repeat(2,10rem);grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));place-items:center;width:inherit}#audio-element{position:relative;height:20px;width:20px;z-index:1;justify-self:flex-end;right:40px;top:30px;margin:10px}.card,.card-container{width:180px;height:250px}.card{border-radius:5px;background-color:#0003;border:0}.card:focus{outline:0}.card:focus-visible{outline:1px solid black}.card:active{scale:.95;outline:0}.card-container{perspective:1000px}.card-container.back .card-inner{transform:rotateY(180deg)}.card-inner{position:relative;text-align:center;transform-style:preserve-3d;transition:transform .85s;animation:flip-card .85s}.card-back{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;backface-visibility:hidden}.card-image{width:100%;height:200px;object-fit:contain;-webkit-user-select:none;user-select:none}.card[data-shiny=true] .card-name .name{background:linear-gradient(120deg,gold,#ffffe0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.shiny-symbol{position:absolute;top:6px;left:2px;width:32px;height:32px;background:url(../assets/sparkle.webp)}.card-name{letter-spacing:-.02em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 6px;font-weight:700;max-width:100%;text-transform:capitalize;color:#fff;font-size:15px;margin-bottom:0}@keyframes flip-card{0%{transform:rotateY(180deg);pointer-events:none}to{transform:rotateY(0)}}.region-block{position:relative;align-items:center}.region-block img{width:150px;height:100px;object-fit:cover}.region-block p{background-color:var(--background-color);padding:0 10px;margin-top:10px}.checkmark:before{display:block;content:"";background-image:url(/assets/pokeball-icon-BNYw_Y8t.png);position:absolute;font-weight:700;width:40px;height:40px;right:5px;top:-15px;rotate:30deg;background-size:contain;background-repeat:no-repeat}.btn-grad{background-image:linear-gradient(to right,#77a1d3,#79cbca 51%,#77a1d3)}.btn-grad{position:relative;margin:10px;padding:15px 45px;text-align:center;text-transform:uppercase;transition:.5s;background-size:200% auto;color:#fff;box-shadow:0 0 20px #eee;border-radius:10px;display:block;border:none;overflow:hidden}.btn-grad:hover{background-position:right center;color:#fff;text-decoration:none}.btn-img{top:-5px;right:-20px;position:absolute;rotate:30deg;width:60px;height:auto;opacity:.7}#pokemon-grid{display:grid;gap:20px;grid-template-rows:repeat(2,10rem);grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));place-items:center;width:inherit}#game-screen{text-align:center;overflow:scroll}header{display:flex;justify-content:space-between;align-items:center;padding:0 20px}header h1{margin-bottom:0}header p{margin:0}.pokemon-img{width:120px;height:120px;object-fit:contain}.error,.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.loader{width:fit-content;font-weight:700;font-family:monospace;font-size:30px;clip-path:inset(0 3ch 0 0);animation:l4 1s steps(4) infinite}.loader:before{position:relative;content:"Loading...";margin-left:100px}.loading h1{background-color:transparent!important}@keyframes l4{to{clip-path:inset(0 -1ch 0 0)}}.error h2{color:red;background-color:var(--background-color)}@font-face{font-family:PokemonClassic;src:url(/assets/Pokemon%20Classic-DQzc1Uav.ttf) format("truetype");font-weight:400;font-style:normal}body,button{cursor:var(--pokeball)}html,body{margin:0;padding:0;height:100%;font-family:PokemonClassic}body{background-image:url(/assets/background-owc1oRJM.svg);background-size:700px;background-repeat:repeat}#root{display:flex;justify-content:center;align-items:center;height:100vh}#Game{width:min(1280px,100vw);height:min(720px,100vh);display:grid;background-image:url(/assets/game_model-MUaceyLx.png);background-repeat:no-repeat;background-position:center;background-size:cover}
