/*
 * Phase 2 — Lot CSS 2Z
 * Module : diagnostic de l’installation PWA
 * Extraction stricte du bloc nf-install-diag-css.
 * Aucune règle de navigation et aucun JavaScript modifiés.
 */

#screen-installer .nf-install-diag{margin-top:8px;}
#screen-installer .nf-install-diag-run{font-size:14px;opacity:.7;padding:8px 0;}
#screen-installer .nf-install-diag-list{margin-top:10px;}
#screen-installer .nf-install-diag-row{display:flex;align-items:flex-start;gap:8px;padding:5px 0;font-size:14px;line-height:1.4;}
#screen-installer .nf-install-diag-ic{font-weight:700;width:16px;flex:0 0 16px;text-align:center;}
#screen-installer .nf-install-diag-ic.ok{color:#2c7a45;}
#screen-installer .nf-install-diag-ic.ko{color:#b4472e;}
#screen-installer .nf-install-diag-det{opacity:.6;font-size:12px;}
