.score-container{position:absolute;top:0;bottom:0;left:0;right:0;z-index:50;background:#000000b3;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;animation:appear .7s 2s ease-in forwards}@keyframes appear{0%{opacity:0}to{opacity:1}}.score-container .score-btn{display:block;width:80vmin;margin:20px auto;padding:.25em 1em;font-size:5vmin;line-height:1.4em;letter-spacing:.1em;text-align:center;color:inherit;border-radius:16px;box-sizing:border-box;border:none;border-top:6px solid #5692d3;border-bottom:6px solid #203e5e;font-weight:700;background:repeating-linear-gradient(42deg,#1c65b1,#1c65b1 50px,#1a9aaf 51px,#1a9aaf 100px);text-shadow:2px 2px 1px #2d41c9,-2px 2px 0px #2d41c9,-2px -2px 0px #2d41c9,2px -2px 0px #2d41c9,2px 0px 0px #2d41c9,-2px 0px 0px #2d41c9,0px 2px 0px #2d41c9,0px -2px 0px #2d41c9,0 0 10px #5e5e5c,0 0 10px #5e5e5c,0 0 10px #5e5e5c;box-shadow:4px 4px #fffff099,-4px -4px #fffff099,4px -4px #fffff099,-4px 4px #fffff099}.proccessing-container{position:absolute;top:0;bottom:0;left:0;right:0;z-index:51;display:flex;justify-content:center;align-items:center}.proccessing-container .proccessing{width:90%;height:80%;background:#000000b3;color:ivory;display:flex;justify-content:center;align-items:center;border-radius:32px}@media (min-aspect-ratio: 1/1){.score-container .score-btn{width:80vw;font-size:28px;padding:20px}}
