.not-found-page{background:var(--background);justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem 1rem;display:flex}.not-found-container{text-align:center;width:100%;max-width:800px;margin:0 auto}.not-found-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.not-found-image-wrapper{width:100%;max-width:400px;margin:0 auto}.not-found-image{border-radius:1rem;width:100%;height:auto;display:block}.not-found-title{color:var(--foreground);letter-spacing:-.05em;margin:0;font-family:KlarheitKurrent,system-ui,-apple-system,sans-serif;font-size:8rem;font-weight:700;line-height:1}.not-found-description{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:600;line-height:1.4}.not-found-subdescription{color:var(--black-500);margin:0;font-size:1rem;line-height:1.6}html.dark .not-found-subdescription{color:var(--black-400)}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.not-found-button{cursor:pointer;border:2px solid #0000;border-radius:9999px;justify-content:center;align-items:center;min-width:140px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.not-found-button.primary{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.not-found-button.primary:hover{background:var(--black-800);border-color:var(--black-800);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}html.dark .not-found-button.primary{background:var(--foreground);color:var(--background)}html.dark .not-found-button.primary:hover{background:var(--black-100);border-color:var(--black-100)}.not-found-button.secondary{color:var(--foreground);border-color:var(--black-300);background:0 0}.not-found-button.secondary:hover{background:var(--black-50);border-color:var(--foreground);transform:translateY(-2px)}html.dark .not-found-button.secondary{border-color:var(--black-600);color:var(--foreground)}html.dark .not-found-button.secondary:hover{background:var(--black-800);border-color:var(--foreground)}@media (max-width:1024px){.not-found-page{min-height:calc(100vh - 80px)}.not-found-title{font-size:6rem}.not-found-description{font-size:1.25rem}.not-found-image-wrapper{max-width:350px}}@media (max-width:768px){.not-found-content{gap:1.5rem}.not-found-title{font-size:5rem}.not-found-description{font-size:1.125rem}.not-found-subdescription{font-size:.9375rem}.not-found-image-wrapper{max-width:300px}.not-found-button{min-width:120px;padding:.875rem 1.75rem;font-size:.9375rem}}@media (max-width:480px){.not-found-page{padding:1.5rem 1rem}.not-found-title{font-size:4rem}.not-found-description{font-size:1rem}.not-found-subdescription{font-size:.875rem}.not-found-actions{flex-direction:column;gap:.75rem;width:100%}.not-found-button{width:100%;max-width:280px}.not-found-image-wrapper{max-width:250px}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.not-found-image{animation:.6s cubic-bezier(.4,0,.2,1) forwards fadeInScale}.not-found-title{opacity:0;animation:.6s cubic-bezier(.4,0,.2,1) .1s forwards fadeInScale}.not-found-description{opacity:0;animation:.6s cubic-bezier(.4,0,.2,1) .2s forwards fadeInScale}.not-found-subdescription{opacity:0;animation:.6s cubic-bezier(.4,0,.2,1) .3s forwards fadeInScale}.not-found-actions{opacity:0;animation:.6s cubic-bezier(.4,0,.2,1) .4s forwards fadeInScale}@media (prefers-reduced-motion:reduce){.not-found-image,.not-found-title,.not-found-description,.not-found-subdescription,.not-found-actions{opacity:1;animation:none}.not-found-button:hover{transform:none}}.not-found-footer{background:var(--background);border-top:1px solid var(--black-200);padding:4rem 1rem 2rem}html.dark .not-found-footer{border-top-color:var(--black-800)}.not-found-footer-content{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.not-found-footer-nav{gap:2rem;font-size:1rem;font-weight:500;display:flex}.not-found-footer-nav a{color:var(--foreground);text-decoration:none;transition:opacity .3s}.not-found-footer-nav a:hover{opacity:.6}.not-found-footer-info{color:var(--black-500);flex-direction:column;gap:.5rem;font-size:.875rem;display:flex}html.dark .not-found-footer-info{color:var(--black-400)}.not-found-footer-info a{color:inherit;text-decoration:none;transition:opacity .3s}.not-found-footer-info a:hover{opacity:.8}@media (max-width:768px){.not-found-footer{padding:3rem 1rem 2rem}.not-found-footer-nav{gap:1.5rem;font-size:.9375rem}.not-found-footer-info{font-size:.8125rem}}
