.notfound-page{background:var(--white);min-height:100vh;padding:var(--space-xl)var(--padding-page);text-align:center;font-family:var(--font-body);flex-direction:column;justify-content:center;align-items:center;display:flex}.notfound-logo{margin-bottom:var(--space-xl)}.notfound-logo img{width:auto;height:32px}.notfound-code{font-family:var(--font-heading);color:var(--pl2);letter-spacing:-2px;-webkit-user-select:none;user-select:none;margin:0;font-size:140px;line-height:1}.notfound-heading{font-family:var(--font-heading);font-size:var(--fs-2xl);color:var(--text);margin:var(--space-md)0 var(--space-sm)}.notfound-sub{font-size:var(--fs-xs);color:var(--tl);max-width:400px;margin:0 auto var(--space-xl);line-height:1.6}.notfound-buttons{gap:var(--space-md);margin-bottom:var(--space-xl);justify-content:center;align-items:center;display:flex}.notfound-btn{height:48px;padding:0 var(--space-lg);border-radius:var(--radius-pill);font-size:var(--fs-xs);font-family:var(--font-body);cursor:pointer;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.notfound-btn-primary{background:var(--p);color:var(--white);border:2px solid var(--p)}.notfound-btn-primary:hover{background:var(--p-hover);border-color:var(--p-hover)}.notfound-btn-outline{color:var(--p);border:2px solid var(--p);background:0 0}.notfound-btn-outline:hover{background:var(--pl)}.notfound-contact{font-size:var(--fs-xs);color:var(--tl)}.notfound-contact a{color:var(--p);text-decoration:underline}.notfound-contact a:hover{color:var(--p-hover)}@media (max-width:768px){.notfound-code{font-size:100px}.notfound-heading{font-size:var(--fs-xl)}.notfound-buttons{flex-direction:column;width:100%;max-width:300px}.notfound-btn{width:100%}}
