.avatar-crop-modal{width:90vw;max-width:400px}.avatar-crop-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.avatar-crop-header h2{font-size:1.1rem;font-weight:600}.avatar-crop-upload{border:2px dashed var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;transition:border-color .15s,color .15s;display:flex}.avatar-crop-upload:hover{border-color:var(--accent);color:var(--text-secondary)}.avatar-crop-upload p{font-size:.9rem}.avatar-crop-preview{cursor:grab;-webkit-user-select:none;user-select:none;width:240px;height:240px;margin:0 auto 20px;position:relative}.avatar-crop-preview:active{cursor:grabbing}.avatar-crop-circle{border:3px solid var(--accent);background:var(--bg-secondary);border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden}.avatar-crop-circle img{transform-origin:50%;pointer-events:none;width:100%;height:auto;position:absolute;top:0;left:0}.avatar-crop-controls{color:var(--text-muted);justify-content:center;align-items:center;gap:12px;margin-bottom:20px;display:flex}.avatar-crop-slider{width:180px;accent-color:var(--accent)}.avatar-crop-actions{justify-content:flex-end;gap:12px;display:flex}
