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

#screen-installer .nf-install-desktop{text-align:center;padding:8px 0 4px;}
#screen-installer .nf-install-desktop-title{font-size:19px;font-weight:600;margin:6px 0 8px;}
#screen-installer .nf-install-desktop-lead{font-size:14px;opacity:.8;line-height:1.5;margin:0 auto 16px;max-width:340px;}
#screen-installer .nf-install-qr{display:flex;justify-content:center;align-items:center;min-height:184px;margin:6px auto 10px;}
#screen-installer .nf-install-qr img,#screen-installer .nf-install-qr canvas{border-radius:10px;background:#FDF9EE;padding:10px;box-shadow:0 2px 12px rgba(0,0,0,.08);}
#screen-installer .nf-install-qr-hint{font-size:13px;opacity:.7;margin-bottom:16px;}
#screen-installer .nf-install-qr-fallback{font-size:14px;opacity:.85;line-height:1.5;padding:18px;}
#screen-installer .nf-install-link{display:block;width:100%;background:none;border:none;color:#8a7d70;font-size:13px;text-decoration:underline;cursor:pointer;margin-top:10px;padding:8px;}
