:root{--background:#0f0f0f;--foreground:#ededed;--machine:#030303}::-webkit-scrollbar{display:none}body,html{max-width:100vw;overflow-x:hidden;image-rendering:pixelated}body{color:var(--foreground);background:var(--background);font-family:var(--font-jersey25);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.threedee{position:relative;display:inline-block;font-weight:700;font-size:2.5rem;color:white;text-shadow:none;animation:text3dIntro .3s ease-out}.threedee:after,.threedee:before{content:attr(data-text);position:absolute;top:0;left:0;z-index:-1;opacity:1}.threedee:before{color:#00bfff;transform:translate(2px,2px);animation:blueShadow .3s ease-out}.threedee:after{color:#ff4444;transform:translate(4px,4px);animation:redShadow .3s ease-out}@keyframes text3dIntro{0%{text-shadow:6px 6px 0 #ffff00}83%{text-shadow:6px 6px 0 #ffff00}to{text-shadow:none}}@keyframes blueShadow{0%{opacity:1}33%{opacity:1}50%{opacity:0}to{opacity:0}}@keyframes redShadow{0%{opacity:1}58%{opacity:1}75%{opacity:0}to{opacity:0}}.layout_container__Tovb9{min-height:100vh;display:flex;flex-direction:column}.layout_mainLayout__b6HFk{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 4rem);margin-top:4rem;width:100%}