/* Photo Feed – minimal, responsive */
.pf{max-width:1000px;margin:0 auto;text-align:center;font-family:system-ui,Arial,sans-serif}
.pf-frame{position:relative;aspect-ratio:16/9;max-height:75vh;background:#0b0b0b;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.pf-frame img{width:100%;height:100%;object-fit:contain;background:#000}
.pf-next{margin-top:14px;padding:12px 18px;font-size:16px;border:0;border-radius:10px;background:#111;color:#fff;cursor:pointer}
.pf-next:hover{background:#222}
.pf-status{margin-top:8px;font-size:12px;color:#888}
