.not-found-page{background-color:var(--background-screen);text-align:center;justify-content:center;align-items:center;min-height:60vh;padding:6rem 2rem;display:flex}.not-found-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:500px;display:flex}.not-found-content h1{color:var(--text-primary);margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.not-found-content p{color:var(--text-secondary);margin:0;font-size:1.25rem;line-height:1.6}@media (max-width:640px){.not-found-page{padding:4rem 1.5rem}.not-found-content h1{font-size:1.875rem}.not-found-content p{font-size:1rem}}
