.not-found-page{background:var(--r-page-bg,var(--home-background))}.not-found-container{flex-direction:column;display:flex;position:relative}.not-found-header{width:100%}.not-found-main{flex:1;justify-content:center;align-items:center;width:100%;min-height:calc(100dvh - 152px);padding:12px 0 28px;display:flex}.not-found-card{text-align:start;width:100%;max-width:430px;font-family:var(--font-plus-jakarta),sans-serif;background:linear-gradient(var(--r-card-bg),var(--r-card-bg))padding-box,linear-gradient(90deg,#8fae77,#e6b39a,#d9a6a1,#8fae77)border-box;background-size:300% 300%;border:1.5px solid #0000;border-radius:28px;padding:24px 20px 22px;animation:9s linear infinite notFoundBorderGlow,.45s both notFoundFadeUp;position:relative;overflow:hidden;box-shadow:0 12px 34px #2f382e1a,0 2px 10px #8fae771f}.not-found-card:before{content:"";pointer-events:none;background:linear-gradient(#ffffff24,#0000);border-radius:28px 28px 0 0;height:48%;position:absolute;inset:0}.not-found-card:after{content:"";top:-72px;pointer-events:none;background:radial-gradient(circle,#8fae7733,#0000 68%);border-radius:50%;width:160px;height:160px;position:absolute;inset-inline-end:-70px}.not-found-icon-wrap{background:linear-gradient(135deg,var(--r-mist-sage),#8fae7724);z-index:1;border:1px solid #a8bf6d38;border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 0 18px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff2e}.not-found-icon{color:var(--r-sage,var(--main-color));font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;font-size:31px;line-height:1}.not-found-eyebrow{color:var(--r-sage);letter-spacing:2px;text-transform:uppercase;z-index:1;margin:0 0 7px;font-size:.72rem;font-weight:800;position:relative}.not-found-title{color:var(--r-text-primary,var(--foreground));font-family:var(--font-raleway),var(--font-plus-jakarta),sans-serif;letter-spacing:-.04em;z-index:1;margin:0 0 14px;font-size:clamp(2rem,8vw,2.65rem);font-weight:800;line-height:1.04;position:relative}.not-found-text{color:var(--r-text-secondary);opacity:.86;z-index:1;margin:0;font-size:.98rem;line-height:1.68;position:relative}.not-found-redirect{width:fit-content;max-width:100%;color:var(--r-text-primary,var(--foreground));z-index:1;background:#8fae771c;border:1px solid #8fae773d;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin:22px auto 0;padding:10px 14px;font-size:.86rem;font-weight:800;display:flex;position:relative}.not-found-redirect .countdown{background:linear-gradient(135deg,var(--r-sage),var(--r-sage-brand));color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:30px;font-size:.9rem;font-weight:900;display:inline-flex;box-shadow:0 6px 16px #8fae7752,inset 0 1px #ffffff2e}.not-found-submit{background:linear-gradient(135deg,var(--r-sage),var(--r-sage-brand));color:#fff;width:100%;min-height:52px;font-family:var(--font-plus-jakarta),sans-serif;letter-spacing:.2px;cursor:pointer;z-index:1;border:none;border-radius:18px;margin-top:18px;padding:14px 18px;font-size:.98rem;font-weight:800;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s,opacity .2s;position:relative;box-shadow:0 8px 22px #8fae7757,inset 0 1px #ffffff2e}.not-found-submit:hover:not(:disabled){transform:translateY(-3px)scale(1.01);box-shadow:0 12px 30px #8fae776b,inset 0 1px #fff3}.not-found-submit:active:not(:disabled){transform:translateY(-1px)scale(.99)}.not-found-submit:disabled{opacity:.68;cursor:not-allowed;transform:none}[data-theme=dark] .not-found-card{box-shadow:0 12px 34px #00000042,0 2px 10px #8fae7714}[data-theme=dark] .not-found-card:before{background:linear-gradient(#ffffff0b,#0000)}[data-theme=dark] .not-found-redirect{background:#8fae771a;border-color:#8fae7729}@media (min-width:768px){.not-found-main{min-height:100%;padding:0}.not-found-card{border-radius:32px;max-width:520px;padding:34px 32px 30px}.not-found-card:before{border-radius:32px 32px 0 0}.not-found-title{font-size:clamp(2.45rem,4vw,3.1rem)}}@media (max-width:640px){.not-found-main{padding:10px 0 24px}.not-found-card{border-radius:24px;padding:24px 18px 22px}.not-found-title{font-size:1.9rem}.not-found-submit{border-radius:18px}}@keyframes notFoundBorderGlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes notFoundFadeUp{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
