.bmaker-shot-image{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center;background:#0b1a2d;cursor:zoom-in;transition:transform .18s ease,filter .18s ease}
.bmaker-shot:hover .bmaker-shot-image{transform:scale(1.008);filter:brightness(1.02)}
.bmaker-shot-image:focus-visible{outline:3px solid var(--bm-cyan,#61d4c7);outline-offset:-3px}

.bmaker-lightbox{border:0;padding:0;background:transparent;max-width:none;max-height:none;width:100vw;height:100vh;overflow:hidden}
.bmaker-lightbox::backdrop{background:rgba(2,8,16,.88);backdrop-filter:blur(5px)}
.bmaker-lightbox-shell{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:clamp(18px,3vw,44px);position:relative}
.bmaker-lightbox-image{display:block;max-width:min(1600px,94vw);max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 32px 100px rgba(0,0,0,.52);background:#081321}
.bmaker-lightbox-close{position:absolute;top:clamp(14px,2vw,26px);right:clamp(14px,2vw,28px);z-index:2;width:44px;height:44px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(7,20,38,.78);color:#fff;font:inherit;font-size:27px;line-height:1;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(8px)}
.bmaker-lightbox-close:hover{background:rgba(20,42,67,.95)}
.bmaker-lightbox-caption{position:absolute;left:50%;bottom:clamp(12px,2vw,24px);transform:translateX(-50%);max-width:min(760px,82vw);margin:0;padding:7px 12px;border-radius:999px;background:rgba(7,20,38,.72);color:rgba(255,255,255,.82);font-size:.78rem;text-align:center;backdrop-filter:blur(7px)}
body.bmaker-lightbox-open{overflow:hidden}

@media(max-width:980px){.bmaker-shot{max-width:820px;margin-inline:auto}.bmaker-shot-image{width:100%}}
@media(max-width:680px){.bmaker-shot{border-radius:13px}.bmaker-shot-bar{height:30px}.bmaker-lightbox-shell{padding:12px}.bmaker-lightbox-image{max-width:96vw;max-height:82vh;border-radius:7px}.bmaker-lightbox-caption{bottom:10px;max-width:86vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
