.ph-lightbox{border:0;padding:0;background:var(--overlay);color:#ebe8df;width:100vw;height:100vh;max-width:100vw;max-height:100vh;position:fixed;inset:0;margin:0;overflow:hidden}.ph-lightbox::backdrop{background:var(--overlay);backdrop-filter:blur(8px)}.ph-lightbox[open]{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;align-items:center;animation:ph-lb-fade .22s ease-out}@keyframes ph-lb-fade{0%{opacity:0}to{opacity:1}}.ph-lb-stage{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:56px 80px 24px}.ph-lb-img{max-width:min(86vw,1400px);max-height:78vh;width:auto;height:auto;object-fit:contain;display:block;box-shadow:0 30px 90px #0000008c;opacity:0;transform:translateY(6px);transition:opacity .38s ease-out,transform .38s ease-out}.ph-lb-img.is-loaded{opacity:1;transform:none}.ph-lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;color:#ebe8df8c;transition:color var(--transition-fast),opacity var(--transition-fast);display:flex;align-items:center;justify-content:center;z-index:2}.ph-lb-nav:hover{color:#ebe8dff2}.ph-lb-prev{left:16px}.ph-lb-next{right:16px}.ph-lb-close{position:absolute;top:18px;right:18px;width:36px;height:36px;color:#ebe8df8c;z-index:3;display:flex;align-items:center;justify-content:center;transition:color var(--transition-fast)}.ph-lb-close:hover{color:#ebe8dff2}.ph-lb-close:focus-visible,.ph-lb-nav:focus-visible{outline:1px solid rgba(235,232,223,.85);outline-offset:2px;color:#ebe8dff2}.ph-lb-meta{grid-column:1;grid-row:2;display:flex;justify-content:space-between;align-items:flex-end;padding:14px 32px 28px;color:#ebe8dfb3;font-family:var(--font-mono)}.ph-lb-title-block{display:flex;flex-direction:column;gap:4px;min-width:0}.ph-lb-title{color:#ebe8dff5;font-size:var(--type-md);font-weight:500;letter-spacing:.01em;line-height:1.2}.ph-lb-loc{font-size:var(--type-xs);font-style:italic;color:#ebe8df8c;letter-spacing:var(--tracking-mono-tight)}.ph-lb-counter{font-size:var(--type-xs);letter-spacing:.12em;color:#ebe8df73;flex-shrink:0}@media(max-width:700px){.ph-lb-stage{padding:44px 12px 12px}.ph-lb-img{max-width:94vw;max-height:72vh}.ph-lb-nav{display:none}.ph-lb-meta{padding:10px 16px 22px;flex-direction:column;align-items:flex-start;gap:6px}}
