.not-found{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:var(--layout-background)}.not-found__content{text-align:center;padding:2rem}.not-found__title{font-size:4rem;font-weight:700;margin-bottom:1rem;color:var(--text-base)}.not-found__message{font-size:1.25rem;color:var(--text-meta);margin-bottom:1.5rem}