/* L'aperçu des fichiers (static/apercu.js) : un cadre par-dessus la page. */
.apercu-voile{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:1000;display:flex;align-items:center;justify-content:center;padding:18px}
.apercu-boite{background:#fff;border-radius:16px;width:min(1100px,100%);height:min(92vh,1000px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 60px rgba(15,23,42,.35);font-family:inherit}
.apercu-haut{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid #e6e8ec}
.apercu-nom{font-weight:600;font-size:14px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.apercu-actions{display:flex;align-items:center;gap:8px;flex:none}
.apercu-btn{font-size:13px;font-weight:600;padding:7px 12px;border-radius:9px;border:1px solid #e6e8ec;color:#0f172a;background:#fff;text-decoration:none;white-space:nowrap}
.apercu-btn:hover{background:#f8fafc}
.apercu-btn-principal{background:#0f172a;border-color:#0f172a;color:#fff}
.apercu-btn-principal:hover{background:#1e293b}
.apercu-fermer{border:0;background:none;font-size:24px;line-height:1;color:#64748b;cursor:pointer;padding:2px 6px;font-family:inherit}
.apercu-fermer:hover{color:#0f172a}
.apercu-corps{flex:1;min-height:0;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:auto}
.apercu-cadre{width:100%;height:100%;border:0;background:#fff}
.apercu-image{max-width:100%;max-height:100%;object-fit:contain}
.apercu-attente,.apercu-message{color:#475569;font-size:14px;text-align:center;padding:24px;line-height:1.5}
.apercu-message p{margin:0 0 14px}
html.apercu-ouvert{overflow:hidden}
@media (max-width:640px){
  .apercu-voile{padding:0}
  .apercu-boite{width:100%;height:100%;border-radius:0}
  .apercu-btn:not(.apercu-btn-principal){display:none}
}
