.fpp-photo { margin: 1.5em 0; }
.fpp-frame { position: relative; overflow: hidden; border-radius: 8px; background: #111; min-height: 180px; }
.fpp-image { display: block; width: 100%; height: auto; }
.fpp-frame.is-locked .fpp-image { image-rendering: auto; transform: scale(1.04); filter: blur(12px); }
.fpp-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; padding: 1.25rem; text-align: center; background: rgba(0,0,0,.46); color: #fff; }
.fpp-lock { font-size: 2rem; }
.fpp-title { font-size: 1.15rem; font-weight: 700; }
.fpp-copy { max-width: 32rem; }
.fpp-unlock-form { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; width: min(100%, 30rem); }
.fpp-password { flex: 1 1 13rem; min-width: 0; padding: .65rem .75rem; border: 1px solid rgba(255,255,255,.65); border-radius: 4px; background: rgba(255,255,255,.95); color: #111; }
.fpp-unlock-form button { padding: .65rem .9rem; border: 0; border-radius: 4px; cursor: pointer; }
.fpp-message { flex-basis: 100%; min-height: 1.2em; font-size: .92rem; }
.fpp-photo figcaption { margin-top: .5rem; font-size: .95em; }
.fpp-error { padding: .8rem; border: 1px solid #c00; }
.fpp-editor-preview { position: relative; margin-bottom: .75rem; overflow: hidden; border-radius: 6px; background: #222; }
.fpp-editor-preview img { display: block; width: 100%; }
.fpp-editor-badge { position: absolute; left: .6rem; bottom: .6rem; padding: .35rem .55rem; border-radius: 4px; background: rgba(0,0,0,.72); color: #fff; font-size: 12px; }
.fpp-editor-busy { margin-bottom: .75rem; }
.fpp-editor-placeholder { padding: 2rem; color: #fff; text-align: center; }
