A club’s identity space — 홈/뉴스/랭킹/관리 live as SegmentedTabs under one persistent identity header (`club-detail-screen.tsx`), where 관리’s nav rows and 뉴스’s board link each push out to their own screen (club-management / club-board / club-venues) the same way a real push does. Non-members never see the tabs at all: they are hard-redirected to a separate, tab-less `PublicClubProfileScreen` (the 비회원 미리보기 state).
apps/mobile/app/(tabs)/(clubs)/[id].tsx → clubs/src/club-detail-screen.tsx (홈/뉴스/랭킹/관리 SegmentedTabs; 관리’s nav + 뉴스’s board link push to club-management / club-board / club-venues; non-members redirect to a separate PublicClubProfileScreen)
packages/features/clubs/src/club-detail-screen.tsxpackages/features/clubs/src/club-detail/home-tab.tsxpackages/features/clubs/src/club-detail/admin-tab.tsxpackages/features/clubs/src/public-club-profile-screen.tsx