.not-found{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:var(--text-primary);background-color:var(--bg-light);font-family:inherit}.not-found .heading{font-size:6rem;font-weight:700;color:var(--primary);margin-bottom:10px}.not-found .subtext{font-size:1.5rem;color:#555;margin-bottom:10px}.not-found .description{font-size:1.2rem;max-width:600px;line-height:1.6;margin-bottom:20px;color:var(--text-secondary)}.not-found a{display:inline-block;padding:12px 24px;background-color:var(--primary);color:var(--white);font-size:1rem;font-weight:700;border-radius:8px;text-decoration:none;transition:background .3s ease-in-out}.not-found a:hover{background-color:grey}