/* Baraheen — fiches de sources et citations au fil du texte */

.akref-block{margin-block:28px;padding:18px 20px;border-radius:16px;
  border:1px solid var(--border,#e5e3da);background:rgba(128,128,128,.04)}
.akref-title{display:block;font-size:12.5px;font-weight:900;color:var(--gold,#D4AF37);
  letter-spacing:.4px;margin-bottom:14px}

.akref-card{display:flex;gap:13px;padding:15px 0;border-top:1px solid var(--border,#e5e3da)}
.akref-card:first-of-type{border-top:0;padding-top:0}
.akref-n{flex:0 0 26px;height:26px;border-radius:50%;display:grid;place-items:center;
  background:rgba(212,175,55,.16);color:var(--gold,#D4AF37);font-size:12.5px;font-weight:900}
.akref-main{flex:1;min-width:0}
.akref-main h4{margin:0 0 4px;font-size:15.5px;font-weight:800;color:var(--strong,#13213A);line-height:1.6}
.akref-who{margin:0;font-size:13px;color:var(--gold,#D4AF37);font-weight:700}
.akref-loc{display:inline-block;margin-inline-start:9px;padding:1px 9px;border-radius:7px;
  background:rgba(128,128,128,.12);color:var(--muted,#66718C);font-size:11.5px;font-weight:700}
.akref-sum{margin:8px 0 0;font-size:13.5px;line-height:1.9;color:var(--muted,#66718C)}
.akref-raw{margin:0;font-size:13.5px;line-height:1.85;color:var(--muted,#66718C)}
.akref-raw a{color:var(--gold,#D4AF37)}

.akref-acts{display:flex;gap:8px;flex-wrap:wrap;margin-top:11px;align-items:center}
.akref-acts button,.akref-acts a{
  font-family:inherit;font-size:12.5px;font-weight:800;text-decoration:none;cursor:pointer;
  border:1px solid var(--border,#e5e3da);background:transparent;color:var(--muted,#66718C);
  border-radius:9px;padding:5px 12px;transition:.15s
}
.akref-acts button:hover,.akref-acts a:hover{border-color:var(--gold,#D4AF37);color:var(--gold,#D4AF37)}
.akref-acts .akref-ext{border-color:rgba(212,175,55,.5);color:var(--gold,#D4AF37)}
.akref-acts .akref-ext:hover{background:var(--gold,#D4AF37);color:#231B02}

.akref-prev{margin-top:12px;animation:akrefIn .18s ease}
.akref-prev blockquote{
  margin:0;padding:14px 16px;border-inline-start:3px solid var(--gold,#D4AF37);
  background:rgba(212,175,55,.06);border-radius:0 12px 12px 0;
  font-size:14.5px;line-height:2.05;color:var(--text,#1B2438)
}
@keyframes akrefIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}

/* ---- Appel de note au fil du texte ---- */
.akref-inline{position:relative;display:inline}
.akref-cite{
  font-family:inherit;cursor:pointer;border:0;vertical-align:super;
  background:rgba(212,175,55,.18);color:var(--gold,#D4AF37);
  border-radius:6px;padding:1px 6px;font-size:11.5px;font-weight:900;
  margin-inline:2px;transition:.15s
}
.akref-cite:hover,.akref-cite[aria-expanded="true"]{background:var(--gold,#D4AF37);color:#231B02}
.akref-pop{
  position:absolute;z-index:80;inset-block-start:1.9em;inset-inline-end:0;width:min(340px,84vw);
  background:var(--surface,#fff);border:1px solid var(--border,#e5e3da);border-radius:14px;
  padding:15px 17px;box-shadow:0 14px 38px rgba(11,18,32,.24);
  font-size:13.5px;line-height:1.85;text-align:start;animation:akrefIn .16s ease
}
.akref-pop b{display:block;font-size:14px;font-weight:800;color:var(--strong,#13213A)}
.akref-pop em{display:block;font-style:normal;font-size:12.5px;color:var(--gold,#D4AF37);font-weight:700;margin-top:2px}
.akref-pop q{display:block;quotes:none;margin-top:10px;padding-top:10px;
  border-top:1px dashed var(--border,#e5e3da);color:var(--muted,#66718C);font-size:13px}
.akref-pop-acts{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.akref-pop-acts a{
  font-size:12px;font-weight:800;text-decoration:none;color:var(--gold,#D4AF37);
  border:1px solid rgba(212,175,55,.45);border-radius:8px;padding:4px 10px
}
.akref-pop-acts a:hover{background:var(--gold,#D4AF37);color:#231B02}
@media(max-width:640px){.akref-pop{inset-inline:auto 0;width:min(300px,90vw)}}
