Owner-Only Visibility Demonstration
This page demonstrates the owner-only visibility mechanism. It intentionally contains no real business data.
If you can read this, the active identity has the Owner/Admin role. Employee and Manager identities are redirected away from this route by the guard.
Why no real owner data lives here yet: this app is a static site with no authentication backend. A guard script keeps honest users out of owner routes, but it is not real security — anyone with the site files could technically read them. Therefore, per the platform rule, genuinely sensitive information (finances, payroll, evaluations, vendor terms) is excluded from the build entirely until real authentication exists. This page exists to prove the mechanism, not to hold secrets.
Source: platform demonstration page — contains no business data