/* Balises de demande du hub — outil local d'auteur, jamais monté chez l'invité. */
#reperes-hub{display:none;position:fixed;top:12px;right:12px;z-index:61;width:310px;
  max-height:calc(100vh - 24px);overflow:auto;padding:10px;border:1px solid #77212a;border-radius:9px;
  background:rgba(18,5,8,.95);color:#f4dce0;font:11px/1.4 'Segoe UI',system-ui,sans-serif;
  box-shadow:0 12px 38px rgba(0,0,0,.62),0 0 24px rgba(255,28,42,.08);backdrop-filter:blur(4px)}
#reperes-hub.visible{display:block}
#reperes-hub>header{display:flex;align-items:center;justify-content:space-between;margin:0 0 7px;
  color:#ff7c86;font-size:10px;font-weight:800;letter-spacing:.13em}
#reperes-hub>header button{border:0;background:none;color:#bd737a;font-size:17px;cursor:pointer}
.reperes-hub-aide{margin:0 0 8px;color:#c9959b;font-size:10px}
.reperes-hub-actions{display:grid;grid-template-columns:1.35fr 1fr;gap:5px;margin-bottom:8px}
.reperes-hub-actions button,.reperes-hub-liste article>div button{padding:6px;border:1px solid #68232a;
  border-radius:5px;background:#260a0e;color:#efaab0;font:800 9px/1.2 inherit;letter-spacing:.05em;cursor:pointer}
.reperes-hub-actions button:hover,.reperes-hub-liste article>div button:hover{border-color:#ff4552;color:#fff}
.reperes-hub-actions button:first-child{border-color:#b62d39;color:#ffd9dc}
.reperes-hub-liste{display:grid;gap:6px;max-height:58vh;overflow:auto;padding-right:2px}
.reperes-hub-vide{margin:8px 0;padding:12px;text-align:center;color:#8f5e63;border:1px dashed #542128;border-radius:6px}
.reperes-hub-liste article{padding:7px;border:1px solid #4d1c22;border-radius:7px;background:rgba(37,7,11,.78)}
.reperes-hub-liste article.active{border-color:#ff3846;box-shadow:inset 0 0 18px rgba(255,35,50,.09)}
.reperes-hub-cible{display:grid;grid-template-columns:36px 1fr;align-items:center;width:100%;padding:0 0 4px;
  border:0;background:none;color:#f5cbd0;text-align:left;cursor:pointer}
.reperes-hub-cible b{color:#ff4a57;font:900 13px/1 ui-monospace,Consolas,monospace}
.reperes-hub-cible span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
.reperes-hub-liste code{display:block;margin-bottom:5px;color:#b77c83;font:9px/1.3 ui-monospace,Consolas,monospace}
.reperes-hub-liste textarea{box-sizing:border-box;width:100%;resize:vertical;min-height:42px;padding:6px;
  border:1px solid #542128;border-radius:5px;background:#140509;color:#ffeef0;font:10px/1.35 inherit}
.reperes-hub-liste textarea:focus{outline:1px solid #ff4552;border-color:#ff4552}
.reperes-hub-liste article>div{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:5px}
#reperes-hub pre{margin:8px 0 0;padding:7px;border-radius:5px;background:#140509;color:#bd878d;
  white-space:pre-wrap;font:9px/1.4 ui-monospace,Consolas,monospace}

@media(max-width:700px){#reperes-hub{top:8px;right:8px;width:min(310px,calc(100vw - 36px));max-height:calc(100vh - 36px)}}
