@import url(https://fonts.cdnfonts.com/css/eva-2);.Button{background:linear-gradient(#ba8d59,#eed9ba);border:none;border-radius:4px;box-shadow:2px 2px 8px #000;color:rgba(37,37,37,.876);-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg);font-size:larger;font-weight:700;margin:10px;padding:6px 24px;transition:.5s}.back__button{left:0;margin:15px;position:absolute;top:0}.Button:disabled{background:gray;color:#525252;pointer-events:none}.Button:hover{-webkit-animation:backgroundRotate 2s linear infinite;animation:backgroundRotate 2s linear infinite;box-shadow:1px 1px 4px rgba(0,0,0,.6)}.Button:active{-webkit-animation:none;animation:none;background:linear-gradient(0deg,rgba(0,0,0,.359),#ba8d59);border:1px solid hsla(0,0%,100%,.51)}@-webkit-keyframes backgroundRotate{0%{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}to{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}}@keyframes backgroundRotate{0%{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}to{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}}.Card{align-items:center;background-color:#282828;border:5px solid transparent;border-radius:inherit;display:flex;flex-direction:column;gap:10px;height:420px;justify-content:center;padding:10px;text-align:center}.Card__container{-webkit-animation:shadowMoveCard 3s linear infinite alternate;animation:shadowMoveCard 3s linear infinite alternate;background:linear-gradient(#ba8d59,#eed9ba);border-radius:4px;box-shadow:10px 10px 8px #000;outline:8px solid #282828;overflow:hidden;padding:2px;transition:all .5s;width:250px}.Card__img{pointer-events:none;width:200px;z-index:4}.logo{-webkit-animation:balanceGame 5s ease-in-out infinite;animation:balanceGame 5s ease-in-out infinite;top:-20px;width:100px}.img_trunfo,.logo{pointer-events:none;position:absolute}.img_trunfo{bottom:-20px;right:-10px;width:50px;z-index:0}.trunfo-text{bottom:0;color:#ba8d59;font-weight:700;left:0;margin:4px;position:absolute}.aviso{margin-top:120px}.Card__container:hover{-webkit-animation:shadowMove_rotateHue 3s linear infinite alternate;animation:shadowMove_rotateHue 3s linear infinite alternate}.delete-button{background:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:larger;height:30px;position:absolute;right:0;text-align:center;transition:.4s;width:30px}.delete-button:hover{background-color:#ba8d59;-webkit-transform:scale(1.2) translateY(-5px);transform:scale(1.2) translateY(-5px)}.rare-card{font-size:large;text-transform:capitalize}.muitoraro,.raro{color:#ba8d59}.muitoraro{font-size:larger}.muitoraro:after,.muitoraro:before{content:" --- ";letter-spacing:-2px;word-spacing:2px}.attr:hover{color:#ba8d59;cursor:pointer;-webkit-transform:scale(1.2);transform:scale(1.2)}@-webkit-keyframes shadowMoveCard{0%{box-shadow:18px 18px 20px rgba(0,0,0,.7);-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}to{box-shadow:-18px 18px 20px rgba(0,0,0,.7);-webkit-transform:perspective(1000px) rotateY(10deg);transform:perspective(1000px) rotateY(10deg)}}@keyframes shadowMoveCard{0%{box-shadow:18px 18px 20px rgba(0,0,0,.7);-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}to{box-shadow:-18px 18px 20px rgba(0,0,0,.7);-webkit-transform:perspective(1000px) rotateY(10deg);transform:perspective(1000px) rotateY(10deg)}}@-webkit-keyframes shadowMove_rotateHue{0%{box-shadow:18px 18px 20px rgba(0,0,0,.7);-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg);-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}to{box-shadow:-18px 18px 20px rgba(0,0,0,.7);-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn);-webkit-transform:perspective(1000px) rotateY(10deg);transform:perspective(1000px) rotateY(10deg)}}@keyframes shadowMove_rotateHue{0%{box-shadow:18px 18px 20px rgba(0,0,0,.7);-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg);-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}to{box-shadow:-18px 18px 20px rgba(0,0,0,.7);-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn);-webkit-transform:perspective(1000px) rotateY(10deg);transform:perspective(1000px) rotateY(10deg)}}@-webkit-keyframes balanceGame{0%,to{-webkit-transform:translate(80px) rotate(-30deg);transform:translate(80px) rotate(-30deg)}50%{-webkit-transform:translate(-80px) rotate(30deg);transform:translate(-80px) rotate(30deg)}}@keyframes balanceGame{0%,to{-webkit-transform:translate(80px) rotate(-30deg);transform:translate(80px) rotate(-30deg)}50%{-webkit-transform:translate(-80px) rotate(30deg);transform:translate(-80px) rotate(30deg)}}.container__input{align-items:center;display:flex;flex-direction:column}.number{font-size:large;font-weight:600;text-align:center;width:50px}input,select,textarea{background-color:#282828;border:1px solid #ba8d59;border-radius:4px;color:#fff;font-size:.8rem;padding:4px;width:100%}.checkbox{-webkit-filter:invert(85%);filter:invert(85%);height:20px;width:20px}select{text-transform:capitalize;width:100px}label{font-weight:700}.Filter{align-items:center;background:#1d1d1d;background-color:#282828;border:2px solid #ba8d59;border-radius:20px;box-shadow:8px 8px 8px #000;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-evenly;margin:0 16px;outline:8px solid #282828;padding:10px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (min-width:560px){.Filter{margin:0 auto}}.section__cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:50px;margin-top:20px}.section__cards>div{display:flex;flex-direction:column;-webkit-transform:scale(.8);transform:scale(.8);transition:.5s}.section__cards>div:hover{-webkit-transform:scale(1);transform:scale(1)}::-webkit-scrollbar{width:12px}.Form{align-items:center;-webkit-animation:shadowMove 3s linear infinite alternate;animation:shadowMove 3s linear infinite alternate;background-color:#282828;border:2px solid #ba8d59;border-radius:4px;box-shadow:8px 8px 8px #000;display:flex;flex-direction:column;outline:8px solid #282828;padding:8px;row-gap:12px;width:400px}.form__title{text-align:left;width:100%}.hasTrunfo{text-align:end;width:200px}.atributos{align-items:center;display:flex;justify-content:space-around;margin:10px 0;width:100%}.atributos label{margin:0 4px;text-align:right}@-webkit-keyframes shadowMove{0%{box-shadow:18px 18px 20px rgba(0,0,0,.7)}to{box-shadow:-18px 18px 20px rgba(0,0,0,.7)}}@keyframes shadowMove{0%{box-shadow:18px 18px 20px rgba(0,0,0,.7)}to{box-shadow:-18px 18px 20px rgba(0,0,0,.7)}}.section__game{align-items:center;display:flex;flex-direction:column;padding:16px;row-gap:12px}.section__game--cards,.section__game--pts{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;width:100%}.section__game--cards{gap:40px;margin-bottom:100px}.pts{color:#ba8d59}.regras,.section__game--over{background:#282828;border:2px solid #ba8d59;border-radius:8px;box-shadow:8px 8px 8px #000;display:flex;flex-direction:column;font-weight:700;margin-bottom:12px;outline:8px solid #282828;padding:20px;row-gap:8px;text-align:center}.section__game--over{box-shadow:8px 8px 80px #000;max-width:70%;position:fixed;top:calc(50% - 100px)}@media screen and (min-width:500px){.section__game--cards,.section__game--pts{justify-content:space-around;padding:12px 20px}.section__game--over{top:calc(50% - 100px);width:300px}}.Header{margin-left:150px;margin-top:4px;padding:12px;right:0;text-align:end}.Header h1{font-size:2.3em}.Header h5{position:absolute;right:12px;transition:.4s}.Header h5:hover{font-size:large}.Header a{color:#fff;text-decoration:none}.Header a:hover{color:#ba8d59}.section__start{justify-content:center;margin-bottom:200px;margin-top:80px}.section__start,.section__start--content{align-items:center;display:flex;flex-direction:column}.section__start--content{-webkit-animation:shadowMoveStart 5s ease-in-out infinite;animation:shadowMoveStart 5s ease-in-out infinite;background-color:#282828;border:2px solid #ba8d59;border-radius:4px;box-shadow:10px 10px 8px #000;outline:8px solid #282828;overflow:hidden;padding:4px;row-gap:12px;transition:all .5s;width:300px}.section__start--content:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.section__start img{-webkit-animation:balance 5s ease-in-out infinite;animation:balance 5s ease-in-out infinite;margin-bottom:20px;margin-top:-15px;pointer-events:none;width:100px}.welcome{line-height:1.5;text-align:center}.welcome h3{font-size:larger;margin:8px}.welcome p{font-weight:700}@-webkit-keyframes balance{0%,to{-webkit-transform:translate(80px) rotate(-30deg);transform:translate(80px) rotate(-30deg)}50%{-webkit-transform:translate(-80px) rotate(30deg);transform:translate(-80px) rotate(30deg)}}@keyframes balance{0%,to{-webkit-transform:translate(80px) rotate(-30deg);transform:translate(80px) rotate(-30deg)}50%{-webkit-transform:translate(-80px) rotate(30deg);transform:translate(-80px) rotate(30deg)}}@-webkit-keyframes shadowMoveStart{0%,to{box-shadow:20px 12px 12px rgba(0,0,0,.7)}50%{box-shadow:-20px 12px 12px rgba(0,0,0,.7)}}@keyframes shadowMoveStart{0%,to{box-shadow:20px 12px 12px rgba(0,0,0,.7)}50%{box-shadow:-20px 12px 12px rgba(0,0,0,.7)}}*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:#4d4d4d #171717}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1c1c1c;color:#fff;font-family:Eva,sans-serif}html:before{background-image:url(/static/media/noise-background.3cda82d77f1fffd8ca03.png);content:"";height:100%;opacity:.1;position:fixed;width:100%;z-index:-1}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.section__create-card{align-items:flex-end;display:flex;flex-wrap:wrap-reverse;justify-content:space-around;margin:20px auto 40px;max-width:800px;row-gap:30px}::-webkit-scrollbar-track{background:#171717}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#383838,#252424);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4d4d4d}.div__hidden{display:flex;flex-direction:column;gap:20px;padding:20px;top:0;width:100%}.div__hidden textarea{font-size:larger;height:200px;padding:10px}
/*# sourceMappingURL=main.c6b82029.css.map*/