/* NoyzHub — viewer photo unique et réutilisable */
.nh-photo-viewer{position:fixed;inset:0;z-index:12000;display:flex;align-items:center;justify-content:center;padding:18px;--nh-photo-player-height:0px}
.nh-photo-viewer[hidden]{display:none!important}
.nh-photo-viewer-backdrop{position:absolute;inset:0;background:rgba(6,10,18,.84);backdrop-filter:blur(12px)}
.nh-photo-viewer-dialog{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,420px);width:min(1480px,calc(100vw - 36px));height:min(900px,calc(100vh - 36px));overflow:hidden;border-radius:22px;background:#0d1320;box-shadow:0 30px 100px rgba(0,0,0,.48);border:1px solid rgba(255,255,255,.08)}
.nh-photo-viewer-stage{min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 35%,#182238 0,#0b101a 60%,#070b12 100%);padding:22px}
.nh-photo-viewer-image-wrap{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}
.nh-photo-viewer-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;user-select:none;filter:drop-shadow(0 18px 44px rgba(0,0,0,.35))}
.nh-photo-viewer-loader{position:absolute;color:#b8c4d9;font-size:13px;background:rgba(10,17,29,.74);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:8px 12px}
.nh-photo-viewer-panel{min-width:0;min-height:0;overflow:auto;background:#fff;color:#172033;padding:18px 18px 24px;display:flex;flex-direction:column;gap:13px}
.nh-photo-viewer-close,.nh-photo-viewer-nav{position:absolute;z-index:3;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(12,18,30,.70);backdrop-filter:blur(8px);box-shadow:0 6px 20px rgba(0,0,0,.18)}
.nh-photo-viewer-close{right:434px;top:14px;width:38px;height:38px;border-radius:50%;font-size:25px;line-height:1}
.nh-photo-viewer-nav{top:50%;transform:translateY(-50%);width:44px;height:58px;border-radius:14px;font-size:36px;font-weight:300}
.nh-photo-viewer-prev{left:14px}.nh-photo-viewer-next{right:434px}
.nh-photo-viewer-nav[hidden]{display:none!important}
.nh-photo-viewer-author{display:flex;align-items:center;gap:10px;padding-right:4px}
.nh-photo-viewer-author img{width:44px;height:44px;border-radius:13px;object-fit:cover;flex:0 0 auto;background:#eef2f7}
.nh-photo-viewer-author-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.nh-photo-viewer-author-copy a{font-weight:700;color:#172033;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nh-photo-viewer-author-copy span{font-size:11px;color:#7b8799}
.nh-photo-viewer-meta{font-size:11px;color:#7b8799;margin-top:-8px}
.nh-photo-viewer-caption{font-size:13px;line-height:1.5;color:#334155;white-space:pre-wrap}
.nh-photo-viewer-section{padding-top:11px;border-top:1px solid #edf1f6}
.nh-photo-viewer-section[hidden]{display:none!important}
.nh-photo-viewer-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}
.nh-photo-viewer-section-title{font-size:11px;font-weight:700;letter-spacing:.025em;text-transform:uppercase;color:#758196;margin-bottom:7px}
.nh-photo-viewer-section-head .nh-photo-viewer-section-title{margin-bottom:0}
.nh-photo-viewer-mini-action{border:0;background:#eef4ff;color:#2f6fed;border-radius:8px;padding:5px 8px;font-size:10px;font-weight:600;cursor:pointer}
.nh-photo-viewer-chips{display:flex;flex-wrap:wrap;gap:6px}
.nh-photo-chip{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%;padding:5px 8px 5px 5px;border:1px solid #e2e8f1;background:#f8fafc;border-radius:999px;color:#263247;text-decoration:none;font-size:11px;font-weight:500}
.nh-photo-chip img{width:24px;height:24px;border-radius:8px;object-fit:cover;background:#eef2f7;flex:0 0 auto}
.nh-photo-chip span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nh-photo-chip button{width:20px;height:20px;border:0;border-radius:50%;background:#e8edf5;color:#67748a;cursor:pointer;line-height:1;padding:0}
.nh-photo-empty{font-size:12px;color:#98a2b3}
.nh-photo-concert-card{display:flex;align-items:center;gap:10px;padding:9px 10px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:linear-gradient(145deg,#4b678f 0%,#405c83 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 6px 16px rgba(34,55,85,.12);text-decoration:none;color:#fff;transition:background .12s ease,border-color .12s ease,transform .12s ease}
.nh-photo-concert-card:hover{background:linear-gradient(145deg,#526f99 0%,#45638c 100%);border-color:rgba(255,255,255,.28);transform:translateY(-1px)}
.nh-photo-concert-poster{width:44px;height:44px;flex:0 0 44px;border-radius:7px;object-fit:cover;background:#314b70;border:1px solid rgba(255,255,255,.16)}
.nh-photo-concert-card-copy{min-width:0;display:flex;flex-direction:column;gap:1px;line-height:1.2}
.nh-photo-concert-card-copy strong{font-size:12px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nh-photo-concert-date{font-size:10.5px;color:rgba(255,255,255,.78);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nh-photo-concert-place{display:flex;align-items:center;gap:5px;min-width:0;font-size:10.5px;color:rgba(255,255,255,.88)}
.nh-photo-concert-place>span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nh-photo-concert-flag{width:14px!important;height:10px!important;flex:0 0 14px;border-radius:1px!important;object-fit:cover!important;background:transparent!important;border:0!important}
.nh-photo-viewer-editor{margin-top:8px;padding:8px;border-radius:11px;background:#f7f9fd;border:1px solid #e4eaf3}
.nh-photo-viewer-editor input{width:100%;box-sizing:border-box;border:1px solid #d9e1ec;border-radius:9px;padding:8px 9px;font:inherit;font-size:12px;outline:0;background:#fff}
.nh-photo-viewer-editor input:focus{border-color:#8eb0ff;box-shadow:0 0 0 3px rgba(47,111,237,.10)}
.nh-photo-viewer-search-results{display:grid;gap:5px;margin-top:6px;max-height:210px;overflow:auto}
.nh-photo-search-row{width:100%;display:flex;align-items:center;gap:8px;text-align:left;border:1px solid #e1e8f2;border-radius:9px;background:#fff;padding:6px;cursor:pointer;color:#263247}
.nh-photo-search-row:hover{border-color:#aac0ff;background:#f6f8ff}
.nh-photo-search-row img{width:34px;height:34px;border-radius:9px;object-fit:cover;background:#eef2f7}
.nh-photo-search-row-copy{min-width:0;display:flex;flex-direction:column}
.nh-photo-search-row-copy strong{font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nh-photo-search-row-copy span{font-size:9px;color:#8792a5}
.nh-photo-viewer-unlink{margin-top:7px;border:0;background:#fff0f2;color:#a52a44;border-radius:8px;padding:7px 9px;font-size:10px;font-weight:600;cursor:pointer}
.nh-photo-viewer-social{display:flex;align-items:center;gap:8px;padding:9px 0;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6}
.nh-photo-viewer-like,.nh-photo-viewer-comments-jump{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#5f6d83;font-size:12px;font-weight:500;cursor:pointer;padding:6px 8px;border-radius:9px}
.nh-photo-viewer-like:hover,.nh-photo-viewer-comments-jump:hover{background:#f4f6fa}
.nh-photo-viewer-like.is-active{color:#d4365c;background:#fff1f5}
.nh-photo-viewer-comments{display:flex;flex-direction:column;gap:10px;min-height:0}
.nh-photo-viewer-comments-list{display:flex;flex-direction:column;gap:10px}
.nh-photo-comment{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px}
.nh-photo-comment-avatar{width:34px;height:34px;border-radius:10px;object-fit:cover;background:#eef2f7}
.nh-photo-comment-body{min-width:0;background:#f5f7fb;border-radius:12px;padding:8px 10px}
.nh-photo-comment-head{display:flex;align-items:center;gap:7px;justify-content:space-between;margin-bottom:3px}
.nh-photo-comment-name{font-size:11px;font-weight:700;color:#27334a}
.nh-photo-comment-time{font-size:9px;color:#98a2b3;margin-left:auto}
.nh-photo-comment-delete{border:0;background:transparent;color:#9c5f6f;font-size:9px;cursor:pointer;padding:2px 0}
.nh-photo-comment-text{font-size:12px;line-height:1.42;color:#38465b;white-space:pre-wrap;word-break:break-word}
.nh-photo-comment-text a{color:#2f6fed;text-decoration:none;font-weight:600}
.nh-photo-viewer-comment-compose{display:flex;align-items:flex-end;gap:7px;position:relative}
.nh-photo-viewer-comment-input-wrap{position:relative;flex:1;min-width:0}
.nh-photo-viewer-comment-compose textarea{display:block;width:100%;box-sizing:border-box;resize:none;border:1px solid #dce3ed;border-radius:11px;padding:9px 10px;font:inherit;font-size:12px;line-height:1.35;outline:0;background:#fff}
.nh-photo-viewer-comment-compose textarea:focus{border-color:#92b1ff;box-shadow:0 0 0 3px rgba(47,111,237,.10)}
.nh-photo-viewer-comment-compose>button{border:0;border-radius:10px;background:#2f6fed;color:#fff;font-size:11px;font-weight:600;padding:9px 11px;cursor:pointer}
.nh-photo-viewer-comment-compose>button:disabled{opacity:.55;cursor:wait}
.nh-photo-viewer-comment-mentions{position:absolute;left:0;right:0;bottom:calc(100% + 6px);z-index:5;max-height:220px;overflow:auto;padding:5px;background:#fff;border:1px solid #dfe6f1;border-radius:11px;box-shadow:0 14px 40px rgba(22,34,55,.18)}
.nh-photo-viewer-login-note{font-size:11px;color:#7a879a;background:#f7f9fc;border-radius:10px;padding:9px}
.nh-photo-viewer-error{padding:12px;border-radius:12px;background:#fff1f2;color:#9f1239;font-size:12px;font-weight:600}
@media(min-width:981px){
  .nh-photo-viewer{bottom:var(--nh-photo-player-height,0px)}
  .nh-photo-viewer-dialog{height:min(900px,calc(100dvh - var(--nh-photo-player-height,0px) - 36px))}
}
@media(max-width:980px){
  .nh-photo-viewer{padding:0}
  .nh-photo-viewer-dialog{width:100vw;height:100dvh;max-height:none;border-radius:0;border:0;grid-template-columns:1fr;grid-template-rows:minmax(48vh,62vh) minmax(0,1fr)}
  .nh-photo-viewer-stage{padding:10px}
  .nh-photo-viewer-panel{padding:14px 14px 24px}
  .nh-photo-viewer-close{right:10px;top:10px}
  .nh-photo-viewer-prev{left:8px}.nh-photo-viewer-next{right:8px}
  .nh-photo-viewer-nav{top:30vh;width:38px;height:52px}
}
@media(max-width:560px){
  .nh-photo-viewer-dialog{grid-template-rows:minmax(42vh,54vh) minmax(0,1fr)}
  .nh-photo-viewer-panel{gap:11px}
  .nh-photo-viewer-nav{top:27vh}
  .nh-photo-viewer-author img{width:40px;height:40px;border-radius:11px}
}
.nh-photo-chip>a{display:inline-flex;align-items:center;gap:6px;min-width:0;color:inherit;text-decoration:none}

/* Photo viewer — contexte structuré et gestion propriétaire */
.nh-photo-viewer-tag-groups{display:grid;gap:9px}.nh-photo-tag-group{display:grid;gap:5px}.nh-photo-tag-group-label{font-size:9px;font-weight:800;letter-spacing:.045em;text-transform:uppercase;color:#8a96a8}.nh-photo-viewer-context-list{display:grid;gap:6px}.nh-photo-context-row{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:8px;padding:6px 0;color:inherit;text-decoration:none;border-bottom:1px solid #f0f3f7}.nh-photo-context-row:last-child{border-bottom:0}.nh-photo-context-label{font-size:10px;font-weight:700;color:#8792a5}.nh-photo-context-entity{display:flex;align-items:center;gap:7px;min-width:0}.nh-photo-context-entity img{width:28px;height:28px;border-radius:8px;object-fit:cover;background:#eef2f7}.nh-photo-context-entity strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nh-photo-chip--album a{padding:1px 2px}.nh-photo-viewer-album-manage{display:grid;gap:5px;margin-top:7px;padding:8px;border:1px solid #e3e9f2;border-radius:10px;background:#f8faff}.nh-photo-album-choice{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;cursor:pointer}.nh-photo-album-choice input{margin:0}.nh-photo-viewer-actions{display:flex;justify-content:flex-end}.nh-photo-viewer-danger{border:1px solid #f0c4cd;background:#fff7f8;color:#a92b48;border-radius:9px;padding:7px 9px;font-size:10px;font-weight:700;cursor:pointer}.nh-photo-viewer-danger:hover{background:#fff0f3}

/* Contexte événement : hiérarchie plus légère que les identifications */
.nh-photo-context-entity strong{font-weight:500!important;color:#344054}
.nh-photo-context-label{font-weight:600!important}.nh-photo-context-entity strong{font-weight:500!important}

/* 2026-09-14 — hiérarchie du panneau : contexte en premier, blocs mieux séparés */
.nh-photo-viewer-section--event-context{
  margin-top:2px;
  padding:11px 12px 9px;
  border:1px solid #e7ecf3;
  border-radius:12px;
  background:#f8fafc;
}
.nh-photo-viewer-section--event-context .nh-photo-viewer-section-title{
  margin-bottom:4px;
  color:#69778e;
}
.nh-photo-viewer-section--event-context .nh-photo-context-row{
  padding:7px 0;
  border-bottom-color:#e8edf4;
}
.nh-photo-viewer-section--event-context .nh-photo-context-row:first-child{
  padding-top:5px;
}
.nh-photo-viewer-section--event-context .nh-photo-context-row:last-child{
  padding-bottom:3px;
}
.nh-photo-viewer-section--event-context .nh-photo-context-label{
  color:#8995a7;
  font-weight:500!important;
}
.nh-photo-viewer-section--event-context .nh-photo-context-entity strong{
  color:#344054;
  font-weight:400!important;
}
.nh-photo-viewer-section--concert{
  padding-top:12px;
}
.nh-photo-viewer-section--tags{
  margin-top:1px;
  padding-top:13px;
  border-top-color:#dfe5ee;
}
.nh-photo-viewer-section--collaborators{
  padding-top:12px;
  border-top-color:#edf1f6;
}
