.not-found{max-width:var(--container-max);padding:48px var(--container-px)64px;margin:0 auto}.not-found .prompt{font-size:var(--font-size-sm);align-items:center;gap:6px;margin-bottom:12px;display:flex}.not-found__error{color:var(--red);font-size:var(--font-size-sm);margin-bottom:24px}.not-found__suggest-label{color:var(--text-muted);font-size:var(--font-size-xs);margin-bottom:8px}.not-found__suggest-row{font-size:var(--font-size-sm);color:var(--text-secondary);border-radius:var(--radius);transition:background var(--transition);gap:12px;padding:6px 16px;text-decoration:none;display:flex}.not-found__suggest-row:hover{background:var(--green-dim)}.not-found__suggest-row:hover .title{color:var(--green)}.not-found__suggest-row .marker{color:var(--green);flex-shrink:0}.not-found__suggest-row .title{color:var(--text);transition:color var(--transition);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.not-found__home{margin-top:32px}.not-found__home a{color:var(--text-secondary);font-size:var(--font-size-sm);transition:color var(--transition);text-decoration:none}.not-found__home a:hover{color:var(--green)}@media (max-width:768px){.not-found{padding:32px var(--container-px)48px}}
