/* Onglet SAV — Mon compte Indie.rent */
.indie-sav__title { margin: 0 0 .25em; }
.indie-sav__intro { color: #666; margin: 0 0 1.5em; }

.indie-sav__notice {
    padding: 1em 1.25em;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    color: #555;
}
.indie-sav__notice--error { background: #fdecea; border-color: #f5c6c2; color: #8a1c13; }

/* ── Liste compacte (une ligne cliquable par réparation) ─────────────────────── */
.indie-sav__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .6em; }
.indie-sav__row { margin: 0; }
.indie-sav__row-link {
    display: flex; align-items: center; justify-content: space-between; gap: 1em;
    padding: .9em 1.1em; border: 1px solid #e5e5e5; border-radius: 10px;
    background: #fff; text-decoration: none; color: inherit;
    transition: border-color .15s, box-shadow .15s, transform .05s;
}
.indie-sav__row-link:hover {
    border-color: #cfcfcf; box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.indie-sav__row-main { min-width: 0; display: flex; flex-direction: column; gap: .15em; }
.indie-sav__row-equip { font-size: .95em; color: #333; }
.indie-sav__row-excerpt {
    font-size: .85em; color: #999;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 46ch;
}
.indie-sav__row-side { display: flex; align-items: center; gap: .9em; flex-shrink: 0; }
.indie-sav__row-date { font-size: .82em; color: #999; white-space: nowrap; }
.indie-sav__chevron { font-size: 1.4em; color: #bbb; line-height: 1; }

/* ── Retour (vue détail) ──────────────────────────────────────────────────────── */
.indie-sav__back { margin: 0 0 1.1em; }
.indie-sav__back a { text-decoration: none; color: #666; font-size: .9em; }
.indie-sav__back a:hover { color: #222; }
.indie-sav--detail .indie-sav__ref { margin: 0; font-size: 1.15em; }
.indie-sav__field { margin-top: .85em; }

.indie-sav__card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 1.25em 1.5em;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.indie-sav__card-head {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1em; margin-bottom: .75em;
}
.indie-sav__ref { font-weight: 700; font-size: 1.05em; }

.indie-sav__badge {
    font-size: .78em; font-weight: 600; letter-spacing: .02em;
    padding: .25em .7em; border-radius: 999px; white-space: nowrap;
    background: #eef; color: #334;
}
.indie-sav__badge--in-progress { background: #fff3d6; color: #8a5a00; }
.indie-sav__badge--completed   { background: #e3f6e6; color: #1f6b30; }
.indie-sav__badge--unrepairable{ background: #fdecea; color: #8a1c13; }

.indie-sav__equip, .indie-sav__meta, .indie-sav__remark, .indie-sav__photos { margin-top: .6em; }
.indie-sav__label {
    display: block; font-size: .72em; text-transform: uppercase; letter-spacing: .05em;
    color: #999; margin-bottom: .15em;
}
.indie-sav__qty, .indie-sav__serial { color: #888; font-size: .9em; margin-left: .4em; }
.indie-sav__remark-body { color: #333; }
.indie-sav__remark-body p { margin: 0 0 .4em; }

/* ── Liste exhaustive des champs (vue détail « tout ») ───────────────────────── */
.indie-sav__specs {
    margin: 1em 0 0; padding: .6em 0 0; border-top: 1px solid #eee;
    display: grid; grid-template-columns: max-content 1fr; gap: .35em 1.2em;
}
.indie-sav__specs dt { color: #999; font-size: .85em; }
.indie-sav__specs dd { margin: 0; color: #333; font-size: .9em; }

.indie-sav__docs { display: flex; flex-wrap: wrap; gap: .5em; }

.indie-sav__thumbs { display: flex; flex-wrap: wrap; gap: .6em; }
.indie-sav__thumb {
    display: block; width: 96px; height: 96px; border-radius: 8px; overflow: hidden;
    border: 1px solid #e5e5e5; background: #fafafa;
}
.indie-sav__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.indie-sav__file {
    display: inline-flex; align-items: center; gap: .4em;
    padding: .4em .7em; border: 1px solid #e5e5e5; border-radius: 8px;
    font-size: .85em; color: #555; text-decoration: none; background: #fafafa;
}
.indie-sav__file-ext {
    font-size: .72em; font-weight: 700; color: #999;
    border: 1px solid #ddd; border-radius: 4px; padding: 0 .35em;
}

@media (max-width: 480px) {
    .indie-sav__thumb { width: 72px; height: 72px; }
}
