.notfound-container{position:relative;min-height:calc(100vh - var(--nav-height, 72px));display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f7fbf8;padding:4rem 2rem}.notfound-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.notfound-bg-pattern img{width:100%;height:100%;object-fit:cover;opacity:.02}.notfound-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;max-width:680px;width:100%;animation:fadeInUp .7s cubic-bezier(.4,0,.2,1) both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.notfound-chip{display:flex;flex-direction:row;column-gap:.5rem;padding:.5rem 1rem;background-color:var(--bg-white);border-radius:100px;box-shadow:0 4px 12px #00000014;border:1px solid var(--border-soft, #E5E7EB);align-items:center;justify-content:center;margin:0 auto}.notfound-code{display:flex;align-items:center;justify-content:center;gap:.25rem;line-height:1;-webkit-user-select:none;user-select:none}.notfound-code span{font-size:clamp(7rem,18vw,11rem);font-weight:300;color:var(--secondary);letter-spacing:-.04em;display:inline-block}.notfound-zero{color:var(--primary)!important;animation:zeroFloat 3s ease-in-out infinite}@keyframes zeroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.notfound-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:400;color:var(--secondary);line-height:1.25;margin:0}.notfound-summary{font-size:1.1rem;font-weight:300;color:var(--text-sub, #6B7280);line-height:1.7;max-width:480px}@media(max-width:480px){.notfound-title{font-size:1.5rem}.notfound-summary{font-size:1rem}}
