@keyframes error-404-fade-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes error-404-fade-down{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes error-404-fade-left{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes error-404-fade-right{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes error-404-zoom-in{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.error-404{position:relative;background:radial-gradient(800px circle at 20% 30%, rgba(30, 215, 96, 0.18), transparent 60%),radial-gradient(900px circle at 80% 70%, rgba(30, 215, 96, 0.12), transparent 55%),linear-gradient(180deg, var(--site-top) 0%, var(--dark) 100%);color:var(--text-on-dark);overflow:hidden}.error-404.spacing-none{padding:0}.error-404.spacing-small{padding:40px 0}@media(max-width:600px){.error-404.spacing-small{padding:30px 0}}.error-404.spacing-medium{padding:88px 0}@media(max-width:900px){.error-404.spacing-medium{padding:60px 0}}@media(max-width:600px){.error-404.spacing-medium{padding:40px 0}}.error-404.spacing-large{padding:184px 0}@media(max-width:900px){.error-404.spacing-large{padding:120px 0}}@media(max-width:600px){.error-404.spacing-large{padding:80px 0}}@media(max-width:480px){.error-404.spacing-large{padding:60px 0}}.error-404__inner{position:relative;z-index:1}.error-404__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.error-404__content[data-content-animate]{opacity:0}.error-404__content[data-content-animate][data-animation=fade-up]{transform:translateY(30px)}.error-404__content[data-content-animate][data-animation=fade-down]{transform:translateY(-30px)}.error-404__content[data-content-animate][data-animation=fade-left]{transform:translateX(30px)}.error-404__content[data-content-animate][data-animation=fade-right]{transform:translateX(-30px)}.error-404__content[data-content-animate][data-animation=zoom-in]{transform:scale(0.9)}.error-404__content[data-content-animate].is-animated[data-animation=fade-up]{animation:error-404-fade-up .6s ease-out forwards}.error-404__content[data-content-animate].is-animated[data-animation=fade-down]{animation:error-404-fade-down .6s ease-out forwards}.error-404__content[data-content-animate].is-animated[data-animation=fade-left]{animation:error-404-fade-left .6s ease-out forwards}.error-404__content[data-content-animate].is-animated[data-animation=fade-right]{animation:error-404-fade-right .6s ease-out forwards}.error-404__content[data-content-animate].is-animated[data-animation=zoom-in]{animation:error-404-zoom-in .6s ease-out forwards}.error-404__code{font-size:160px;font-weight:900;line-height:normal}@media(max-width:900px){.error-404__code{font-size:120px}}@media(max-width:600px){.error-404__code{font-size:96px;font-weight:900}}.error-404__code{line-height:.9;margin:0 0 16px 0;color:var(--primary-green);text-shadow:0 16px 40px rgba(0,0,0,.25);letter-spacing:-0.02em}.error-404__title{font-size:40px;font-weight:600;line-height:normal}@media(max-width:900px){.error-404__title{font-size:32px}}@media(max-width:600px){.error-404__title{font-size:28px;font-weight:600}}.error-404__title{line-height:1.15;margin:0 0 16px 0;color:var(--text-on-dark);max-width:760px}.error-404__description{font-size:18px;font-weight:400;line-height:normal}@media(max-width:900px){.error-404__description{font-size:16px}}@media(max-width:600px){.error-404__description{font-size:15px;font-weight:400}}.error-404__description{line-height:1.6;margin:0 0 32px 0;max-width:640px;color:hsla(0,0%,100%,.85)}.error-404__actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.error-404__btn{-webkit-text-decoration:none;text-decoration:none}.error-404__btn--primary{display:inline-flex;align-items:center;gap:12px;padding:16px 28px;border-radius:10px;border:none;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;width:-moz-fit-content;width:fit-content;transition:all .3s ease}.error-404__btn--primary:hover{-webkit-text-decoration:none;text-decoration:none}.error-404__btn--primary:active{transform:translateY(0)}.error-404__btn--primary{background:var(--primary-green);color:var(--dark);font-size:16px;font-weight:500;line-height:normal}@media(max-width:900px){.error-404__btn--primary{font-size:16px}}@media(max-width:600px){.error-404__btn--primary{font-size:16px;font-weight:500}}.error-404__btn--primary{line-height:1.5}.error-404__btn--primary:hover{background:var(--primary-green-hover);transform:translateY(-2px);color:var(--dark)}@media(max-width:600px){.error-404__btn--primary{padding:14px 24px}}.error-404__btn--secondary{display:inline-flex;align-items:center;gap:12px;padding:16px 28px;border-radius:10px;border:none;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;width:-moz-fit-content;width:fit-content;transition:all .3s ease}.error-404__btn--secondary:hover{-webkit-text-decoration:none;text-decoration:none}.error-404__btn--secondary:active{transform:translateY(0)}.error-404__btn--secondary{background:rgba(0,0,0,0);color:var(--white);border:1px solid var(--border-accent);font-size:16px;font-weight:500;line-height:normal}@media(max-width:900px){.error-404__btn--secondary{font-size:15px}}@media(max-width:600px){.error-404__btn--secondary{font-size:14px;font-weight:500}}.error-404__btn--secondary{line-height:1.5}.error-404__btn--secondary:hover{background:hsla(0,0%,100%,.1);border-color:var(--border-accent);color:var(--white)}@media(max-width:600px){.error-404__btn--secondary{padding:14px 24px}}@media(max-width:600px){.error-404__actions{flex-direction:column;width:100%;align-items:center}.error-404__btn--primary,.error-404__btn--secondary{width:100%;max-width:340px;justify-content:center}}@media(prefers-reduced-motion:reduce){.error-404__content[data-content-animate]{opacity:1;transform:none;animation:none}} 