Interception route with just a page.tsx, no parallel routes at all.
Interception route has page.tsx at root level. No children slot exists.
No @parallel routes exist, so no implicit layout created.
Has @sidebar parallel route BUT page.tsx fills the children slot.
Has @sidebar (creates implicit layout) but NO page.tsx.
✓ Auto-uses null default (no explicit files needed)
Has explicit layout.tsx with children slot, but NO parallel routes like @sidebar.
? Should it 404 or 200? This determines if we need to check for explicit layouts!