@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";html{font-size:62.5%}body{font-family:Press Start\ 2P,Sans-Serif;font-size:1.6rem;margin:0}.header{position:fixed;top:0;left:0;width:calc(100% - 3.2rem);z-index:999;height:55px;background:#002e29;color:#dedede;align-items:center;padding:0 1.6rem;display:grid;grid-template-columns:1fr 1fr}.nav{text-align:right}.nav__list{padding:0;margin:-4px 0 0}.nav__item{display:inline;font-size:2.4rem;padding-left:1.6rem}.nav__item a{color:#dedede!important}.nav__item .profile_icon{width:25px;height:25px;top:3px;position:relative}.nav__item .profile_icon--active{box-shadow:0 0 0 2px #28aafd}.map-icon--active{color:#51ae5f}.pokedex-icon--active{color:#dc0a2d}.user-icon--active{color:#28aafd}main{margin-top:55px}.map{width:100%;height:calc(100vh - 55px)}.map,.map .loading{background-color:#51ae5f}.map .loading{padding-top:calc(50vh - 120px);margin:0}.pokemon{border:5px solid #dc0a2d;border-radius:50%;background-color:#fff;display:flex;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;background-origin:content-box;padding:5px;position:absolute;top:-25px;left:-25px}.pokemon--pokeball{background-image:url(/pokeball.png)!important;border:none;padding:0;width:30px!important;height:31px!important;animation:catching 1s;animation-iteration-count:1}.pokemon{transition:transform .5s ease-in-out}.marker{height:10px;width:10px;background-color:red;border-radius:5px}.message{width:100%;background:rgba(0,46,41,.66);position:fixed;bottom:0;left:0}.message__text{color:#fff;margin:1.2rem;font-size:1.2rem;line-height:1.6rem;text-align:center}.container{padding:1.6rem;min-height:calc(100vh - 55px - 3.2rem);min-height:calc(var(--vh, 1vh)*100 - 55px - 3.2rem)}.container--red{background-color:#dc0a2d}.container--blue{background-color:#28aafd}.submenu{display:flex;color:#fff;margin-bottom:1.6rem}.submenu--space-between{justify-content:space-between}a{color:inherit;text-decoration:inherit}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-auto-rows:1fr;--stagger-delay:100ms}@keyframes cardEntrace{0%{opacity:0;transform:scal(.3)}to{opacity:1;transform:scale(1)}}.grid:before{content:"";width:0;padding-bottom:100%}.grid:before,.grid>:first-child{grid-row:1/1;grid-column:1/1}.pokedex{width:100%;grid-gap:.8rem;min-height:100vh}.pokedex__item{background-color:#dedede;border-radius:10px;padding:.8rem;animation:cardEntrace .7s ease-out;animation-fill-mode:backwards}.pokedex__item a{text-decoration:none;padding:0}.pokedex__item--notfound{display:flex;justify-content:center;align-items:center}.pokedex__item--notfound p{text-align:center;padding:0;margin:0;font-size:2.4rem;color:#fff}.pokedex__content{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 2.4rem;height:100%}.pokedex__image{height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;background-color:#fff;border-radius:5px;padding:5px;background-origin:content-box}.pokedex__title{font-size:.8rem;text-align:center;line-height:2.4rem}@keyframes catching{to{width:0!important;height:0!important;opacity:0}}.detail{display:grid;width:100%;animation:cardEntrace .7s ease-out;animation-fill-mode:backwards;grid-gap:.8rem}@media(min-width:600px){.detail{grid-template-columns:1fr 1fr;height:60vh}}.detail__card{background-color:#dedede;padding:1.2rem;border-radius:20px}.detail__image{border-radius:5px;background:#fff;padding:.8rem;text-align:center;height:calc(100% - 1.6rem);background-position:50% 50%;background-repeat:no-repeat;background-size:contain;background-origin:content-box;min-height:150px}.detail__image img{height:150px}.table{background:#dedede;color:#002e29;align-self:baseline}.table__row{display:flex;flex-wrap:wrap;justify-content:space-between}.table__row--head{background:#002e29;color:#fff}.table__item{padding:.8rem;flex-grow:1}.table__list{margin-top:-.8rem;margin-bottom:.8rem;padding-left:1.6rem;list-style:none}.table__list li{line-height:2.4rem}.text-right{text-align:right}.loading{display:flex;justify-items:center;justify-content:center;margin-top:calc(50vh - 120px)}.btn{color:#fff;background-color:#002e29;font-family:inherit;padding:1.6rem;font-size:1.6rem;border:none}.btn:hover{background-color:#175f57}.btn:active{position:relative;top:1px}.btn-icon{font-size:1.2rem;margin-top:1.6rem;width:100%;max-width:400px;text-align:left}.btn--outline{background:none;color:#002e29;border:2px solid #002e29}.btn--sm{padding:.8rem;font-size:1.2rem}.login{color:#fff}.login .fa-icon{font-size:1.6rem;margin:0}.profile{text-align:center;display:flex;flex-direction:column}.profile__photo{max-width:100px}.profile__name{font-size:1.6rem}.user{max-width:400px;width:100%}.wrapper{display:flex;justify-content:center}