#error-page{text-align:center;background:var(--body-color);z-index:1000;flex-direction:column;justify-content:center;align-items:center;height:100dvh;padding:20px 16px 8vh;display:flex;position:relative;overflow:hidden}.error-blob{filter:blur(80px);opacity:.12;pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite blobFloat;position:absolute}.error-blob--teal{background:var(--theme-color);width:500px;height:500px;animation-delay:0s;top:-120px;left:-120px}.error-blob--orange{background:var(--primary-color);width:400px;height:400px;animation-delay:3s;bottom:-100px;right:-80px}.error-blob--teal-sm{background:var(--theme-color);opacity:.08;width:200px;height:200px;animation-delay:5s;bottom:20%;left:10%}@keyframes blobFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(20px,-20px)scale(1.05)}66%{transform:translate(-15px,15px)scale(.97)}}.error-content{z-index:2;max-width:600px;animation:.7s both fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.error-code{color:#0000;-webkit-text-stroke:2px var(--theme-color);letter-spacing:-4px;-webkit-user-select:none;user-select:none;font:700 clamp(5.5rem,5rem + 7vw,10.5rem)/1 Space Grotesk,sans-serif;animation:3s ease-in-out infinite alternate codeGlow}@keyframes codeGlow{0%{-webkit-text-stroke-color:var(--theme-color);filter:drop-shadow(0 0 0px var(--theme-color))}to{-webkit-text-stroke-color:var(--primary-color);filter:drop-shadow(0 0 18px #ff751859)}}.error-illustration{width:140px;height:140px;margin:0 auto 16px;animation:4s ease-in-out infinite illustrationBounce}@keyframes illustrationBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.error-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--theme-color);border:1.5px solid var(--theme-color);border-radius:var(--radius-full);align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:.75rem;font-weight:700;animation:.7s .1s both fadeInUp;display:inline-flex}.error-tag svg{flex-shrink:0}.error-heading{font:var(--heading-font);color:var(--heading-color);margin-bottom:10px;animation:.7s .2s both fadeInUp}.error-heading span{color:var(--primary-color)}.error-desc{font:var(--para-font);color:var(--para-color);margin-bottom:26px;animation:.7s .3s both fadeInUp}.error-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;animation:.7s .4s both fadeInUp;display:flex}.error-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 20px;margin-top:24px;animation:.7s .5s both fadeInUp;display:flex}.error-links span{color:var(--para-color);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600}.error-links a{color:var(--para-color);align-items:center;gap:4px;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .25s;display:inline-flex}.error-links a div{color:inherit;justify-content:center;align-items:center;display:flex}.error-links a svg{opacity:.8;width:14px;height:14px}.error-links a img{opacity:.85;transition:opacity .25s}.error-links a:hover img,.error-links a:hover svg{opacity:1}.error-links a:hover{color:var(--theme-color)}.error-particles{pointer-events:none;z-index:1;position:absolute;inset:0}.error-particle{background:var(--theme-color);opacity:0;border-radius:50%;width:6px;height:6px;animation:linear infinite particleFloat;position:absolute}.error-particle:nth-child(odd){background:var(--primary-color)}@keyframes particleFloat{0%{opacity:0;transform:translateY(100vh)scale(0)}10%{opacity:.6}90%{opacity:.4}to{opacity:0;transform:translateY(-20px)scale(1.5)rotate(180deg)}}.error-particle:first-child{width:5px;height:5px;animation-duration:7s;animation-delay:0s;left:10%}.error-particle:nth-child(2){width:4px;height:4px;animation-duration:9s;animation-delay:1s;left:25%}.error-particle:nth-child(3){width:7px;height:7px;animation-duration:6s;animation-delay:2s;left:40%}.error-particle:nth-child(4){width:5px;height:5px;animation-duration:8s;animation-delay:.5s;left:55%}.error-particle:nth-child(5){width:4px;height:4px;animation-duration:10s;animation-delay:3s;left:70%}.error-particle:nth-child(6){width:6px;height:6px;animation-duration:7s;animation-delay:1.5s;left:85%}.error-particle:nth-child(7){width:4px;height:4px;animation-duration:11s;animation-delay:4s;left:15%}.error-particle:nth-child(8){width:5px;height:5px;animation-duration:8s;animation-delay:2.5s;left:60%}@media (max-width:576px){.error-code{letter-spacing:-2px}.error-illustration{width:110px;height:110px;margin-bottom:12px}.error-actions{flex-direction:column;align-items:stretch;gap:20px}.error-actions .primary-btn,.error-actions .secondary-btn{align-self:center;margin:0}.error-desc{margin-bottom:20px;font-size:.95rem}.error-links{margin-top:18px}}body:has(#error-page) header#navigation_bar{display:none!important}body:has(#error-page) section#newsletter{display:none!important}body:has(#error-page) footer{display:none!important}body:has(#error-page){padding-top:0!important}
