.not-found-page{position:relative;width:100%;min-height:100svh;padding:.5rem 1rem;overflow:hidden}.not-found-page .container{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;min-height:calc(100svh - 1rem);padding:6rem;overflow:hidden}.not-found-page .container .not-found-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;filter:url(#goo);z-index:-1}.not-found-page .container .not-found-bg-wrapper .not-found-bg{position:absolute;top:0;left:0;width:100%;height:100%;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)}.not-found-page .container .not-found-row{display:flex;justify-content:space-between;gap:1rem}.not-found-page .container .not-found-row p{color:var(--base-200)}.not-found-page .container .not-found-main{position:relative;display:flex;flex:1;align-items:center;min-height:0}.not-found-page .container .not-found-main .not-found-code{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;margin:0;font-family:var(--font-manrope),sans-serif;font-size:clamp(14rem,30vw,24rem);font-weight:800;line-height:.85;letter-spacing:-.08em;color:rgb(242 238 218/10%);pointer-events:none;user-select:none}.not-found-page .container .not-found-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:1.75rem;width:min(100%,40rem)}.not-found-page .container .not-found-content h1{font-size:clamp(2.75rem,5vw,5rem);letter-spacing:.04em;line-height:.95;color:var(--base-100)}.not-found-page .container .not-found-content .not-found-lead{width:min(100%,36rem);color:var(--base-100);line-height:1.35}.not-found-page .container .not-found-content .not-found-tags{display:flex;flex-wrap:wrap;gap:.5rem}.not-found-page .container .not-found-content .not-found-tag{display:inline-block;padding:.85rem 1.15rem;border:1px solid rgb(242 238 218/25%);border-radius:4rem;background-color:rgb(242 238 218/6%)}.not-found-page .container .not-found-content .not-found-tag p{color:var(--base-100);text-transform:uppercase}.not-found-page .container .not-found-content .btn{margin-top:.25rem}@media (max-width:1000px){.not-found-page .container .not-found-bg-wrapper .not-found-bg{clip-path:polygon(1.5rem 0,calc(50% - 8rem) 0,calc(50% - 7rem) 2.25rem,calc(50% + 7rem) 2.25rem,calc(50% + 8rem) 0,calc(100% - 1.5rem) 0,100% 1.5rem,100% calc(100% - 1.5rem),calc(100% - 1.5rem) 100%,1.5rem 100%,0 calc(100% - 1.5rem),0 1.5rem)}.not-found-page .container{justify-content:flex-start;gap:2rem;min-height:calc(100svh - 1rem);padding:4rem 1.75rem}.not-found-page .container .not-found-row{flex-direction:column;gap:.25rem;text-align:center}.not-found-page .container .not-found-main{align-items:flex-start}.not-found-page .container .not-found-main .not-found-code{position:relative;inset:auto;justify-content:flex-start;font-size:clamp(5rem,24vw,8rem);line-height:.9;color:rgb(242 238 218/12%)}.not-found-page .container .not-found-content{align-items:center;width:100%;text-align:center}.not-found-page .container .not-found-content .not-found-lead{width:100%}.not-found-page .container .not-found-content .not-found-tags{justify-content:center}}