Home.md — version bumped to v4.1.0. New "Using Nudgarr on Mobile" section added covering portrait tabs, landscape tabs, and what requires desktop. Exclusions.md — full Auto-Exclusion section added: how it works, four conditions, timing note, desktop and mobile configuration, auto-unexclude, source distinction, desktop status bar badge, mobile nav badge, disabled popup, Reset Auto-Exclusions, and notification trigger. Settings-Reference.md — four auto-exclusion fields added to Advanced tab table with import check interval note. Auto-Exclusion notification trigger added to Notifications table between Import Confirmed and Error. How-Nudgarr-Works.md — import tracking section expanded to cover auto-exclusion evaluation running at end of each import check cycle, with cross-reference to FAQ. Glossary.md — Auto-Exclusion and Auto-Unexclude entries added. FAQ-and-Troubleshooting.md — Auto-Exclusion section added with three questions: timing/interval behaviour, title auto-excluded but downloaded successfully, and bulk clear via Danger Zone.
.m-nav-item gains position:relative so .m-autoexcl-badge (position:absolute)
anchors correctly to the History nav item instead of escaping to the nearest
positioned ancestor. Previously rendered as a stray glyph below the nav.
mLoadExclusions() now called immediately when switching to the History tab
in mSwitchTab(), alongside the existing mLoadExclHistory() call. Previously
the m-excl-count badge was stale until the user tapped the Excluded inner tab.
Popup button label corrected from "Cancel" to "Keep" matching the desktop
Auto-Exclusion Disabled popup (Keep / Clear).
.m-autoexcl-badge, .m-modal-btn-neutral, .m-modal-btn-danger, and
.m-hist-title-auto moved inside the @media screen and (max-width: 500px)
block in ui-mobile.css. Previously sat outside the media query and were
subject to specificity conflicts from ui.css at desktop widths, preventing
amber colouring from rendering on auto-excluded titles.