@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");@layer base{*{box-sizing:border-box}*,html{margin:0;padding:0}body,html{width:100vw;height:100vh}body{margin:0!important;padding:0!important;background-color:#fff!important;color:red!important;overflow-x:hidden;font-family:VT323,monospace!important}#__next,body{display:flex;flex-direction:column}#__next{width:100%;height:100%;min-height:100vh}}@layer components{.main-container{width:100vw;min-height:100vh;flex-direction:column;align-items:center;padding:1.25rem;background-color:#fff;margin:0;position:relative;left:0;top:0}.heart-container,.main-container{display:flex;justify-content:center}.heart-container{margin-bottom:4rem;width:100%}.heart-animated{animation:float 3s ease-in-out infinite;display:inline-block}.link-container{display:flex;justify-content:center;align-items:center;gap:4rem;width:100%;flex-wrap:wrap;max-width:80rem;margin:0 auto;padding:0 1rem}.retro-link{cursor:pointer;transition:opacity .2s;white-space:nowrap;font-family:Press Start\ 2P,monospace;font-size:14px;color:red;text-decoration:underline;-webkit-text-decoration-color:red;text-decoration-color:red;text-underline-offset:4px;letter-spacing:.05em}.retro-link:hover{opacity:.7}.retro-link:focus{@apply outline-none}.pixelated{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes spin{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@layer utilities{.prose h1,.prose h2,.prose h3,.prose p,.prose strong{@apply font-bold;color:red!important}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:red;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#c00}.pixel-border{border-style:solid;border-width:2px;border-image:linear-gradient(45deg,transparent 30%,red 0,red 70%,transparent 0) 2}.retro-glow{text-shadow:0 0 5px red,0 0 10px red,0 0 15px red}.focus-visible:focus{outline:2px solid red;outline-offset:2px}}