/* Hide ReadMe chrome that is dead without the app JS. Selectors verified
   against test/fixtures/guide.html; only [class*="AIDropdown"] matched (1).
   All other brief candidates matched 0 and were dropped. */
[class*="AIDropdown"] { display: none !important; }
html { color-scheme: light; }
