17bb6ed72d
Changes: • base.css: Add global footer hiding rule (applies to all .ks-page__footer, .ks-shell__footer, footer[class*=ks-]) • PageLayout: Remove individual footer CSS (use global rule) • AppShellLayout: Remove individual footer CSS (use global rule) Benefits: ✓ Single source of truth (base.css) ✓ Easier to maintain and update globally ✓ Consistent behavior across all layouts ✓ Can enable/disable with one change if needed ✓ Structure preserved (v-if, grid-areas intact) Design principle: Single-screen + content-first • All controls in header/command-bar/summary • Recover ~48-64px per page for content • Mobile-friendly (no hard-to-reach footer) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>