.not-found-page{background-color:var(--background-50);flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100svh;padding:8rem 1rem 4rem;display:flex}.not-found-page .nf-header{text-align:center;flex-direction:column;align-items:center;gap:.8rem;display:flex}.not-found-page .nf-header h1{color:var(--text-950);font-size:clamp(6rem,20vw,12rem);line-height:.8}.not-found-page .nf-header .nf-subtitle{font-family:var(--font-geist-mono);font-size:1rem;font-weight:700}.not-found-page .nf-header .nf-hint{font-family:var(--font-geist-mono);letter-spacing:.15em;color:var(--text-800);opacity:.6;font-size:.7rem}.not-found-page .nf-game-wrap{width:min(600px,92vw);position:relative}.not-found-page .nf-game-wrap .nf-canvas{border:3px solid var(--text-950);width:100%;height:auto;box-shadow:8px 8px 0px var(--accent-500);touch-action:none;display:block}.not-found-page .nf-game-wrap .nf-overlay{background:#0a0a0ad9;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.not-found-page .nf-game-wrap .nf-overlay h2{color:#f33;font-size:3rem}.not-found-page .nf-game-wrap .nf-overlay .nf-cause{font-family:var(--font-geist-mono);letter-spacing:.1em;color:var(--text-800);font-size:.7rem}.not-found-page .nf-game-wrap .nf-overlay .nf-start{letter-spacing:.05em;background-color:var(--accent-500);color:var(--background-50);border:3px solid var(--accent-500);padding:.5rem 2rem;font-family:Bebas Neue,sans-serif;font-size:1.6rem}.not-found-page .nf-game-wrap .nf-overlay .nf-start:hover{color:var(--accent-500);background-color:#0000}.not-found-page .nf-game-wrap .nf-overlay .nf-space-hint{font-family:var(--font-geist-mono);letter-spacing:.2em;color:var(--text-800);opacity:.5;font-size:.6rem}.not-found-page .nf-game-wrap .nf-scoreboard{font-family:var(--font-geist-mono);color:var(--text-950);justify-content:space-between;gap:1rem;margin-top:1rem;font-size:.85rem;font-weight:700;display:flex}.not-found-page .nf-game-wrap .nf-scoreboard .nf-secret-hint{color:var(--accent-500)}.not-found-page .nf-home{font-family:var(--font-geist-mono);letter-spacing:.1em;color:var(--text-950);border-bottom:2px solid var(--accent-500);padding-bottom:.2rem;font-size:.9rem;font-weight:700;text-decoration:none}.not-found-page .nf-home:hover{color:var(--accent-500)}
