.avatar-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.5); z-index: 60; }
.avatar-modal[aria-hidden="false"] { display: flex; }
.avatar-modal__dialog { background: #fff; width: min(92vw, 640px); border-radius: 14px; padding: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.avatar-modal__canvas-wrap { width: 100%; aspect-ratio: 1 / 1; background: #fafafa; border-radius: 12px; overflow: hidden; display: grid; place-items: center; }
.avatar-modal__canvas-wrap img { max-width: 100%; display: block; }
.avatar-modal__controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
.avatar-modal__controls .actions { display: flex; gap: 8px; }
.zoom { display: flex; align-items: center; gap: 8px; }
.btn { padding: 8px 14px; border-radius: 10px; border: 0; cursor: pointer; }
.btn-primary { background: #171717; color: #fff; }
.btn-secondary { background: #e9e9e9; }
