.gallery-viewer[hidden]{display:none!important}
.gallery-viewer{
    position:fixed;inset:0;z-index:10000;
    display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);
    background:rgba(4,5,6,.96);color:#f5f2ea;
}
.gallery-viewer-open{overflow:hidden}
.gallery-viewer__stage{position:relative;min-width:0;min-height:0;display:grid;place-items:center;padding:64px 72px 72px}
.gallery-viewer__image{
    display:block;max-width:100%;max-height:calc(100vh - 136px);
    width:auto;height:auto;object-fit:contain;object-position:center;
}
.gallery-viewer__close{
    position:absolute;top:14px;right:14px;z-index:3;
    width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.28);
    background:rgba(0,0,0,.58);color:#fff;font-size:30px;line-height:1;cursor:pointer;
}
.gallery-viewer__nav{
    position:absolute;top:50%;transform:translateY(-50%);z-index:3;
    width:48px;height:58px;border:1px solid rgba(255,255,255,.24);border-radius:12px;
    background:rgba(0,0,0,.55);color:#fff;font-size:32px;cursor:pointer;
}
.gallery-viewer__nav--prev{left:12px}
.gallery-viewer__nav--next{right:12px}
.gallery-viewer__counter{
    position:absolute;left:50%;bottom:18px;transform:translateX(-50%);
    padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.55);font-weight:700;
}
.gallery-viewer__side{
    min-width:0;overflow:auto;padding:68px 22px 24px;
    border-left:1px solid rgba(255,255,255,.14);background:#151719;
}
.gallery-viewer__legend{margin:0 0 20px;white-space:pre-wrap;font-size:16px;line-height:1.45}
.gallery-viewer__comments-title{margin:0 0 12px;font-size:18px}
.gallery-viewer__comment{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.11)}
.gallery-viewer__comment strong{display:block;margin-bottom:4px}
.gallery-viewer__comment small{display:block;opacity:.66;margin-bottom:5px}
.gallery-viewer__empty{opacity:.7;font-style:italic}
.gallery-viewer__comment-form{display:grid;gap:9px;margin-top:18px}
.gallery-viewer__comment-form textarea{
    width:100%;min-height:90px;padding:10px;border-radius:8px;border:1px solid #4a4e53;
    background:#0f1113;color:#fff;resize:vertical;font:inherit
}
.gallery-viewer__comment-form button{
    padding:10px 14px;border:0;border-radius:8px;background:#9d711b;color:#fff;font-weight:800;cursor:pointer
}
.gallery-viewer__login-note{margin-top:16px;font-size:14px;opacity:.78}
.gallery-viewer__login-note a{color:#efb74d}
@media(max-width:900px){
    .gallery-viewer{grid-template-columns:1fr;grid-template-rows:minmax(52vh,1fr) minmax(180px,42vh)}
    .gallery-viewer__stage{padding:56px 48px 46px}
    .gallery-viewer__image{max-height:calc(52vh - 92px)}
    .gallery-viewer__side{padding:16px 16px 22px;border-left:0;border-top:1px solid rgba(255,255,255,.14)}
    .gallery-viewer__nav{width:42px;height:52px}
    .gallery-viewer__nav--prev{left:5px}.gallery-viewer__nav--next{right:5px}
    .gallery-viewer__close{top:7px;right:7px}
    .gallery-viewer__counter{bottom:7px}
}

.gallery-viewer__video{display:block;max-width:100%;max-height:calc(100vh - 136px);width:auto;height:auto;object-fit:contain;object-position:center;background:#000}.gallery-viewer__video[hidden],.gallery-viewer__image[hidden]{display:none!important}@media(max-width:900px){.gallery-viewer__video{max-height:calc(52vh - 92px)}}

/* Zoom photo : la taille 100% reste l'affichage "adapté à l'écran" existant. */
.gallery-viewer__stage{overflow:hidden}
.gallery-viewer__image{
    transform-origin:center center;
    will-change:transform;
    transition:transform 90ms ease-out;
    cursor:zoom-in;
    touch-action:none;
    user-select:none;
    -webkit-user-drag:none;
}
.gallery-viewer__image.is-zoomed{cursor:grab}
.gallery-viewer__image.is-zoomed:active{cursor:grabbing}
.gallery-viewer__zoom-tools{
    position:absolute;left:50%;top:14px;z-index:4;transform:translateX(-50%);
    display:flex;align-items:center;gap:6px;padding:5px 7px;border-radius:10px;
    background:rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.2);
    backdrop-filter:blur(4px)
}
.gallery-viewer__zoom-tools[hidden]{display:none!important}
.gallery-viewer__zoom-tools button{
    min-width:36px;height:34px;padding:0 10px;border-radius:7px;border:1px solid rgba(255,255,255,.22);
    background:#1b1e21;color:#fff;font:700 16px/1 inherit;cursor:pointer
}
.gallery-viewer__zoom-tools button[data-zoom-reset]{font-size:12px;min-width:auto}
.gallery-viewer__zoom-tools button:disabled{opacity:.38;cursor:default}
.gallery-viewer__zoom-tools [data-zoom-label]{min-width:50px;text-align:center;font-size:12px;font-weight:800}
@media(max-width:600px){
    .gallery-viewer__zoom-tools{top:8px;max-width:calc(100% - 110px)}
    .gallery-viewer__zoom-tools button{min-width:32px;height:32px;padding:0 8px}
    .gallery-viewer__zoom-tools button[data-zoom-reset]{font-size:0}
    .gallery-viewer__zoom-tools button[data-zoom-reset]::after{content:'↺';font-size:18px}
}
@media(prefers-reduced-motion:reduce){.gallery-viewer__image{transition:none}}
