*{box-sizing:border-box}body,html{margin:0;padding:0;background:#f4ede0;color:#1a1a1a;font-family:Caveat,Bradley Hand,Segoe Script,cursive;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}#__next,body,html,main{height:100%;width:100%}.stage{position:relative;width:100vw;height:100dvh;background:radial-gradient(ellipse at 30% 20%,rgba(0,0,0,.04),transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(0,0,0,.05),transparent 60%),#f4ede0;overflow:hidden}.hud{position:absolute;inset:0;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:24px 22px calc(20px + env(safe-area-inset-bottom));z-index:2}.hud .title{font-size:28px;letter-spacing:.5px;color:#1a1a1a;text-shadow:0 1px 0 hsla(0,0%,100%,.4)}.hud .subtitle{font-size:16px;color:#4a4a4a;margin-top:4px;opacity:.85}.hud .footer{font-size:15px;color:#3a3a3a;opacity:.7;display:flex;gap:14px;align-items:center}.hud .dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#1a1a1a;margin-right:6px;vertical-align:middle;animation:pulse 2.6s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.4);opacity:1}}.canvas-wrap{z-index:1}.canvas-wrap,.grain{position:absolute;inset:0}.grain{pointer-events:none;z-index:3;opacity:.08;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");background-size:160px 160px}