
        body { background-color: #0b0f1a; color: #e2e8f0; font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
        .glass { background: rgba(22, 29, 49, 0.7); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.05); }
        .tab-active { border-bottom: 2px solid #3b82f6; color: #3b82f6; }
        .admin-tab-active { border-bottom: 2px solid #f43f5e; color: #f43f5e !important; }
        .modal { background: rgba(0,0,0,0.9); display: none; align-items: center; justify-content: center; position: fixed; inset: 0; z-index: 50; }
        .card-pokemon { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        .card-pokemon:hover { transform: translateY(-5px); border-color: #3b82f6; box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.3); }
        ::-webkit-scrollbar { width: 6px; }
        ::-webkit-scrollbar-thumb { background: #1e293b; border-radius: 10px; }
        .scrollbar-hide::-webkit-scrollbar { display: none; }
        .scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
    


            /* Grille auto-adaptative : pas de points de rupture à maintenir. */
            .binder-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
                gap: 0.75rem;
            }
            .binder-panels {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
                gap: 1.25rem;
            }
            .binder-card {
                position: relative;
                border-radius: 0.5rem;
                transition: transform .18s ease, box-shadow .18s ease;
                box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
            }
            .binder-card:hover { transform: translateY(-3px) scale(1.04); z-index: 5; }
            .binder-card.is-owned { box-shadow: 0 0 0 2px #10b981, 0 6px 18px -6px rgba(16, 185, 129, .5); }
            /* Ratio d'une carte réelle (63 x 88 mm) : la grille garde sa forme
               même avant que les images du CDN soient arrivées. */
            .binder-img {
                display: block;
                width: 100%;
                aspect-ratio: 63 / 88;
                object-fit: cover;
                border-radius: 0.5rem;
                background: rgba(15, 23, 42, .8);
                transition: filter .3s ease, opacity .3s ease;
            }
            /* Une carte manquante doit rester RECONNAISSABLE : on la desature
               sans l'effacer, sinon le classeur perd son interet. */
            .binder-card:not(.is-owned) .binder-img { filter: grayscale(1) brightness(.62); }
            .binder-card:hover .binder-img { filter: none; }
            .binder-num {
                position: absolute; top: 4px; left: 4px;
                background: rgba(0, 0, 0, .72); color: #cbd5e1;
                font-size: 9px; font-weight: 900;
                padding: 2px 5px; border-radius: 4px; line-height: 1;
            }
            .binder-check {
                position: absolute; top: -6px; right: -6px;
                width: 20px; height: 20px; border-radius: 9999px;
                background: #10b981; color: #fff; font-size: 10px;
                display: flex; align-items: center; justify-content: center;
                box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
            }
            /* Logo coloré de l'extension : image large à fond transparent.
               "contain" évite de la déformer ; la hauteur fixe aligne les tuiles
               entre elles malgré des proportions de logos très variables. */
            .binder-setlogo {
                display: block;
                height: 54px;
                max-width: 85%;
                margin: 0 auto 0.9rem;
                object-fit: contain;
                object-position: center;
            }
            /* Réservé même sans logo (79 sets sur 200 n'en ont pas),
               pour que toutes les tuiles gardent la même hauteur. */
            .binder-setlogo-empty { height: 54px; margin-bottom: 0.9rem; }
            .binder-symbol { height: 18px; width: 18px; object-fit: contain; opacity: .55; flex-shrink: 0; }
            /* Cote Cardmarket en haut a droite, en miroir du numero.
               Le bas de la carte est reserve aux pastilles de variante :
               les deux s y chevauchaient et devenaient illisibles. */
            .binder-price {
                position: absolute; top: 4px; right: 4px; z-index: 3;
                background: rgba(0, 0, 0, .72); color: #6ee7b7;
                font-size: 9px; font-weight: 900;
                padding: 2px 5px; border-radius: 4px; line-height: 1;
                pointer-events: none;
            }
            /* Voile sombre en pied de carte, pour que les pastilles restent
               lisibles quelle que soit l illustration en dessous. */
            .binder-card::after {
                content: ""; position: absolute; left: 0; right: 0; bottom: 0;
                height: 24px; border-radius: 0 0 .5rem .5rem;
                background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,0));
                pointer-events: none; z-index: 2;
            }
            /* ================= VUE ETAGERE =================
               Un rayonnage par emplacement physique saisi dans la fiche objet.
               Entierement en CSS, comme le classeur : rien a telecharger. */
            .etagere { margin-bottom: 2.5rem; }
            .etagere-tete {
                display: flex; align-items: baseline; justify-content: space-between;
                gap: 1rem; flex-wrap: wrap; margin-bottom: .9rem; padding: 0 .3rem;
            }
            .etagere-tete h3 {
                font-weight: 900; color: #fff; font-size: 1.05rem;
                display: flex; align-items: center; gap: .6rem;
            }
            .etagere-tete h3 i { color: #b08046; font-size: .95rem; }
            .etagere-stats {
                font-size: 10px; text-transform: uppercase; letter-spacing: .1em;
                color: #64748b; font-weight: 700;
            }
            /* Le rayon : les objets posent sur une planche dessinee en dessous. */
            .etagere-rayon { position: relative; padding-bottom: 20px; }
            .etagere-objets {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
                gap: 1.1rem;
                align-items: end;
                padding: 1.2rem 1.4rem 1.5rem;
                border-radius: .8rem .8rem 0 0;
                background: linear-gradient(180deg, rgba(15,23,42,.15), rgba(0,0,0,.35));
            }
            /* La planche de bois, avec son chant clair et son ombre portee. */
            .etagere-planche {
                height: 20px; border-radius: 3px;
                background:
                    repeating-linear-gradient(91deg, rgba(0,0,0,.16) 0 3px, transparent 3px 13px),
                    linear-gradient(180deg, #b8874c 0%, #8a6134 42%, #5c3f22 100%);
                box-shadow:
                    0 12px 22px -10px rgba(0,0,0,.9),
                    inset 0 1px 0 rgba(255,255,255,.28),
                    inset 0 -2px 4px rgba(0,0,0,.45);
            }
            /* Rayon "non ranges" : volontairement plus terne, c est une zone
               d attente et non un emplacement revendique. */
            .etagere-sans .etagere-planche {
                background:
                    repeating-linear-gradient(91deg, rgba(0,0,0,.14) 0 3px, transparent 3px 13px),
                    linear-gradient(180deg, #4a5568 0%, #364152 45%, #232b38 100%);
            }
            .etagere-sans .etagere-tete h3 i { color: #64748b; }
            /* ---- Habillages par type de rangement ----
               Chaque type redefinit le fond du rayon et sa base. Tout en CSS,
               donc aucun asset a charger et un rendu net a tout zoom. */

            /* CLASSEUR : couverture sombre et dos a anneaux sur le bord gauche. */
            .kind-classeur .etagere-objets {
                padding-left: 3.2rem;
                border-radius: .4rem .8rem 0 0;
                background:
                    repeating-linear-gradient(48deg, rgba(255,255,255,.012) 0 2px, transparent 2px 5px),
                    linear-gradient(150deg, #2c3852 0%, #1b2434 45%, #0d1320 100%);
                background-color: #1b2434;
                box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
            }
            .kind-classeur .etagere-rayon::before {
                content: ''; position: absolute; left: 0; top: 0; bottom: 20px; width: 2.2rem;
                border-radius: .4rem 0 0 0;
                background: linear-gradient(90deg, #070b13, #151d2c 60%, rgba(0,0,0,.4));
                border-right: 1px solid rgba(255,255,255,.06);
                z-index: 2;
            }
            /* Les anneaux, dessines par un degrade repete sur le dos. */
            .kind-classeur .etagere-rayon::after {
                content: ''; position: absolute; left: .55rem; top: 1.4rem; bottom: 2.6rem; width: 15px;
                border-radius: 9999px; z-index: 3;
                background: repeating-linear-gradient(180deg,
                    transparent 0 14px,
                    rgba(226,232,240,.85) 14px 17px,
                    transparent 17px 46px);
                box-shadow: 0 1px 2px rgba(0,0,0,.6);
            }
            .kind-classeur .etagere-planche {
                background: linear-gradient(180deg, #243044 0%, #131a26 60%, #080c14 100%);
                background-color: #1a2333;
            }
            .kind-classeur .etagere-tete h3 i { color: #7c93b8; }

            /* BOX DE RANGEMENT : carton clair, rabat et bande adhesive. */
            .kind-box .etagere-objets {
                border-radius: .3rem .3rem 0 0;
                background:
                    repeating-linear-gradient(90deg, rgba(0,0,0,.05) 0 1px, transparent 1px 7px),
                    linear-gradient(180deg, #a9814f 0%, #8a683d 30%, #6d5130 100%);
                box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
                position: relative;
            }
            /* Bande adhesive en haut du carton. */
            .kind-box .etagere-objets::before {
                content: ''; position: absolute; left: 12%; right: 12%; top: 0; height: 13px;
                background: linear-gradient(180deg, rgba(226,214,180,.55), rgba(198,183,143,.35));
                border-left: 1px dashed rgba(0,0,0,.15);
                border-right: 1px dashed rgba(0,0,0,.15);
            }
            .kind-box .etagere-planche {
                background: linear-gradient(180deg, #6d5130 0%, #4d3921 55%, #33260f 100%);
                box-shadow: 0 12px 22px -10px rgba(0,0,0,.9), inset 0 1px 0 rgba(255,255,255,.14);
            }
            .kind-box .etagere-tete h3 i { color: #c39a63; }

            /* COFFRE : metal sombre, rivets et ferrure. */
            .kind-coffre .etagere-objets {
                border-radius: .4rem .4rem 0 0;
                background:
                    radial-gradient(circle at 14px 16px, rgba(203,213,225,.5) 0 2px, transparent 2px),
                    radial-gradient(circle at calc(100% - 14px) 16px, rgba(203,213,225,.5) 0 2px, transparent 2px),
                    linear-gradient(180deg, #3a424f 0%, #262d38 45%, #161b23 100%);
                box-shadow: inset 0 1px 0 rgba(255,255,255,.13), inset 0 0 0 1px rgba(0,0,0,.5);
            }
            .kind-coffre .etagere-planche {
                background: linear-gradient(180deg, #4a5361 0%, #2a313c 50%, #12161d 100%);
                box-shadow: 0 12px 22px -10px rgba(0,0,0,1), inset 0 1px 0 rgba(255,255,255,.22);
            }
            .kind-coffre .etagere-tete h3 i { color: #94a3b8; }

            /* VITRINE : verre teinte, reflet en diagonale et socle chrome. */
            .kind-vitrine .etagere-objets {
                border-radius: .5rem .5rem 0 0;
                background:
                    linear-gradient(122deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.03) 24%, transparent 44%),
                    linear-gradient(180deg, rgba(56,110,150,.16), rgba(10,20,32,.5));
                box-shadow: inset 0 0 0 1px rgba(148,197,255,.18), inset 0 1px 0 rgba(255,255,255,.2);
            }
            .kind-vitrine .etagere-planche {
                background: linear-gradient(180deg, #d3dbe4 0%, #94a3b8 40%, #4a5568 100%);
                box-shadow: 0 12px 24px -10px rgba(0,0,0,.85), inset 0 1px 0 rgba(255,255,255,.75);
            }
            .kind-vitrine .etagere-tete h3 i { color: #7dd3fc; }

            /* Selecteur de type, discret tant qu on ne survole pas le rayon. */
            .etagere-type {
                background: rgba(15,23,42,.85); color: #94a3b8;
                border: 1px solid rgba(255,255,255,.08);
                border-radius: 9999px; padding: 4px 10px;
                font-size: 10px; font-weight: 700; cursor: pointer;
                opacity: .45; transition: opacity .15s ease;
            }
            .etagere:hover .etagere-type, .etagere-type:focus { opacity: 1; }
            /* ================= LE CLASSEUR =================
               Couverture, reliure à anneaux et pochettes plastique, entièrement
               en CSS : aucune image à charger, et ça reste net à tout zoom. */
            .binder-cover {
                position: relative;
                margin: 0 auto; max-width: 1180px;
                padding: 1.5rem;
                border-radius: 1.25rem;
                /* Grain de similicuir : deux trames fines croisées sur un fond sombre. */
                background:
                    repeating-linear-gradient(48deg, rgba(255,255,255,.014) 0 2px, transparent 2px 5px),
                    repeating-linear-gradient(-42deg, rgba(0,0,0,.16) 0 2px, transparent 2px 6px),
                    linear-gradient(155deg, #2a3446 0%, #161d2b 45%, #0d1320 100%);
                border: 1px solid rgba(255,255,255,.09);
                box-shadow:
                    0 34px 70px -28px rgba(0,0,0,.95),
                    inset 0 1px 0 rgba(255,255,255,.09),
                    inset 0 -2px 12px rgba(0,0,0,.55);
            }
            /* Liseré intérieur, comme la surpiqûre d'une couverture. */
            .binder-cover::before {
                content: ''; position: absolute; inset: 8px;
                border-radius: .9rem; pointer-events: none;
                border: 1px dashed rgba(255,255,255,.07);
            }
            .binder-book {
                position: relative;
                display: flex; gap: 2.6rem;
                justify-content: center; align-items: stretch;
            }

            /* ---- Couverture : le classeur ferme, en page de garde ---- */
            .binder-closed {
                position: relative; cursor: pointer;
                margin: 0 auto; width: 100%; max-width: 430px;
                aspect-ratio: 3 / 4;
                padding: 2rem 2rem 2rem 3.6rem;
                display: flex; align-items: center; justify-content: center;
                border-radius: .5rem 1.1rem 1.1rem .5rem;
                background:
                    repeating-linear-gradient(48deg, rgba(255,255,255,.014) 0 2px, transparent 2px 5px),
                    repeating-linear-gradient(-42deg, rgba(0,0,0,.16) 0 2px, transparent 2px 6px),
                    linear-gradient(148deg, #33405a 0%, #1b2434 48%, #0b111d 100%);
                border: 1px solid rgba(255,255,255,.1);
                box-shadow:
                    0 40px 80px -30px rgba(0,0,0,.95),
                    inset 0 1px 0 rgba(255,255,255,.1),
                    inset -6px 0 18px rgba(0,0,0,.4);
                transition: transform .25s ease, box-shadow .25s ease;
            }
            .binder-closed:hover { transform: translateY(-4px); box-shadow: 0 48px 90px -30px rgba(0,0,0,1); }
            /* Surpiqure, comme sur la tranche d une vraie couverture. */
            .binder-closed::before {
                content: ''; position: absolute; inset: 12px 12px 12px 3rem;
                border: 1px dashed rgba(255,255,255,.09);
                border-radius: .6rem; pointer-events: none;
            }
            /* Dos du classeur, avec ses anneaux vus de profil. */
            .binder-spine {
                position: absolute; left: 0; top: 0; bottom: 0; width: 2.5rem;
                border-radius: .5rem 0 0 .5rem;
                background: linear-gradient(90deg, #060a12, #131b2a 55%, rgba(0,0,0,.45));
                border-right: 1px solid rgba(255,255,255,.07);
                display: flex; flex-direction: column;
                justify-content: space-around; align-items: center;
                padding: 2rem 0;
            }
            .binder-ring-sm { width: 17px; height: 17px; border-width: 2px; }

            .binder-front { text-align: center; width: 100%; }
            .binder-front-logo {
                display: block; margin: 0 auto 1.4rem;
                max-width: 85%; max-height: 130px; object-fit: contain;
                filter: drop-shadow(0 6px 16px rgba(0,0,0,.7));
            }
            .binder-front-nologo { font-size: 3.5rem; color: rgba(148,163,184,.35); margin-bottom: 1.4rem; }
            .binder-front-title { font-weight: 900; color: #fff; font-size: 1.3rem; line-height: 1.15; text-wrap: balance; }
            .binder-front-sub {
                font-size: 10px; text-transform: uppercase; letter-spacing: .12em;
                color: #64748b; font-weight: 700; margin-top: .4rem;
            }
            .binder-front-stats {
                display: flex; justify-content: center; gap: 1.4rem;
                margin-top: 1.6rem; padding-top: 1.2rem;
                border-top: 1px solid rgba(255,255,255,.08);
            }
            .binder-front-stats div { display: flex; flex-direction: column; }
            .binder-front-stats strong { color: #34d399; font-size: 1.05rem; font-weight: 900; line-height: 1; }
            .binder-front-stats span {
                font-size: 9px; text-transform: uppercase; letter-spacing: .1em;
                color: #64748b; font-weight: 700; margin-top: 4px;
            }
            .binder-front-hint {
                margin-top: 1.5rem; font-size: 10px; font-weight: 900;
                text-transform: uppercase; letter-spacing: .18em; color: #475569;
            }
            .binder-closed:hover .binder-front-hint { color: #34d399; }
            .binder-page {
                flex: 1 1 0; max-width: 520px;
                background: linear-gradient(158deg, rgba(51,65,85,.5), rgba(2,6,23,.7));
                border: 1px solid rgba(255,255,255,.07);
                border-radius: .8rem; padding: .9rem;
                display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem;
                box-shadow: 0 10px 26px -12px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.05);
            }
            /* Ombre de pliure : la page s'assombrit près de la reliure. */
            .binder-page:first-child  { background-image: linear-gradient(to left,  rgba(0,0,0,.32), transparent 22%); }
            .binder-page:last-child   { background-image: linear-gradient(to right, rgba(0,0,0,.32), transparent 22%); }

            /* Reliure centrale : la colonne d'anneaux métalliques. */
            .binder-rings {
                position: absolute; left: 50%; top: 4%; bottom: 4%;
                transform: translateX(-50%);
                width: 30px; display: flex; flex-direction: column;
                justify-content: space-around; align-items: center;
                pointer-events: none; z-index: 4;
            }
            .binder-rings::before {
                content: ''; position: absolute; inset: 0;
                background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.15) 40%, rgba(0,0,0,.55));
                border-radius: 4px;
            }
            .binder-ring {
                position: relative; width: 26px; height: 26px;
                border-radius: 9999px;
                border: 3px solid transparent;
                /* Dégradé métallique appliqué au liseré uniquement. */
                background:
                    linear-gradient(#0d1320, #0d1320) padding-box,
                    linear-gradient(145deg, #e2e8f0, #64748b 40%, #cbd5e1 60%, #475569) border-box;
                box-shadow: 0 2px 5px rgba(0,0,0,.7);
            }

            /* Pochette plastique : creux sombre + reflet en diagonale. */
            .binder-slot {
                position: relative; aspect-ratio: 63 / 88;
                border-radius: .5rem; background: rgba(2,6,23,.62);
                box-shadow:
                    inset 0 0 0 1px rgba(255,255,255,.06),
                    inset 0 2px 7px rgba(0,0,0,.6);
            }
            .binder-slot::after {
                content: ''; position: absolute; inset: 0;
                border-radius: .5rem; pointer-events: none; z-index: 4;
                background: linear-gradient(128deg, rgba(255,255,255,.11) 0%, rgba(255,255,255,.03) 26%, transparent 46%);
            }
            .binder-slot .binder-card { position: absolute; inset: 0; }
            .binder-slot .binder-img  { height: 100%; }

            /* Sur mobile il n'y a qu'une page : la reliure passe à gauche. */
            @media (max-width: 899px) {
                .binder-cover { padding: 1rem 1rem 1rem 2.3rem; }
                .binder-book { gap: 0; }
                .binder-rings { left: 1.15rem; transform: none; width: 26px; }
                .binder-page:first-child { background-image: linear-gradient(to right, rgba(0,0,0,.3), transparent 18%); }
            }

            @keyframes binder-turn {
                from { opacity: 0; transform: translateX(var(--sens, 26px)); }
                to   { opacity: 1; transform: none; }
            }
            .binder-anim { animation: binder-turn .32s cubic-bezier(.22,.61,.36,1); }
            @media (prefers-reduced-motion: reduce) { .binder-anim { animation: none; } }

            .binder-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.25rem; }
            .binder-nav button {
                background: rgba(30,41,59,.8); color: #cbd5e1;
                border: 1px solid rgba(255,255,255,.07);
                width: 42px; height: 42px; border-radius: 9999px;
                transition: background .15s ease, color .15s ease;
            }
            .binder-nav button:hover:not(:disabled) { background: #10b981; color: #fff; }
            .binder-nav button:disabled { opacity: .3; cursor: not-allowed; }

            /* ---- Pastilles de variante ---- */
            .binder-variants {
                position: absolute; left: 0; right: 0; bottom: 3px;
                background: rgba(0,0,0,.55); border-radius: 9999px;
                width: fit-content; margin: 0 auto; padding: 3px 6px;
                display: flex; justify-content: center; gap: 5px; z-index: 6;
            }
            .binder-vdot {
                width: 16px; height: 16px; border-radius: 9999px;
                border: 2px solid rgba(255,255,255,.75);
                background: transparent; cursor: pointer; padding: 0;
                transition: transform .12s ease;
            }
            .binder-vdot:hover { transform: scale(1.3); }
            /* Pleine = possédée, creuse = manquante : même code visuel que
               Pokécardex, pour ne pas dérouter quelqu'un qui vient de là. */
            .binder-vdot.v-normal        { border-color: rgba(239,68,68,.8); }
            .binder-vdot.v-reverse       { border-color: rgba(245,158,11,.8); }
            .binder-vdot.v-holo          { border-color: rgba(168,85,247,.8); }
            .binder-vdot.is-on           { border-color: transparent; box-shadow: 0 0 6px rgba(0,0,0,.7); }
            .binder-vdot.v-normal.is-on  { background: #ef4444; }
            .binder-vdot.v-reverse.is-on { background: #f59e0b; }
            .binder-vdot.v-holo.is-on    { background: #a855f7; }
            .binder-vdot.v-firstEdition        { border-color: rgba(56,189,248,.85); }
            .binder-vdot.v-firstEdition.is-on  { background: #38bdf8; }
            .binder-vdot.v-inconnue        { border-color: rgba(226,232,240,.85); }
            .binder-vdot.v-inconnue.is-on  { background: #e2e8f0; }

            /* Mode comparaison : les deux sources empilees en haut a droite.
               Couleurs distinctes pour distinguer les marches d un coup d oeil. */
            .binder-prix-cmp {
                position: absolute; top: 4px; right: 4px; z-index: 3;
                display: flex; flex-direction: column; gap: 2px; align-items: flex-end;
                pointer-events: none;
            }
            .binder-prix-cmp b {
                font-size: 9px; font-weight: 900; line-height: 1;
                padding: 2px 5px; border-radius: 4px;
                background: rgba(0,0,0,.78);
            }
            .binder-prix-cmp .src-cm { color: #6ee7b7; }   /* Cardmarket, euros */
            .binder-prix-cmp .src-tp { color: #93c5fd; }   /* TCGplayer, dollars */
            .binder-prix-cmp .src-op { color: #fcd34d; }   /* optcgapi, dollars */
            /* Marque une variante (alt art). Place sous le numero pour ne pas
               entrer en concurrence avec le prix, en haut a droite. */
            .binder-alt {
                position: absolute; top: 20px; left: 4px; z-index: 3;
                background: rgba(168,85,247,.92); color: #fff;
                font-size: 8px; font-weight: 900; letter-spacing: .06em;
                padding: 2px 5px; border-radius: 4px; line-height: 1;
            }
            /* Bandeau de variante, en vue Master Set : l alveole ne concerne
               qu une version, autant la nommer clairement plutot que d afficher
               des pastilles qui laisseraient croire a un choix. */
            .binder-vtag {
                position: absolute; left: 4px; right: 4px; bottom: 3px; z-index: 6;
                font-size: 8px; font-weight: 900; text-align: center;
                text-transform: uppercase; letter-spacing: .08em;
                padding: 2px 0; border-radius: 4px; color: #fff;
                background: rgba(0,0,0,.75);
            }
            .binder-vtag.v-normal  { background: rgba(239,68,68,.92); }
            .binder-vtag.v-reverse { background: rgba(245,158,11,.92); }
            .binder-vtag.v-holo    { background: rgba(168,85,247,.92); }
            .binder-vtag.v-firstEdition { background: rgba(56,189,248,.92); }
            .binder-track { height: 6px; background: rgba(15, 23, 42, .8); border-radius: 9999px; overflow: hidden; }
            .binder-fill { height: 100%; border-radius: 9999px; transition: width .5s ease; }
        
/* Repli visuel d'une image absente ou introuvable (voir imgSecours).
   Neutre et discret : il doit se lire comme « pas de visuel », jamais
   comme une erreur. */
.img-secours {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 2.5rem;
    color: #475569;
    font-size: 1.25rem;
    background: rgba(15, 23, 42, .55);
    border-radius: .6rem;
}
