
/* v0.17.5: equal-size public profile photos + watermark + casual save deterrence */
.protected-profile-gallery{width:100%;max-width:430px}
.protected-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}
.protected-photo-card{position:relative;display:block;width:100%;aspect-ratio:4/5;padding:0;border:1px solid rgba(115,139,165,.25);border-radius:18px;overflow:hidden;background:#edf1f5;cursor:zoom-in;box-shadow:0 7px 20px rgba(35,55,80,.08);-webkit-user-select:none;user-select:none}
.protected-photo-card img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;pointer-events:none;-webkit-user-drag:none;user-select:none;transition:transform .2s ease}
.protected-photo-card:hover img{transform:scale(1.025)}
.site-watermark{position:absolute;left:50%;bottom:10px;transform:translateX(-50%) rotate(-7deg);z-index:3;color:rgba(255,255,255,.78);font:800 10px/1.2 Arial,sans-serif;letter-spacing:.4px;text-shadow:0 1px 4px rgba(0,0,0,.65);white-space:nowrap;pointer-events:none;user-select:none}
.site-watermark.large{font-size:clamp(13px,2vw,20px);bottom:7%;color:rgba(255,255,255,.72)}
.protected-photo-card:after,.protected-modal-frame:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.13));pointer-events:none}

.protected-photo-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(10,18,29,.82);opacity:0;visibility:hidden;transition:.15s ease;user-select:none}
.protected-photo-modal.show{opacity:1;visibility:visible}
.protected-modal-frame{position:relative;max-width:min(760px,90vw);max-height:84vh;border-radius:20px;overflow:hidden;background:#111;box-shadow:0 25px 80px rgba(0,0,0,.42)}
.protected-modal-frame img{display:block;max-width:90vw;max-height:84vh;width:auto;height:auto;object-fit:contain;pointer-events:none;-webkit-user-drag:none;user-select:none}
.protected-modal-close{position:fixed;top:20px;left:20px;z-index:10002;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#26384b;font-size:27px;line-height:1;cursor:pointer;box-shadow:0 5px 20px rgba(0,0,0,.2)}
@media(max-width:720px){.protected-profile-gallery{max-width:none}.protected-photo-grid{gap:9px}.protected-photo-card{border-radius:14px}.protected-photo-modal{padding:12px}.protected-modal-frame img{max-width:94vw;max-height:80vh}}
