:root{--nf-bg:#f6f4ee;--nf-ink:#1f1b16;--nf-gold:#e0a200;--nf-gold-bright:#f9c00f;--nf-gold-deep:#a16a07;--nf-cream:#fffdf6;--nf-slate:#7e776b;--nf-px:8px}.nf-page{background-color:var(--nf-bg);min-height:100dvh;color:var(--nf-ink);font-family:var(--font-sans,"Be Vietnam Pro", system-ui, sans-serif);image-rendering:pixelated;background-image:linear-gradient(#1f1b1609 1px,#0000 1px),linear-gradient(90deg,#1f1b1609 1px,#0000 1px);background-size:32px 32px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.nf-page:after{content:"";z-index:3;pointer-events:none;background:repeating-linear-gradient(0deg,#1f1b1606 0 2px,#0000 2px 4px);position:absolute;inset:0}.nf-inner{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:28px;padding:48px 24px;display:flex;position:relative}.nf-pixel-grid{gap:0;display:grid}.nf-pixel-grid span{width:var(--cell,10px);height:var(--cell,10px)}.px-g{background:var(--nf-gold)}.px-G{background:var(--nf-gold-bright)}.px-d{background:var(--nf-gold-deep)}.px-w{background:var(--nf-cream)}.px-b{background:var(--nf-ink)}.nf-digits{align-items:flex-end;gap:clamp(12px,3vw,28px);display:flex}.nf-digit{--cell:clamp(9px, 2.6vw, 18px);filter:drop-shadow(calc(var(--cell) / 2) calc(var(--cell) / 2) 0 #1f1b162e);animation:3.2s ease-in-out infinite nf-bob}@keyframes nf-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.nf-ghost-wrap{animation:3s ease-in-out infinite nf-float;position:relative}.nf-ghost{--cell:clamp(8px, 2vw, 12px)}.nf-ghost .px-b{animation:4s step-end infinite nf-blink}@keyframes nf-blink{0%,92%,to{background:var(--nf-ink)}94%,98%{background:var(--nf-cream)}}@keyframes nf-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.nf-ghost-shadow{clip-path:polygon(12% 0,88% 0,100% 50%,88% 100%,12% 100%,0 50%);background:#1f1b1624;width:96px;height:12px;margin:18px auto 0;animation:3s ease-in-out infinite nf-shadow}@keyframes nf-shadow{0%,to{opacity:1;transform:scaleX(1)}50%{opacity:.6;transform:scaleX(.72)}}.nf-title{letter-spacing:-.01em;margin:0;font-size:clamp(1.35rem,3.4vw,1.9rem);font-weight:800}.nf-title em{color:#bd8100;font-style:normal}.nf-text{max-width:42ch;color:var(--nf-slate);margin:0;font-size:clamp(.95rem,2vw,1.05rem);line-height:1.65}.nf-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:6px;display:flex}.nf-btn{border:3px solid var(--nf-ink);box-shadow:5px 5px 0 var(--nf-ink);border-radius:0;align-items:center;gap:10px;padding:13px 26px;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .12s ease-out,box-shadow .12s ease-out;display:inline-flex}.nf-btn:hover{box-shadow:3px 3px 0 var(--nf-ink);transform:translate(2px,2px)}.nf-btn:active{box-shadow:0 0 0 var(--nf-ink);transform:translate(5px,5px)}.nf-btn--gold{background:var(--nf-gold-bright);color:var(--nf-ink)}.nf-btn--ghost{background:var(--nf-cream);color:var(--nf-ink)}.nf-coin{letter-spacing:.18em;text-transform:uppercase;color:var(--nf-slate);margin-top:10px;font-size:.78rem;font-weight:600}.nf-coin:after{content:"▮";color:var(--nf-gold);margin-left:6px;animation:1s step-end infinite nf-cursor}@keyframes nf-cursor{0%,49%{opacity:1}50%,to{opacity:0}}.nf-star{z-index:1;background:var(--nf-gold);clip-path:polygon(33% 0,66% 0,66% 33%,100% 33%,100% 66%,66% 66%,66% 100%,33% 100%,33% 66%,0 66%,0 33%,33% 33%);width:10px;height:10px;animation:2.6s steps(2,jump-none) infinite nf-twinkle;position:absolute}.nf-star--1{animation-delay:0s;top:14%;left:12%}.nf-star--2{width:14px;height:14px;animation-delay:.6s;top:22%;right:16%}.nf-star--3{width:8px;height:8px;animation-delay:1.1s;bottom:26%;left:18%}.nf-star--4{animation-delay:1.7s;bottom:18%;right:12%}.nf-star--5{width:12px;height:12px;animation-delay:2.1s;top:44%;left:6%}.nf-star--6{width:8px;height:8px;animation-delay:.9s;top:58%;right:7%}@keyframes nf-twinkle{0%,to{opacity:.25;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}.nf-cloud{z-index:1;background:#e0a20024;width:64px;height:16px;animation:linear infinite nf-drift;position:absolute;box-shadow:16px -16px #e0a20024,32px -16px #e0a20024,16px -32px #e0a2001a}.nf-cloud--1{animation-duration:34s;top:18%;left:-120px}.nf-cloud--2{animation-duration:46s;animation-delay:-18s;top:68%;left:-160px;transform:scale(.7)}@keyframes nf-drift{0%{translate:0}to{translate:calc(100vw + 240px)}}@media (prefers-reduced-motion:reduce){.nf-digit,.nf-ghost-wrap,.nf-ghost .px-b,.nf-ghost-shadow,.nf-star,.nf-cloud,.nf-coin:after{animation:none}}@media (max-width:480px){.nf-inner{gap:22px}.nf-actions{flex-direction:column;width:100%;max-width:300px}.nf-btn{justify-content:center}}
