/* Administration v065 — governed profile photo crop/zoom editor */
.profile-photo-editor-v065{width:min(680px,94vw);border:0;border-radius:24px;padding:0;background:#fffdf8;box-shadow:0 30px 90px rgba(17,48,40,.24)}
.profile-photo-editor-v065::backdrop{background:rgba(7,35,30,.5);backdrop-filter:blur(3px)}
.ppe-card{display:grid;gap:18px;padding:24px}.ppe-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.ppe-head h2{margin:4px 0 6px;color:#0b6b5e}.ppe-head p{margin:0;color:#66736f;line-height:1.8}.ppe-close{width:40px;height:40px;border:1px solid #e4dbc9;border-radius:13px;background:#fff;cursor:pointer;font-size:22px;flex:0 0 40px}
.ppe-stage{width:min(440px,82vw);aspect-ratio:1;margin:auto;border-radius:28px;overflow:hidden;background:#eee7d9;box-shadow:inset 0 0 0 1px #ded4c1;touch-action:none;cursor:grab}.ppe-stage:active{cursor:grabbing}.ppe-stage canvas{display:block;width:100%;height:100%;touch-action:none}
.ppe-controls{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end}.ppe-controls label{display:grid;gap:8px;font-weight:800;color:#29423d}.ppe-controls input[type="range"]{width:100%}.ppe-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}
@media(max-width:640px){.ppe-card{padding:18px}.ppe-controls{grid-template-columns:1fr}.ppe-actions .btn{flex:1 1 140px}.ppe-stage{width:min(360px,82vw)}}
