@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}h2{font-family:"Press Start 2P",cursive;position:relative;color:#212121;animation:blink 1.2s steps(2,start) infinite}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}p{font-size:1.1rem;color:#000;word-wrap:break-word;width:100%}img{width:450px;max-width:100%;object-fit:contain}.container{max-width:450px;width:95%;text-align:center;display:flex;flex-direction:column;align-items:center;animation:pop-in .8s ease-out forwards;opacity:0;transform:scale(.95)}@keyframes pop-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.decor-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:-1}.square{position:absolute;background-color:#212121;animation-fill-mode:forwards}.top-left{top:0;left:0;width:60px;height:100px;animation:top-left-bounce .6s cubic-bezier(.65,-.1,.35,1.1) forwards}@keyframes top-left-bounce{0%{height:100px;transform:scale(1)}70%{height:65px;transform:scale(1.1)}to{height:60px;transform:scale(1)}}.top-right{top:0;right:0;width:60px;height:100px;border-radius:0%;animation:top-right-bonus .6s cubic-bezier(.65,-.1,.35,1.1) forwards}@keyframes top-right-bonus{0%{transform:scale(1) translate(0);width:60px;height:100px;top:0;right:0;border-radius:0%}70%{transform:scale(1.15) translate(-5px,-5px);width:50px;height:50px;top:18px;right:18px;border-radius:40%}to{transform:scale(1) translate(0);width:45px;height:45px;top:15px;right:15px;border-radius:50%}}.bottom-left{bottom:0;left:0;width:25px;height:280px;animation:bottom-left-bounce .6s cubic-bezier(.65,-.1,.35,1.1) forwards}@keyframes bottom-left-bounce{0%{height:280px;transform:scale(1)}70%{height:340px;transform:scale(1.05)}to{height:320px;transform:scale(1)}}.bottom-right{bottom:0;right:0;width:25px;height:25px;animation:bottom-right-fadein .6s ease-out forwards;opacity:0}@keyframes bottom-right-fadein{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.pointers{position:absolute;border-radius:50%;bottom:15%;right:14%;background-image:radial-gradient(#212121 1.5px,transparent 1.5px),radial-gradient(#212121 1.5px,transparent 1.5px);background-size:10px 10px;background-position:0 0,5px 5px;background-color:#fff;width:60px;height:60px;animation:pointer-pop .5s ease-out forwards;opacity:0}@keyframes pointer-pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 400px){.top-right,.top-left,.bottom-left,.bottom-right,.pointers{transform:scale(.9)}.bottom-left{width:15px}.top-left{width:45px}@keyframes top-left-bounce{0%{height:70px;transform:scale(1)}70%{height:50px;transform:scale(1.1)}to{height:45px;transform:scale(1)}}}.btn{color:#fff;font-weight:700;font-size:1.1rem;border:3px solid #1a1a1a;border-radius:12px;padding:12px 24px;width:100%;cursor:pointer;box-shadow:5px 5px #1a1a1a;background-image:linear-gradient(30deg,#0797DD 50%,transparent 50%);background-size:300%;background-repeat:no-repeat;background-position:0%;transition:all .3s ease}.btn:hover{border:2px solid #252525;box-shadow:3px 3px #1a1a1a;transform:translate(2px,2px);background-position:100%;color:#0797dd}.btn:focus{outline:none}@media (max-width: 400px){.btn:hover{background-position:0%;transform:none;color:#fff;border:3px solid #1a1a1a;box-shadow:5px 5px #1a1a1a}.btn-mobile-glitch{animation:retroHover .3s ease-in-out 2 alternate}@keyframes retroHover{0%{background-position:0%;transform:translate(0);color:#fff;border:3px solid #1a1a1a;box-shadow:5px 5px #1a1a1a}to{background-position:100%;transform:translate(2px,2px);color:#0797dd;border:2px solid #252525;box-shadow:3px 3px #1a1a1a}}}
