body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#282c34;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;overflow:hidden}.App,body{padding:0;position:relative}.App{color:#e0e0e0;margin:0 auto;max-width:-webkit-fit-content;max-width:fit-content;text-align:center;z-index:1}.creator-credit{color:#fff;font-size:.9em;letter-spacing:1px;margin-bottom:5px;margin-top:5px}.game-header{margin-bottom:20px;padding:10px 0}.game-title{color:#61dafb;font-size:3em;font-weight:800;letter-spacing:2px;margin-bottom:10px;text-shadow:2px 2px 5px #00000080}.game-stats p{font-size:1.2em;margin:5px 0}.current-time{color:#ff6b6b;font-weight:700}.fastest-time{color:#61dafb}button{background:#3a3f47;border:2px solid #61dafb;border-radius:8px;color:#e0e0e0;cursor:pointer;font-size:1.1em;font-weight:700;margin:0 5px;padding:10px 20px;transition:all .3s ease}button:hover{background-color:#61dafb;border-color:#61dafb;box-shadow:0 4px 10px #61dafb66;color:#282c34;transform:translateY(-2px)}.card-grid-container{align-items:center;display:flex;justify-content:center;min-height:400px;position:relative}.card-grid{grid-row-gap:35px;grid-column-gap:25px;column-gap:25px;display:grid;grid-template-columns:repeat(8,1fr);margin-top:5px;padding:0;position:relative;row-gap:35px;transition:opacity .5s ease-out,transform .5s ease-out;width:-webkit-fit-content;width:fit-content;z-index:1}.card-grid.fade-out{opacity:.2;transform:scale(.9)}.completion-message{animation:appearScale 1s ease-out forwards;background-color:#000000b3;border:3px solid #61dafb;border-radius:15px;box-shadow:0 0 30px #61dafbcc;color:#61dafb;font-size:2.5em;font-weight:700;left:50%;padding:30px 40px;pointer-events:none;position:absolute;text-shadow:0 0 15px #61dafb,0 0 25px #61dafbb3;top:50%;transform:translate(-50%,-50%) scale(.5);z-index:2}.completion-message h2{font-size:1.2em;letter-spacing:2px;margin:0 0 10px}.completion-message p{color:#e0e0e0;font-size:.6em;margin:0}@keyframes appearScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}70%{opacity:1;transform:translate(-50%,-50%) scale(1.1)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.moving-background{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.moving-background div{animation:animate 25s linear infinite;background:#7fc11c;border-radius:5px;bottom:-150px;display:block;position:absolute}.moving-background div:first-child{animation-delay:0s;animation-duration:22s;height:80px;left:25%;width:80px}.moving-background div:nth-child(2){animation-delay:2s;animation-duration:15s;height:20px;left:10%;width:20px}.moving-background div:nth-child(3){animation-delay:4s;animation-duration:28s;height:40px;left:70%;width:40px}.moving-background div:nth-child(4){animation-delay:0s;animation-duration:18s;height:60px;left:40%;width:60px}.moving-background div:nth-child(5){animation-delay:0s;animation-duration:16s;height:30px;left:65%;width:30px}.moving-background div:nth-child(6){animation-delay:3s;animation-duration:25s;height:100px;left:75%;width:100px}.moving-background div:nth-child(7){animation-delay:7s;animation-duration:30s;height:120px;left:35%;width:120px}.moving-background div:nth-child(8){animation-delay:15s;animation-duration:45s;height:25px;left:50%;width:25px}.moving-background div:nth-child(9){animation-delay:2s;animation-duration:35s;height:15px;left:20%;width:15px}.moving-background div:nth-child(10){animation-delay:11s;animation-duration:20s;height:130px;left:85%;width:130px}@keyframes animate{0%{border-radius:5px;opacity:1;transform:translateY(0) rotate(0deg)}to{border-radius:50%;opacity:0;transform:translateY(-1000px) rotate(2turn)}}@media (max-width:768px){.App{width:98vw}.game-title{font-size:2.2em}.game-stats p{font-size:1em}.difficulty-selector button,button{font-size:.9em;margin:0 3px;padding:8px 12px}.difficulty-selector{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.card-grid{column-gap:15px;grid-template-columns:repeat(4,1fr);row-gap:10px}.completion-message{font-size:1.5em;padding:20px 30px}.completion-message h2{font-size:1em}.completion-message p{font-size:.5em}}@media (max-width:480px){.game-title{font-size:1.8em}.difficulty-selector button,button{font-size:.8em;padding:6px 10px}.card-grid{column-gap:10px;grid-template-columns:repeat(4,1fr);row-gap:15px}.completion-message{font-size:1.2em;padding:15px 20px}}.card{height:140px;position:relative;width:160px}.card img{clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);cursor:pointer;display:block;height:100%;object-fit:contain;width:100%}.card .front{left:0;position:absolute;top:0;transform:rotateY(90deg);transition:all .2s ease-in}.flipped .front{transform:rotateY(0deg);transition-delay:.2s}.card .back{transition:all .2s ease-in;transition-delay:.2s}.flipped .back{transform:rotateY(90deg);transition-delay:0s}@media (max-width:768px){.card{height:90px;width:100px}@media (max-width:480px){.card{height:70px;width:80px}}@media (max-width:375px){.card{height:30px;width:50px}}}
/*# sourceMappingURL=main.37f54248.css.map*/