.pbg{display:flex;flex-direction:column;gap:12px}.pbg-row{display:grid;grid-gap:12px;gap:12px}.pbg-row-3{grid-template-columns:repeat(3,minmax(0,1fr))}.pbg-row-2{grid-template-columns:repeat(2,minmax(0,1fr))}.pbg-row-1{grid-template-columns:minmax(0,1fr);max-width:860px}.pbg-row-3 .pbg-tile{aspect-ratio:4/3}.pbg-row-1 .pbg-tile,.pbg-row-2 .pbg-tile{aspect-ratio:16/9}.pbg-tile{position:relative;display:block;overflow:hidden;border:1px solid var(--line);background:var(--surface);line-height:0}.pbg-tile:before{content:"";position:absolute;top:0;left:0;height:2px;width:0;background:var(--gold);pointer-events:none;z-index:2}.pbg-tile:focus-visible:before,.pbg-tile:hover:before{width:100%}.pbg-tile:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.12);pointer-events:none;z-index:1}.pbg-tile:focus-visible,.pbg-tile:hover{border-color:var(--gold);box-shadow:0 24px 56px rgba(0,0,0,.5)}.pbg-tile:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.pbg-tile img,.pbg-tile picture{display:block;width:100%;height:100%}.pbg-tile img{object-fit:cover;filter:saturate(var(--img-sat,.92)) brightness(var(--img-bri,1))}.pbg-more{margin:0}.pbg-more-summary{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 18px;border:1px solid var(--line);background:var(--surface);cursor:pointer;list-style:none;font-family:var(--font-heading),sans-serif;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-text)}.pbg-more-summary::-webkit-details-marker{display:none}.pbg-more-summary:focus-visible,.pbg-more-summary:hover{border-color:var(--gold);color:var(--gold-light)}.pbg-more-summary:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.pbg-more-summary svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;flex:none}.pbg-more[open] .pbg-more-summary svg{transform:rotate(180deg)}.pbg-more-shut,.pbg-more[open] .pbg-more-open{display:none}.pbg-more[open] .pbg-more-shut{display:inline}.pbg-more-rows{display:flex;flex-direction:column;gap:12px;margin-top:12px}.pbg-dialog{width:min(1240px,100vw - 32px);max-width:none;max-height:min(94vh,100dvh - 32px);padding:0;border:1px solid var(--line);background:var(--bg,#0b0b0b);color:var(--ink);overflow:hidden}.pbg-dialog::-webkit-backdrop{background:rgba(0,0,0,.86)}.pbg-dialog::backdrop{background:rgba(0,0,0,.86)}.pbg-dialog-panel{display:flex;flex-direction:column;max-height:min(94vh,100dvh - 32px)}.pbg-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px 20px;padding:13px 16px;border-bottom:1px solid var(--line)}.pbg-dialog-count{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 14px;margin:0;min-width:0}.pbg-dialog-n{font-family:var(--font-heading),sans-serif;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#fff;flex:none}.pbg-dialog-cap{font-size:13px;line-height:1.5;color:var(--muted);min-width:0}.pbg-dialog-tools{display:flex;align-items:center;gap:8px;flex:none}.pbg-tool{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--line);background:transparent;color:var(--muted);cursor:pointer}.pbg-tool svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.pbg-tool:focus-visible,.pbg-tool:hover{border-color:var(--gold);color:var(--gold-text)}.pbg-tool:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.pbg-stage{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;padding:clamp(10px,1.4vw,18px);background:#000}.pbg-stage img{display:block;max-width:100%;max-height:calc(94vh - 120px);width:auto;height:auto;object-fit:contain}@media (max-width:640px){.pbg-dialog-cap{display:none}.pbg-stage img{max-height:calc(94vh - 92px)}}@media (max-width:899px){.pbg,.pbg-more-rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.pbg-row{display:contents}.pbg-more{grid-column:1/-1}.pbg-row-1 .pbg-tile,.pbg-row-2 .pbg-tile,.pbg-row-3 .pbg-tile{aspect-ratio:4/3}.pbg-tile-span{grid-column:1/-1;aspect-ratio:16/9}}@media (max-width:559px){.pbg,.pbg-more-rows{grid-template-columns:minmax(0,1fr)}.pbg-row-1 .pbg-tile,.pbg-row-2 .pbg-tile,.pbg-row-3 .pbg-tile,.pbg-tile-span{aspect-ratio:3/2}}@media (prefers-reduced-motion:no-preference){.pbg-tile{transition:border-color .35s ease,box-shadow .35s var(--ease),transform .35s var(--ease)}.pbg-tile:before{transition:width .45s var(--ease)}.pbg-tile img{transition:transform .2s ease,filter .4s var(--ease)}.pbg-tile:hover{transform:translateY(-3px)}.pbg-tile:hover img{transform:scale(1.05)}.pbg-more-summary,.pbg-more-summary svg,.pbg-tool{transition:color .25s ease,border-color .25s ease,transform .25s ease}}html.pbg-locked,html.pbg-locked body{overflow:hidden}