@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";.retro{font-family:"Press Start 2P",system-ui,-apple-system,sans-serif;line-height:1.5;letter-spacing:.5px}.pixelated{image-rendering:pixelated;image-rendering:crisp-edges}.retro-bg{background-color:var(--background);background-image:linear-gradient(45deg,var(--muted) 25%,transparent 25%),linear-gradient(-45deg,var(--muted) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--muted) 75%),linear-gradient(-45deg,transparent 75%,var(--muted) 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px}@keyframes slide-up-retro{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-retro-slide-up{animation:slide-up-retro .5s steps(5) forwards}.retro-hover-effect{transition:transform .1s,box-shadow .1s}.retro-hover-effect:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #000}.retro-hover-effect:active{transform:translate(0);box-shadow:0 0 #000}.retro-stagger-children>*{transform:translateY(20px);opacity:0;animation:slide-up-retro .5s steps(5) forwards}.retro-stagger-children>*:nth-child(1){animation-delay:.1s}.retro-stagger-children>*:nth-child(2){animation-delay:.15s}.retro-stagger-children>*:nth-child(3){animation-delay:.2s}.retro-stagger-children>*:nth-child(4){animation-delay:.25s}.retro-stagger-children>*:nth-child(5){animation-delay:.3s}.retro-stagger-children>*:nth-child(6){animation-delay:.35s}.retro-stagger-children>*:nth-child(7){animation-delay:.4s}.retro-stagger-children>*:nth-child(8){animation-delay:.45s}.retro-stagger-children>*:nth-child(9){animation-delay:.5s}.retro-stagger-children>*:nth-child(10){animation-delay:.55s}.retro-stagger-children>*:nth-child(11){animation-delay:.6s}.retro-stagger-children>*:nth-child(12){animation-delay:.65s}@keyframes retro-page-enter{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.retro-page-transition{animation:retro-page-enter .4s steps(4) forwards}
