- Trigger: <a>-Link mit identischer CSS-Hülle wie die inline-minimal-
Variante (text-align:center; font-size:0.75rem; opacity:0.6;
padding:12px 0; margin-top:4px). Kein Footer-Layout-Shift mehr,
Höhe und Breite identisch zu vorher.
- Karte: nutzt --bg-card / --text / --accent / --border / --radius /
--font-primary vom Host (shared/css/variables.css) — Dark-Fallbacks
neutral. Auf hellen Themes greifen die CSS-Vars, auf Sites ohne
Variablen bleibt es dezent dunkel.
- max-width: min(420px, calc(100vw - 32px)) + box-sizing:border-box
+ overflow-wrap:break-word — Karte kann Viewport nie sprengen,
auch nicht bei langen unbreakable strings.
- Body-scroll-lock während Overlay offen ist; vorheriger overflow-
Wert wird beim Schließen restauriert.