:root{color-scheme:light;--bleu:#1d4ed8;--vert:#15803d;--gris-fond:#f4f5f7;--gris-texte:#374151;--bordure:#e5e7eb}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:var(--gris-fond);color:#111827;font-size:17px;line-height:1.5}.conteneur{max-width:480px;margin:0 auto;padding:20px 16px 48px}.carte{background:#fff;border:1px solid var(--bordure);border-radius:12px;padding:16px;margin-bottom:16px}.titre{font-size:1.4rem;font-weight:700;margin:0 0 4px}.sous-titre{color:var(--gris-texte);margin:0 0 16px}.badge-statut{display:inline-block;padding:6px 14px;border-radius:999px;background:var(--bleu);color:#fff;font-weight:600;font-size:.95rem}.badge-statut.livre{background:var(--vert)}.montant{font-size:1.6rem;font-weight:800;margin:8px 0 0}.montant-devise{font-size:1rem;color:var(--gris-texte);font-weight:500}.grille-photos{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.grille-photos img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;border:1px solid var(--bordure);background:#eee}.frise{flex-direction:column}.frise,.frise-etape{display:flex;gap:10px}.frise-etape{align-items:center;color:#9ca3af}.frise-etape.active{color:#111827;font-weight:700}.puce{width:10px;height:10px;border-radius:999px;background:#d1d5db}.frise-etape.active .puce{background:var(--bleu)}.erreur{text-align:center;padding:48px 16px}