.ns-not-found{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.ns-not-found__container{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:480px;display:flex;position:relative}.ns-not-found__illustration{justify-content:center;align-items:center;gap:8px;margin-bottom:32px;display:flex}.ns-not-found__number{color:#1e293b;text-shadow:4px 4px #cbd5e1;font-size:120px;font-weight:800;line-height:1}.ns-not-found__circle{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;animation:3s ease-in-out infinite ns-not-found-float;display:flex;position:relative;box-shadow:0 10px 30px #3b82f64d,inset 0 -4px 12px #0000001a}.ns-not-found__search-icon{color:#fff;width:48px;height:48px}.ns-not-found__title{color:#1e293b;margin:0 0 12px;font-size:28px;font-weight:700}.ns-not-found__description{color:#64748b;margin:0 0 32px;font-size:15px;line-height:1.7}.ns-not-found__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.ns-not-found__button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ns-not-found__button--primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);box-shadow:0 4px 12px #3b82f64d}.ns-not-found__button--primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.ns-not-found__button--secondary{color:#475569;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d}.ns-not-found__button--secondary:hover{background:#f8fafc;border-color:#cbd5e1}.ns-not-found__bg-pattern{pointer-events:none;background-image:radial-gradient(circle at 25% 25%,#3b82f60d 0%,#0000 50%),radial-gradient(circle at 75% 75%,#3b82f60d 0%,#0000 50%);position:absolute;inset:0}.ns-not-found__bg-pattern:before{content:"";filter:blur(60px);background:#3b82f608;border-radius:50%;width:200px;height:200px;position:absolute;top:10%;left:5%}.ns-not-found__bg-pattern:after{content:"";filter:blur(80px);background:#6366f108;border-radius:50%;width:300px;height:300px;position:absolute;bottom:15%;right:10%}@keyframes ns-not-found-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:640px){.ns-not-found__number{font-size:80px}.ns-not-found__circle{width:70px;height:70px}.ns-not-found__search-icon{width:32px;height:32px}.ns-not-found__title{font-size:22px}.ns-not-found__description{font-size:14px}.ns-not-found__actions{flex-direction:column;width:100%}.ns-not-found__button{width:100%}}
