/* interface-fx-off.v1.css - the "Features" toggle under the #interface
 * tablet, hidden for now (2026-09-22).
 *
 * The toggle drew eight callout boxes onto the screenshot, each pinned to a
 * percentage position on THAT image. A new interface screenshot is about to
 * replace it, and the callouts would then point at things that are no longer
 * where they say. Until they are re-placed on the new shot, the control is
 * simply not offered.
 *
 * With the button gone nothing can set .sc-on, so the callout layer and its
 * narrow-screen list (.sc-list) stay hidden by shot-callouts.v14.css's own
 * rules; no other rule is needed. The Light / Dark switch above it is
 * untouched.
 *
 * To bring it back: delete this file's <link> in index.html. */
#interface .ss-fx { display: none !important; }
