@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{font-family:Space Grotesk,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#111;background-color:#f4edde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:inherit;text-decoration:inherit}body{margin:0;min-width:320px;min-height:100vh;background-color:#f4edde}#root{min-height:100vh}button,input,textarea,select{font-family:inherit}img,picture,video,canvas,svg{display:block;max-width:100%}p,h1,h2,h3{overflow-wrap:break-word}.canvas-noise-background{position:relative;min-height:100vh;overflow:hidden;background:#f4edde;color:#111}.canvas-noise-background__canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;image-rendering:crisp-edges;image-rendering:pixelated;transform:scale(1.015);filter:saturate(.9) contrast(1.02) brightness(1.04)}.canvas-noise-background__content{position:relative;z-index:1}.floating-title{position:fixed;left:var(--title-x);top:var(--title-y);z-index:10;pointer-events:none;transform:translate(-50%,-50%) rotate(var(--title-rotation)) scale(var(--title-scale));animation:title-enter 1s cubic-bezier(.2,.8,.2,1) both,title-float var(--title-float-duration) ease-in-out infinite;animation-delay:0s,var(--title-float-delay)}.floating-title h1{margin:0;color:#111;font-family:"Press Start 2P",cursive;font-size:clamp(1.35rem,4vw,3rem);line-height:1.25;letter-spacing:.08em;text-transform:lowercase;text-shadow:0 0 8px rgba(0,0,0,.25)}@keyframes title-enter{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--title-rotation)) scale(calc(var(--title-scale) * .92))}to{opacity:1;transform:translate(-50%,-50%) rotate(var(--title-rotation)) scale(var(--title-scale))}}@keyframes title-float{0%,to{transform:translate(-50%,-50%) rotate(var(--title-rotation)) scale(var(--title-scale))}50%{transform:translate(-50%,calc(-50% - 10px)) rotate(var(--title-rotation)) scale(calc(var(--title-scale) * 1.012))}}@media(max-width:640px){.floating-title{left:50%;top:50%}.floating-title h1{text-align:center}}.app-shell{min-height:100vh;position:relative}
