/* GEX Levels — support.html page styles
   Extracted verbatim from the pages' former inline <style> block (2026-08-10).
   Reason: the site ships `style-src 'self'` with no 'unsafe-inline', no nonce and
   no hash, so every inline <style> was silently dropped by the browser and these
   pages rendered as unstyled HTML in production (Times New Roman, no background).
   Loading the same bytes from /assets/ is the only way this CSS applies.
   Do not move it back inline: scripts/audit-csp-safety.mjs now gates the build.
   Byte-identical to the former inline CSS; cascade order is unchanged. */
/* ----------------------------------------------------------- support.html */
.ld-card a[href^="mailto:"]{display:inline-flex;align-items:center;min-height:44px;font-size:16px;font-weight:600;word-break:break-word}
.page-support .ld-sub{padding:22px;background:var(--panel-2);border:1px solid var(--line);border-radius:var(--r);color:var(--muted);font-size:16px}
@media (min-width:760px){.page-support .ld-sub{padding:26px}}
