.notFound{animation:notFoundFadeIn .45s ease-out;font-family:var(--font-family);justify-content:center;min-height:calc(100vh - 77px);padding:2.5rem 1rem 3rem;text-align:center}.notFound,.notFound__content{align-items:center;display:flex;flex-direction:column}.notFound__content{max-width:32rem;width:100%}.notFound__illustrationWrapper{align-items:center;animation:notFoundFloat 5s ease-in-out infinite;display:flex;justify-content:center;margin-top:1rem;width:100%}.notFound__illustration{display:block;height:auto;max-width:100%;object-fit:contain;opacity:.88;width:75%}[data-theme=dark] .notFound__illustration{opacity:.82}.notFound__heading{color:var(--secondary-color);font-size:3.5rem;font-weight:700;letter-spacing:-.02em;line-height:1;margin:0}[data-theme=dark] .notFound__heading{color:var(--primary-color)}.notFound__title{color:var(--light-mode-primary-text-color);font-size:var(--font-size-h5);font-weight:700;line-height:1.2;margin:.5rem 0 0}[data-theme=dark] .notFound__title{color:var(--dark-mode-primary-text-color)}.notFound__description{color:var(--gray);font-size:var(--font-size-body);line-height:1.55;margin:.5rem 0 0;max-width:22rem;padding:0}[data-theme=dark] .notFound__description{color:var(--dark-mode-secondary-text-color);opacity:.85}.notFound__actions{align-items:stretch;display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem;max-width:16rem;width:100%}.notFound__button{align-items:center;cursor:pointer;display:inline-flex;font-family:var(--font-family);font-size:var(--font-size-body);font-weight:600;gap:.5rem;justify-content:center;min-height:44px;padding:.75rem 1.5rem;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;width:100%}.notFound__button--primary{border:none;border-radius:6px;box-shadow:var(--shadow)}[data-theme=dark] .notFound__button--primary{background:var(--primary-color);color:var(--dark-mode-primary-text-color)}[data-theme=dark] .notFound__button--primary:hover{opacity:.92;transform:translateY(-1px)}.notFound__button--secondary{background:#0000;border-color:var(--light-mode-border-color);border-radius:6px;border-style:solid;border-width:1px;color:var(--light-mode-primary-text-color);height:auto;min-height:44px;width:100%}.notFound__button--secondary:hover{border-color:var(--gray);transform:translateY(-1px)}[data-theme=dark] .notFound__button--secondary{border-color:var(--dark-mode-border-color);color:var(--dark-mode-primary-text-color)}[data-theme=dark] .notFound__button--secondary:hover{background:var(--dark-mode-background-color-hover);border-color:var(--gray)}.notFound__buttonIcon{flex-shrink:0}.notFound__button:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}@keyframes notFoundFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes notFoundFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (min-width:768px){.notFound{min-height:calc(100vh - 77px);padding:3.5rem 2rem 4rem}.notFound__content{max-width:36rem}.notFound__description,.notFound__title{margin-top:.875rem}.notFound__illustrationWrapper{margin-top:1.5rem}.notFound__illustration{max-width:18rem;width:auto}.notFound__actions{margin-top:1.75rem}.notFound__heading{font-size:5rem}.notFound__title{font-size:var(--font-size-h4)}.notFound__description{font-size:var(--font-size-lg);max-width:26rem}.notFound__actions{align-items:center;flex-direction:row;gap:1rem;justify-content:center;max-width:none}.notFound__button{min-width:9.5rem;width:auto}.notFound__button--secondary{width:auto}}@media (min-width:1024px){.notFound{padding:4rem 2rem 5rem}.notFound__heading{font-size:6rem}.notFound__title{font-size:var(--font-size-h3);margin-top:1rem}.notFound__description{margin-top:1rem}.notFound__illustrationWrapper{margin-top:1.5rem}.notFound__illustration{max-width:20rem;width:auto}.notFound__actions{margin-top:1.75rem}}