/*
 * Page: demo
 * Visual QA sandbox. Minimal page-specific styles.
 */

/* Theme toggle icon swap — hide one, show the other based on <html class="dark"> */
.theme-icon-dark  { display: none; }
html.dark .theme-icon-light { display: none; }
html.dark .theme-icon-dark  { display: inline-flex; }

/* Demo page container is inside .page (from header.css) so no width tweaks needed. */
