.not-found-page{background:var(--r-page-bg,var(--home-background))}.not-found-container{position:relative;display:flex;flex-direction:column}.not-found-header{width:100%}.not-found-main{flex:1;width:100%;min-height:calc(100dvh - 152px);display:flex;align-items:center;justify-content:center;padding:12px 0 28px}.not-found-card{width:100%;max-width:430px;border:1.5px solid transparent;border-radius:28px;padding:24px 20px 22px;text-align:start;position:relative;overflow:hidden;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%;box-shadow:0 12px 34px rgba(47,56,46,.1),0 2px 10px rgba(143,174,119,.12);animation:notFoundBorderGlow 9s linear infinite,notFoundFadeUp .45s ease both}.not-found-card:before{inset:0;height:48%;background:linear-gradient(180deg,rgba(255,255,255,.14),transparent);border-radius:28px 28px 0 0}.not-found-card:after,.not-found-card:before{content:"";position:absolute;pointer-events:none}.not-found-card:after{width:160px;height:160px;top:-72px;inset-inline-end:-70px;border-radius:50%;background:radial-gradient(circle,rgba(143,174,119,.2),transparent 68%)}.not-found-icon-wrap{width:64px;height:64px;margin:0 0 18px;border-radius:22px;background:linear-gradient(135deg,var(--r-mist-sage),rgba(143,174,119,.14));border:1px solid rgba(168,191,109,.22);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.18);position:relative;z-index:1}.not-found-icon{font-size:31px;line-height:1;color:var(--r-sage,var(--main-color));font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.not-found-eyebrow{margin:0 0 7px;color:var(--r-sage);font-size:.72rem;letter-spacing:2px;text-transform:uppercase}.not-found-eyebrow,.not-found-title{font-weight:800;position:relative;z-index:1}.not-found-title{margin:0 0 14px;color:var(--r-text-primary,var(--foreground));font-family:var(--font-raleway),var(--font-plus-jakarta),sans-serif;font-size:clamp(2rem,8vw,2.65rem);line-height:1.04;letter-spacing:-.04em}.not-found-text{margin:0;color:var(--r-text-secondary);font-size:.98rem;line-height:1.68;opacity:.86;position:relative;z-index:1}.not-found-redirect{margin:22px auto 0;width:-moz-fit-content;width:fit-content;max-width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(143,174,119,.11);border:1px solid rgba(143,174,119,.24);color:var(--r-text-primary,var(--foreground));font-size:.86rem;font-weight:800;position:relative;z-index:1}.not-found-redirect .countdown{min-width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:900;box-shadow:0 6px 16px rgba(143,174,119,.32),inset 0 1px 0 rgba(255,255,255,.18)}.not-found-redirect .countdown,.not-found-submit{background:linear-gradient(135deg,var(--r-sage),var(--r-sage-brand));color:#fff}.not-found-submit{width:100%;min-height:52px;margin-top:18px;border:none;border-radius:18px;padding:14px 18px;font-family:var(--font-plus-jakarta),sans-serif;font-size:.98rem;font-weight:800;letter-spacing:.2px;cursor:pointer;position:relative;z-index:1;box-shadow:0 8px 22px rgba(143,174,119,.34),inset 0 1px 0 rgba(255,255,255,.18);transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease,opacity .2s ease}.not-found-submit:hover:not(:disabled){transform:translateY(-3px) scale(1.01);box-shadow:0 12px 30px rgba(143,174,119,.42),inset 0 1px 0 rgba(255,255,255,.2)}.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 rgba(0,0,0,.26),0 2px 10px rgba(143,174,119,.08)}[data-theme=dark] .not-found-card:before{background:linear-gradient(180deg,rgba(255,255,255,.045),transparent)}[data-theme=dark] .not-found-redirect{background:rgba(143,174,119,.1);border-color:rgba(143,174,119,.16)}@media (min-width:768px){.not-found-main{min-height:100%;padding:0}.not-found-card{max-width:520px;padding:34px 32px 30px;border-radius:32px}.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{padding:24px 18px 22px;border-radius:24px}.not-found-title{font-size:1.9rem}.not-found-submit{border-radius:18px}}@keyframes notFoundBorderGlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes notFoundFadeUp{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}