/* TV Mode CSS — only activates when body.tv-mode class is present */
body.tv-mode { font-size: 22px !important; background: #000 !important; color: #fff !important; }
body.tv-mode .site-header,
body.tv-mode .site-footer,
body.tv-mode .bottom-nav,
body.tv-mode .mobile-fab-wrap { display: none !important; }
body.tv-mode h1 { font-size: 56px !important; }
body.tv-mode h2 { font-size: 42px !important; }
body.tv-mode .section-title { font-size: 48px !important; }
body.tv-mode .btn { padding: 16px 32px !important; font-size: 22px !important; }
body.tv-mode *:focus { outline: 4px solid #ffea00 !important; outline-offset: 4px !important; }
body.tv-mode .stat-card .num { font-size: 64px !important; }
body.tv-mode table { font-size: 22px !important; }
