.not-found{justify-content:center;align-items:center;width:100%;height:100svh;padding:1rem;display:flex;position:relative;overflow:hidden}.not-found-container{filter:url(#goo);width:100%;max-width:2000px;height:100%;position:relative}.not-found-background{background-color:var(--base-300);clip-path:polygon(4rem 0,calc(50% - 15rem) 0,calc(50% - 13.5rem) 2.75rem,calc(50% + 13.5rem) 2.75rem,calc(50% + 15rem) 0,calc(100% - 4rem) 0,100% 4rem,100% calc(100% - 4rem),calc(100% - 4rem) 100%,4rem 100%,0 calc(100% - 4rem),0 4rem);width:100%;height:100%;position:absolute;top:0;left:0}.not-found-background .not-found-gradient{z-index:1;background:linear-gradient(#0000 0%,#000000a6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.not-found-background .not-found-overlay{filter:blur(2px);z-index:1;background:linear-gradient(#f2eeda20,#f2eeda20 4px,#0000 4px 10px) 0 0/100% 9px;width:100%;height:100%;animation:30s linear infinite pan-overlay;position:absolute;top:0;left:0}@keyframes pan-overlay{0%{background-position:0 0}to{background-position:0 -100%}}.not-found-content{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.not-found-content .container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:100%;padding:6rem;display:flex}.not-found-header{flex-direction:column;gap:1rem;width:100%;display:flex}.not-found-header h1{color:var(--base-100);letter-spacing:clamp(-.05rem,-1vw,-.15rem);font-size:clamp(4rem,10vw,10rem);line-height:.85}.not-found-header h2{color:var(--base-500);letter-spacing:clamp(-.05rem,-1vw,-.15rem);opacity:.9;font-size:clamp(6rem,15vw,12rem);line-height:.85}.not-found-body{width:100%;max-width:600px}.not-found-body p{color:var(--base-200);text-align:center}.not-found-footer{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.not-found-status{-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);background-color:#f2eeda0d;border:1px solid #f2eeda26;border-radius:.5rem;flex-direction:column;gap:.5rem;width:100%;max-width:400px;padding:1.5rem;display:flex}.not-found-status p{color:var(--base-200);text-align:center;font-size:clamp(.8rem,.75vw,.85rem)}.not-found-action{justify-content:center;width:100%;display:flex}[data-animate=fade-in]{opacity:0;animation:.8s ease-out forwards fadeIn}[data-animate-delay="0.2"]{animation-delay:.2s}[data-animate-delay="0.4"]{animation-delay:.4s}[data-animate-delay="0.6"]{animation-delay:.6s}[data-animate-delay="0.8"]{animation-delay:.8s}[data-animate-delay="1"]{animation-delay:1s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.not-found-container .not-found-background{clip-path:none}.not-found-background .not-found-overlay{display:none}.not-found-content .container{gap:2.5rem;padding:6rem 1rem 4rem}.not-found-header{gap:.5rem}.not-found-body{max-width:100%;padding:0 1rem}.not-found-footer{gap:1.5rem}.not-found-status{max-width:100%;padding:1.5rem}}
