.not-found{background:var(--gradient-hero);min-height:100vh;padding:var(--nav-height)0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.not-found__bg{position:absolute;inset:0;overflow:hidden}.not-found__orb{filter:blur(100px);opacity:.3;border-radius:50%;animation:10s ease-in-out infinite float;position:absolute}.not-found__orb--1{background:var(--color-gold);width:500px;height:500px;top:-150px;left:-100px}.not-found__orb--2{background:var(--color-royal-blue);width:400px;height:400px;animation-delay:-5s;bottom:-100px;right:-100px}.not-found__pattern{background-image:radial-gradient(circle at 20%,#ffffff08 0%,#0000 50%),radial-gradient(circle at 80%,#ffffff08 0%,#0000 50%);position:absolute;inset:0}.not-found__content{z-index:1;text-align:center;max-width:600px;margin:0 auto;animation:.8s ease-out fadeInUp;position:relative}.not-found__code{justify-content:center;align-items:center;gap:var(--space-md);margin-bottom:var(--space-2xl);display:flex}.not-found__digit{font-family:var(--font-display);color:var(--color-cloud);text-shadow:0 10px 40px #0000004d;font-size:clamp(6rem,20vw,12rem);font-weight:700;line-height:1}.not-found__zero{width:clamp(5rem,16vw,10rem);height:clamp(5rem,16vw,10rem);color:var(--color-gold);animation:3s ease-in-out infinite float}.not-found__zero svg{filter:drop-shadow(0 10px 30px #eec21b66);width:100%;height:100%}.not-found__title{color:var(--color-cloud);margin-bottom:var(--space-lg);font-size:clamp(1.5rem,4vw,2.5rem)}.not-found__message{color:#f3f5fbcc;margin-bottom:var(--space-2xl);font-size:1.125rem;line-height:1.7}.not-found__actions{justify-content:center;align-items:center;gap:var(--space-lg);margin-bottom:var(--space-3xl);flex-wrap:wrap;display:flex}.not-found__actions .btn svg{width:20px;height:20px}.not-found__suggestions{padding-top:var(--space-2xl);border-top:1px solid #f3f5fb1a}.not-found__suggestions p{color:#f3f5fb99;margin-bottom:var(--space-md);font-size:.9rem}.not-found__links{justify-content:center;align-items:center;gap:var(--space-xl);flex-wrap:wrap;display:flex}.not-found__links a{color:var(--color-gold);transition:all var(--transition-fast);font-size:.95rem;font-weight:600;position:relative}.not-found__links a:after{content:"";background:var(--color-gold);height:2px;transition:transform var(--transition-fast);position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.not-found__links a:hover{color:var(--color-cloud)}.not-found__links a:hover:after{transform:scaleX(1)}@media (max-width:768px){.not-found__code{gap:var(--space-sm)}.not-found__actions{flex-direction:column}.not-found__actions .btn{width:100%}.not-found__links{gap:var(--space-md);flex-direction:column}}[dir=rtl] .not-found__actions .btn{flex-direction:row-reverse}
