.lc-catalogue{ --lc-ardoise:#2E3B34; --lc-brique:#B5652B; --lc-vert:#4C7A56; --lc-rouge:#B23B2E; --lc-ligne:#E4DCC8; --lc-gris:#6E6A5C; }
.lc-filters{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; background:#fff; border:1px solid var(--lc-ligne); border-radius:4px; padding:14px 16px; margin-bottom:20px; }
.lc-filters input, .lc-filters select{ padding:9px 12px; border:1px solid var(--lc-ligne); border-radius:4px; font-size:14px; }
.lc-filters .lc-search{ flex:1; min-width:180px; }
.lc-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:16px; }
.lc-card{ background:#fff; border:1px solid var(--lc-ligne); border-radius:4px; overflow:hidden; display:flex; flex-direction:column; }
.lc-card.lc-hidden{ display:none; }
.lc-photo img{ width:100%; height:120px; object-fit:cover; display:block; }
.lc-body{ padding:14px 16px 16px; }
.lc-nom{ font-weight:700; font-size:15px; margin-bottom:2px; }
.lc-loc{ font-size:12px; color:var(--lc-gris); margin-bottom:10px; }
.lc-badge{ display:inline-block; font-size:11px; font-weight:700; padding:4px 9px; border-radius:20px; margin-bottom:10px; }
.lc-badge.lc-dispo{ background:#E6EFE6; color:var(--lc-vert); }
.lc-badge.lc-emprunte{ background:#F5E4DF; color:var(--lc-rouge); }
.lc-info{ font-size:12.5px; color:var(--lc-gris); border-left:2px solid var(--lc-ligne); padding-left:8px; margin:0 0 12px; }
.lc-btn{ border:none; border-radius:4px; padding:9px 14px; font-weight:600; font-size:13px; cursor:pointer; width:100%; }
.lc-btn-primary{ background:var(--lc-brique); color:#fff; }
.lc-btn-secondary{ background:#f2efe6; color:var(--lc-ardoise); border:1px solid var(--lc-ligne); }
.lc-modal-bg{ display:none; position:fixed; inset:0; background:rgba(46,59,52,.55); z-index:9999; align-items:center; justify-content:center; padding:20px; }
.lc-modal-bg.lc-open{ display:flex; }
.lc-modal{ background:#fff; border-radius:4px; max-width:400px; width:100%; padding:24px; position:relative; }
.lc-modal label{ display:block; font-size:12px; font-weight:600; margin:10px 0 4px; color:var(--lc-gris); }
.lc-modal input, .lc-modal select, .lc-modal textarea{ width:100%; padding:9px 11px; border:1px solid var(--lc-ligne); border-radius:4px; font-size:13.5px; }
.lc-modal .lc-btn{ margin-top:16px; }
.lc-close{ position:absolute; top:12px; right:14px; background:none; border:none; font-size:18px; cursor:pointer; }
.lc-toast{ position:fixed; bottom:24px; left:50%; transform:translateX(-50%) translateY(20px); background:var(--lc-ardoise); color:#fff; padding:12px 20px; border-radius:4px; font-size:13.5px; opacity:0; transition:.25s; z-index:99999; }
.lc-toast.lc-show{ opacity:1; transform:translateX(-50%) translateY(0); }

.lc-stats{ display:grid; grid-template-columns:1.3fr 1fr; gap:20px; }
.lc-stats-card{ background:#fff; border:1px solid var(--lc-ligne); border-radius:4px; padding:18px 20px; }
.lc-bar-row{ display:flex; align-items:center; gap:10px; margin-bottom:10px; font-size:12.5px; }
.lc-bar-label{ width:130px; flex-shrink:0; color:var(--lc-gris); }
.lc-bar-track{ flex:1; background:#F6F1E7; border-radius:20px; height:9px; overflow:hidden; }
.lc-bar-fill{ height:100%; background:var(--lc-brique); border-radius:20px; }
.lc-bar-val{ width:24px; text-align:right; font-weight:700; }
@media(max-width:640px){ .lc-stats{ grid-template-columns:1fr; } }
