2b4f043989
Changes:
• PageLayout: .ks-page__footer { display: none; }
• AppShellLayout: .ks-shell__footer { display: none; }
• AGENTS.md: Enhanced footer policy (all levels excluded)
Policy: Single-screen principle
✓ NO page-level footers (PageLayout #footer)
✓ NO global footers (AppShellLayout footer)
✓ All controls → header/command-bar/summary
✓ Maximize content area (recover ~48-64px per page)
✓ Mobile-friendly (bottom footer = hard to reach)
Structure preserved (v-if, grid-areas) for backward compatibility.
CSS hiding allows future restoration if needed.
Reference: Session 2026-08-16, responsive design + content-first UX
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>