.nf-page{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem;min-height:60vh;padding:2rem 1.5rem 5rem;display:flex}.nf-page .nf-svg{border-radius:10px;width:100%;max-width:500px;height:auto}.nf-page .nf-crane-hook{transform-box:view-box;transform-origin:218px 48px;animation:3.5s ease-in-out infinite nfSwing}.nf-page .nf-blink{animation:2s ease-in-out infinite nfBlink}@keyframes nfSwing{0%,to{transform:rotate(-7deg)}50%{transform:rotate(7deg)}}@keyframes nfBlink{0%,40%,to{opacity:1}50%,90%{opacity:.15}}.nf-page .nf-content{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex}.nf-page .nf-code{color:#0077ed;letter-spacing:-3px;font-size:clamp(5rem,14vw,8rem);font-weight:900;line-height:1}.nf-page .nf-title{color:#2c2c2c;margin:0;font-size:clamp(1rem,2.5vw,1.4rem);font-weight:600}.nf-page .nf-desc{color:#707070;max-width:360px;margin:0;font-size:.9rem;line-height:1.55}.nf-page .nf-btn{color:#0077ed;background:0 0;border:2px solid #0077ed;border-radius:6px;margin-top:.75rem;padding:.65rem 2.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-block}.nf-page .nf-btn:hover{color:#fff;background:#0077ed}
