html{box-sizing:border-box;margin:0;padding:0}*,:after,:before{box-sizing:inherit}blockquote,body,figure,h1,h2,h3,h4,h5,h6,hr,li,ol,p,pre,ul{margin:0;padding:0}ul{list-style:none}a,button,input,select,textarea{color:inherit;font:inherit;letter-spacing:inherit}button,input,textarea{border:none;background:transparent;border-radius:0;padding:0;outline:none}embed,iframe,img,object,video{display:block;max-width:100%}a{text-decoration:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}html{font-size:16px;font-family:Quantico,sans-serif;color:#ccffbd}#app,html{background-color:#1c1427}#app{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center}.main{width:min(1280px,96%)}.pogo-checkbox{cursor:pointer;background-color:transparent}.pogo-checkbox--checked .pogo-checkbox__check{opacity:1}.pogolist{display:grid;grid-template-columns:1fr;gap:.5rem;padding:.5rem}@media(min-width:450px){.pogolist{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.pogolist{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.pogolist{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.pogolist{grid-template-columns:repeat(5,1fr)}}.pogocard{--background:transparent;width:100%;height:100%;opacity:0;flex-direction:column;filter:blur(5px);transition:all .25s}.pogocard__img{width:100%;display:flex;justify-content:center;position:relative;height:12.5rem}.pogocard__img img{width:12.5rem;position:relative}.pogocard__img:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:var(--background);opacity:.85;-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,.15) 10%,rgba(0,0,0,.9));mask-image:linear-gradient(0deg,rgba(0,0,0,.15) 10%,rgba(0,0,0,.9))}.pogocard__states{position:absolute;top:.25rem;left:.25rem;display:flex;gap:.25rem}.pogocard__state{width:1.5rem;height:1.5rem;background-color:rgba(126,202,156,.15);padding:.25rem;border-radius:2px;color:rgba(64,57,74,.7);cursor:pointer;transition:all .15s;filter:drop-shadow(0 0 0 rgba(0,0,0,0))}.pogocard__state:hover{background-color:rgba(126,202,156,.5)}.pogocard__state--registered{color:#ccffbd;filter:drop-shadow(1px 2px 0 rgba(64,57,74,.7))}.pogocard__state--registered:hover{background-color:rgba(64,57,74,.5)}.pogocard__content{flex-grow:1;background-color:#40394a;padding:.5rem .75rem;display:flex;justify-content:space-between;flex-wrap:wrap;-moz-column-gap:.75rem;column-gap:.75rem}.pogocard__title{line-height:1.2}.pogocard--visible{opacity:1;filter:blur(0)}.pogofilter{position:fixed;top:0;left:100%;height:100vh;width:300px;background-color:#40394a;transition:all .2s}.pogofilter__toggle{position:absolute;top:0;right:100%;width:3rem;height:3rem;justify-content:center;background-color:#ccffbd;cursor:pointer;transition:all .2s}.pogofilter__icon{color:#1c1427;width:2rem;height:2rem}.pogofilter__title{height:3rem;display:flex;align-items:center;font-size:2rem;font-weight:600;text-transform:uppercase;border-bottom:2px solid #ccffbd;padding:0 1rem}.pogofilter--open{left:calc(100% - 300px)}.pogofilter--open .pogofilter__toggle{right:0}.pogofilter__content{padding:1rem}.pogofilter__toggle{display:flex;justify-content:space-between;align-items:center}
/*# sourceMappingURL=app.1ecb58df.css.map*/