.nf-wrap{justify-content:center;align-items:center;min-height:80vh;padding:60px 20px;display:flex;position:relative;overflow:hidden}.nf-bg{pointer-events:none;position:absolute;inset:0}.nf-circle{opacity:.07;border-radius:50%;position:absolute}.nf-circle-1{background:var(--p1);width:500px;height:500px;animation:8s ease-in-out infinite nfFloat;top:-150px;right:-100px}.nf-circle-2{background:var(--p2);width:350px;height:350px;animation:10s ease-in-out infinite reverse nfFloat;bottom:-100px;left:-80px}.nf-circle-3{background:var(--p1);width:200px;height:200px;animation:6s ease-in-out 2s infinite nfFloat;top:40%;left:50%}@keyframes nfFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.nf-content{text-align:center;max-width:560px;position:relative}.nf-code{justify-content:center;align-items:center;gap:8px;margin-bottom:32px;display:flex}.nf-4{color:var(--p1);text-shadow:0 4px 20px #723bcf26;font-size:120px;font-weight:900;line-height:1}.nf-0{justify-content:center;align-items:center;animation:20s linear infinite nfSpin;display:flex}@keyframes nfSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nf-title{color:var(--d1);margin-bottom:12px;font-size:28px;font-weight:800}.nf-desc{color:var(--d4);max-width:420px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}.nf-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.nf-btn{padding:12px 28px;font-size:15px}@media (max-width:600px){.nf-4{font-size:72px}.nf-0 svg{width:80px;height:80px}.nf-title{font-size:22px}.nf-desc{font-size:14px}}
