.not-found-main{z-index:0;pointer-events:none;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100vw;height:100vh;min-height:100vh;display:flex;position:fixed;top:0;left:0}.not-found-card{-webkit-backdrop-filter:blur(20px)saturate();text-align:center;pointer-events:auto;background:#ffffff0d;border:1px solid #ffffff2e;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;width:43.75rem;max-width:98vw;height:31.25rem;padding:3rem 2.5rem 2.5rem;transition:all .25s ease-in-out;display:flex;position:relative;overflow:hidden}.not-found-header{text-align:center;z-index:1;margin-bottom:1.7rem}.not-found-code{background:var(--linear-gradient);-webkit-text-fill-color:transparent;letter-spacing:.156rem;-webkit-background-clip:text;margin:0;font-size:3.6rem;font-weight:800}.not-found-title{color:#fff;letter-spacing:.075rem;text-shadow:0 .125rem .75rem #0003;margin:.7rem 0 0;font-size:1.5rem;font-weight:700}.not-found-description{color:#fff;text-align:center;z-index:1;margin:0 0 2.2rem;font-size:1.08rem;line-height:1.7}.not-found-btn-container{justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.not-found-btn-home{-webkit-backdrop-filter:blur(18px)saturate(180%);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex;position:relative;overflow:hidden}.not-found-btn-home:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(110deg,#fff0 30%,#ffffff2e 45%,#ffffff59 50%,#ffffff2e 55%,#fff0 70%);width:160%;height:100%;position:absolute;top:0;left:-160%;transform:skew(-20deg)}.not-found-btn-home:hover:before,.not-found-btn-home:focus:before{opacity:1;animation:.9s ease-in-out buttonShimmer}.not-found-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(18px)saturate(180%);background:#ffffff14;border:1px solid #ffffff1f;border-radius:1.5rem;flex:1;min-width:150px;max-width:300px;height:3.5rem;font-size:1.08rem;font-weight:600;position:relative;overflow:hidden}.not-found-btn:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(110deg,#fff0 30%,#ffffff2e 45%,#ffffff59 50%,#ffffff2e 55%,#fff0 70%);width:160%;height:100%;position:absolute;top:0;left:-160%;transform:skew(-20deg)}.not-found-btn:hover:before{opacity:1;animation:.9s ease-in-out buttonShimmer}@media (max-width:900px){.not-found-card{transform-origin:top;transform:scale(.85)}}@media (max-width:510px){.not-found-card{border-radius:.9rem;width:100vw;max-width:100vw;height:auto;margin:0;padding:1.1rem .5rem 1rem;transform:none}.not-found-code{letter-spacing:.09rem;font-size:2.1rem}.not-found-title{margin-top:.4rem;font-size:1.05rem}.not-found-description{margin-bottom:1.2rem;font-size:.98rem}.not-found-btn-container{flex-wrap:wrap;gap:.8rem}.not-found-btn{flex:100%;max-width:100%;height:3.2rem}.not-found-btn-home{width:3.2rem;height:3.2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@keyframes buttonShimmer{0%{left:-160%}to{left:160%}}
